* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 24px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #bbb;
    background: #000;
    text-align: left;
}

strong { color: #fff; }
.br { color: #e3ab38; }

a img { border: 0; }
a { color: #dca236; text-decoration: underline; }
a:hover { text-decoration: none; }

.left { float: left; display: inline; }
.right { float: right; display: inline; }

.cl { font-size: 0; line-height: 0; height: 0; clear: both; }

.last { margin-right: 0px !important; }
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #f3ca74;
	font-style: italic;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
}
.shell {
	width: 956px;
	margin: 0 auto;
}
/*----- Start "Header" -----*/
#header,
#header .shell {
	background: url(images/header.jpg) no-repeat center 0;
	height: 357px;
}
#header .shell {
	height: 123px;
	padding-top: 234px;
}
#header .quotebox {
	width: 530px;
	float: right;
	padding-right: 20px;
}
#header .quotebox .quote {
	font-size: 14px;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 14px;
	color: #f1f1f1;
	line-height: 18px;
	text-align: center;
}
#header .quotebox .author {
	text-align: right;
	padding-right: 10px;
}
#logo {
	float: left;
	display: inline;
	width: 289px;
	height: 78px;
	font-size: 0;
	line-height: 0;
}
#logo a {
	display: block;
	height: 78px;
	text-indent: -4000px;
	background: url(images/logo.png) no-repeat 0 0;
	cursor: pointer;
}
/*------ End "Header" ------*/

#navigation {
	/*height: 44px;*/
	background: url(images/navigation-bg.gif) no-repeat center 0;
	position: relative;
	z-index: 1;
}
#navigation .shell {
	height: 44px;
	position: relative;
	background: url(images/navigation-shell.gif) no-repeat center 0;
	z-index: 2;
	padding: 0px;
}
#navigation ul {
	padding: 2px 0 5px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation ul li {
	float: left;
	display: inline;
	list-style-type: none;
	height: 37px;
	/*height: 100%;*/
	line-height: 37px;
	padding-left: 2px;
	background: url(images/navigation-li.png) no-repeat 0 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	position: relative;
}
#navigation ul li.first {
	background: none;
	padding-left: 0;
}
#navigation ul li a, #dropdown-nav a {
	float: left;
	height: 37px;
	padding: 0 17px 0 16px;
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
#navigation ul li a:hover,
#navigation ul li a.active, #dropdown-nav a:hover, #dropdown-nav a:active {
	background: url(images/navigation-active.gif) repeat-x 0 0;
	color: #422d09;
}
#navigation ul li.dd {
	/*line-height: 24;*/
}
#navigation ul li.dd a {
	padding-right: 0;
}
#navigation ul li.dd a span {
	float: left;
	display: inline;
	background: url(images/navigation-dd.gif) no-repeat right center;
	padding-right: 17px;
}
#navigation ul li.dd a:hover span,
#navigation ul li.dd a.active span {
	background-image: url(images/navigation-dd-active.gif);
}

#main {
	min-height: 400px;
	background: url(images/main-bg.gif) no-repeat center 0;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
}
.halfside {
	float: left;
	display: inline;
	width: 468px;
	margin-right: 20px;
}

.block .border {
	display: block;
	height: 1px;
	clear: both;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/border-100.png) no-repeat 0 0;
	margin: 10px 0;
}
.halfside .block .border {
	background-image: url(images/border-50.png);
}
.block p .left {
	margin-right: 5px;
}
.types-links {
	float: right;
	display: inline;
	font-weight: bold;
}
.types-links * {
	margin-right: 20px;
}
.types-links a {
	color: #bbbbbb;
}
/*----- Start "Footer" -----*/
#footer {
	font-size: 10px;
	color: #5c5c5c;
	text-transform: uppercase;
	text-align: center;
	line-height: 12px;
	padding-bottom: 20px;
	color: #2e2e2e;
}
#footer p {
	padding-top: 10px;
}
#footer .br {
	color: #5d4b2b;
}
#footer a {
	color: #5c5c5c;
	text-decoration: none;
}
#footer a:hover,
#footer a.active {
	color: #989898;
}
#footer .border {
	display: block;
	clear: both;
	height: 3px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/footer-border.png) no-repeat center 0;
}
/*------ End "Footer" ------*/

.bio-image {
	float: left;
	margin: 0px 10px 10px 0px;
}
.paging {
	margin-top: 20px;
	padding: 5px;
	height: 35px;
}
.paging a {
	background-color: black;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.paging a.current-page {
	border: 1px solid black;
	background-color: white;
	color: black;
}
.gallery-image {
	float: left;
	width: 120px;
	height: 90px;
	text-align: center;
	margin: 5px;
	height: auto;
}
.gallery-image a {
	text-decoration: none;
}
.gallery-image img {
	border: 1px solid #413838;
	padding: 1px;
}
.contact {
}
.contact .field {
	background-color: #232221;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	color: #646464;
	border: 1px solid #393939;
	width: 420px;
	padding: 3px;
	font-size: 12px;
}
.contact .submit {
	padding: 0px 20px;
	background-color: #232221;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	color: #dfa335;
	border: 1px solid #393939;
}
.frow {
	margin-bottom: 10px;
}
.frow label {
	display: block;
	color: #dfa335;
}
.frow label span {
	color: #a09f9f;
}
.captcha {
	margin: 0px !important;
	padding: 0px !important;
	width: 188px !important;
	height: 38px !important;
	float: left !important;
	font-size: 32px !important;
	color: white !important;
}
.err {
	color: #dfa335;
	font-weight: bold;
}
.homeblock {
	height: 300px;
}
.press-link {
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia;
	color: white;
}
.press-link:hover {
	text-decoration: underline;
}
a.press-link span {
	color: gray;
	font-style: italic;
	font-size: 12px;
}
a.read-more {
	font-size: 12px;
	color: #a3a3a3;
	padding-left: 10px;
	background: url(images/read-more.gif) no-repeat;
	background-position: left center;
}
.dropdown-holder {
	display: none;
	margin-top: -5px;
	z-index: 100;
}
.dropdown-holder ul, .dropdown-holder ul * {
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
	display: block !important;
	height: auto !important;
	line-height: 16px !important;
}
#nav1 {
	position: absolute;
	top: 42px;
	left: 1px;
	width: 89px;
}
#nav2 {
	position: absolute;
	top: 42px;
	left: 2px;
	width: 130px;
}
ul.dropdown {
	background-color: #0d0d0e;
	background-image: url(images/dropdown-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding-top: 5px;
	position: relative !important;
}
ul.dropdown li {
	padding: 0px !important;
	background: none !important;
	float: none !important;
	display: block !important;
	text-align: center;
	height: auto !important;
}
.dropdown-end {
	background-image: url(images/dropdown-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px !important;
	margin: 0px !important;
	height: 15px !important;
	width: 130px;
	float: none;
	display: block;
}
.dropdown-end-short {
	background-image: url(images/dropdown-bottom-short.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px !important;
	margin: 0px !important;
	height: 16px !important;
	width: 90px;
	float: none;
	display: block;
}
