@charset "UTF-8";
/* Created by Jill Chu @ lyris jchu@lyris.com */


* {
  margin: 0;
  padding: 0;
}

/*typography styles*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#FF8100;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#1C599B;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FF8100;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#999999;
	line-height: 1.32em;
	text-align: justify;
	}
em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	font-style:normal;
	font-weight:bold;
	}

ul {
	font-size:0.8em;
	color:#666;
	list-style-position: inside;
	line-height: 2em;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}


a { 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#1C599B;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#FF8100;
	}

/*wrapper*/
#wrap {
	background:top;
	margin: 0 auto;
	width:983px;
	}

/*top content*/

#top {
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	width:983px;
	height:39px;
	float:left;}
#top-nav {
	float:right;
	width:auto;
	text-align: right;
}

#logo {
	padding-bottom:18px;
	width:144px;
	height:67px;}

/* main content*/
#container {
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
	width:983px;
	float:left;
	
	}

#content-container {
	width:883px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	}
	
	#content-container3 {
	width:883px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	}
	
	#content-container4 {
	width:883px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	}
#content-container2 {
	padding-left: 30px;
	padding-right: 30px;
}

#header-img {
	margin-top:25px;
	width:487px;
	height:auto;
	z-index:1;
	float:left;
	
	}

.header-txt {
	padding-top:54px;
	
	width:356px;
	z-index:2;
	float:left;
	
	}

#left-col {
	width:380px;
	float:left;
	padding: 25px;
	}
#left-col2 {
	width:610px;
	float:left;
	padding: 25px;
	}
#left-col2 p{
	padding-top: 4px;
	padding-bottom: 4px;	
	
}
	
#right-col {
	width:388px;
	float:left;
	padding: 25px;
	}

#right-col2 {
	width:160px;
	float:left;
	padding: 25px;
	}
/* Form */

#title {
	width: 320px;
	height: 26px;
	color: #fff;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
}

form {
	width: 335px;
	background-color: #FF8100;
	padding: 10px;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

.col2 {
	width: 195px;
	height: 31px;
	float: left;
	margin: 0;
}


div.row {
	clear: both;
	width: 335px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(../images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	margin: 4px 0 5px 8px;
}

/*end forms*/



/*table*/
#table {
	width: 380px;
	height: 150px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4e9c8;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	vertical-align: top;
		}

#table p {
	clear: both;
	width: 100%;
	margin: 0;
		}
#table span {
	float: left;
	padding: 15px 10px;
		}
	

#table span.col1 {
	width: 90px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF8100;
	height: 15px;
		}

#table span.col2 {
	width: 246px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #333333;
	height: 16px;
		}

caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#999999;
	font-weight:bold;
	text-align:left;
	}
/* end data table */

#mid-col {
	width:1px;
	height:1000px;
	margin-top:40px;
	background-color:#999;
	float: left;
}


	
	
/*footer */
#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	padding-left:50px;
	richness:55;
	width:983px;
	height:32px;
	float:left;
	}
.footer-text {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
	float:left;
	}

.footer-nav {
	font-size:0.9em;
	color:#F60;
	float:right;
	padding-right: 150px;
}

.footer-nav a{
	
	color:#999;
}

.footer-nav a:hover{

	color:#000;}
.imgfloater {
	float:left;
	padding: 8px;
}
#menubar {
	background-image: url(../images/menubackground.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 870px;
	padding-left: 10px;
}
#menubar a{
	text-decoration: none;
	color:#1C599B;
	font-size: 120%;
	font-weight: bold;
}
#menubar a:hover
{
	color:#ff8100;
	text-decoration:none;
}
#menu{
	position:absolute;
	margin-top:10px;
	padding-bottom: 20px;
	
	
	
}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#F5F5f5;padding:4px;margin:0px;}

#menu ul:hover .item a{color:#1C599B;text-decoration:none; }
#menu ul:hover .item a:hover{color:#ff8100; text-decoration:none;}

#menu ul{width:200px;float:left;margin:0px;padding:2px;list-style:none;}
.clear{clear:both;}

#clear{
	clear:both;
}
#left-col2 ul li {
	list-style: none;
}
.redder {
	color: red;
}
