/* resets */

body, div {
	margin: 0;
	padding: 0;
}

li, dt, dd {
	list-style-position: inside;
	padding: 0 0 0 20px;
}

a img {
	border: none;
}

/* font setup */
body {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #7E7E7E; /* #999FA8; */
}

h1, h2, h3 {
	color: #6190BE;
	font-weight: normal;
}

/* dimensions and backgrounds */
body {
	background: #b5ac9d url('background.jpg') top left repeat-x;
	position: relative;
}

#header {
	width: 100%;
	height: 293px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	background: transparent url('header_background.jpg') left top repeat-x;
}

#banner {
	background: #FFFFFF url('banner.jpg') top left no-repeat;
	width: 960px;
	height: 232px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

#search_form {
	position: absolute;
	top: 6px;
	width: 100%;
	text-align: right;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: bold;
}

#search_form input {
	background-color: #FFF;
	border: none;
	color: #7E7E7E;
}

#search_box {
	font-weight: normal;
}

#search_submit {
	cursor: pointer;
}

h2.search {
	margin-bottom: 0;
}

p.search {
	margin-top: 0px;
}



#logo {
	display: block;
	position: relative;
	padding: 20px;
	top: 70px;
	left: 15px;
}

#breadcrumbs {
	/* width: 705px; */
	width: 920px;
	padding: 2px 20px;
	margin: 0px auto;
	/* padding-left: 215px; */
	font-size: 0.8125em;
	background-color: #FFFFFF;
}

#content {
	width: 920px;
	padding: 10px 20px 20px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	background-color: #FFF;
	font-size: 0.875em; /* 14px */
	z-index: 0;
}

/*IE6 */
* html #content {
	padding: 10px 10px 20px
}

#content.fck { /* admin panel editor */
	width: 920px;
	padding: 0px;
	background-image: none;
}

#footer {
	width: 960px;
	height: 64px;
	overflow: hidden;
	background-color: #FFFFFF;
	color: #7D705E;
	position: relative;
	margin: 0px auto;
	text-align: center;
	font-size: 0.75em; /* 12px */
}

#footer p {
	border-top: 1px solid #AEA18E;
	margin: 0px 25px;
	line-height: 60px;
}

#copyright {
	background: none;
	text-align: center;
	color: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	font-size: 0.75em;
}

/* navigation lists */

#navigation_wrapper {
	width: 960px;
	padding-top: 0px;
	text-align: center;
	background: transparent url('navigation_tier1_bg.jpg') left top repeat-x;
	position: relative;
	margin:0px auto;
}

* html #navigation_wrapper { /* IE6 */
	padding-bottom: 2px;
}

/* based on http://sandbox.leigeber.com/dropdown-menu/ */
ul.menu {list-style:none; margin:0; margin-left: 6px; padding:0; position: relative}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFF; text-decoration:none; font-family: "Arial", sans serif; font-size: 0.875em;}
ul.menu li {position:relative; float:left; margin-right:2px; }
ul.menu li {background: transparent url('nav_item_separator.jpg') right top no-repeat; padding: 0px 2px 0px 0px;}
ul.menu li.last {background-image: none;}
ul.menu ul {position:absolute; top:59px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; margin:0; background-image: none; padding: 0;}
ul.menu ul li span { height: auto; }
ul.menu ul li a {display:block; padding:5px 7px 7px; background-color:#635849; width: 141px; }
ul.menu ul li a:hover {background-color:#8F8475}
ul.menu ul ul {left:155px; top:-1px}
ul.menu .menulink {border:none; padding:24px 12px 4px; font-weight:bold;  height: 32px; } /* width:113px; */
ul.menu .menulink:hover, ul.menu .menuhover {background: transparent url('navigation_tier1_bg.jpg') left bottom repeat-x;}
ul.menu .sub {background:#635849 url('arrow.gif') center right no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/*IE 6 fix for variable width top items */

* html #content, * html #footer {position: static;} /* render order bug */
* html ul.menu li {width: 112px; padding: 0px 1px; margin:0 } 
* html ul.menu .menulink {padding: 12px 12px 16px;} 

/* IE7 */
*+html #content, *+html #footer {position: static;} /* render order bug */

/* breadcrumbs */

#breadcrumbs a:link, #breadcrumbs a:visited {
	/* color:#8F8475; */
	color: #6190be;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	color:#635849;
}

/* content styles */
#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.2em;
}

#content h3 {
	font-size: 1.0em;
}

#content p, #content ul, #content ol, #content dl, #content table {
	padding: 0;
}

#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	padding: 0;
}

#content table table, #content table p {
	padding: 0;
}

#content li, #content dd, #content dt {
	list-style-position: outside;
	margin-left: 40px;
	padding-left: 0;
}

div.mock_table { 
	display: block;
	margin: 0px auto 10px;
	padding: 0 40px;	
}

div.mock_table label, div.mock_table p { 
	display: block;
	clear: left;
	line-height: 1.2em;
}

div.mock_table span { 
	display:block;
	float:left;
	padding: 2px;
}

div.mock_table span.right { 
	width: 15%;
	padding-top: 6px;
	clear: left;
}

div.mock_table span.left { 
	font-weight: normal;
	padding-right: 10px; 
	clear: right;
}

div.mock_table p span.left { 
	font-weight: normal;
	clear: right;
	padding-top: 6px;
}

div.mock_table span.control {
	float: left;
	position:relative;
	/* top: -1.8em;
	margin-bottom: -1.6em; */
}
/* structural elements */

.clear {
	height: 1px;
	width: 99%;
	clear: both;
}

* html .clear { display: none; }

.center {
	text-align: center;
}

