/*-- Site designed and developed by xd360.com */

/*--------------------------general page  styles -------------------------------*/

body {
	font-family: "Trebuchet MS", tahoma, Arial, Helvetica, sans-serif;
	background: #c2ced9;
	font-size: .75em;
	color: #333;
	margin:0 auto 0 auto;
	padding: 0px;
	text-align: center;
}

p{
	margin-left: 15px;
}


h1 {
	color: #778F73;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 24px;
	border-bottom: 2px dotted #5e7386;
	padding-bottom:3px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
	color: #5e7386;
	margin-top: 20px;
	margin-left: 5px;
	border-bottom: 1px dotted #5e7386;
	border-top: 1px dotted #5e7386;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 5px;
}

h3 {
	margin:20 10 10 10px;
	font-size: 1.3em;
	color: #69AC69;
	border-bottom: 1px dotted #69AC69;
}


h4 {
	font-size: 12px;
	border-bottom: 1px dotted #5e7386;
	color: #EC6911;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

h5{
	font-size: 11px;
	color: #252525;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

h6{
	font-size: 11px;
	color: black;
	margin-left: 5px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

em{
	font-style: normal;
	font-weight: bold;
	color: black;
}

div#illustration
{
  margin: 0px 20px 0px 20px;
  display: none;
}

/* --------------menu styles --------------*/

ol#navbar {
	margin:0 auto;
	list-style:none;
	height:30px;
}
ol#navbar li {
    float:left;
	list-style:none;
    display:inline;
}
ol#navbar li a {
    padding:0px;
    margin:0px;
	border:0px;
}


/* --------------------------list styles -------------------------*/

#subpic ul {
	list-style-image: url(img/bullet_menu.gif);
	padding-left: 10px;
	margin-left:10px;
	font-weight: bold;
	
}

#subpic li{
	margin-right: 10;
	margin-bottom:.8em;
	line-height: 1.4em;
	border-bottom: 1px solid #5e7386; 

}

#sub_content ul, #sub_content_wide ul {
	list-style-image: url(img/bullet_blk.gif);
	padding-left: 30px;
	margin-left:30px
	
}

#sub_content ol, #sub_content_wide ol  {
	padding-left: 30px;
	margin-left:30px
}

#sub_content li, #sub_content_wide li {
	margin-right: 10;
	margin-bottom:.8em;
	line-height: 1.4em;
}



/* home page get connected image and text  -----------------*/
#stdinfo{
	border-bottom: 1px solid #5e7386;
	line-height: 1.4em;
}

#stdinfo p {
	padding-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------ hoem and subpage image positioning --------------------*/
#homepic_a {
	position:absolute;
	left:302px;
	top:95px;
	width:251px;
	height:122px;
}

#homepic_b {
	position:absolute;
	left:593px;
	top:78px;
	width:176px;
	height:139px;
}
#sublogo {
	clear: both;
	position:relative;
	left:70px;
	top:9px;
	width:193px;
	height:47px;
}


#subpic {
	position:absolute;
	left:590px;
	top:74px;
	width:201px;
	height:339px;
}

/*-------------------------- page containers-------------------------------*/

#container {
	width: 810px;
	position:relative;
	border: 1px solid #252525;
	background: #fff;
	text-align: left;
	margin: 0 auto 0 auto;

}

#main_content{
	clear: both;
	margin:0 auto 0 auto;
	background: url("img/sub_background.gif") no-repeat;

}

#main_content_home{
	clear: both;
	margin:0 auto 0 auto;
	background: url("img/home_background.gif") no-repeat;

}

/* ------------------ general content styles ---------------*/

.leftalignpic {
	padding: 0 2 0 0px; 
	margin: 10 10 10 0px;
	float:left
}


#main_nav_content {
	display:block;
	position:relative;
    top: 5px;
	right:35px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#home_content {
	margin-left:30px;
	padding-top:240px;
	width: 760px;
	line-height: 1.8em;
}


#sub_content {
	margin-left:120px;
	padding-top:50px;
	width: 470px;
	line-height: 1.8em;

}

#sub_content_wide {
	margin-left:120px;
	padding-top:50px;
	width: 600px;
	line-height: 1.8em;

}

/* -----------------home page did you know styles ---------------*/
#did_container{
	margin-top: 20px;
	width: 432px;
	background-image:url(img/did_you_know_bgd.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color: #69AC69;
	float: left;
}

#did_header {
	background-image:url(img/did_you_know.gif);
	background-repeat:no-repeat;
	height:90px;
}



#did_contents{
	color: #fff;
	font-size:1.2em;
	padding-bottom:40px;
	padding-right: 10px;
	color: #252525;
	}
	
#did_contents ul {
	list-style-image: url(img/bullet_menu.gif);
	padding-left: 20px;
	margin-left:20px;
	color:#fff;
	
}

#did_contents li{
	margin-right: 10;
	margin-bottom:.8em;
	line-height: 1.4em;
	font-size: .9em;
	font-weight: normal;
}

#fact {
	float:right
}
/*-------home page poll styles ---------------------*/
#poll_container{
	background-image:url(img/poll_background.gif);
	background-repeat:repeat-y;
	width: 305px;
	float: right;
	margin-top: 20px;
}

#poll_contents{
	margin: 5 5 20 5px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height: 1.2em;
}

#poll_contents p {
	margin: 5 10 5 5px;
	padding-right: 10px
}

#poll_bottom{
	background-image:url(img/poll_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 305px;
	}



/* --------FAQ and map styles -----------*/	
#faq p{
	margin-top: 5px;
	margin-bottom:15px;
	line-height: 1.5em;
}

#sites_map {
	margin-left:90px;
	}
	
/* ---------------footer styles -----------------*/

#footer {
	clear: both;
	position: relative;
	background: #69AC69; 
	height: 20px;
	padding: .25em; 
	margin-top: 40px;
	border-top: 2px solid #5e7386;
	font-size: 1em;
	color: #fff;
}

#footer p{
	color: #fff;
	padding-left: 10px;
	margin: 0px;
}


/* -----------------  link styles ----------------------------*/

#sublogo a{
	display:block;
	width:193px;
	height:47px;
	background:url("img/sub_logo.gif") no-repeat;
	overflow:hidden;
}

#footer a { 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
}

#footer a:hover{ 
	color: white; 
	text-decoration: underline; 
}

#sub_content a, #sub_content_wide a, #home_content a{ 
	color: #CC5B0F; 
	text-decoration: none; 
	border-bottom: 1px dotted #CC5B0F; 
	cursor: pointer; 
}

#subpic a{ 
	color: #5e7386; 
	text-decoration: none; 
	cursor: pointer; 
}

#sub_content a:hover, #sub_content_wide a:hover, #home_content a:hover, #subpic a:hover { 
	background: #dde8f0; 
}

#did_contents a{ 
	color: #fff; 
	text-decoration: none;
	border-bottom: 1px dotted #fff; 
	cursor: pointer; 
}

 #did_contents a:hover{
 	background: #252525; 
	}

/* ---------------------------  button style -----------------------------*/

 
#button_submit {
  width: 59px;
  height: 23px;
  margin: 0;
  padding-left:0;
  border: 0;
  background: transparent url(img/btn_submit.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

/* ---------------------------  Top Nav Table style -----------------------------*/

#top_nav_table {
	width: 400px;
	padding: 0;
	margin-left: 30px;
	margin-right: auto;
	font-family: "Trebuchet MS", tahoma, Arial, Helvetica, sans-serif;
	background: #000000;
	font-size: 10pt;
	color: #ffffff;
	padding: 0px;
	text-align: left;
	
}

td {
	width: 100px;
	text-align:center;
}

a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #eeeeee;
text-decoration: underline;
}
a:active {
color: #ffffff;
text-decoration: none;
}
