@charset "utf-8";
/* CSS Document */

/************************************************
*	Header						*
************************************************/
#header{
height:140px;
width:960px;
border-bottom:5px solid #1212B1;
}

#logo{
height:120px;
width:250px;
float:left;
}

#tagline{
	width:710px;
	height:30px;
	float:left;
	font-size:2em;
	font-style: italic;
	font-weight: bold;
text-align:center;
padding-top:30px;
color:#000;
}


#nav{
width:710px;
height:60px;
float:left;
}



/************************************************
*	Nav					*
************************************************/



#nav li{
	float:right;
	background-image: url(images/tab.jpg);
	width:140px;
	height:47px;
	margin:20px 0 0 1px;
	text-align:center;
	padding-top:13px;
	background-repeat: no-repeat;
}
#nav .active{
	background-image: url(images/tabactive.jpg);
	background-repeat: no-repeat;
}

#nav li a:link, #nav li a:visited{
color:#FFFFFF;
text-decoration:none;
font-family:Verdana;
font-size:1.1em;
font-weight:bold;
}

#nav li a:hover{
color:#EF3B46;
text-decoration:none;
}

#nav .active a:hover{
color:#fff;}

/************************************************
*	splash						*
************************************************/

#splash{
border-bottom:5px solid #B00C13;
margin-bottom:15px;}


/************************************************
*	content				*
************************************************/
#main{
float:left;
}

#main p{
font-size:1.1em;
line-height:1.6;
margin-bottom:20px;}


.threecol h1{
	background-image: url(images/tabheadershort.jpg);
	background-repeat: no-repeat;
	height:32px;
	width:250px;
color:#fff;
font-size: 1.7em;
padding-top:8px;
padding-left:40px;
margin-bottom:20px;
}

.widecol h1{
	background-image: url(images/tabheaderlong.jpg);
	background-repeat: no-repeat;
	height:32px;
	width:600px;
color:#fff;
font-size: 1.7em;
padding-top:8px;
padding-left:40px;

margin-bottom:20px;
}

.sb{
float:left;
width:290px;
margin-bottom:20px;
}

.sbleft{
float: left;
width: 70px;}

.sb2{
float:left;
width:640px;
margin-bottom:20px;
}

.sb2left{
float:left;
width:200px;
}

.sb2left img{
padding:1px;
border:1px solid #aaaaaa;}

.sb a:link, .sb a:visited{
font-weight:bold;
color:#B00C13;
font-size:1.1em;}

#plarge{
font-size:1.1em;
font-weight:normal;}


/************************************************
*	Reset							*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/************************************************
*	Core						*
************************************************/
body{
	background-color:#FFFFFF;
	width:100%;
	color:#565555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.3;
	}

a:link, a:visited{
	text-decoration:underline;
	color:#1212B2;
	}
a:hover{
text-decoration:none;
}

strong{
	color:#B00C13;
	}

#wrap{
	width:960px;
	margin:0 auto 0;
	}
	
img{
border:0px;}

h1{
font-size:2em;
}

h2{
font-size:1.7em;
color:#1212B2;
}

h3{
font-size:1.5em;


}

h4{
font-size:1.2em;
}



.onecol{
float:left;
width:940px;
padding:10px;
background-color:#aaa;
}

.twocol{
float:left;
width:460px;
padding:10px;
background-color:green;}
	

.threecol{
width:310px;
padding:10px 10px 10px 0px;
float:left;
}

.widecol{
float:left;
width:640px;
padding:10px 0 10px 0;
}

/************************************************
*	content		*
************************************************/




/************************************************
*	footer				*
************************************************/
#footer{
	height:30px;
	font-size:0.9em;
	color:#92959A;
padding:10px 0 0 10px;
}


#footerwrap{
	width:960px;
	margin:0 auto 0;
background-color:#B00C13;
height:22px;
color:#fff;
padding:8px 0 0 10px;

	}



/************************************************
*	footer	hack			*
************************************************/
*{
	margin:0px;
	}

html, body{
	height:100%;
	}

#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom:-40px;
}

#push{
	height:40px;
	clear:both;
	}
		