/* CSS Document */


/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #dbdbdb;
}
#printHeader{
	display: none;
	}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 11px [but still allows font scaling]*/
#wrapper{
	font-size: 1.2em;
	line-height: 1.6em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #bf0202;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
	margin-top: 40px;
}
h4 {
	font-size: 1.5em;
	margin-bottom:2px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6{
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	}
A, A:active, A:visited   {
	COLOR: #bf0202;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #ababab;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #ababab;
	text-decoration: underline;
}
input, select, textarea{
	font-size:11px;
	color: #666;
	}
strong {
	font-weight: bold;
	}
ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
ul{
	padding:0px;
	margin: 0 0 10px 15px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
ul li{
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}
label{
	font-weight: bold;
	color:#A8A8A8;
	}
	
	
	
/*STRUCTURE
----------------------------------------------------*/
html, body {
	height: 100%;
	}
#wrapper { 
}
.corset{
	position: relative;
	width: 950px;
	margin: 0 auto;
	}
#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
.montage{
	float: right;
	margin-right: 14px;
	}
#content{
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 50px 0 30px 0;
}
#nav{
	width: 140px;
	float: left;
}
#rightCol {
	width: 700px;
	float: right;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 96px;
	padding-top:20px;
	font-size: .95em;
	color: #ababab;
}
.clear { clear: both; background: none; }





/*NAVIGATION
----------------------------------------------------*/


/*HOMEPAGE
----------------------------------------------------*/
.hpFlash{
	float: right;
	margin-left:20px;
	width: 445px;
	}

/*MISC
----------------------------------------------------*/
.zebraStripe{
	background-color: #e3e6ef;
	}
.proCol{
	width: 300px;
	float: left;
	}
.proCol p {
	margin-bottom: 30px;
	}
.conColLeft{
	float: left;
	width: 300px;
	}
.conColRight{
	float: right;
	width: 300px;
	}
#FEEDBACK input, #FEEDBACK textarea{
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 3px;
	}
#FEEDBACK .button{
	cursor: pointer;
	background-color: #ededed;
	color: #666666;
	padding: 3px;
	}