/* CSS Document */

body{
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #black;
text-decoration:none;
background-color:#000000;
background-image:url(images/bg_site.jpg);
	background-position:center top;
background-repeat:no-repeat;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #CC3B06;}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 768px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url(images/main_bg_v.gif);
background-repeat:repeat-y;
padding: 0 14px 0px 14px;
}

#header{
background: #EAEAEA;
height: 130px; /*Height of top section*/
}



#header_home{
background: #EAEAEA;
height: 275px; /*Height of top section*/
}

#navigation{
background: #EAEAEA;
height: 29px; /*Height of top section*/
background-image:url(images/nav_bg_05.gif);
background-repeat:repeat-x;
}

h1 {
font-family:Impact;
font-size:20px; color:#B34E00; 
text-transform:uppercase;
font-weight:100;
height:18px;
vertical-align:top;
}

h2 {
font-family:Impact;
font-size:17px; color:#4E4E4E;
vertical-align:bottom; 
text-transform:uppercase;
font-weight:100;
letter-spacing:inherit;
}

h3 {
font-size: 14px;
font-weight:bold;
}

/* GLOBAL BODY*/
#pageheader{
background: #E2E2E2;
height: 22px; /*Height of top section*/
padding: 13px 0 0 18px;
background-repeat:repeat-y;
font-family:Impact;
font-size:20px; color:#B34E00; 
text-transform:uppercase;
font-weight:100;
}


#header h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}
#content{
float: left;
width: 100%;
padding: 18px 18px 18px 18px;
}




/* HOME BODY 3 COLUMN*/
#home_contentwrapper{
float: left;
width: 100%;
background-image:url(images/home_col_3bg.gif);
background-repeat:repeat-y;
}
#home_pageheader{
background: #E2E2E2;
height: 22px; /*Height of top section*/
padding: 13px 0 0 18px;
background-image:url(images/home_col_3bg.gif);
background-repeat:repeat-y;
font-family:Impact;
font-size:20px; color:#B34E00; 
text-transform:uppercase;
font-weight:100;
}

#home_ph_left {
    float: left;
    width: 211px;
	padding: 0 18px 0 0;
	height:22px;
}
#home_ph_middle {
	text-align:left;
	padding: 0 196px 0 247px;
	height:22px;

}

#home_ph_right {
    float: right;
	text-align:left;
    width: 160px;
	padding: 0 18px 0 18px;
	height:22px;

}

#h_left {
    float: left;
    width: 211px;
	padding: 18px 18px 18px 18px;
}
#h_middle {
   padding: 18px 196px 18px 247px;
    margin: 0px;
	
}
#h_middlecontent {
padding:0 0 0 0;


	
}
#h_right {
    float: right;
    width: 160px;
	padding: 18px 18px 18px 18px;

}

/* ABOUT PAGE COLUMN LAYOUT*/
#t_contentwrapper{
float: left;
width: 100%;
background-image:url(images/two_col_bg_07.gif);
background-repeat:repeat-y;
}

#t_pageheader{
background: #E2E2E2;
height: 20px; /*Height of top section*/
padding: 13px 18px 0 18px;
background-image:url(images/two_col_bg_07.gif);
background-repeat:repeat-y;
}

#t_ph_left {
    float: left;
    width: 347px;
	padding: 0 18px 0 0;
	height:22px;
}

#t_ph_right {
    float: right;
	text-align:left;
    width: 347px;
	padding: 0 0 0 18px;
	height:22px;

}
#t_left {
    float: left;
    width: 347px;
	padding: 18px 18px 18px 18px;
}

#t_right {
    float: right;
    width: 347px;
	padding: 18px 18px 18px 18px;

}



/*FOOTER*/
#footer{
clear: left;
width: 100%;
background: #565656;
color: #FFF;
text-align: left;
padding: 4px 0;
font-size:9px;
height:15px;
vertical-align:middle;
}

#ft_left {
    float: left;
    width: 500px;
	padding: 0 18px 0 18px;
}

#ft_right {
    float: right;
	text-align:right;
    width: 200px;
	padding: 0 18px 0 0;
}
#footer a{
color: #FFFF80;
}
