/* css: mm 2/13/08 */

body {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}


#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

#mast {
	width: 760px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	padding-top: 16px;
	background-image: url(images/mast_bg.png);
	background-repeat: no-repeat;
	*background: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mast_bg.png',sizingMethod=scale);
}



#logo a {
	width: 214px;
	height: 94px;
	margin: 14px 0 0 480px;
	*margin: 28px 0 0 480px;
	padding: 0;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	position: relative;
}

#logo a span{
	visibility: hidden;
}



#mast a span {
	visibility: hidden;
	
	

}

 

#nav {
	width: 760px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	*background: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_bg.png',sizingMethod=scale);
	 


}


#nav ul {
	list-style-type: none;
	background-color: #ddd;
	width: 670px;
	height: 20px;
	margin: 0px 50px 0 40px;
	padding: 5px 0 2px 0;
	position: relative;


}



#nav ul li {
	display: inline;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	vertical-align:text-top;
	color: #000A49;
	margin: 0;
	padding: 4px 4px 2px 14px;
		
}



#nav ul li a:link {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 2px 4px;
	
}


#nav ul li a:visited {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 2px 4px;
	
	
}

#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000A49;
	padding: 4px 4px 2px 4px;
	
}

#nav ul li a:active {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 2px 4px;
}


/* "on" state */


#nav ul .on a:link {
	color:#000A49;	
}

#nav ul .on a:visited {
	color:#000A49;
}

#nav ul .on a:hover {
	color:#fff;
	}
#nav ul .on a:active {
	color:#fff;
	}



#subnav {
	width: 760px;
	height: 15px;
	background-image: url(images/content_bg.png);
	background-repeat: none;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png',sizingMethod=scale);
}

#subnav ul {
	list-style-type: none;
	background-color: #ddd;
	width: 650px;
	height: 20px;
	margin: 0px 50px 0 40px;
	padding: 1px 0 2px 20px;
	position: relative;
	background-color: white;
	border-top: 1px solid #aaa;
}


#subnav ul li {
	display: inline;
}

#subnav ul li a:link {
	padding: 0 0 0 10px;
	color: #000a48;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}



#subnav ul li a:visited {
	padding: 0 0 0 10px;
	color: #000a48;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#subnav ul li a:hover {
	padding: 0 0 0 10px;
	color: #000;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}


#subnav ul li a:active {
	padding: 0 0 0 10px;
	color: #000a48;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}





#content {
	width: 760px;
	height: auto;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	*background: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png',sizingMethod=scale);
	z-index: 1;


}

#left {
	margin: 10px 0 0 0;
	width: 480px;
	height: auto;
	float: left;
	z-index: 9;
	position: relative;

}

#left h1 {
	margin: 0 0 0 40px;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;	
}

#left h1 span {
	visibility: hidden;
}

#left h2 {
	margin: 0 0 0 40px;
	padding: 0 0 30px 0;
	background-image: url(images/summary.gif);
	background-repeat: no-repeat;

}

#left h2 span {
	visibility: hidden;
}


#left h3 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 18px;
	color: #000a48;
	margin: 10px 0 0 40px;


}


#left p {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 10px 30px 0 40px;
}

#left ul {
	list-style: disc;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 10px 10px 0 60px;
}

#left ul li {
	padding: 0;
	margin: 0;
}

#left ul li a {
	color: #000a48;
}


#left p strong {
	color: #000;
}

#left ol {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 10px 0 0 60px;
}




#right {
	margin: 10px 0 0 0;
	float: left;
	z-index: 10;
	position: relative;
}

#right h1 {
	width: 220px;
	height: 212px;
	background-image: url(images/darkblue.jpg);
	background-repeat: no-repeat;
	
}

#right h1 span {
	visibility: hidden;
}


#right h2 {
	width: 220px;
	height: 212px;
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	
}

#right h2 span {
	visibility: hidden;
}

#right h3 {
	width: 220px;
	height: 212px;
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	
}

#right h3 span {
	visibility: hidden;
}

#right h4 {
	width: 220px;
	height: 212px;
	background-image: url(images/orange.jpg);
	background-repeat: no-repeat;
	
}

#right h4 span {
	visibility: hidden;
}


#clear {
	clear: both;
	height: 10px;
}



#foot {
	text-align: center;
	width: 760px;
	height: 45px;
	clear: both;
	background-image: url(images/foot_bg.png);
	background-repeat: no-repeat;
	*background: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/foot_bg.png',sizingMethod=scale);
	 


}

#foot ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0px;
	position: relative;
}

#foot ul li {
	display: inline;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 11px;
	color: #777;
	margin: 0;
	padding-left: 8px;
}

#foot ul li a:link {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	
}

#foot ul li a:visited {
	color: #777;
	text-decoration: none;
	
}
#foot ul li a:hover {
	color: #777;
	text-decoration: none;
	
}
#foot ul li a:active {
	color: #777;
	text-decoration: none;
	
}


iframe {
	
	width: 425px;
	height: 350px;
	border: 1px solid #ccc;
	margin: 14px 0 0 0;
}

#left table {
	margin: 0 0 0 40px;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0;
}

#left table tr {
	margin: 0;
	padding: 0;
	
}

#left table td {
	margin: 0;
	padding: 0;
}