body  { background-color: #fff; background-image: url(../images/bg.jpg); background-repeat: repeat-x }


/* Colour for very top menu. */
#v_top_menu  { background: url(../images/v_top_menu_bg.png) }
#v_top_menu_r  { background: url(../images/v_top_menu_l.png) no-repeat }
#v_top_menu_l  { background: url(../images/v_top_menu_r.png) no-repeat }


/* Top menu Colours. */
#top_menu_l  { background: url(../images/top_menu_l.png) no-repeat }
#top_menu_r  { background: url(../images/top_menu_r.png) no-repeat }
#top_menu  { background: url(../images/top_menu_bg.png) }


/* Colour for for gradient in the main body and footer. */
.middle_wrapper,.bottom_wrapper  { background: url(../images/blue_gradient.jpg) repeat-x 50% top; clear: left }

.footer_wrapper {background: #333;}

/* @group Typography*/
p { 

margin: 8px 0 8px 0; 

padding: 0; 

color: #333; 

background: inherit; 

}



a  { color: #666; text-decoration: none; margin: 8px 0 8px 0; }
a:hover  { color: #999; text-decoration: underline }
h1,.componentheading  { color: #304584; font-size: 1.8em; font-weight: bold; line-height: 1.2em; text-decoration: none; letter-spacing: 0; margin-bottom: 3px; padding-bottom: 3px }
h1 a  { color: #666; background: inherit inherit inherit inherit }
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited,h3,table.moduletable th,.moduletable h3, .moduletable th  { color: #304584; font-size: 160%; font-weight: bold; margin: 0 0 5px; padding: 0 0 5px; border-bottom: 0 solid #ccc }
h2 a  { color: #666; background: inherit inherit inherit inherit }
h2 a:hover  { color: #999; text-decoration: none; background: inherit inherit inherit inherit }
 
h3,.moduletable h3  { font-size: 130%; no-repeat; padding-left: 30px; width: 96% }
	
	
.createdate,.small  { color: #666; background: inherit inherit inherit inherit; text-align: right; margin: 4px 0 5px; padding: 0.4em 2px 0 0 }

h4 {
font-size: 1.4em;
margin:10px 5px;
}

h5 {
font-size: 1.3em;
margin:10px 5px;
}

h6 { font-size: 1.0em; font-weight: normal; color: #333; margin:0px 0px;}
h6 a            { color: #666; text-decoration: none; border-bottom: 1px solid #ffcc33 }
h6 a:hover             { color: #999; text-decoration: none; border-bottom: 1px solid #ffcc33 }

h3b {
font-size: 1.2em;
font-weight: bold;
margin:10px 5px;
color: #304584;
}


.sidequote_right {
	float:right;
	width:200px;
	margin:0.25em 0.75em 0.25em 2em;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.sidequote_left {
	float:left;
	width:200px;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.block_thick {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #333;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}


.block_thick_green {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #738a0a;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}

.block_thick_orange {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #D26218;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
	
	
}

.copyright {color: #ccc;}



.orange_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #005b92;
	color: #fefefe;
	padding: 10px;
}

.green_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #00adef;
	color: #fefefe;
	padding: 10px;
}



.dark_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #0096cf;
	color: #fefefe;
	padding: 10px;
}

.hilite {
background-color: #6bd2ff;
padding:0px 3px;
display:inline;
color:#333333;
}
.blockquote {
	font-family: Georgia, serif;
	font-size: 2em;
	line-height: 2em;
	color:#ADEE4B; 
	font-style:italic;
	padding:0 30px;
	
	}
	
	.blockquotesmall {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#ADEE4B;
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-right:20px;
	}

.blockquotesmall_on_white {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#738a0a; 
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	}

/* @end */

li  { list-style-image: url(../images/bullet.jpg); list-style-position: inside; margin: 3px 0 }
ul,ul li  {margin: 5px 0}















