@charset "utf-8";
/* CSS Document */
/* Site wide colours
	Default light blue	:	#3399CC
	Default blue		:	#32539F
	Default dark blue	:	#294380
	
	
	Text default blue	:	#32539E
	Default light blue	:	#3399CF

    Green   :   #339966
    Grey    :   #999999
    Orange  :   #CC6600
    Purple  :   #993366
    Red     :   #993300

 */

html{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
}
body{
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/background.jpg) top repeat-x;
}
/* HEADER */
.header{
	margin:0 auto 0 auto;
	padding:0;
	width:970px;
	height:90px;
}
.header h1{
	display:none;
	visibility:hidden;
}
.header h2{
	display:none;
	visibility:hidden;
}
.header .logo{
	margin:0 0 0 15px;
	padding:0;
	float:left;
	width:auto;
}
.header .contact{
	margin:12px 50px 0 0;
	padding:0;
	float:right;
	width:auto;
}
.header .contact p{
	color:#FFFFFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:22px;
	font-size:12px;
}
/* CONTAINER */
.container{
	margin:0 auto 0 auto;
	padding:0;
	width:970px;
}
/* NAV */
.nav{
	height:81px;
	background:url(../images/page-bg.jpg) top repeat-x;
	padding:0 15px 0 15px;
}
.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.9em;
}
.nav li{
	margin:0 1px 0 1px;
	padding:0;
	display:block;
	float:left;
}
.nav .selected a{
	color:#FFFFFF;
}
/* ///////////////////////////////////////////////// Set by Theme
.nav .selected{   
	border-bottom:6px solid #32539F;
	background:url(../images/selected.jpg) top repeat-x;
}
*/
.nav li span:hover{
	background:#3399CC;
}
.nav li span a:hover{
	color:#FFFFFF;
}
.nav li span{
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	display:block;
	text-align:center;
	margin:0 -1px 2px -1px;
	height:50px;
}
.nav li span a{
	font-weight:bold;
	text-decoration:none;
	padding:1em 2px 0 2px;
	display:block;
	color:#32539E;
	width:98px;
	height:100%;
}
.Default_menuitem{
    border-bottom:3px solid #3399CC;
}
.Green_menuitem{
    border-bottom:3px solid #339966;  
}
.Grey_menuitem{
    border-bottom:3px solid #999999;  
}
.Orange_menuitem{
    border-bottom:3px solid #CC6600;  
}
.Purple_menuitem{
    border-bottom:3px solid #993366;  
}
.Red_menuitem{
    border-bottom:3px solid #993300;  
}

/* Sub nav */
.left-col{
	width:160px;
	float:left;
	margin:0 26px 0 0;
}
.sub-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #D4D4D4;
}
.sub-nav li{
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #FFFFFF;
}
.sub-nav li a{
	display:block;
	margin:0;
	padding:6px;
	background:#F5F5F5;
	/*border-left:6px solid #32539F; /////////// Set by Theme */
	color:#32539E;
	font-size:0.9em;
	text-decoration:none;
}
.sub-nav li a:hover{
	background:#3399CC;
	color:#FFFFFF;
}
.sub-nav .selected{
	/*background:#32539F; /////////// Set by Theme */
	color:#FFFFFF;
}
/* Sub nav tier 2 */

.tier-2 ul{
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
	font-size:0.9em;
	border:none!important;
}
.tier-2 li{
	display:block;
	margin:0;
	padding:5px 0 5px 12px;
	border:none!important;
}
.tier-2 li a{
	display:block;
	margin:0;
	padding:0 12px 0 0;
	background:none;
	color:#32539E;
	font-size:0.9em;
	text-decoration:none;
	border:none!important;
	line-height:1.2em;
}
.tier-2 li a:hover{
	color:#000;
	background:none;
}
.tier-2 .selected{
	font-weight:bold;
	background:url(../images/selected.gif) right no-repeat!important;
	color:#000;
} 
.tier-2 .selected:hover{
	font-weight:bold;
	background:url(../images/selected.gif) right no-repeat;
} 
/* CONTENT */
.content{
	padding:0 15px 27px 15px;
}
.content .main-content{
	float:left;
	width:500px;
}
.content .right-col{
	float:right;
	width:240px;
}
.content .right-col .caption{
	background:#294380 url(../images/panel-bg.jpg) top repeat-x;
	width:240px;
	margin:0 0 12px 0;
}
.content .right-col .caption p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-style:italic;
	color:#FFFFFF;
	margin:0;
	padding:6px;
}

/* FOOTER */
.footer{
	background:url(../images/foot-bg.jpg) top repeat-x;
	height:74px;
	margin:24px 0 0 0;
}
.foot{
	width:970px;
	margin:0 auto 0 auto;
	padding:3px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	font-size:0.8em;
}
.foot a{
	color:#FFFFFF;
	text-decoration:none;
}
.foot-nav a{
	padding:0 6px 0 6px;
}
.foot a:hover{
	text-decoration:underline;
}
.credits{
	color:#666666;
	margin:12px 0 0 0;
	font-size:0.9em;
}
.credits a{color:#666666;}

/* MISC */
.clear{	clear:both;}
.left{float:left; width:auto;}
.right{float:right;width:auto;}
img{border:none;}
/* TEXT STYLING */
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#32539E;
	margin:0 0 0.5em 0;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#3399CF;
	margin:0 0 0.5em 0;
}
p{
	line-height:1.5em;
}
.main-content ul{
	line-height:1.5em;
}
a{
	color:#32539E;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}