/*typography & std tags*/
body{
	background:#3b3b3b url(images/bodybg.png);
	font:normal 100%/140% Verdana, sans-serif;
	font-size:12px;
	}
body, td, div, p, a, span, input, textarea{
	color:#666;
	line-height:140%;
	}
a, a:visited{
	font-weight:normal;
	color:#711313;
	
	}
	a:hover{
		color:#B31F1F;
		
		}

h1,h2,h3,h4{
	color:#6B0C0C;
	font-weight:bold;
	}
h1{
	font:normal 150%/200% Georgia, Garamond, Times, serif;
	}
	h2{
	font:normal 120%/180% Verdana,sans-serif;
	}
	h3{
		font-size:100%;
		}

p{
	margin:4px 6px;
	}
	
input, textarea{
	background-color:#fff;
	border:1px solid #7F7F7F;
	}
fieldset{
	border: none;
}
/*Layouts*/
#wrap{
	margin:28px auto ;
	text-align:left;
	width:773px;
	background:#fff url(images/contentbg.png) repeat-y;
	position:relative;
	}
	#wraptop{
		background:transparent url(images/content_top.png) top no-repeat;
		min-height:20px;
		}
	#wrapbottom{
		background:transparent url(images/content_btm.png) bottom center no-repeat;
		min-height:20px;
		padding:0 6px;
		}
#header{
	height:96px;
	}
	a#logo{
		border:none;
		position:relative;
		top:12px;
		left:9px;
		float:left;
		}
		a#logo img{
			border:none;
				}
	#gNav{
		float:right;
		margin:0;
		padding:0;
		display:block;
		position:relative;
		right:18px;
		top:70px;
		}
#headerimg{
	border-top:4px solid #b3b3b3;
	background:#6B0C0C url(images/headerimg.jpg);
	width:760px;
	height:163px;
	vertical-align:middle;
	position:relative;
	margin:0 auto;
	}
#content{
	background:transparent url(images/hdimg_sdw2.png) 0 0 no-repeat;
	margin:0;
	padding:0;
	float:left;
	width:760px;
	}
#maincontent{
	width:100%;
	float:left;
	margin-right:-25em;/* IE: preserve layout at narrow widths */
	padding:0 2px;
	margin-top:18px;
	margin-bottom:32px;
	}
#maincontent .modules {
    margin-right:230px;
	float:none;
	/*width:auto;*/
	width:530px;
	}
	#maincontent .modules p{
		margin:10px 24px 0 32px;
		}
	#maincontent ul{
		margin: 0px 0px 0px 20px;
	}
	#maincontent .modules h1{
		padding:0;
		margin:24px 0;
		background:url(images/horz.png) bottom center no-repeat;
		text-indent:28px;
		line-height:28px;
		height:28px;
		letter-spacing:1px;
		text-transform:uppercase;
		}
		div#hor{ /*just in case*/
			background:transparent url(images/horz.png) no-repeat;
			height:3px;
			width:525px;
			margin:0 auto;
			}
	#maincontent .modules h2{
		margin:24px 24px 0 28px;
		}

#sidebar{
	position:relative;
	float:right;
    width:220px;
	margin:40px 0px 20px 0px;
	}
	#sidebar h3{
		margin:4px;
		}
	#sidebar p{
		margin-right:16px;
		}
	.ctpage{/*the modules on the contentpage seemed to have more top margin so its aligned with the horizontal bar*/
		top:24px;
		}
#footer{
	clear:both;
	color:#7F7F7F;
	padding:0 0 18px;
		}
		#footer span{
			margin:0 30px;
			}
		

/*element styles*/
/*global/main Navigation */
ul#gNav{
	list-style:none;
	}
	ul#gNav li{
		display:block;
		height:18px;
		line-height:18px;
		float:left;
		border-right:1px solid #4D4D4D;
		}
		ul#gNav li.noborder{
			border-right:none;
			}
		ul#gNav li a,  ul#gNav li a:visited{
			margin:0 12px;
			color:#4D4D4D;
			font:normal 14px/18px Georgia, Garamond, Times, serif;
			text-decoration:none;
			}
			ul#gNav li a:hover{
				color:#333;
				}

/*headerimgs*/
.quotes{
	width:360px;
	font:normal 180%/200% Georgia, Garamond, Times, serif;
	color:#fff;
	text-indent:-2em;
	margin-left:2em;
	position:relative;
	left:2em;
	top:40px;
	}
/*sidebar box*/
.mod_box{
	width:195px;
	background:#fff url(images/sidemodule_bg.png) repeat-y;
	margin:0;
	}
	.mod_boxtop{
		background:transparent url(images/sidemodule_top.png) top center no-repeat;
		}
	.mod_boxbtm{
		background:transparent url(images/sidemodule_btm.png) bottom center no-repeat;
		min-height:75px;
		padding:12px;
		text-align:right;
		}
	a.more, a:visited.more{
		text-align:right;
		font:normal 100%/140% Verdana, sans-serif;
		color:#3F3F3F;
		text-decoration:none;
		}
		a:hover.more{
			color:#181818;
			}
/*lists*/
ul.ast {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	text-align:left;
	}
	ul.ast li{
		font:normal 120%/150% Georgia, Garamond, Times, serif;
		margin:12px auto;
		background:transparent url(images/asterisk.png) left no-repeat;
		padding-left:18px;
		}
		ul.ast li a, ul.ast li a:visited{
			font-weight:normal;
			text-decoration:none;
			}

/*forms*/
.tbl_forms{
	width:330px;
	margin:12px auto;
	display:block;
	}
	.tbl_forms td{
		padding:4px;
		font-size:92%;
		}
	td.lbl{
		text-align:right;
		color:#6B0C0C;
		vertical-align:middle;
		}
	td.val{
		text-align:left;
		width:224px;
		}
		td.val input, td.val textarea{
			width:100%;
			line-height:18px;
			}
			td.val input{
				height:18px;
				}
	.btn{
		border:none;
		}
/*footer */
#textlinks{
			background:transparent url(images/btmlinks2.png) no-repeat;
			width:760px;
			height:28px;
			line-height:28px;
			margin:0 auto 14px;
			position:relative;
			float:left;
			text-align:center;
			}
			#textlinks a, #textlinks a:visited{
				font-weight:normal;
				color:#7F7F7F;
				text-decoration:none;
				}
				#textlinks a:hover{
					color:#4B4B4B;
					}

/*additional formatting class, handy if you want to style specific elements while need to retain XHTML1.0 Strict validation - you might want to cleanup what you don't need*/
hr.onepx{
	border:none;
	height:1px;
	background:#ccc;
	}
.autowidth{
	width:auto;
	}
.alignright{
	text-align:right;
	padding:2px 4px;
	}
.alignleft{
	text-align:left;
	padding:2px 4px;
	}
.aligncenter{
	text-align:center;
	padding:2px 4px;
	}
.strong{
	font-weight:bold;
	}
.smaller{
	font-size:smaller;
	}
.xlarge{
	font-size:130%;
	line-height:normal;
	}
.nowrap{
	white-space:nowrap;
	}
.noborder{
	border:none;
	border-right:none;
	}
.fleft{
	float:left;
	}
.fright{
	float:right;
	}
.center{
	margin:0 auto;
	display:block;
	}
.top{
	vertical-align:top;
	}
.middle{
	vertical-align:middle;
	}
.bottom{
	vertical-align:bottom;
	}
.baseline{
	vertical-align:baseline;
	}
.clear{
	clear:both;
	}
.cright{
	clear:right;
	}
.cleft{
	clear:left;
	}
.inline{
	display:inline;
	margin:0 1em;
	padding:0;
	}
#footer span a img{
	border: none;
}