/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin-bottom: 1px;
}

form {
	margin: 0;
	padding: 0;
}

body,.table_content {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #333;
	padding: 0px 0;
	margin-bottom: 1px;
}

body {
	background: #d1c9c0 url(images/bg.png) repeat-x;
}

.feature {
	text-indent: 0px;
	padding: 15px;
	margin: 0px;
}

h1 {
	margin-top: 5px;
	font-size: 24px;
	line-height: 30px;
}

h2 {
	margin-top: 30px;
	font-size: 17px;
}

h3 {
	margin-top: 0px;
	font-size: 16px;
	line-height: 20px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

a:link, a:visited {
	color: #ff0000;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div.center {
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7;
	width: 1000px;
}

div#header {
	height:138px;
	background: url(images/header.png) 0 0 no-repeat;
	padding: 0px;
	text-align: left;
}

div#logo {
	background: url(images/logo1.png) 0 0 no-repeat;
}

div#top_right {
	position: absolute;
	left: 755px;
	top: 25px;
	width: 240px;
	height: 75px;
}

div#random_header_photos {
	width: 1000px;
	height: 115px;
	background: white;
}

div#main_content {
	background: #fff;
	padding: 8px;
	width: 984px;
}

.main_content {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 10pt;
	color: #333;
}

/*****************************/
/***         Menu          ***/
/*****************************/

/* horizontal pill menu */


#pillmenu {
	position:absolute;
	top:105px;
	background: #3f3529 url(images/logo2.png) no-repeat;
	height: 23px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width:1000px;
}

#pillmenu ul {
	margin: 0;
	padding-left: 212px;
	list-style:none;
}

#pillmenu li {
	float: left;
	margin-left: -10px;
	padding: 0;
}

#pillmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display:block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#pillmenu a:hover {
	background: url(images/menu_active_bg.png) 0 0 repeat-x;
	color: #ffffff;
}

#pillmenu a#active_menu-nav {
	background: url(images/menu_active_bg.png) 0 0 repeat-x;
	color: #fff;
}

#pillmenu a#active_menu-nav:hover {
	color: #fff;
}

h3, .componentheading, table.moduletable th {
	color: #3f3529;
}

/*****************************/
/***     Category Menu     ***/
/*****************************/

div.moduletable_sub_menu {
	background: #6f6150;
	padding: 10px;
	margin-bottom: 11px;
}

.mainlevel_sub_menu,a:link.mainlevel_sub_menu, a.mainlevel_sub_menu, a:visited.mainlevel_sub_menu {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2em;
}

a:active.mainlevel_sub_menu, a:hover.mainlevel_sub_menu {
	background: #d1c9c0;
	color: #ffffff;
	text-decoration: none;
}

a:link.sublevel_sub_menu, a.sublevel_sub_menu, a:visited.sublevel_sub_menu {
	color: #6f6150;
	font-size: 0pt;
	padding: 5px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 0em;
}

a:active.sublevel_sub_menu, a:hover.sublevel_sub_menu {
	color: #6f6150;
	text-decoration: none;
}

/*****************************/
/***        Features       ***/
/*****************************/

div.module_feature {
	background: #d1c9c0;
	padding: 10px;
	width: 172px;
	font-size: 12px;
	margin-bottom: 12px;
}

/*****************************/
/***      Footer menu      ***/
/*****************************/

#copyright {
	font-size: 8px;
}

#footer {
	margin: 0px;
	padding: 10px;
	background: #3f3529;
}

#footer a {
	color: #d1c9c0;
	font-weight: normal;
}

#footer table {

}

#footer td {
	vertical-align:top;
	text-align: left;
	width: 100px;
	padding-left: 10px;
	border-left: 1px solid #d1c9c0;
}

#footer td:first-child {
	border-left: 0;
}

.section {
	color: #d1c9c0;
	font-size: 10px;
	line-height: 1.5em;
}

a.section {
	font-size: 10px;
	line-height: 1.5em;
}

a.section_heading {
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
}