@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------- General Styles -------------------------------------------------- */
body{
	background: #e9e9e9;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .09em;
	margin: 15px 0px;
}

p{
	margin-bottom: 12px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: blue;
	text-decoration: none;
}
a:visited{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: blue;
	text-decoration: none;
}
h1, h2, h3, h4, h5{
	color: #666;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

h1	{
	font-size: 1.4em;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: solid 2px #e9e9e9;
}
h2	{font-size: 1.3em;}
h3	{font-size: 1.2em;}
h4	{font-size: 1.1em;}

ol	{list-style: decimal outside; }

ul {
  margin: 10px 0 10px 18px;
  padding: 0;
  list-style: square;
  list-style-position: inside;
}

li {
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  }

marquee{
	font-size: .9em;
	font-weight: bold;
	color: #999;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: double 3px #e9e9e9;
}

hr {
	background		: transparent; 
	height			: 1px; 
	border			: 1px solid #ddd; 
	width			: 100%;
}


/* Body Content */
#wrapper .content .info, #wrapper .content_optional .info{
	font-size: 12px;
	line-height: 1.5em;
}


/* -------------------------------------------------------------------------- */
#wrapper{
	width: 885px;
	position: relative;
	margin: 10px auto 10px auto;
	background: #fff;
}

/* ------------------------------------------------------- Header -------------------------------------------------------------- */
#wrapper #header{
	width: 100%;
	height: 175px;
	clear: both;
	margin-bottom: 10px;
	background: url(../images/header.jpg) top left no-repeat;
}


/* ------------------------------------------------------ Top and Bottom Strip Colors ----------------------------------------- */
#wrapper .top_strip, #wrapper .bottom_strip{ border: 0px solid #5387b1;} /* Thin Line */

#wrapper .top_strip .info, #wrapper .bottom_strip .info{ background-color: #1d191a;} /* Thick Line */


/* ------------------------------------------------------- Top Strip ------------------------------------------------------------ */
#wrapper .top_strip{
	width: 100%;
	height: 26px;
	position: relative;
	clear: both;
	border-top-width: 4px;
}

#wrapper .top_strip .info{
	width: 100%;
	height: 22px;
	position: relative;
	margin-top: 4px;
	clear: both;
	
	/* Page Title Icon, positioned to the left */
	background-image: url(../images/title_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#wrapper .top_strip .info span{
	display: block;
	margin-left: 25px;
	padding: 5px;
	color: #fff;
}

/* ------------------------------------------------------- Bottom Strip ------------------------------------------------------------- */
#wrapper .bottom_strip{
	position: relative;
	width: 100%;
	height: 26px;
	top: 5px;
	clear: both;
	border-bottom-width: 4px;
	margin-bottom: 2px;
}

#wrapper .bottom_strip .info{
	width: 100%;
	height: 18px;
	position: relative;
	padding: 2px 0;
	clear: both;
}


/* ------------------------------------------------------- Columns ------------------------------------------------------------------------ */

#wrapper #col_left{
	width: 168px;
	float: left;
	margin: 5px 5px 0 5px;
}

#wrapper #col_right{
	width: 695px;
	float: right;
	margin: 0 5px 0 0;
}

/* ------------------------------------------------------- Navigation Bar ------------------------------------------------------------ */


#wrapper #col_left #nav div{
	display: block;
	width: 168px;
	height: 22px;
	background: transparent url(../images/button_static.gif) top left no-repeat;
	margin: 3px 0 0 0;
}

#wrapper #col_left #nav div a{
	margin-left: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}

#wrapper #col_left #nav div a:hover{ 
	color: #333;
	font-weight: bold;
}

#wrapper #col_left #nav div.active{
	background-image: url(../images/button_active.gif);
	font-weight: bold;
}

#wrapper #col_left #nav div.active a{
	color: #333;
	font-weight: bold;
}

/* Modifies Navbar Heading Property */
#wrapper #col_left #nav div.heading{
	display: block;
	width: 168px;
	height: 22px;
	margin: 3px 0 0 0;
	background-image: url(../images/menu_heading.gif);
	
}

#wrapper #col_left #nav div.info{
	width: 168px;
	height: auto;
	background: none;	
}

/* Modifies Navbar Heading Text Property */
#wrapper #col_left #nav div.heading span{
	margin-left: 5px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

/* -------------------------------------------------------------------- Content ------------------------------------------------------------------ */

#wrapper .content, #wrapper .content_optional{
	width: 695px;
	margin: 10px 0 0 0;
	text-align: left;
}
#wrapper .content, #wrap: per .content div{
	min-height: 500px;
}

/* Corner Properties */

#wrapper .content, #wrapper .content_optional{
	background: url(../images/edge_v.gif) repeat-y left top; /* Left Edge */
}
#wrapper .content .edge_right, #wrapper .content_optional .edge_right {
	background: url(../images/edge_v.gif) repeat-y right top;
}
#wrapper .content .corner_tl, #wrapper .content_optional .corner_tl {
	background: url(../images/corner_tl.gif) no-repeat left top;
}
#wrapper .content .corner_tr, #wrapper .content_optional .corner_tr {
	background: url(../images/corner_tr.gif) no-repeat right top;
}
#wrapper .content .corner_br, #wrapper .content_optional .corner_br {
	background: url(../images/corner_br.gif) no-repeat right bottom;
}
#wrapper .content .corner_bl, #wrapper .content_optional .corner_bl {
	background: url(../images/corner_bl.gif) no-repeat left bottom;
}
#wrapper .content .edge_top, #wrapper .content_optional .edge_top {
	background: url(../images/edge_h.gif) repeat-x left top;
}
#wrapper .content .edge_bottom, #wrapper .content_optional .edge_bottom {
	background: url(../images/edge_h.gif) repeat-x left bottom;
}
#wrapper .content .info div, #wrapper .content_optional .info div{ /* Fixes Min-Height Flaw in Child Div Tags */
	min-height: 0px;	
}
#wrapper .content .title{
	display: block;
	padding: 0 0 3px 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1em;
	font-weight: bold;
	color:#CC0000;
}
#wrapper .content .info, #wrapper .content_optional .info{
	position: relative;
	width:98%;
	padding: 5px 1%;
}



/* ------------------------------------------------------------------------ Optional Content --------------------------------------------------- */

#wrapper #col_right .content_optional{
	min-height: 14px;
}


/* --------------------------------------------------------------------------- Footer ---------------------------------------------------------- */
#wrapper #footer{
	position: relative;
	clear: both;
	top: 10px;
	width: 100%;
	min-height: 50px;
	text-align: center;
	line-height: 1.5em;
}

#wrapper #footer p{
	padding: 3px;
	color: blue;
}

/* -------------------------------------------------------------------------- Site Map -------------------------------------------------------- */

ul.site_map{ margin-left: 20px; }
ul.site_map li{
	list-style: none;
	display: block;
	min-height: 16px;
	background: transparent url(../images/folder.png) no-repeat left top;
	text-indent: 20px;
	margin-bottom: 7px;
}

ul.site_map li strong{
	display: block;
	float: none;
}

ul.site_map li ul{
	margin: 5px 0 0 20px;
}

ul.site_map li ul li{
	background: transparent url(../images/page.png) no-repeat left top;
	font-weight: normal;
}

/* -------------------------------------------------------------------------- Contact Us ------------------------------------------------------ */

.contact{
	display: block;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.contact strong{ 
/* Contact Area Heading */
	display: block;
	margin-bottom: 25px;
}
table.contact td{
	width: 340px;
}
table.contact{
	width: 100%;
	margin: 30px auto 0 auto;
	border-top: 1px solid #999;
	padding-top: 30px;
}

table.contact strong{
	display: block;
	clear: both;
	text-align: center;
	margin-top: 25px;
}

table .caption{
	display: block;
	margin-left: 35px;
	width: 250px;
	float: right;
	color: #CC0000;
	text-align: left;
}

.required{
	display: inline-block;
	color: #FF3333;
	margin-left: 10px;
}

.required2{
	display: block;
	clear: both;
	margin: 0;
	color: #FF3333;
	text-align: middle;
}

.thank_you{
	font-size: 1.5em;
	color: #FF3333;
}

.field{
	border:1px solid #FF6666;
}

.input_title{
	display: block;
	width: 100px;
	text-align: left;
	margin-right: 10px;
	float: left;
}

input{
	width: 150px;
	height: 15px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #999;
}

textarea{
	width: 100%;
	height: 150px;
	margin: 15px auto 5px auto;
}

input.button{
	width: 80px;
	height: 20px;
	padding: 0;
}

input.button:hover{
	background-color: #666;
}


/* -------------------------------------------------------------------------- Infomation Strips / Headers ------------------------------------- */

.head_strip{
	display: block;
	padding: 3px;
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
}