/* CSS Document */
body{
	background-color: #d6d4ab;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
}
img {margin:0; padding:0px;}
.container{
 width:926px;
 margin:auto;
}
acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color: #610000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
}
h2{
	margin: 0px;
	padding: 0px;
}
h3{
}
h4{
}
.hide{display:none;}

.text-content a{
 color:#FF0000;
 text-decoration:underline;
}
.text-content a:hover{
	text-decoration:none;
}

.nav{
	width:912px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 85%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	color: #FFFF66;
	text-decoration: none;
}
.content{
	width:924px;
	background-color: #FFFFFF;
}
.main-content{
	background-image: url(../images/bg-main-content.jpg);
	background-repeat: repeat;
	height: 337px;
}
.footer{
width:924px;
height:25px;
}
a img{border:none;}
.footer a{
}
.footer a:hover{
}
.logo{
	background-repeat: no-repeat;
	width: 223px;
	height: 206px;
	position: relative;
}
.topAd{
	float: left;
	width: 659px;
}
.topBanner{
width:936px;
}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}


.boxHeight345{min-height: 345px; height: auto;}
* html .boxHeight345{height: 345px;}

.boxHeight250{min-height: 250px; height: auto;} 
* html .boxHeight250{height: 250px;}

.boxHeight400{min-height: 400px; height: auto;} 
* html .boxHeight400{height: 400px;}


.txtBlue{
color: #0066FF;
}
.txtRed{
color:#FF0000;
}
.txtGreen{
color:#009933;
}
.txtGrey{
color:#666;
}
ul li{
    padding-top:3px;
    padding-bottom:3px;
}
ol li{
    padding-top:3px;
    padding-bottom:3px;
}

.pContent p{ padding: 5px;}


label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 225px; font-size: 1.0em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #069; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4;  padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }
