a:link, a:visited {color: #801314; text-decoration: underline}
a:hover, a:active {color: #d22020; background-color: #edebeb; text-decoration: underline}

body {
	margin: 0px;
	padding: 0px 0px 20px 0px;

	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 10pt;
	color: #4c4c4c;

	background: #5e0e0e url('images/ui/body_back.png') repeat-x fixed;	
}

p {
	margin: 10px 5px 15px 5px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	
	/*color: #005eb6;*/
	color: #e32b2b;
	/*color: black;*/
	font-size: 18pt;
	font-weight: bold;
	
	background: url('images/ui/header_back.png') no-repeat bottom left;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 13pt;
	font-weight: bold;
	color: #8a0a07;
}

.sidepic {
	margin: 10px 0px 5px 20px;
	padding: 6px;
	background: url('images/ui/image_back.png') repeat top right;
	float:right;
}

.homeblock {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 370px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.expand {
	min-height: 360px;
	height: auto !important;
	height: 360px;
}

/******************************************************************************
Lists
******************************************************************************/
ol.biglist, ul.biglist {
	line-height: 17pt;
	font-size: 11pt;
}

ol.boldlist li{font-weight: bold;}
ol.boldlist p{font-weight: normal;}
ol.thinlist li{font-weight: normal;}

a.toplink {
	font-size: 8pt;
	float: right;
	margin-left: 10px;
}

li.bul1{list-style-image: url('images/ui/bullet1.png');}
li.bul2{list-style-image: url('images/ui/bullet2.png');}
li.bul3{list-style-image: url('images/ui/bullet3.png');}
li.bul4{list-style-image: url('images/ui/bullet4.png');}
li.bul5{list-style-image: url('images/ui/bullet5.png');}
li.bul6{list-style-image: url('images/ui/bullet6.png');}

/******************************************************************************
Forms
******************************************************************************/
form {
	margin-top: 15px;
	line-height: 18pt;
}

/*textarea {
	font-family: arial, sans-serif;
	font-size: 10pt;
}*/

fieldset {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 400px;
	
	border: 3px solid #e0e0e0;
}

legend {
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

.formlabel {
	display: inline-block;
	width: 100px;
}

.formstar {
	color: red;
	font-weight: bold;
}

/******************************************************************************
Quotes
******************************************************************************/
blockquote {
	background: white url('images/ui/blockquote_back.png') no-repeat top right;
	margin: 0px 5px 5px 40px;
	
	min-height: 52px;
	height: auto !important;
	height: 52px;
}

.quote {
	float:left;
	margin: 20px auto 5px auto;
	padding: 5px;
	width: 420px;
	
	border: 3px dotted #e0e0e0;
	margin-left: 16px;
}

/******************************************************************************
Gallery
******************************************************************************/
#jscontent {
	display: none;
}

table.faux {
	margin-left: 3px;
}

table.faux td {
	/*padding: 9px 9px 3px 9px;*/
	padding: 0px;
	text-align: center;
	
	border: 2px solid #e0e0e0;
}

table.faux td img {
	border: none;
	padding: 9px 7px 3px 7px;
}

table.faux td a, table.faux td a:visited {
	display: block;
	
	color: #4c4c4c;
	text-decoration: none;
	background: white url('images/ui/zoom_image.png') no-repeat bottom right;
	cursor: pointer;
	
}

table.faux td a:hover, table.faux td a:active {	
	color: #4c4c4c;
	background: #f0f0f0 url('images/ui/zoom_image_hover.png') no-repeat bottom right;
}

table.faux span {
	display: block;
	width: 146px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	margin-top: 3px;
	
	text-decoration: none;
}

#cloak {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	z-index: 80;
	
	background-color: black;
	opacity: .8;
}

#enlarged {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 20px;
	
	z-index: 90;
	
	background: url('images/ui/close_image.gif') no-repeat bottom right;
}

/******************************************************************************
Menu
******************************************************************************/
#menu {
	position: absolute;
	left: 0px;
	top: 129px;
	z-index: 15;
	
	display: block;
	line-height: 40px;
	width: 960px;	
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 13pt;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	float: left;
	/*width: 160px;*/
	width: 192px;
	
	cursor: default;
	text-align: center;	
	color: white;
	background: #cc1d1d url('images/ui/menu_back.png') repeat-x;
}

#menu ul li:hover, #menu ul li.hover {
	background: #841414 url('images/ui/menu_back_hover.png') repeat-x;
}

#menu ul li:hover a, #menu ul li.hover a {
	background: none;
}

#menu ul li ul li, #menu ul li ul li:hover, #menu ul li ul li.hover {
	list-style: none;
	width: 100%;
	float: left;
	
	line-height: 30px;
	text-align: left;
	font-size: 11pt;
	background: #691010;
	margin-top: 1px;
}

#menu ul li ul li span {
	color: #ff3a3a;
	margin-left: 5px;
}

#menu ul li ul {
	display:none;
}

#menu ul li:hover ul, #menu ul li.hover ul  {
	display: block;
}

#menu ul li:hover ul li a, #menu ul li.hover ul li a {
	display: block;
	display: inline-block;
	height: 100%;
	width: 100%;
	
	text-decoration: none;
	background: url('images/ui/menu_item.png') repeat-x;
}

#menu ul li ul li a:hover span, ul li ul li a:hover span {
	color: white;
	margin-left: 8px;
}

#menu ul li ul li a:hover {
	background: url('images/ui/menu_item_hover.png') repeat-y;
}

/* top level link */
#menu ul li a {
	display: block;
	display: inline-block;
	height: 100%;
	width: 100%;
	
	color: white;
	text-decoration: none;
}

/* top level active */
#menu ul li.active {
	color: #5e0a0a;
	background: url('images/ui/menu_back_active.png') repeat-x;
}

/* sub item active */
#menu ul li ul li.active {
	background: #691010;
}
#menu ul li ul li.active span {
	color: #9b1919;
	font-style: italic;
}

/******************************************************************************
Layout
******************************************************************************/
#pagewrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#centerwrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: fixed;
	display: block;
	
	top: 0px;

	width: 960px;
	height: 128px;	
	margin: -1px 0px -1px 0px;
	padding: 0px;
}

#flashcontain {
	margin: 0px;
	z-index: 5;
}

#logo {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 10;
}
#logo img {
	border: none
}
#logo a {
	background: none
}

#spacer {
	display: block;
	width: 960px;
	height: 126px;	
	margin: 0px;
	padding: 0px;
}

#contentfade {
	position: absolute;
	top: 169px;
	z-index: 1;
}

#content {
	margin-top: 42px;
	padding: 20px;
	
	background-color: white;
	/*background: white url('images/ui/content_back.png') repeat-x top left;*/
}

#contentcap {
	display: block;
	width: 960px;
	height: 8px;
	
	background: url('images/ui/content_cap.png') no-repeat top left;
}