@charset "utf-8";
/* CSS Document */

html {
	
	}
body {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0px;
	background-color: #003E7D;
	background-image: url(../_images/htmlBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
#wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	
	}
#mainContainer {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 984px;
	height: 100%;
	/*border: 1px solid white;
	border-style: none solid none solid;*/
	z-index: 100;
	margin: 00px 00px 0px -477px;
	}
#wave {
	position: absolute;
	width: 100%;
	height: 170px;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(../_images/waveBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
#address {
	position: absolute;
	top: 31px;
	left: 50%;
	margin: 0px 00px 0px -447px;
	color: white;
	width: 222px;
	height: 113px;
	}
#address a {
	color: white;
	}
#f1 {
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	}
#f2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	color: #FF9900;
	}

#rightContent {
	position: absolute;
	width: 500px;
	height: 80%;
	bottom: 10px;
	right: 20px;
	background-color: white;
	/*border: 2px solid red;*/
	background-image: url(../_images/rightBoxBg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	z-index: 100;
	}
img.topWide {
	position: absolute;
	top: -92px;
	left: -6px;
	z-index: 120;
	}
img.leftSquare {
	position: absolute;
	top: -46px;
	left: 50px;
	z-index: 150;
	}
#rightContentTop {
	background-image: url(../_images/rightBoxTop.jpg);
	height: 20px;
	background-position: right -1px;
	background-repeat: no-repeat;
	text-align: right;
	z-index: 500;
	}
#rightContentTop img {
	position: absolute;
	top: -19px;
	right: 15px;
	z-index: 9000;
	}
#rightContentMain {
	margin: 0px 8px 0px 49px;
	}
#rightContentMain h1{
	margin-left: 0px;
	}
#rightContent ul{
	margin: 0px 0px 0px 10px;
	text-indent: 15px;
	list-style-type: square;
	padding: 0px;
	}
#leftContent {
	position: absolute;
	width: 485px;
	height: 98%;
	bottom: 10px;
	left: 20px;
	margin-top: 50px;
	background-color: white;
	/*border: 2px solid red;*/
	background-image: url(../_images/leftBoxBg.jpg);
	background-position: left 50px;
	background-repeat: repeat-y;
	z-index: 500;
	overflow: hidden;
	}
#leftContentTop {
	background-image: url(../_images/lefboxTop.jpg);
	height: 11px;
	background-position: -3px 0px;
	}
#leftContentMain {
	overflow: hidden;
	}
#leftContentBody {
	width: 225px;
	position: absolute;
	top: 77px;
	right: 9px;
	height: 100%;
	
	}
#logo {
	margin-left: 10px;
	}
#mainMenu {
	width: 225px;
	position: absolute;
	top: 77px;
	left: 9px;
	height: 100%;
	background-image: url(../_images/menuBg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0px;
	}
#mainMenuTop {
	background-image: url(../_images/menuTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	}
#mainMenu ul {
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	}
#mainMenu ul li {
	
	}
#mainMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: navy;
	font-size: 14px;
	display: block;
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	}
	
	
#subMenu ul li {
	
	}

#subMenu ul {
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	}

#mainMenu ul li a:hover {
	list-style-type:none;
	background-color: #1363B2;
	color: white;
	font-weight: normal;
	text-indent: 3px;
	}
	
#subMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF9900;
	font-size: 14px;
	display: block;
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	}	
#subMenu ul li a:hover {
	background-color: #FF9900;
	color: white;
	font-weight: normal;
	text-indent: 3px;
	}	
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff9900;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	}
p {
	margin: 0px 0px 7px 0px;
	}
label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 2px 10px 0px 0px;
	}
input {
	width: 280px;
	background-color: #efefef;
	border: 1px solid #d8d8d8;
	}
textarea {
	width: 280px;
	height: 80px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #d8d8d8;
	}
input[type="submit"] {
	border: 1px solid #003E7D;
	color: #FF9900;
	background-color: #1363B2;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	width: 140px;
	}
