@charset "utf-8";
/* CSS Document 
-------------------------------------------*/

*{
	margin:0px;
	padding:0px;
	border: 0px;
    }
body{
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	overflow: -moz-scrollbars-vertical;
	background-color: #F9F8E6;
}
#wrapper{
	text-align:left;
	width: 900px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/backWrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3F1CD;
	border-left-color: #F3F1CD;
}
div .top {
	height:165px;
	position:relative;
	background-image: url(../images/backHead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentWrapper{
	width: 715px;
	float: right;
}
#content{
	width: 535px;
	float: left;
	background-image: url(../images/backContent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(../images/backContent.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#content p  {
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 102%;
}
#rghtContent{
	width: 150px;
	float: right;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#rghtContent p, #leftNav p{
	margin-bottom: 0.5em;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 85%;
	}
#leftNav{
	width: 135px;
	float: left;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer
{
	clear:both;
	font-size:80%;
	color:#030;
	height: 85px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 185px;
}

#footer p {
	padding-top: 50px;
	color: #A8A8A8;
}
#footer a {
	color: #A8A8A8;
}
/*--Headers--*/	
h1 {
	font-size: 210%;
	color: #DE3129;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 150%;
	color: #DE3129;
	font-weight: normal;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 130%;
	color: #333333;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h5, h6{
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding: 4px;
	text-align: center;
}
h6{
	background-color: #DE3129;
	padding-left: 10px;
}

/*--Navigation--*/	

a {
	font-weight: bold;
	color: #DE2219;
	text-decoration: none;

}

#leftNav ul {
	list-style: none;
	padding: 0;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#leftNav li {
	font-size: 100%;
	vertical-align: bottom;
	margin-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE0E2;
	padding-bottom: 2px;

}
#leftNav li a {
	display: block;
	font-variant: normal;
	color: #DE3129;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#leftNav a.mail {
	display: block;
	font-variant: normal;
	color: #DE3129;
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#leftNav a.mail:hover {
	display: block;
	font-variant: normal;
	color: #DE3129;
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#leftNav li.noline {
	border-bottom-width: 0px;
	margin: 0px;
	padding: 0px;
}
#leftNav li a:hover, #leftNav #current {
	color: #FFFFFF;
	background-color: #DE3129;
}
#leftNav img a{
	color: #FFFFFF;
	background-color: #cccc;
}
#leftNav img a:hover{
	color: #FFFFFF;
	background-color: #fff;
}
#leftNav address {
	background-color: #F7F7F7;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftNav address p{
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #FF0000;
	margin-left: 5px;
}
ol, ul {
margin-left: 30px

}
ol li, ul li{
margin-bottom: 15px

}
/*---------------Forms--------------*/

#contactRght {
	float: right;
	width: 400px
}

fieldset{
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 0px;
	border: 1px solid #F1A7A3;
	background-color: #F7F7F7;
}

legend{
	font-size:110%;
	font-weight: bolder;
	color: #000000;
}
label{
	display:block;
	margin-top: 10px;
	color: #000000;
	font-size: 100%;
}
input:focus, textarea:focus{
	background-color: #FFD2D2;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 1px;
}
input, textarea, select{
	color:#333333;
	margin-top: 3px;
	font-size: 100%;
	padding: 1px;
	border: 1px solid #AEAEAE;
	font-weight: bold;
	width: 250px;
}
input.right{
	color:#333333;
	margin-top: 3px;
	font-size: 100%;
	border: 1px solid #AEAEAE;
	font-weight: bold;
	width: 124px;
}
label.rightl{
	display:block;
	margin-top: 5px;
	color: #000000;
	font-size: 100%;
}
input.buttright {
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #013876;
	width: 80px;
	cursor:pointer;
}

input.required_Field, textarea.required_Field{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFD26D;
}
input.butt {
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: #990000;
	width: 100px;
	cursor:pointer;
	text-align: center;
}
input.check {
   width: 15px;
}
select {
   margin-bottom: 5px
   }
