/* CSS Document */

html {
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #728db6;
	line-height: 14px;
}

h5 {
 font-size:12px;
}

#main_wrap{
	width: 900px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	margin: 0px;
	padding: 0px;
}

div#header {
	background-image: url(../images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	clear: left;

}

div#nav-bar{
	background-image: url(../images/nav-background.jpg);
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 900px;
}

#nav {
	clear:both;
	list-style:none;
	padding:0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}

#nav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	line-height:100%;
	float:left;
	text-decoration: none;
}
#nav li a{
	text-decoration: none;
	display:block;
	height:40px;
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #728db6;
}
#nav li.on a {
	color:#fff;
}
#nav li a:hover{
	color:#FFFFFF;
}

div#mainwindow {
	background-image: url(../images/main-window-backg.png);
	display: block;
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 910px;
	height: auto;
	min-height: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

div#rightboxtop{
	background-image: url(../images/right-box-top.png);
	display: block;
	height: 20px;
	width: 250px;
	float: left;
	top: 5px;
	position: relative;
	left: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div#leftboxtop{
	background-image: url(../images/left-box-top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 605px;
	left: 15px;
	top: 5px;
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}


div#leftbox{
	background-image: url(../images/left-box-bottom.png);
	background-repeat: no-repeat;
	height: auto;
	width: 605px;
	position: relative;
	left: 15px;
	overflow: auto;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	top: 5px;
}

div#rightbox{
	height: auto;
	width: 250px;
	position: relative;
	left: 30px;
	overflow: auto;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	top: 5px;
	background-image: url(../images/right-box-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 0px;
}

div#leftcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ededed;
	height: auto;
	width: 575px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	padding:0 15px;
}
div#leftcontent a {
	color:#6C8EC1;
}

div#rightcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	width: 250px;
	overflow: hidden;
	position: relative;
	background-color: #ededed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
div#rightcontent h1 {
	padding-left:15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;

	text-decoration: none;
	text-indent: 0px;
	white-space: normal;
	text-align: left;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-indent: 0px;
}

#footer {
	position:relative;
	width:900px;
	height:50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	display: block;
	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}
#footer a {
	color:#fff;
}
div#clear{
	clear: both;
}

#submenu {
	list-style:none;
	width: 220px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}
#submenu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
	margin-right: 10px;
}
#submenu li a{
	color: #81a0ce;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#submenu li a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
#search {
	position:relative;
	left:635px;
	top:120px;
	width:250px;
	height:65px;
	z-index:1;
	display: block;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

fieldset.search {
	border: none;
	width: 250px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 12px;
	width: 180px;
	height: 20px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 3px;
}

.search button.btn {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../images/search-button.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.search button.btn:hover {
	background-image: url(../images/search-button.gif);
	background-position: bottom;	
}
form#form1 input {
	width:200px;
	margin-bottom:5px;
	border:1px solid #afafaf;
}
form#form1 textarea {
	width:200px;
	margin-bottom:5px;
	border:1px solid #afafaf;
}
.inputtextrequired {
	background:#AEC6E2;
	border:1px solid #afafaf;
}
.inputtextarearequired {
	background:#AEC6E2;
	border:1px solid #afafaf;
}
form#form1 .inputbutton {
	background:#6C8EC1;
	color:#fff;
	font-weight:bold;
	width:100px;
	padding:5px;
}
#sub-pages {
	margin:0;
	padding:0;
	margin:0 15px;
	list-style:none;
	margin-bottom:0px;
}
#sub-pages li {
	padding-bottom:5px;
	padding-top:5px;
	border-top:1px solid #d9d5d5;
}
#sub-pages li a {
	color:#6C8EC1;
	text-decoration:none;
}
#sub-pages li a:hover {
	text-decoration:underline;
}