/********************************************************************************
body
********************************************************************************/
body {
	margin: 10px 0 10px 0;
	background: #1a98c1;
    
	font-family: Arial, Helvetica, sans-serif;
	behavior: url(_css/csshover.htc); /* WinIE behavior call*/
}

#wrap {
	width: 805px;
	margin: 0 auto;
	background: #FFF url(../_imgs/bkgd.jpg) repeat-y;
}


/********************************************************************************
header
********************************************************************************/
#header {
	width: 805px;
	height: 80px;
	background: #FFF url(../_imgs/header.jpg) no-repeat;
}


/********************************************************************************
content
********************************************************************************/

div#nav {
	width: 785px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	left: 10px;
	background: #bdbdbd;
	z-index: 10;
}

div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

div#nav li {
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
}

div#nav li a {
	margin: 7px 10px 0 10px;
	padding: 0 0 7px 0;
	color: #FFF;
	display: block;
    text-decoration:none;
}

div#nav li a:hover {
	color: #1a98c1;
}

div#nav li.selected {
	margin: 7px 15px 0 15px;
	padding: 0;
	color: #1a98c1;
}

div#nav ul.level1 li.submenu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 115px;
	display: none;
	text-align: left;
}

div#nav ul.level1 li.submenu ul li {
	background: #bdbdbd;
	width: 115px;
}

div#nav ul.level1 li.submenu ul li:hover {
	background: #1a98c1;
}

div#nav ul.level1 li.submenu ul li a:hover {
	color: #FFF;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	text-align: center;
}
	
div#nav .submenu ul.level2 {
text-align:center;
}

.pic {
	margin: 20px 0 0 0;
	float: right;
}

#rhContent1 {
	margin: 0 10px 20px 30px;
	float: right;
	width: 380px;
}

#rhContent2 {
	margin: 0 10px 20px 30px;
	float: right;
	width: 250px;
}

#text {
	width: 745px;
	margin: 20px 0 20px 0;
	float: left;
	position: relative;
	left: 30px;
}

/********************************************************************************
heading and paragraph styles
********************************************************************************/
h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #999;
	margin: 0;
	padding: 0 0 0 30px;;
	background: url(../_imgs/arrow.jpg) no-repeat left center;
}

h2 {
   font-size: 14px;
   font-weight: lighter;
   color: #1a98c1;
   margin: 0;
   padding: 0 0 0 20px;;
   background: url(../_imgs/arrow_list.gif) no-repeat left center;
}

p {
	font-size: 12px;
	line-height: 150%;
    color: #000000;
/*    color: #1a98c1;*/
/*	color: #999;*/
/*    color: #264D85;*/
 
}

strong {
	color: #1a98c1; 
}


a {
	color: #0066FF;
    font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*
a:hover, .download a:hover {
	color: #666;
}
*/
a:hover, .download a:hover {
    text-decoration: underline; 
   color: #666;
}


.download a {
	font-size: 13px;
	font-weight: bold;
	color: #1a98c1;
	text-decoration: none;
	margin: 20px 10px 0 30px;
	padding: 25px 80px 0 0;
	background: url(../_imgs/pdf_icon.jpg) no-repeat right top;
	height: 40px;
	float: right;
	text-align: right;
}


/********************************************************************************
footer
********************************************************************************/
#footer {
	width: 805px;
	height: 34px;
	background: #FFF url(../_imgs/footer.jpg) no-repeat;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #FFF;
}


/********************************************************************************
various
********************************************************************************/

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.margin1 {
	margin: 20px 0 0 30px;
}

.margin2 {
	margin: 23px 22px 0 0;
}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #1a98c1;
}

td {
	font-size: 12px;
	color: #999;
}

.border {
	border-width: 1px;
	border-color: #1a98c1;
	border-style: solid;
}

.form_title {
	background-color: #1a98c1;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
} 

.form_field {
	color: #1a98c1;
	font-size: 12px;
	font-weight: bold;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: #1a98c1 1px solid;
	background-color: #1a98c1;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.checkbox {
	border: none;
	background-color: #fff;
}




