/* CSS By Ryan Cowles | Southwoods Media | http://www.southwoodsmedia.com */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color:#660000;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#660000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#990000;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color:#660000;
}


html, body {
	background-image: url(images/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
	width:100%
}
	
#lowerback {
	background-image: url(images/botgrad.jpg);
	background-repeat: repeat-x;
	position:absolute;
	background-position: bottom left;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	width:100%;
	/*position:absolute;
	bottom:0px;
	left:0px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-attachment: fixed;*/
}

#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
}

#nav {
	width:780px;
	clear:both;
}

#header {
	width:780px;
	clear:both;
	height:318px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width:780px;
	clear:both;
}

#left {
	float:left;
	width:400px;
}

#right {
	float:right;	
	width:310px;
	text-align:center;
}

#footer {
	width:780px;
	clear:both;
	height:28px;
	text-align:center;
	font-size:.9em;
	margin-top:40px;
	padding-top:40px;
}

/* nav styling */

#nav {
	width:680px;
	height:37px;
	float:left;
	clear:left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	
}


#nav ul {
	list-style:none;
}

#nav li {
	display:inline;
	/*padding-left:25px;
	padding-right:25px;
	border:3px solid #FF9933;*/
}

#nav a {
	background-color:#660000;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #990000;
}

#nav a:hover {
	background-color:#FF9933;
	text-decoration:none;
	color:#660000;
}


/* rounded corner */

.roundedcornr_box {
	background: url(roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }

h1 {
	color:#790000;
	text-decoration:none;
	font-size:1.1em;
	margin:17px;
	font-weight:bold;
	text-align:center;
}

h2 {
	color:#790000;
	font-size:1em;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
	text-align:center;
}

#right p {
	margin-top:2px;
}

#right ul {
	list-style:none;
	padding:0;
	margin:0;
}


#left ul {
	list-style:square;
}

h3 {
	background-image:url(images/crossbot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom:0;
}

.special {
font-size:1.4em;
font-weight:600;
}