/* overall page layout */

table#page {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}
td {
	padding: 0;
}
td#pageMenuBg {
	background: #000 url(/_img/menu/logobottom.jpg) left top no-repeat;
}
td#pageBodyBg {
	background: #d1d1d1;
}
#pageBody {
	width: 726px;
	/*  ** dropdown menu won't work in IE if position: relative; dunno why **
	position: relative;
	*/
	position: relative;
}

div.breadcrumb {
	margin-top: 8px;
	margin-left: 180px;
	font-size: 8px;
	font-weight:bold;
}
div.bodyContent {
	width: 364px;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-left: 180px;
	padding-bottom: 24px;
}
div.bodyContent.noFeature {
	width: 540px;
}



/* general styles */

body {
	background-color: #000000;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 225%;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px 0 4px 0;
}
h2 {
	font-size: 16px;
	
	color: #555;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 4px 0;
}
h3 {
	font-size: 150%;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-transform:uppercase;
	margin: 4px 0;
}
h1 span, h2 span, h3 span {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
body.gallery h1 {
	font-size: 150%;
	color: #fff;
}

p {
	padding: 0px 0px 6px 0px;
	margin: 0;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

div.hr {
	width: 75%;
	background-image: url(/_img/interface/drkgreyline.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1px;
}



/* links */

a {
   	font-weight: bold;
	color: #c30;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #c30;
}
a.more {
	display: block;
	text-align: right;
	padding: 0 8px 0 0;
	margin: -6px 0 12px 0;
	background: url(/_img/interface/arrow.gif) right 5px no-repeat;
}
a img {
	border: none;
}



/* lists */



/* header/footer stuff */

#pageHeader {
	height: 122px;
	background-repeat: no-repeat;
	position: relative;
}
#pageFooter {
}
#pageHeader_print, #pageFooter_print { display: none; }
#pageLeft {
	width: 37px;
	background: url(/_img/interface/orangeleft.gif) repeat-y;
}
#pageRight {
	width: 37px;
	background: url(/_img/interface/orangeright.gif) repeat-y;
}
#pageBottom {
	height: 39px;
	background: url(/_img/interface/orangefooter.gif) no-repeat;
}
body.index #pageLeft { background-image: url(/_img/interface/orangeleft.gif); }
body.index #pageRight { background-image: url(/_img/interface/orangeright.gif); }
body.index #pageBottom { background-image: url(/_img/interface/orangefooter.gif); }

ul.topMenu,
ul.footerMenu {
	list-style-type: none;
	margin: 0;
}
ul.topMenu li,
ul.footerMenu li {
	display: inline;
}
ul.topMenu li a,
ul.footerMenu li a {
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	padding-left: 22px;
	color: #909090;
	background: url(/_img/interface/square.gif) no-repeat 3px 3px;
	text-align:center;
}
ul.topMenu li a:hover,
ul.footerMenu li a:hover {
	color: #909090;
}
ul.topMenu {
	position: absolute;
	right: 36px;
	top: 0;
}
a.logoLink {
	display: block;
	position: absolute;
	left: 36px;
	top: 42px;
	width: 300px;
	height: 80px;
	text-indent: -10000px;
}

body.index #pageHeader {background-image: url(/_img/interface/header/index2.jpg)}


ul.footerMenu {
	margin: 3px auto;
	text-align: center;
}
table.footerInfo {
	width: 100%;
	margin: 6px 0;
	border-collapse: separate;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}
table.footerInfo td p {
	padding: 6px;
}
table.footerInfo td p,
table.footerInfo td p a {
	font-size: 10px; 
	color: #fff;
}
#pageFooter .copyright {
	margin: 2px 0;
	text-align: center;
}
#pageFooter .copyright,
#pageFooter .copyright a {
	font-size: 10px; 
	color: #7b7b7b;
}



/* left-column images */
div.mainImage {
	clear: both;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 170px;
}
div.mainImage img {
	width: 165px;
}
div.mainImage .caption {
	padding: 0px 0px 5px 0px;
	margin: 0;
	color: #000000;
	font-size: 9px; 
}



/* feature boxes */

ul.list {
	margin-top: 0px; 
	margin-bottom: 6px;
	margin-left: 5px;
	padding-left: 5px;
	list-style: none;
}
ul.list li {
	color: #000000;
	font-size: 9px;
	line-height: 13px;
	padding: 0px 0px 4px 10px;
	background-image: url(/_img/interface/box.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}



/* data tables */
table.data {
	border: 1px solid #333;
	margin: 15px 0;
	caption-side: top;
}
table.data caption {
	border: 1px solid #333;
	background-color: #773100;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	margin-left: -1px;
	margin-top: 15px;
	margin-bottom: -15px;
}
table.data th, table.data td {
	border: 1px solid #333;
	vertical-align: text-top;
	padding: 4px;
	text-align: center;
}
table.data th {
	background-color: #fff;
	vertical-align: bottom;
}
table.data td {
	background-color: #ededed;
}
