@charset "UTF-8";

/*------------------------------------------------------------------------------------------
Global
------------------------------------------------------------------------------------------*/

html, body {
	/*height: 100%;*/
}

body, td, th {
	color: #563922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #fefdfb url(../index.php?element=bg_body.jpg) repeat-x center top;
	margin: 0px;
}

img {
	background: #c7a383;
	border: #a26b3f 1px solid;
/*	display: block;*/
	padding: 3px;
}

img.plain {
	background-color: transparent;
	border: medium none;
}

a {
	color: #a26b3f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.bg_body {
	background: url(../index.php?element=bg_content.jpg) no-repeat center top;
	height: 100%;
	width: 100%;
}

.bg_top {
	background: url(../index.php?element=bg_masthead.jpg) no-repeat top center;
	height: 397px;
	width: 100%;
}

.bg_masthead {
	background: url(../index.php?element=bg_masthead.jpg) no-repeat top center;
	height: 100%;
	width: 100%;
}

.container {
	margin: 0px auto;
	width: 920px;
}

a.button {
	background: url(../index.php?element=button_bg.gif) top right no-repeat;
	color: #ffffff;
	display: block;
	height: 20px;
	margin-top: 8px;
	padding: 0px 6px;
	text-align: right;
	text-decoration: none;
}

a.button:hover,
a.button_normal:hover,
a.button_long:hover {
/*	background: url(../index.php?element=button_bg.gif) top right no-repeat;*/
	text-decoration: none;
}

a.button span {
	cursor: pointer;
	float: left;
	padding-top: 2px;
}

a.button_normal {
	background: url(../index.php?element=button_bg.gif) top right no-repeat;
	color: #ffffff;
	display: block;
	height: 20px;
	width: 140px;
	margin-top: 8px;
	padding: 0px 6px;
	text-align: right;
	text-decoration: none;
	padding-top: 2px;
}

a.button_normal span {
	cursor: pointer;
	float: left;

}

a.button_long {
	background: url(../index.php?element=button_bg.gif) top right no-repeat;
	color: #ffffff;
	display: block;
	height: 20px;
	width: 228px;
	margin-top: 8px;
	padding: 0px 6px;
	text-align: right;
	text-decoration: none;
	padding-top: 2px;
}

a.button_long span {
	cursor: pointer;
	float: left;

}

h1 {
	color:#563922;
	font-size:18px;
	margin-bottom: 6px;
	margin-top:0px;
	padding-top:0px;
}


/* --- GENERAL --- */

.body {
	margin: 0px auto;
	width: 920px;
}

.clear {
	clear: both;
}

/*------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------*/

bg_header {
	height: 297px;
	width: 920px;
}

.top_nav {
	color: #acc344;
	float: right;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 263px;
}

.admin_header {
	height: 22px;
	float: left;
	margin-top: 50px;
	margin-left: 100px;
}
/*------------------------------------------------------------------------------------------
Nav
------------------------------------------------------------------------------------------*/

.header_nav {
/* 	background: #603713 url(../index.php?element=mainnav_on.gif) 0 0 repeat-x; */
	background: #603713 url(../index.php?element=mainnav_off.gif) 0 0 repeat-x;
	border-left: #603713 1px solid;
	float: left;
	height: 40px;
/*	margin-top: 70px; */
	margin-top: 0px;
/* 	width: 648px; */
	width: 919px;
}

.header_nav ul {
	background: #603713 url(../index.php?element=mainnav_on.gif) 0 0 repeat-x;
	list-style: none;
	margin: 0px;
	padding: 0px;
/* 	width: 648px; */
/*	width: 756px; */
	width: 900px;
}

.header_nav li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	width: 108px;
}

.header_nav li a {
	background: url(../index.php?element=mainnav_off.gif);
	border-right: #603713 1px solid;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

.header_nav li a:hover {
	background: url(../index.php?element=mainnav_on.gif);
	text-decoration: none;
}

.header_nav li ul {
	background: #603713 none repeat scroll 0 0;
	display: none;
	left: 0px;
	padding: 4px;
	position: absolute;
	top: 40px;
	text-align: left;
	width: 150px;
}

.header_nav li ul li {
	background: #603713 none repeat scroll 0 0;
	border: medium none;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	line-height: 40px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	width: 150px;
}

.header_nav li ul li a {
	border: 1px solid #c7a383;
	display: block;
	padding: 0 5px;
	width: 140px;
}

.header_nav li:hover ul,
.header_nav li.over ul {
	display: block;
}


/*------------------------------------------------------------------------------------------
Search
------------------------------------------------------------------------------------------*/

.search {
	background: url(../index.php?element=mainnav_off.gif);
	border-right: #603713 1px solid;
	display: block;
	float: left;
	height: 31px;
	margin-top: 70px;
	padding-left: 19px;
	padding-top: 9px;
	width: 251px;
}

.search_box {
	border: #e3d7cc 1px solid;
	float: left;
	height: 19px;
	margin-right: 10px;
	width: 183px;
}

/*------------------------------------------------------------------------------------------
Page Header
------------------------------------------------------------------------------------------*/

.page_header {
	background: url(../index.php?element=index_hdr_bg.jpg) top center no-repeat;
	border-left: #603713 1px solid;
	border-right: #603713 1px solid;
	clear: both;
	height: 210px;
	overflow: hidden;
	padding: 20px;
	width: 878px;
}

.page_header img {
	background: #c7a383;
	border: #a26b3f 1px solid;
	display: block;
	float: left;
	padding: 3px;
}

.header_text {
	background: url(../index.php?element=hdr_intro_bg.gif);
	border: #FFFFFF 1px solid;
	float: left;
	height: 188px;
	padding: 10px 10px;
	margin-left: 18px;
	width: 258px;
}

/*------------------------------------------------------------------------------------------
Content
------------------------------------------------------------------------------------------*/

.content {
	background-color: #ffffff;
	clear: both;
	padding: 20px;
	width: 880px;
}

.column_small {
	background: url(../index.php?element=bg_column_body.gif) repeat-x;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 240px;
	min-height: 275px;
	_height: 275px;
}

.column_large {
	background: url(../index.php?element=bg_column_body.gif) repeat-x;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 540px;
	min-height: 275px;
	_height: 275px;
}

.column_right {
	background: url(../index.php?element=bg_column_body.gif) repeat-x;
	float: left;
	padding: 20px;
	width: 240px;
	min-height: 275px;
	_height: 275px;
}

.column_small h1,
.column_right h1 {
	background: url(../index.php?element=bg_heading_1_column.jpg) no-repeat;
	color: #563922;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: -20px;
	padding: 0px 20px 25px 20px;
}

.column_large h1 {
	background: url(../index.php?element=bg_heading_2_column.jpg) no-repeat;
	color: #563922;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: -20px;
	padding: 0px 20px 25px 20px;
}

.content h2 {
	color: #A26B3F;
	font-size: 14px;
	font-weight: bold;
}

table.content_3_column {
	background-color: #ffffff;
}

table.content_3_column td {
	height: 330px;
	vertical-align: top;
}

table.content_3_column td.column {
	background: #ffffff url(../index.php?element=bg_column_body.gif) 0px 35px repeat-x;
	width: 280px;
}

table.content_3_column td.column div.column_small {
	background: none;
	margin: 0px;
	float: none;
}


/*------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------*/

.footer {
	background: url(../index.php?element=footer_bg.jpg) top center no-repeat;
	color: #563922;
	height: 251px;
}

img.logo {
	background-color: transparent;
	border: none;
	padding: 0px;
}

.footer p {
	margin: 9px 0px 9px;
}

.footer h2 {
	color: #a26b3f;
	font-size: 1.5em;
	margin: 0px;
}

.footer_address {
	/*border-right: 2px solid #e7d9ce;*/
	float: left;
	height: 149px;
	padding: 20px;
	_padding-bottom: 5px;
	width: 300px;
}

.footer_address table {
	margin: 0px;
	padding: 0px;
}

.footer_address tr td {
	padding: 2px 8px 2px 0px;
}

.footer_signup {
	border-right: 2px solid #e7d9ce;
	float: left;
	height: 155px;
	_height:138px;
	padding: 17px 20px;
	_padding-bottom: 0px;
	width: 260px;
}

.footer_signup img {
	background: #c7a383;
	border: #a26b3f 1px solid;
	display: block;
	float: left;
	margin: 12px 14px 0px 0px;
	padding: 3px;
}

.footer_signup label {
	display: block;
	font-weight: bold;
}

.footer_signup input.text {
	margin: 0px;
	width: 150px
}

.footer_signup button {
	background: url(../index.php?element=button_bg.gif) top right no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 20px;
	margin: 12px 0px;
	padding: 0px 6px;
	text-align: right;
	width: 155px;
}

.footer_signup button span {
	float: left;
	padding-bottom: 3px;
}

.footer_product {
	border-right: 2px solid #e7d9ce;
	float: left;
	height: 155px;
	padding: 17px 20px;
	width: 84px;
}

.footer_product img {
	background: #c7a383;
	border: #a26b3f 1px solid;
	display: block;
	float: left;
	margin: 12px 14px 0px 0px;
	padding: 3px;
}

a.product_button {
	margin-top: 24px;
}

.footer_nav {
	float: left;
	height: 122px;
	padding: 20px 0px 15px 15px;
	width: 108px;
}

.footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #a26b3f;
	width: 113px;
}

.footer_nav li {
	background: url(../index.php?element=bg_footer_nav_off.gif) top left no-repeat;
	height: 26px;
	width: 113px;
}

.footer_nav li.last {
	height: 24px;
}

.footer_nav li a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 24px;
	padding-left: 7px;
	line-height: 24px;
	text-decoration: none;
	width: 106px;
}

.footer_nav li a:hover {
	background: url(../index.php?element=bg_footer_nav_on.gif) top left no-repeat;
	text-decoration: none;
}

.footer_copyright {
	background: url(../index.php?element=footer_btm_bg.gif);
	clear: both;
	color: #e7d9ce;
	font-size: 0.8em;
	height: 12px;
	padding: 10px 20px;
	text-align: right;
}

.footer_copyright span {
	float: left;
}

.footer_copyright a {
	color: #e7d9ce;
	font-weight: normal;
}

.footer_copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}

a.ntech_media {
	font-style: italic;
	font-weight: bold;
	padding-right: 12px;
}


/*------------------------------------------------------------------------------------------
Sponsors
------------------------------------------------------------------------------------------*/

.sponsors,
.full_width {
	background: url(../index.php?element=sponsors_bg.gif) repeat-x;
	clear: both;
	padding: 20px;
	width: 840px;
}

.sponsors h1,
.full_width h1 {
	background: url(../index.php?element=bg_heading_3_column.jpg) no-repeat;
	color: #563922;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: -20px;
	padding: 0px 20px 25px 20px;
}

.full_width {
	background: url(../index.php?element=bg_column_body.gif) repeat-x;
}

.sponsor_bar {
	border: #e8d5c5 1px solid;
	background: #f5e4d5;
	margin-top: 18px;
	padding: 4px;
}

.sponsor_bar_inner {
	background: #FFFFFF;
	height: 61px;
	width:805px;
	overflow:hidden;
	padding: 14px 0px;
	z-index:999;
}

.sponsor_bar_control_left {
	float: left;
}

.sponsor_bar_control_right {
	float: right;
}

.sponsor_bar_control_left img,
.sponsor_bar_control_right img {
	background-color: transparent;
	border: medium none;
	padding: 0px;
}

.sponsor_list {
	width: 1000px;
	height:61px;
	z-index:1;
	
}

.sponsor_list img {
	margin-left:10px;
	margin-right:10px;
	border:0px;
	padding:0px;
	background-color:transparent;
}




/*------------------------------------------------------------------------------------------
News
------------------------------------------------------------------------------------------*/
h2.news {
	font-size: 1.5em;
	margin-bottom: 3px;
}

h4.news {
	font-size: 1.0em;
	margin-bottom: 5px;
	margin-top: 3px;

}

p.news {
	margin-bottom: 12px;
	margin-top: 5px;
}


/*------------------------------------------------------------------------------------------
Summary
------------------------------------------------------------------------------------------*/
h2.summary {
	font-size: 1.1em;
	margin-bottom: 3px;
}

h4.summary {
	font-size: 1.0em;
	margin-bottom: 5px;
	margin-top: 3px;

}

p.summary {
	margin-bottom: 12px;
	margin-top: 5px;
}

hr.summary {
	background-color: #a26b3f;
	border: medium none;
	color: #a26b3f;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

/*------------------------------------------------------------------------------------------
Admin
------------------------------------------------------------------------------------------*/

.notice,
.error {
	margin:10px 0px;
	padding:10px;
	background-color:#ffffff;
	border:2px solid #a26b3f;
}

.admin_label {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.admin_button input {
	font-weight: bold;
	margin-top: 15px;
}
.admin_links img {
	background-color:transparent;
	border:medium none;
}

.admin_base_links {
	margin-top: 40px;
}

