/*-- Version 3.0 --*/

/* -- COLOURS 
blue = #3C4599
yellow = #FFE600
--*/

/* --STYLES USED
menuItems - in /javascripts/slider.js 
h1 102
menutext 226
rollmenu 307
breadcrumb 173
infowhite
newstitle 670
news 655
jumpspace
calltoact 423
infodarkgrey 155
logo 
small 1000
-- */

/*  ---------- COMMON ELEMENTS ----------  */

html, body {
	background: white;
	margin: 0px;
	font-family: verdana, sans serif;
	font-size:8pt;
	color:#fff;
	text-align: left;
}
div {
	font-size:8pt;
	text-align: left;
	}
form {
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}
input, select {
	font-size: 7.5pt;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding-bottom: 4px;
	padding-top: 2px;
	margin-left: 30px;
	font-weight: bold;
	}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol{
	list-style-type: lower-roman;
}
ol ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol ol{
	list-style-type: lower-roman;
}
li {
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;	
	padding-top: 2px;
	margin-left: 30px;
}
li a {
	color: #fff;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
p, td, div, text {
	color: #fff;	
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
}
h1 {
	font-size: 16px;
	line-height:21px;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	color: #fff;
	font-weight: 500;
	padding: 15px 10px 3px 15px;
}
h2 {
	font-size: 16px;
	line-height:21px;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	color: #FFF;
	margin: 0px 0px 0px 15px;
	padding: 15px 10px 3px 0px;
 	background: #3C4599 url("images/h1_back.gif");
  	background-repeat: repeat-x;	
}
em {
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
p a {
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
	background-color: #FFE600;
	padding: 10px;
	}
p a:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	}
.content {
	font-size: 12px;
	line-height:15px;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	color: #fff;
	margin: 10px;
	font-weight: 500;
	padding: 15px;
}
.content a {
	color: #FFE600;	
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	}
.content a:hover {
	text-decoration: underline;
	color: #FFE600;
	background-color: transparent;
	}
.small {
	margin: 5px 15px 5px 15px;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding: 5px;
	}
.small a {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	}
.small a:hover {
	text-decoration: underline;
}
.dewsign { 
	margin: 3px 15px 0px 15px;
	font-weight: normal;
	font-size:9px;
	color: #999999;
	text-decoration: none;
	background-color: transparent;
}
.dewsign a { 
	margin: 3px 15px 0px 0px;
}
	
.dewsign a:hover { 
	color: #999999;
	text-decoration: underline;
}
/*  ---------- PAGE HEAD / NAV ----------  */
#logo {
	position: absolute;
	left:0px;
	top: 0px;
	border-right: 2px white solid;
	width: 54px;
	}
.menutext  {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	padding: 4px 5px 4px 20px;
	color: #3C4599;
	background-color: transparent;	
	margin: 5px;
	}
.menutext a {
	text-decoration:none;
	color: #3C4599;
	padding: 5px;
	}
.menutext a:hover {
	text-decoration:none;
	background-color:#FFE600; 	
	color:#3C4599;
	}

.blue_h {
	background-color: #3C4599;
	margin:1px;
}
/*  ---------- SUB NAVIGATION ----------  */
.rollmenu { 
	font-size: 10px; 
	color: #333333; 
	font-family: Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	background-color: transparent;
	padding: 10px 20px 10px 20px;

}
.rollmenu a { 
	color: #333333; 
	text-decoration: none;
	}
.rollmenu a:hover { 
	color: #333333; 
	text-decoration: underline;
	}	
/*  ---------- CONTENT AREA ----------    */

.blackwindow {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	colour: #fff;
	backgound-color: #000;
	
}
	
