/*
mmo.css

Colour Table
	logo blue: #004d91
	
	background blue:#ebf0fa
	nav light: #ebf0fa
	nav dark: #dbe5fa
	nav border: #bcd3f0
				
*/

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-family:Tahoma,Arial,sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	color:#576e82;
	margin:0;
	padding:0;
	background:url(../images/sun.jpg) center top no-repeat;
	}

a:link, a:visited, a:active {
	color:#5a91cd;
	}

a:hover {
	color:#fd8c12;
	text-decoration:none;
	}
	
img{
	border:0;
	-ms-interpolation-mode: bicubic;
	}

h1, h2{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#004d91;
	margin:0;
	}

h2{
	font-size:16px;
	padding:10px 0 10px 0;
	}

h2 + p {
	margin:0;
	padding:5px 0 5px 0;
	}

/*-------------------------------------------------------------------------------------------------
layout
-------------------------------------------------------------------------------------------------*/
#header{
	height:160px;
	}

div.container{
	width:940px;
	margin:auto;
	}

#logo{
	position:absolute;
	z-index:1;
	top:47px;
	padding:0 0 0 35px;
	}

#topBar{
	height:70px;
	background:url(../images/topNavbg.gif) repeat-x;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	}

#breadcrumbs{
	height:35px;
	line-height:35px;
	margin:0 0 0 270px;
	}

#fontSize{
	float:right;
	height:35px;
	width:100px;
	margin-right:3px;
	line-height:35px;
	}

#fontSize img{
	position:relative;
	top:3px;
	}	

#leftCol{
	float:left;
    width:248px;
	margin:0 20px 0 0;
	}

#rightCol{
	float:left;
    width:672px;
	}

#main{
	padding:30px;
	margin:20px 0 10px 0px;
	background:#ecf3fa url(../images/mainbg.gif) bottom right no-repeat;
	border:1px solid #d5e0eb;
	min-height:360px;
	}

#main ul{
	list-style:none;
	margin:0;
	padding:0px 0 10px 20px;
	}

#main ul li{
	padding:0 0 0 18px;
	background:url(../images/bullet2.gif) 0px 2px no-repeat;
	}

#share{
	margin:20px 0 0 0;
	background:#ededed url(../images/navleftbg.gif) top repeat-x;
	border:1px solid #dbd9d9;	
	padding:10px 10px 10px 13px;
	}

#share p{
	margin:0;
	padding:0;
	}

#footer{
	clear:both;
	padding:0px 0 0 0;
	color:#CCCCCC;
	}


/*-------------------------------------------------------------------------------------------------
navigation top
-------------------------------------------------------------------------------------------------*/
#topNav{
	height:35px;
	line-height:35px;
	background:url(../images/topNavbg.gif) repeat-x;
	margin:0 0 0 220px;
	}

#topNav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#topNav li {
	float:left;
	background:url(../images/navDivider.gif) top left no-repeat;
	}

#topNav li:hover{ /* keeps top level selected */
	background:#386292;
	background-position: 0 0;
	}

#topNav ul a:link, #topNav ul a:active, #topNav ul a:visited{
	display:block;
	padding:0 10px 0 10px;
	text-decoration:none;
	color:#FFFFFF;
	}

#topNav ul a:hover{
	color:#FFFFFF;
	}
	
/* drop downs*/
#topNav li ul {position: absolute; z-index:2; width: 170px; left: -999em; background:#386292; border-left:solid 1px #2c4e76; border-right:solid 1px #2c4e76;} 
#topNav li ul li {line-height:34px; background:none; border-bottom: 1px solid #2c4e76; text-indent:12px; background:url(../images/menuBullet.gif) 0px 8px no-repeat;} 
#topNav li:hover ul, #nav li.sfhover ul {left: auto;} /* suckerfish for pseudo-hover class in IE */
#topNav li ul li a:link, #topNav li ul li a:active, #topNav li ul li a:visited{width:150px; color:#FFFFFF;}
#topNav li ul li a:hover{color:#FFFFFF; text-indent:12px; background:#4170a7 url(../images/menuBullet.gif) 0px 8px no-repeat;}
/*-------------------------------------------------------------------------------------------------
navigation left
-------------------------------------------------------------------------------------------------*/

#leftNav{
	margin:20px 0 0 0;
	padding:20px;
	background:#ededed url(../images/navleftbg.gif) top repeat-x;
	border:1px solid #dbd9d9;	
	}

#leftNav ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#leftNav ul li{
	padding:0;
	}

/* first level links */
#leftNav ul li a:link, #leftNav ul li a:active, #leftNav ul li a:visited{
	display:block;
	line-height:30px;
	padding:0 0 0 25px;
	color:#3C5EA5;
	text-decoration:none;
	background:url(../images/bullet.gif) 5px 7px no-repeat;
	border-bottom: 1px solid #c2d4f4;
	}

#leftNav ul li a:hover{
	background-color:#dae5fa;
	color:#fd8c12;
	}

/* second level links */
#leftNav ul li ul li a:link, #leftNav ul li ul li a:active, #leftNav ul li ul li a:visited{
	display:block;
	line-height:30px;
	padding:2px 0 2px 40px;
	background:url(../images/bullet2.gif) 21px 7px no-repeat;
	color:#888888;
	}

#leftNav ul li ul li a:hover{
	background-color:#e6e5e5;
	color:#3C5EA5;
	}



/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
a.current, a:hover.current{
	/*background-color:#CCFFCC;*/
	}

img.logoText{
	margin:110px 0 0 220px;
	}

img.footerLogo{
	float:right;
	padding:0 0 10px 0;
	}

span.sent{
	background:url(../images/tick.gif) left no-repeat;
	padding:0 0 0 25px;
	}
	
/*-------------------------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------------------------*/
table.form td{
	padding:3px 20px 3px 3px;
	font-weight:bold;
	}

input, textarea{
	width:400px;
	}

textarea{
	height:120px;
	}

input.button{
	width:80px;
	margin-bottom:20px;
	}
