/* CSS Document */
/* ---- =Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}


/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background-color:#e7f0f1;
	background-repeat: repeat-x;
	background-position: top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#001448;

}

.clear {
	clear:both;
}
h1 {
	font-weight:bold;
	font-size:200%;
}
h2 {
	font-weight:normal;
	font-size:200%;
	text-transform:uppercase;
}
a, a:visited {
	color: #45a188;
	text-decoration:none;
}
a:hover {
	color:#c37f41;
}

h3.access, p.access {
	position:absolute;
	text-indent:-9999px;
}
hr.access {
	position:absolute;
	left:-9000px;
}


/* ---- =Container Structure! --------------------------------------------------------- */
#outer-container {
	position:relative;
	width:770px;
	margin:0 auto;
	background:  url(../images/bg.jpg) repeat-y center center;
}
#header-container {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	width: 750px;
	margin: 0px auto 0 auto;
}
#header-container h1 {
	text-indent:-9999px;
}
/* ---- =Navigation ! --------------------------------------------------------- */
#navigation-container {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 58px;
	width: 750px;
	margin:0px auto 0 auto;
}
#navigation-container ul {
	padding:10px 0 0 53px;
}
#navigation-container ul li {
	display:inline;
	padding:0 15px 0 0;
	text-transform:uppercase;
}
#navigation-container ul li a {
	color:#122f54;
	text-decoration:none;
}
/* ---- =Content ! --------------------------------------------------------- */
#content-container {
	width: 750px;
	margin:0 10px;
}
#content {
	background-image: url(../images/content_bg.jpg);
	float: left;
	width: 500px;
	margin: 0 25px 25px 25px;
	display:inline;
	background-repeat: no-repeat;
	background-position: center top;	position:relative;
}
#content h1 {
	padding: 15px 30px;
	font:normal 17px/1.5 'lucida grande', 'lucida sans unicode', helvetica, arial, sans-serif;
	color:#45a188;
}

#content ul li {
	list-style-position: outside;
	list-style-type: disc;
}
#content p {
	padding: 5px 30px;
}
/* ---- =Hilite ! --------------------------------------------------------- */
#hilite {
	border: 1px solid #b8bcbc;
	background-image: url(../images/hilite_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 5px 20px 20px 20px;
	float: right;
	width: 200px;
	display:inline;
	padding:0;
}
#hilite h1 {
	padding: 0 0 0 15px;
	font:normal 17px/1.5 'lucida grande', 'lucida sans unicode', helvetica, arial, sans-serif;
	color:#ffffff;
	background-color:#6588aa;
}
#hilite p  {
	margin:0;
}
#hilite ul  {
	margin:10px 25px;
}
/* ---- =Sidenav ! --------------------------------------------------------- */
#sidenav {
	float: right;
	width: 180px;
	display:inline;
	text-align: right;
	margin:75px 15px 0 0;	position:relative;
}
#sidenav ul li  {
	text-align: right;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color:#45a188;
	width: 180px;
	border-bottom: solid 1px #cccccc;
	padding: 4px 0px;
}
#sidenav ul li a {
	padding:0 15px 7px 0;
	color:#45a188;
}
#sidenav ul li a:hover {
	color:#122f54;
}
/* ---- =Footer ! --------------------------------------------------------- */
#footer {
	position:relative;
	width:770px;
	height:47px;
	margin:0 auto;
	background:  url(../images/footer.jpg) no-repeat center center;
}
#footer  ul {
	padding-left:63px;
}
#footer  ul li{
	display:inline;
	padding:0 15px 0 0;
	color:#cccccc;
}