﻿/* CSS layout */
body {
	background-color:#DADADA;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-position: top left;
	background-repeat: repeat-x;
}

#container {
	margin: auto;
	margin-top: 0px;
	padding-bottom: 5px;
	background:#FFFFFF;
	max-width: 80%;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	border: solid 10px;
	border-color: #FFFFFF;
	float: none;
}

#containerpop {
	margin: auto;
	margin-top: -8px;
	margin-left: -100px;
	padding-bottom: 5px;
	background:#FFFFFF;
	max-width: 80%;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	border: solid 10px;
	border-top: none;
	border-color: #FFFFFF;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size:14px;
	width: 100%;
	float: none;
}

#contentpop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size:15px;
	width: 80%;
	clear: none;
	background-position: top left;
	background-repeat:repeat-y;
	font-family: "myriad Pro";
	font-weight: 400;
}

#contentsub {
	margin: 0px 0px 0px 180px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size:15px;
	width: 80%;
	clear: none;
	background-position: top left;
	background-repeat:repeat-y;
	font-family: "myriad Pro";
	font-weight: 400;
	float: none;
}

#contentsub h1 {
	font-family: "myriad Pro";
	font-size: 150%;
	color: #000000;
	margin-top: auto;
	font-weight: bold;
}

#contentsub h2 {
	font-family: "myriad Pro";
	font-size: 110%;
	color: #000000;
	margin-top: auto;
	font-weight: bold;
	margin-bottom: 0px;
}

#contentsub h3 {
	font-family: "myriad Pro";
	font-size: 100%;
	color: #000000;
	margin-top: auto;
	font-weight: bold;
	margin-bottom: 0px;
}

#contentsub h4 {
	font-family: "myriad Pro";
	font-size: 90%;
	color: #000000;
	margin-top: auto;
	font-weight: bold;
	margin-bottom: 0px;
}

#contentsub a {
	text-decoration: underline;
	color: #0c2868;
}

#contentsub a:hover {
	text-decoration: underline;
}

#contentsub a:visited {
	text-decoration: underline;
	color: purple;
}

#contentsub a:visited:hover {
	text-decoration: underline;
}

#footer {
	width: 70%;
	margin: auto;
	padding: 2px 0px 0px 0px;
	font-size: 100%;
	color:#0c2868;
	text-align: center;
	font-family: "myriad Pro";
	font-weight:bold;
}

#footer a {
	text-decoration: none;
	color:#0c2868;
}

#footer a:hover {
	text-decoration: underline;
	color:#0c2868;
}

#header {
	background:#dfecf6;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#line {
	text-align: left;
	height: 1px;
	width: 100%;
	background:#000000;
	font-size: small; 
	font-family: serif;
	margin: 0px 0px 10px;
}

#nav {
	margin: 0px 0px 0px 115px;
	padding: 5px 5px 5px 5px;
	width: 15%;
	text-align: left;
	position: absolute;
	left: 1%;
}

#nav.text { 
	margin: 0px 0px 0px 115px;
	padding: 5px 5px 5px 5px;
	width: 15%;
	text-align: center;
	position: absolute;
	left: 1%;
}

#nav ul {
	padding: 0;
	margin:0;
	width: 100%;
}

#nav li {
	display:block;
	height: 22px;
	width: 100%;
	margin-top: 5px;
	font: "myriad Pro" tahoma;
}

#nav li a, #nav li a:visited {
	width: 98%;
	display:block;
	background: #3c5fb0;
	padding: 2% 1% 2% 1%;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

#nav li a:hover, #nav li a:visited:hover {
	background: #dfecf6;
	color: #000;
	text-decoration: underline;
}

#nav li a.active, #nav li a.active:hover{
	background: #d7eeff url(images/logos/arrow.jpg) center right no-repeat;
	text-decoration: none;
	color: #333;
}

#nav ul ul {
	padding: 0px 0px 0px 17px;
	margin:0;
	width: 91%;
}

#nav ul ul li {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 50%;
	margin-top: 5px;
	font: "myriad Pro";
}

#nav ul ul li a, #nav ul ul li a:visited {
	width: 98%;
	display:block;
	background-color: #7d89a3;
	padding: 2% 1% 2% 1%;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

#nav ul ul li a:hover, #nav ul ul li a:visited:hover {
	background: #7d89a3;
	color: #000;
	text-decoration: underline;
}

#nav ul ul li a.subactive, #nav ul ul li a.subactive:hover {
	background: #7d89a3;
	text-decoration: none;
	color: #333;
}

#nav ul ul li a.active, #nav ul ul li a.active:hover {
	background: #7d89a3 url(images/logos/arrowsub.jpg) center right no-repeat;
	text-decoration: none;
	color: #333;
}

#wrapper {
	width: 1280px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;	
	background: repeat-x;
}