@charset "utf-8";
/* CSS Document */






/* << ----------------// General Styles //---------------->> */
body {
background-image: url(images/bg.jpg);
background-color: #dedede;
background-repeat: repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;

}


h1, h2, h3, h4 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;

}

h1 {
color:#990000;
font-size:26px;

}

h2 {
font-size:23px;
color:#333333;
}

h3 {
font-size:12px;
color:#cc0000;
}

h4 {
font-size:14px;
font-weight:bold;
}

a:link, a:visited {
color:#cc0000;
text-decoration:none;

}

a:hover, a:active {
color:#999999;
text-decoration:underline;
}


.blackboldtext14{
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.yellowtext12{
font-size:12px;
font-weight:bold;
color:#FFCC00;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.whitetext12{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.redtext12 {
font-size:12px;
color:#cc0000;
}



image a {
text-decoration: none
border-bottom-width: 0px;
border-bottom-style: none;
}
image a:hover {
text-decoration: none
border-bottom-width: 0px;
border-bottom-style: none;
}







/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:900px;
border:1px dashed #454545;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
height:90px;
color:#ffffff;
background-color:#000000;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900px;
height:30px;
line-height:30px;
background-color:#454545;
}

#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:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#cccccc;
}

#columnOne p, #columnThree p, #columnFour p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li, #columnFour ul li, #columnFour ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2, #columnFour h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column Left //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 10px 10px 5px;
width:365px;
background-color:#eeeeee;
}

/* << ----------------// Middle column Right //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:150px;
background-color:#e4e4e4;
}

/* << ----------------// Right column //---------------->> */
#columnFour {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:150px;
background-color:#cccccc;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:10px;
color:#cccccc;
background-color:#000000;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
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 */