/* CSS Document */

/****** UNIVERSAL STYLES ************/

html, body, div, table, tr, td, ul, li, a, img, p {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px!important;
	line-height:14px;
	border:none;
}

body {
	background-color:#a7ccec;
	background-image:url(../images/verticalBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#333;
}

a, a:visited {
	cursor:pointer;
	color:#a9332f;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#a9332f;
	text-decoration:underline;
}

h2 {
	margin:0;
	padding:0;
	font-size:1.7em;
	line-height:1.1em;
	font-weight:bold;
	color:#a9332f;
}

h2.red {
	color:#a9332f;
}

h2.green {
	padding-top:20px;
	font-weight:normal;
	color:#006f51;
}

h3 {
	float:none;
	margin:0;
	padding:0 0 10px;
	font-size:1.3em;
	line-height:1.1em;
	font-weight:bold;
	color:#333;
}


/****** WRAPPERS AND BG DIVS STYLES ***********/

#centerWrapper {
	margin:0 auto;
	width:930px;	
}

#contentRepeatBG {
	float:left;
	width:930px;
	background-image:url(../images/horizontalBG.gif);
	background-repeat:repeat-y;
}

#contentBG {
	float:left;
	width:900px;
	padding:0 15px;
	background-image:url(../images/contentBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/******* HEADERS AND TOP NAV *************/

#topNav {
	float:left;
	width:900px;
	height:38px;
	background-image:url(../images/wood.gif);
	background-repeat:no-repeat;
}

#header {
	float:left;
	width:900px;
	height:215px;
}

/******* LEFT COLUMN ***********/

#leftColumn {
	float:left;
	width:216px;
	margin-top:20px;
	text-align:center;
}
#leftColumn img {
	margin:5px;
}

ul#sideNav {
	float:left;
	list-style:square url(none) outside;
	padding:0 0 10px 10px;
	background-color:#fff;
}

ul#sideNav li {
	display:block;
	float:left;
	clear:left;
}

ul#sideNav li a {
	display:block;
	color:#584205;
	text-align:center;
	font-size:14px!important;
	line-height:35px;
	width:184px;
	height:35px;
	background-image:url(../images/sideNavBG.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #fae3b1;
	list-style-type: none;
	caption-side: top;
	table-layout: auto;
	marker-offset: auto;
}

ul#sideNav li a.top {
	display:block;
	width:184px;
	height:36px;
	background-image:url(../images/sideNavTopBG.gif);
	background-repeat:no-repeat;
}

ul#sideNav li a.bottom {
	display:block;
	width:184px;
	height:39px;
	background-image:url(../images/sideNavBottomBG.gif);
	background-repeat:no-repeat;
	border-bottom:none;
}

/******* CENTER COLUMN *************/

a.more, a.more:visited {
	color:#336699;
	text-decoration:none;
}

a.more:hover {
	color:#336699;
	text-decoration:underline;
}

#centerColumn {
	float:left;
	display:inline;
	width:450px;
	margin-top:20px;
}

#centerColumn div.headline {
	float:left;
}

#centerColumn div.section {
	float:left;
	padding:20px 0;
}

#centerColumn div.dottedSection {
	float:left;
	padding:5px 0;
	border-top:1px dotted #584205;
	border-bottom:1px dotted #584205;
}

#centerColumn p.subHead {
	margin:0;
	padding:10px 0 0;
	color:#a9332f;
}

#centerColumn p {
	margin:0;
	padding:0 0 10px;
}

/********** RIGHT COLUMN **********/

#rightColumn {
	float:right;
	margin-top:20px;
	width:184px;
}

/*********** FOOTER ***************/

#footer {
	float:left;
	clear:both;
	margin-top:100px;
	width:900px;
	height:130px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}

#footer p {
	text-align:center;
	color:#666;
}

