@charset "utf-8";
/* CSS Document */


body
{
	margin:0 20px;
	padding:0 20px;
	margin-left: 85px;
	

}
#container
{
	background-color: #000;
	width: 100%;	
	border-left:150px solid #ffffff; /* The width and color of the left rail */
	border-right:200px solid #ffffff; /* The width and color of the right rail */
	margin-left:-190px;
	margin-right:-200px;
	margin-top: 0px;
	display:inline; /* So IE plays nice */
}

#banner

{
	height: 83px;
	width: 960px;
	position: relative;
	background-color: #ffffff;
	background-image: url(Assets/Images/banner.gif);
	
}

#navbar
{
	position: absolute;
	top: 102px;
	left: auto;
	height: 28px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#6B6B6B;
	font-weight: normal;
	padding: 0;
	background-color: #8aa83a;
	background-image: url(Assets/Images/navbar.gif);
	background-repeat: repeat-x;
}

#navbar 
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navbar li
{
	list-style: none;
	display: inline;
}

#navbar a, #navbar a:visited 
{
	display: inline;
	line-height: 28px;
	padding: 6px 15px 5px 15px;
	border: 0px;
	border-color: #000 #000 #000 #000;
	background-color: #FFF;
	background-image:  url(Assets/Images/nav_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	margin: 5px auto;
	margin-left: 25px;
	text-decoration: none;
}

#navbar a:hover 
{
	background-color: #fff;
	background-image:  url(Assets/Images/nav_over.gif);
	color: #F00;

}


#flashcontent 

{
   position: absolute;
   top: 120px;
   left: 8em;
   margin:24px auto;
   padding: 0px 0px 0px 0px;
   border: 1px thin #CCC;
		
}

.roundedcornr_box_326909 {
   background: #f5e5a4;
   position: relative;
   top: 40px;
   left: 40em;
   width: 300px;
   
   
}
.roundedcornr_top_326909 div {
   background: url(Assets/Images/roundedcornr_326909_tl.png) no-repeat top left;

}
.roundedcornr_top_326909 {
   background: url(Assets/Images/roundedcornr_326909_tr.png) no-repeat top right;

}
.roundedcornr_bottom_326909 div {
   background: url(Assets/Images/roundedcornr_326909_bl.png) no-repeat bottom left;

}
.roundedcornr_bottom_326909 {
   background: url(Assets/Images/roundedcornr_326909_br.png) no-repeat bottom right;

}

.roundedcornr_top_326909 div, .roundedcornr_top_326909, 
.roundedcornr_bottom_326909 div, .roundedcornr_bottom_326909 {
   width: 100%;
   height: 30px;
   font-size: .8em;
   font-family: Arial, Helvetica, sans-serif;
   color: #6B6B6B;
   display: block;
}
.roundedcornr_content_326909 { margin: 0 20px; 

	font-size: .8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #6B6B6B;
	margin-top: -15px;
    display: block;
	
}

#greenbar

{
	display: block;
	position: absolute;
	top: 600px;
	width: 550px;
	height: 33px;
	left: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFF;
	background-image: url(Assets/Images/greenbar_3.gif);
	
}

#content

{
	position: absolute;
	top: 635px;
	left: 130px;
	width: 550px;
	margin: 1px;
	padding: 1px;
	text-align: left;
	text-indent: 15px;
	float: left ;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6B6B6B;
	overflow: auto;
	
}

#small_banners

{
	position: absolute;
	top: 635px;
	left: 58em;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #6B6B6B;
	padding-left: 5px;
	padding-right: 10px;
	text-align: center;
}


#footer

{
	position: relative;
	top: 800px;
	left: auto;
	width: 960px;
	height: 100px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 2px solid;
	border-color:#CCC;
	background-color: #F1F1F1;
	background-image: url(Assets/Images/footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	Color: #FFF;
	display: block;
	word-spacing: 5px;
	font-weight: bold;
	float: left;
		
}
#ContactForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
input {
	border: 1px solid #999;
}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
textarea:focus { border: 1px dotted black; }
textarea.error { border: 1px dotted red; }
#summary{
	color: #FF0000;
}
div#status{
	width:100%;
}

div#status p.result{
	color: #F00;	
}
	
	
#small_banners p {
	font-weight: bold;
}

