/*
 *
 * Stylesheet
 * (C) 2008 Meridian 86
 *
 * WEBSITE STRUCTURAL ELEMENTS.
 *
 */

#page {
	clear:both;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: left;	
	top:0px;
	width: 970px;
}

#pageInsert{
	margin-left:20px;
	margin-right:20px;
}

#headerBackground {
	background-image: url(../graphics/structure/backgroundHeader.png);
	background-repeat:repeat-x;
	height:150px;
	left:0px;
	position:absolute;
	top:0px;
	width: 100%;
}

#header{
	width:100%;
	height:140px;
	position:relative;
}

#headerLogo{
	width:174px;
	height:55px;
	position:absolute;
	top: 60px;
	left: 0px;
}

#headerLogo2{
	width:174px;
	height:55px;
	position:absolute;
	top: 60px;
	left: 640px;
}

#navigationBar{
	height: 35px;
	position: relative;
	top:0px;
	width: 100%;
	color:#ffffff;
}

#content{
	left:0px;
	height: 400px;/*for IE6*/
	margin-bottom:20px;
	min-height:400px;
	position:relative;
	top:0px;
	width:100%;
}
html>body #content{height:auto} /*for normal browsers*/


#leftColumn{
	margin-left:0px;
	position: relative;

	width:650px;
	height:auto;
	margin-right:20px;
	line-height:18px;
}

#rightColumn{
	position:absolute;
	border-left:3px solid #BDDCEE;
	width:230px;
	line-height:18px;
	right:0px;
	top:30px;
	text-align:left;
	color:#2D4B69;
	background-repeat:no-repeat;
}

#rightColumn h2{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}

#rightColumnInsert{
	position:relative;
	
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:0px;
}

#rightColumnInsert strong{
	color:#000;
}

.imageBorder{
	padding:1px;
	border: 1px solid #ddd;
	margin:8px;
}

.inset{
	padding-left:20px;
	display:block;
	border-left: 3px solid #BDDCEE;
	
}

#footerBG{
	border-top:1px solid #ddd;
	background-color:#f5f5f5;

	position:relative;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:930px;
	text-align:left;
	position:relative;
	clear:both;
	
	color:#888;
	font-size:13px;
}



#footer .links a, #footer .links2 a, #footer .m86Info a{
	margin-right:10px;
	color:#777;
	text-decoration:none;
	
}

#footer .links a:hover, #footer .links2 a:hover, #footer .m86Info a:hover{
	color:#336699;
}

#footer .links2{
	width:485px;
	font-size:11px;
	padding-top:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

#footer .m86Info{
	width:485px;
	font-size:11px;text-align:left;
	border-top:1px solid #fff;
	padding-top:10px;
	padding-bottom:20px;
}


/* Navigation Bar */
#nav {
	color: #fff;
	text-shadow: #31628B 1px 1px;
	font-size: 14px;
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	border-left: 1px solid #285C8F;
	border-right: 1px solid #5399C2;
	
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemibold';
}

#nav li {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	left: 0;
	position: relative;
	border-right: 1px solid #285C8F;
}
#nav a {
	border-left: 1px solid #5399C2;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../graphics/structure/navButton.jpg);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	color: #fff;
}

#nav a:link,
#nav a:visited {
	cursor: hand;
	display: block;
	height: 35px;
	float: left;
	position: relative;
	text-align: center;
	outline: none;
}

#nav a:hover {
	background-position: 0px 0px;
	display: block;
}


#nav a:active {
	background-position: 0px -35px;
	display: block;
}

#currentNavItem div {
	height: 50px;
	background-color: #DFF1FD;
}
#currentNavItem a, #currentNavItem a:link, #currentNavItem a:hover {
	color: #315D7D;
	text-shadow: none;
	display: block;
	border-left: 1px solid #fff;
	background-position: 0px 70px;
}

#nav-right{
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style:none;
	float:right;
	text-shadow: #31628B 1px 1px;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemibold';
}

#nav-right li{
	float:left;
	margin-top:7px;
	margin-bottom:7px;
}

#nav-right li a{
	
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	text-decoration:none;
	color:#fff;
}

#nav-right li a:hover{
	color:#CFEFFD;
}
