html, body {
	padding: 0;
	margin: 0;
	background: #f4eedd url(../images/header-repeat.gif) repeat-x;
}

p,div,span,td,td p,address {
	font: 12px Verdana,sans-serif;
 	color: #000000;
}

a, a:link, a:visited {
	font: 12px Verdana,sans-serif;
	font-weight: 100;
	color: #00604e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: 100;
}
a:active {
	color: #851b27;
	font-weight: 100;
}
a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}

h1 {
	font: 16px Georgia;
	text-transform: uppercase;
	color: #851b27;
}
h2 {
	font: 14px Georgia;
	color: #851b27;
}
h3 {
	font: 14px Verdana,sans-serif;
	color: #015353;
}

/* page title */
.componentheading, .contentheading {
	font: bold 20px Georgia;
	text-transform: uppercase;
	color: #851b27;
}

/* begin custom */
#outer {
	display: block;
	position: relative;
	width: 900px;
	z-index: 1;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 174px;
	z-index: 2;
}

	#new_loc {
		position: relative;
		float: left;
		width: 150px;
		height: 121px;
		background: #f4eedd url(../images/header_1.gif) no-repeat;
		z-index: 1;
	}
	
	#logo {
		position: absolute;
		top: 0px;
		left: 150px;
		width: 750px;
		height: 121px;
		background: #00604e url(../images/header_2.gif) no-repeat;
		z-index: 2;
	}
	
	#logohref {
		display: block;
		width: 150px;
		height: 121px;
		background: transparent;
		position: absolute;
		top: 0px;
		left: 218px;
	}

	#subheader {
		position: absolute;
		display: block;
		left: 0px;
		top: 121px;
		width: 900px;
		height: 53px;
		background: url(../images/header_3.gif) no-repeat;
		z-index: 2;
	}

	#topmenu {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 900px;
		height: 20px;
		text-align: center;
		z-index: 3;
	}

	a#active_menu.mainlevel, #active_menu, a, a.mainlevel {
		text-decoration: underline;
		font-weight: 100;
		font-style: normal; 
	}
	a #active_menu .mainlevel {
		text-decoration: underline;
		font-weight: 100;
		font-style: normal;
	}
	a.mainlevel#active_menu  {
		text-decoration: underline;
		font-weight: 100;
		font-style: normal;
	}

		#topmenu span.mainlevel {
			color: #df565b;
		}
		#topmenu a.mainlevel,
		#topmenu a.mainlevel:active,
		#topmenu a.mainlevel:link,
		#topmenu a.mainlevel:visited {
			display: inline;
			font: normal normal 12px/20px Verdana,sans-serif;
			color: #ffffff;
			text-decoration: none;
		}
		#topmenu a.mainlevel:hover, #topmenu a#active_menu {
			text-decoration: underline;
		}

	#usermenu {
		display: block;
		position: absolute;
		top: 69px;
		left: 660px;
		width: 230px;
		height: 20px;
		text-align: center;
 		overflow: hidden;
		z-index: 4;
	}
		#usermenu span.mainlevel {
			color: #00604e;
		}
		#usermenu a.mainlevel,
		#usermenu a.mainlevel:active,
		#usermenu a.mainlevel:link,
		#usermenu a.mainlevel:visited {
			display: inline;
			font: normal normal 11px/20px Georgia;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#usermenu a.mainlevel:hover, #topmenu a#active_menu {
			text-decoration: underline;
		}


	a#home {
		position: absolute;
		display: block;
		top: 30px;
		left: 383px;
		background: transparent;
		width: 132px;
		height: 132px;
	}

#mainbody {
	position: relative;
	float: left;
	width: 900px;
	background: #ffffff url(../images/body-repeat.gif) repeat-y;
}

	#mainbody #leftmenu {
		position: relative;
		float: left;
		width: 200px;
		min-height: 400px;
		height:auto !important;
		height: 400px;
		padding-top: 25px;
	}

	#mainbody #bodytext {
		display: block;
		position: relative;
		float: left;
		width: 650px;
		background: #ffffff;
		padding: 25px 25px 25px 25px;
		min-height: 400px;
		height:auto !important;
		height: 400px;
		z-index: 1;
		text-align: left;
	}

#footerouter {
	display: block;
	position: relative;
	float: left;
	width: 900px;
	height: 100px;
	background: url(../images/footer.gif) no-repeat;
}

	#footerouter #footermenu {
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		width: 900px;
		height: 20px;
	}

	#footerouter #footermenu span.mainlevel {
		color: #df565b;
	}

	#footerouter #footermenu a.mainlevel,
	#footerouter #footermenu a.mainlevel:active,
	#footerouter #footermenu a.mainlevel:link,
	#footerouter #footermenu a.mainlevel:visited {
		display: inline;
		font: normal normal 11px/30px Verdana,sans-serif;
		color: #ffffff;
		text-decoration: none;
	}
	#footerouter #footermenu a.mainlevel:hover,
	#footerouter #footermenu a#active_menu {
		text-decoration: underline;
	}

	#footerouter #copyright {
		position: absolute;
		top: 30px;
		left: 0px;
		text-align: center;
		width: 900px;
		height: 30px;
		font: 10px Arial,sans-serif;
		color: #851b27;
	}

#leftmenu {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}

	#leftmenu a.mainlevel {
		display: block;
		width: 200px;
		height: 28px;
		color: #ffffff;
		padding-left: 10px;
		text-decoration: none;
		font: 12px/28px Georgia;
		text-transform: uppercase;
		text-align: left;
	}

	#leftmenu a.mainlevel:hover, #leftmenu a#active_menu {
		background: #851b27;
	}

	#leftmenu a.sublevel,
	#leftmenu a.sublevel:active,
	#leftmenu a.sublevel:link,
	#leftmenu a.sublevel:visited {
		display: block;
		font: 10px Georgia;
		color: #ffffff;
		text-decoration: none;
		padding: 6px 0px 6px 10px;
	}
	#leftmenu a.sublevel:hover, #leftmenu a#active_menu.sublevel {
		color: #444da2;
	}

/* end custom */

.blog {
	padding: 0;
	margin: 0;
}

.smallheader { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-weight: bold; font-variant: small-caps; }
.norm { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px;}
.mediumsmall { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;}
.small {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px;}
.verysmall {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 8px;}

.bigLetter { color: black; font-family: Arial, Helvetica, Sans-Serif; font-size: 24px; font-weight: bold;}

.blackBorder
	{ background-color: black; }

.sideBar
	{ background-color: #3FBBEF; }
.mainSpace
	{ background-color: white; }

.sectionTitle 
	{ color: black; 
	  background-color: #000000;
	  font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	  font-size: 48px; 
	  font-weight: bold;
	}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
	font-style: normal;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

/** old stuff **/
.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.contentcolumn {
	padding-right: 5px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
/* 	width: 100%; */
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #ffffff;
	padding-left: 4px;

}

tr.sectiontableheader th {
	text-transform: uppercase;
}

table#tblCart tbody tr td a strong {
	color: #851b27;
}

/* removes space below form elements */
form {
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}
