/* CSS Document */

body {
	background: #EEE3C4 url(img/bg.jpg) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
img { border: none; }

h1 {
	margin: 0;
	color: #fff;
	background: #8D1C2E;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	padding-left: 5px;
	font-weight: normal;
	}
	
h2 {
	font-size: 15px;
	color: #8D1C2E;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #727168;
	}
p {
	font-size: 12px;
	color: #727168;
	line-height: 125%;
	}

/* nifty little drop shadow trick from alistapart */
.img-shadow {
  float:left;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 6px 0 0 11px !important;
  margin: 6px 0 0 6px;
  /* margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px; */
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 .img-shadow img:hover {
	border: 1px solid #900;
	}
  
.img-noshadow {
	margin: 0 0 5px 0;
	background: #fff;
	}
.img-noshadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0px;
	padding: 4px;
	}
.img-noshadow img:hover {
	border: 1px solid #900;
	}

#container {
	width: 740px;
	height: 100%;
	margin: 0 auto;
	}
	
#header {
	height: 113px;
	background: url(img/header_tall2.jpg) 0 0 no-repeat;
	/*height: 88px;
	background: url(img/header.jpg) 0 0 no-repeat;*/
	text-align: right;
	margin-bottom: 5px;
	/*border-bottom: 1px solid hidden;*/
	}
	
#header_left {
	float: left;
	width: 220px;
/*	background: url(img/header_left.jpg) 0 0 no-repeat;*/
	}
#header_right {
	padding: 0;
	margin: 0;
	float: right;
	width: 520px;
	}
	
#jumpmenu {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	padding-top: 18px;
	background: none;
	}
#jumpfloat a {
	float: left;
	width: 200px;
	height: 80px;
	}
#jumpfloat span {
	display: none;
	left: -999px;
	}
	


#flashbox {
	background: url(img/flashbox2.jpg) 0 0 no-repeat;
	text-align: center;
	height: 284px;
	padding-top: 5px;
	}
#content {
	color: #ccc;
	}
#leftcol {
	float: left;
	width: 209px;
	margin-left: 5px;
	margin-right: 5px;
	}
#centercol {
	padding-left: 5px;
	float: left;
	width: 365px;
	background: url(img/centercol_bg2.jpg) 0 0 repeat-y;
	}
#rightcol {
	float: right;
	width: 139px;
	margin-right: 5px;
	}
#bigcol {
	float: right;
	width: 500px;
	border: 5px solid #fff;
	margin-right: 5px;
	margin-bottom: 5px;
/*	
	padding-left: 5px;
	background: url(img/bigcol_bg.jpg) 0 0 repeat-y; */
	}	
	
#end_centercol { margin: 5px 0 0 -5px; padding: 0; background: url(img/end_centercol2.jpg) 0 0 no-repeat; height: 11px; }
#end_bigcol { margin: 5px 0 0 -5px; background: url(img/bigcol_endcap.jpg) 0 0 no-repeat; height: 12px; padding: 0; }


#bigcol h1 {
/*	width: 498px;
	border-top: 5px solid #fff; */
	}

#bigcol img.img_left { float: left; margin-right: 10px; margin-left: 10px; }
#bigcol img.img_right { float: right; margin-left: 10px; margin-right: 20px; }

#centercol h1 {
	width: 351px;
	border-top: 5px solid #fff;
	}
#centercol h2, #bigcol h2 {
	margin-left: 10px;
	}
#centercol h3, #bigcol h3 {
	margin-bottom: 5px;
	text-decoration: underline;
	margin-left: 10px;
	}
#centercol p, #bigcol p {
	margin-top: 0;
	padding-top: 0;
	margin-left: 10px;
	padding-right: 15px;
	}
#centercol a, #bigcol a { color: #727168; }
#centercol a:hover, #bigcol a:hover { color: #C31B21; }

#subnav {
	/*background: url(img/subnav_bg.jpg) 0 0 repeat-y;
	margin: 0;*/
	padding: 0 10px 0 10px;
	border: 5px solid #fff;
	margin: 0 0 5px 0;
	background: #8D1C2E;
	}
#subnav_endcap { margin: 0px; padding: 0; background: url(img/subnav_endcap.jpg) 0 0 no-repeat; height: 12px; }
	
#subnav h5 {
	margin: 0;
	padding: 5px 0 0 5px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	}
#subnav ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding-left: 10px;
	padding-bottom: 8px;
	}
#subnav li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 2px 8px;
	background: url(img/navarrow.gif) left center no-repeat;
	}
#subnav li a {
	color: #C2B6A1;
	text-decoration: none;
	}
#subnav li a:hover {
	color: #fff;
	}

#footer {
	/*background: url(img/footer_bg.jpg) 0 0 repeat-y;*/
	background: #F8F3ED;
	border: 5px solid #fff;
	margin: 0 5px 35px 5px;
	padding: 0;
	}
#footer p {
	padding: 6px 0;
	margin: 0 0 0 10px;
/*	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	width: 720px;
	*/
	text-align: center;
	font-size: 10px;
	}
#footer p a { color: #727168; }
#footer p a:hover { color: #8D1C2E; }

#footer_foot { border: none 0; padding: 0; margin: 0px 0 0 0px; background: url(img/footer_foot.jpg) bottom left no-repeat; height: 11px; }

	
#clearit { clear: both; }

/* ===================== Forms ======================= */

#formarea {
	margin-left: 10px;
	}

#formarea p {
width: 300px;
clear: left;
margin: 0;
padding: 8px 0 8px 0;
padding-left: 175px; /*width of left column containing the label elements - was 155*/
border-top: 1px dotted #bbb;
height: 1%;
line-height: 100%;
font-size: 11px;
}

#formarea label {
font-weight: normal;
font-size: 11px;
color: #333;
float: left;
margin-left: -175px; /*width of left column*/
width: 165px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#formarea input[type="checkbox"] {
margin-bottom: 8px;
}

#formarea input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

#formarea textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}