/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/




/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family: Helvetica;
font-size:12px;
line-height:18px;
color:#000000;
background-image: url(gradiantbg.jpg);
background-repeat: repeat-x;
background-color:#9d1d20;
z-index:-2;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
font-size:16px;
border: 0px;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
font-size:16px;
}

H1 {
font-size:24px;
font-family: Helvetica;
color:#9e0909
}

H2{
font-size:14px;
font-family:Helvetica;
color:#9e0909;
}

H3{
font-size:12px;
font-family:Helvetica;
color:#9e0909;
}
H4{
font-size: 22px;
font-family: Helvetica;
color:#9e0909;
}
/* << ----------------// MNG Subheading //---------------->> */
H5{
font-size: 14px;
font-family: Helvetica;
color:#000000;
text-align: center;
text-decoration: underline;
margin-top: -10px;
margin-bottom: -15px;
}


/* << ----------------// Outer container that holds all the columns //---------------->> */



#mainContainer {
margin: auto;
padding:0;
width:900px;
border:0px;
z-index:-1;
}


#bannerContainer {
margin: auto;
height: auto;
padding:0;
width:610px;
height: 10px;
border:0px;
z-index:-1;
background-color: #fff;
}

#contentContainer {
	margin: 0px 0 0 0;
	padding:0;
	width:898px;
	border:0px;
	background-color: #fff;
	}
	


/* << ----------------// Header //---------------->> */
#header {

margin:-10x;
padding:0px;
width:900px;
height:200px;
z-index:0;
}

img.x
{
z-index:0;
}

#headerimage {

margin:-120px;
padding: 0px;
width:860px;
height: 30px;
z-index:0;

}

#headercontent {

margin:200px 200px 0 -135px ;
padding:0px;
width:898px;
min-height: 1000px;
background-color:#ffffff;
z-index: 0;
}

img.y
{
	z-index:0;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:auto;
padding:0;
width:681px;
height:30px;
line-height:30px;
background-color:#FFFFFF;
z-index: 0;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#000000;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#000000;
text-decoration:none;
background-color:#ea9595;
}

/* << ----------------// Left column //---------------->> */

#columnOne {
float:left;
margin: 110px 0px -200px 0px;
padding:0px 10px 10px 10px;
width:160px;
min-height: 900px;
background-color:#ccc;
z-index: 1;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
position: relative;
float:left;
margin:110px 0px 0px 0px;
padding:0 20px 10px 20px;
border-left: #999 1px solid;
border-right: #999 1px solid;
width:460px;
min-height: 1000px;
background-color:#fff;
z-index: 5;
}

#flashcontent {
		width: 480px;
		height: 680px;

}



/* << ----------------// Right column //---------------->> */
#columnThree {
float:middle;
z-index:1;
margin: 400px 0px 0px 707px;
padding:0 5px 10px 5px;
width:160px;
min-height: 1000px;
background-color:#fff;

}



/* << ----------------// Footer //---------------->> */
#footer {
margin:0px 0px 0px 0px;
padding:5px 5px 5px 10px;
width:883px;
height:145px;
font-size:10px;
background-color:#adadad;
clear:both;
}

#footer a:link, #footer a:visited {
color:#000;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#9e0909;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* << ----------------// Pop Ups //---------------->> */


