@charset "UTF-8";
body  {
	font: 80% Helvetica, Arial, sans-serif; 
	margin: 0; 
	padding: 0;
	text-align: center;
	line-height: 1.3;
	color: #000;	
}

h1 {
	font: 140% Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.4;
	color: #000;
	padding: 8px 0px 0px 0px; 
}

h2 {
	font: 120% Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.4;
	color: #FF0000;
	padding: 8px 0px 0px 0px; 
}
h3 {
	font: 110% Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	color: #000;
}
h4 {
	font: 80% Helvetica, Arial, sans-serif;
	font-style: italic;
	text-align: left;
	line-height: 1.2;
	color: #000;
}

a:link {
	color: #666;
	text-decoration:none;
}

a:visited {
	color: #666;
	text-decoration:none;

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

a:active {
	color: #666;
	text-decoration:none;
}


#container { 
	width:1250px;
	height:1150px;
	margin:auto;
	background-image:url(images/batwing_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: left;
}




/*------MAIN NAV -----------*/

#nav {
	width: 900px;
	margin:auto;
	padding-top:0px;
	padding-bottom:0px;
}
/*
#nav a {
	font-weight: normal;
	color: #FF0000;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

/*
#nav a:link { color:#FFF; }
#nav a:visited { color: #666; }
#nav a:hover { background: #000; text-decoration: underline;}
#nav a#current {background: #000; text-decoration: underline}

/*---------*/

#wrapContainer {
	width: 900px;
	margin:auto;
	background-color:#FFF;
}

#red_bar {
	background: #FF0000;
	width: 900px;
	height: 8px;
	margin-top:0px;
}

#mainContent {
	width: 585px;
	margin: 0px 280px 20px 0px; 	
	padding: 10px 0 10px 20px;
	line-height: 1.3;

}


#header { 
	width: 900px;
	height: 250px;
	margin: 0;
	padding: 0;	
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 20px;
}

.special_link a {color: #FFF; text-decoration: none;}
.special_link a:link {color: #FFF; text-decoration: none;}
.special_link a:visited {color: #FFF; text-decoration: none;}
.special_link a:hover {color: #FFF; text-decoration: underline;}

#sidebar1 .advert {
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EAEAEA; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding-bottom: 7px; */
	border:2px solid #CCC;
}

#sidebar1 .advert h1 {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 10px;
	line-height: 1.4;
	color: #FFF;
	background: #FF0000; 
	text-transform: uppercase;
	text-decoration:none;
}



#sidebar1 .advert p {
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px;
	text-align: left; 
	line-height: 1.5;
	color: #000;
	
}

#sidebar1 .advert ul {
	text-decoration:none;
}
/*----- LOGIN FORM --------*/
#loginform {
	width:230px;
	padding-bottom: 10px;
}

#loginform label{
	display:block;
	height: 15px;
	padding:10px 10px;
}
#loginform input {
	float:right;
	clear:right;
}


/*----- BOXES --------*/

.boxes {
	font: 95% Helvetica, Arial, sans-serif;
	float: left;
	width: 194px;
	min-height: 260px;
	margin: 1em 9px 1em 0;
	background: #EAEAEA;
}
* html .boxes { height: 350px }
.boxes h2 { 
	font: 120% Helvetica, Arial, sans-serif;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	color: #FFF;
	background: #0099CC; 
}

.boxes p { 
	padding: 0 0.5em;
	
}
.boxes img {  border: 1px solid #fff; text-align: center; width: 100%;}


/*----- FOOTER --------*/


#footer {
	width:900px;
	height:290px;
	margin:auto;
	background-color:#000;
	background-image:url(images/footer_watermark.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align: center;
	color: #F00;
} 
#footer p {
	font: 85% Helvetica, Arial, sans-serif;
	line-height: 1.2;
	color: #CCC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
	color: #CCC;
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inset_img {
	text-align: left;
	padding: 0px 0px 6px 20px;
}
.inset_img2 {
	text-align: center;
	padding: 0px 0px 6px 20px;
}

.inset_img_right {
	text-align: right;
	padding: 0px 0px 5px 10px;
}

.inset_img_left {
	text-align: left;
	padding: 0px 20px 6px 0px;
}
.shaded {
	background: #EAEAEA;
	width: auto;
	text-align: left;
	padding: 5px 10px;
}

#footnote {
	font-size: 10px;
	font-style: italic;
}



.bodytext {
	font: 80% Helvetica, Arial, sans-serif;
	color: #333;
}

.bodytext h1 {
	font: 120% Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: #333;
}

.bodytext h2 {
	font: 105% Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	color: #333;
}
#contactform {
	background: #EAEAEA;
	text-align: left;
	padding: 15px;
	width: 450px;
	margin: 10px 0px 40px 0px;
	line-height: 2;
}

.error-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 250px;
	margin: 0 auto 20px auto;
	padding: 7px;
	background-color: #ffffe5;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: red;
	font-weight: bold;
	text-align: left;
}
.error-box h4 {
	display: block;
	margin: 0;
	font-size: 16px;
	color: #333333;
}


#crumbs
{
	margin: 0px;
	font: 85% Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px;
}
#crumbs a{
	display: inline; 
	padding: 0px;
	color: #666;
}
#crumbs a:active {

	color: #339900;
}

#grid {
	font: 95% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 8px;
	text-align: left;
}

.caption {
	color: #fff; 
	text-align: center;
	background-color: #000000; 
	padding: 5px;
	}

.caption a {
	color: #fff; 
	text-align: center;
	padding: 5px;
	}

#tablestyle {
	border: 1px;
	border-style: solid;
	border-color: #999;
	padding: 5px 8px;
}
#redtext {
	color: #F00;
}
