/* @override http://nobow.devbox.org/css/basic/custom.css */

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e1dbc3 url(/images/interface/bkg_page.gif) repeat-x 50% 0;
}

a:link, a:visited {
	color: #a1212f;
	text-decoration: none;
}

a:hover, a:active {
	color: #a1212f;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	color: #a1212f;
}

h2 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	color: #503940;
}

h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #503940;
}

h4 {
	font-size: 11px;
	color: #503940;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 10px;
}

form {
	margin: 0;
}

select, input, textarea {
	font-family : "Lucida Grande", Verdana, sans-serif;
	font-size : 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	margin: 10px 0;
	padding: 10px 13px;
	color: #503940;
	font-weight: bold;
	/*text-shadow: #84af01 2px 2px 0;*/
	background: url(/images/interface/error.gif) #e1dbc3 no-repeat 0 0;
	border: 1px solid #a49e7b;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	display: none;
}

address {
	font-style: normal;
	padding: 0 10px;
	margin: 10px 0;
	border: 1px solid #eee;
}

.breakout {
	font-size: 12px;
	line-height: 16px;
	padding: 0 12px;
	background: #eee6c1;
	color: #50373e;
	border: 2px solid #a69e7c;
}

.breakout h1 {
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group layout */

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(/images/interface/bkg_header.gif) no-repeat 50% 0;
}

#header {
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/images/interface/body_cols.gif) repeat-y 50% 0;
}

#columns {
	float: left;	
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	width: 460px;
	float: left;
	display: inline; /* combat IE Doubled float-margin bug */
	margin: 0;
	padding: 28px 30px 0 30px;
	background-color: #e4e0d2;
}

#sidebarL {	
	float: left;
	display: inline; /* combat IE Doubled float-margin bug */
	width: 170px;
	margin: 0 10px 0 20px;
	padding: 0;
	background-color: #a69e7c;
}

#sidebarR {
	float: right;
	display: none; /* combat IE Doubled float-margin bug */
	width: 199px;
	margin: 0 10px 0 0;
	padding: 0;
}

/* @end */

/* @group header */
#header h1 {
	position: relative;
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 115px;
	height: 89px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 10px;
}

/* @end */

/* @group topnav */

.top {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	font-family: "Lucida Grande", "Trebuchets MS", Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	position: absolute;
	top: 11px;
	right: 10px;
}

.top li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	background: url(/images/interface/lev1_sep.gif) no-repeat 100% 100%;/**/
	height: 68px;
}

.top li a:link, .top li a:visited {
	float: left;
	display: block;/**/
	text-decoration: none;
	color: #000;
	padding: 54px 20px 0 20px;
	margin: 0;	
}

.top li a:hover, .top li a:active {
	background-image: none;
	color: #fff;
}

/* @end */

/* @group nav */

#nav {
	float: left;
	width: 700px;
	margin: 10px 20px;
	margin-top: 191px;
	display: inline; /* combat IE Doubled float-margin bug */
	background: #503940 url(/images/interface/lev2_bkg.gif) repeat-x 0 50%;
}

/* @group lev1 */

.lev1 {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchets MS", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	/*float: left; disabled because IE loses top nav */
}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	width: 175px; /* divide 700px by number of menu items */
}

.lev1 li a:hover, .lev1 li a:active {
	background-color: #666;
	background-image: none;
	color: #fff;
	/*background: #666 url(/images/interface/nav1_hover.gif) no-repeat 50% 100%;*/
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	/*background: #333 url(/images/interface/nav1_hilite.gif) no-repeat 50% 100%;*/
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	/*background: #333 url(/images/interface/nav1_hover.gif) no-repeat 50% 100%;*/
}

/* @end */

/* @group lev2 */

.lev2 {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 10px;
	font-family: "Lucida Grande", "Trebuchets MS", Verdana, Helvetica, sans-serif;
}

.lev2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	background-image: url(/images/interface/lev3_bkg.gif);
	background-position: 50% 50%;
	background-repeat: repeat-x;
}

.lev2 li a:link, .lev2 li a:visited {
	display: block;
	font-size: 11px;
	line-height: 12px;
	padding: 9px 10px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.lev2 li a:hover, .lev2 li a:active {
	background-color: #e3e0d1;
	background-image: none;
	color: #000;
}

.lev2 li.hilite a:link, .lev2 li.hilite a:visited {
	background-color: #e3e0d1;
	background-image: none;
	color: #000;
}

.lev2 li.hilite a:hover, .lev2 li.hilite a:active {
	background-color: #eee;
	color: #000;
}

/* @end */

/* @end */

/* @group main */
#main .body p, #main .body div {
	margin: 0 0 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_round.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#main h1.pagetitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #a1212f;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#main .article {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 0 20px 0; /* 1px padding top & bottom to prevent margin collapse */
	margin: 0;
}

#main .body {
	line-height: 16px;
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	height: 1%; /* prevent div collapse in pc ie */
}

/* @group main tables */

#main .body table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

#main .body table caption {
	display: none;
}

/* @end */

/* @group videos */

#main .body .videos ol li {
	background: url(/images/interface/video_icon.gif) #fff no-repeat 10px 50%;
	padding: 6px 0 6px 30px;
	margin: 5px 0;
	list-style: none;
	line-height: 12px;
}

#main .body .videos ol {
	margin: 0;
	padding: 0;
	position: relative;
}

#main .body .videos ol a {
	padding: 0;
	margin: 0 0 0 5px;
}

#main .body .videos .right {
	position: absolute;
	right: 10px;
}

/* @end */

/* @end */

/* @group sidebar */

/* @group sidebar L */

#sidebarL .imgleft {
	position: absolute;
	width: 700px;
	height: 170px;
	top: 100px;
	margin: 0;
	padding: 0;
	background-color: #ba6927;
}

/* @end */

/* @group sidebar R */

#sidebarR .article {
	margin: 0 0 10px 0;
	padding: 10px 10px 1px 10px; /* 1px padding bottom to prevent margin collapse */
	font-size: 10px;
	line-height: 13px;
	background-color: #eee;
	color: #666;
}

#sidebarR .article p {
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article h1 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #f60;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/* @end */

/* @group sidebar L & R */

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

#sidebarL .article ul, #sidebarL .article ol, #sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	background: url(/images/interface/bkg_footer.gif) no-repeat 50% 0;
	font-size: 10px;
	line-height: 14px;
	padding: 20px 0 10px 0;
	margin: 0;
	color: #999;
	text-transform: lowercase;
	clear: both;
	width: 740px;
	float: left;
	display: inline; /* combat IE Doubled float-margin bug */
}

#footer .left {
	float: left;
	color: #333;
	margin: 0 10px;
}

#footer .right {
	float: right;
	color: #333;
	margin: 0 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #666;
	border-bottom: 1px dotted #333;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group files */

#files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

#files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #f8f0cb;
}

#files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}

#files dl dt.first {
	border: 1px solid #f8f0cb;
}

#files dl span, #files dl strong {
	display: none;
}

#files dl span.s_size {
	display: inline;
	font-weight: normal;
}

#files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

#files dl dd {
	border: 1px solid #f8f0cb;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #f7b82c;
	position: relative;
}

#files dl dd p {
	margin: 0;
	padding: 0;
}

#files dl dd div.s_notes {
	color: #333;
}

#files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

#files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

#files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

#files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @group sitemap */

#sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#sitemap li {
	padding: .2em 0;
	margin: 0;
}

#sitemap li li {
	padding: 0;
	margin: 0;
}

#sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

table#formmail  {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

#formmail th, #formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

#formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #666;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

form p {
	margin: 10px 0;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	text-align: left;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #a1212f;
	background-color: #e3e0d1;
	margin: 0 0 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @group embedded children */

#main .article .article .inplaceeditor-form input.editor_field {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #a1212f;
	background-color: #e3e0d1;
	margin: 0 0 10px 0;
}

#main .article .article .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	margin: 10px 0;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebarL .inplaceeditor-form input.editor_field {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #a1212f;
	background-color: #a69e7c;
	margin: 0 0 10px 0;
}

#sidebarL .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @end */

/* @end */