/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #001830;
	background-image: url(../images/main_bg.gif);
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
}

/*
 * Main Content Container
 */
#main {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

/*
 * Heading Banner Image
 */
#header {
	height: 250px;
	width: 758px;
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #fff;
}
#header img {
	width: 247px;
	height: 75px;
	text-align: right;
	vertical-align: top;
	margin-top: 160px;
	margin-left: 470px;
	border: 0px;
}
#header a:link {
	border: 0px;
}

/*
 * Main Navigation
 */
#nav {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 25px;
	font-size:12px;
	color:#FFFFFF;
	background-color: #02aed4;
	border-bottom: 1px solid #fff;
}
#nav a {
	color:#FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

/*
 * Content
 */
 #content {
	background-color: #f5f5f5;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #fff;
	padding: 25px;
	color:#1D5CA4;
	height: auto;
 }

#content a:visited, #content a:link{
	color:#1D5CA4;
	margin: 0px;
	text-decoration:none;
}

#content a:hover{
	color:#008EB0;
	margin: 0px;
	text-decoration:none;
}
 #left {
 	width: 165px;
 }
 #right {
	width: 520px;
	margin: 0px;
	padding: 0px;
	float: right;
 }
 #left img {
 	margin-bottom: 5px;
 }
 h1 {
	color: #0d91b0;
	margin: 0px;
	padding: 0px 0px 5px 35px;
	font-size: 24px;
	background-image: url(../images/heading_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	vertical-align: middle;
 }
 /*#content p, #content table {
 	margin-left: 36px;
 }*/
 
 /*------------vertical nav listed down left----------------*/
#left ul{
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#008EB0;
padding-top: 15px;
text-align:left;
}

#left li{
width: 100px;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#008EB0;
text-align:left;
border-bottom: 1px dotted #008EB0;
list-style: none;
padding: 3px 0px 3px 0px;
}

#left a:link, #left a:visited{
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#008EB0;
text-decoration:none;}

#left a:hover{
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#1D5CA4;
text-decoration:none;}

#clear {
	clear: both;
}
 
 /*
 * Footer
 */
 #footer {
 	clear: both;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 25px;
	font-size:11px;
	color:#FFFFFF;
	background-color: #02aed4;
 }
 #hL {
 	float: right;
	margin-right: 25px;
 }
 #hL a {
 	text-decoration: none;
	color: #1c5ba2;
 }
 #hL a:hover {
 	text-decoration: underline;
 }
 #tagLine {
 	width: 758px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
 }
 #tagLine img {
 	margin-right: 25px;
 }