@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background: url(../images/site-bg.gif) top repeat-x #434135;
}
img { border:none; }

a       { color: #00eaeb; text-decoration: none; }
a:hover { color: #e49a05; }

h2 { color: #00eaeb; }
h3 { z-index:2; position:absolute; margin:-40px 0 0 0; padding:0; font-size:18px; color:#0be4ed; text-transform: uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-weight:lighter; }
h4 { font-size:16px; }

#wrapper {
	width: 1111px;
	margin: 0 auto;
}

#header {
	width: 1111px;
	height: 357px;
	background: url(../images/head-nav.gif) no-repeat bottom;
}

#content-wrapper {
	background-color: #5b5743;
	margin: 0 13px 15px 13px;
	width: 1085px;
}

#contact {
	width: 230px;
	float: left;
	padding: 35px 40px 30px 20px;
	background: url(../images/contact-title.gif) top center no-repeat;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#contact em {
	color: #d8d7d2;
	font-style: normal;
}

#contact-empty {
	width: 230px;
	float: left;
	padding: 35px 40px 30px 20px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#voiceover-contact {
	width: 230px;
	float: left;
	padding: 0 20px 30px 40px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#voiceover-contact em {
	color: #d8d7d2;
	font-style: normal;
}

#content-main {
	width: 505px;
	float: left;
	padding: 0 0 30px 0;
}

#sub-content-main {
	width: 755px;
	float: left;
	padding: 0 40px 30px 0;
}

#sub-content-main div.voiceover-info {
	margin-bottom: 30px;
	border: solid 1px #CCC;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}

#sub-content-main div.voiceover-info div {
	float: right;
	
	padding: 0 0px 0 0px;
	width: 182px;
}

#sub-content-main div.voiceover-info div.float-clear {
	clear: both;
	float: none;
	padding: 0;
}

#sub-content-main span {
	display: block;
	float: left;
	width: 102px;
	height: 185px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#sub-content-main span img {
	border: solid 1px #CCC;
	margin-bottom: 9px;
}

#contact-content-main {
	width: 205px;
	float: left;
	padding: 0 0 30px 0;
}

#contact-content-main img {
	border: 0px;
}

/* rss part */

#blog {
	width: 230px;
	float: left;
	padding: 0 20px 30px 10px;
	font-size: 12px;
	line-height: 15px;
	height: 250px;	
}
.rss-box    { margin:-60px 0 0 20px; background:transparent url(../images/btm-box-bg2.gif) repeat-x scroll center top; padding:10px 20px 10px 20px; width:200px; }
.rss-title  { font-size:18px; color:#fff; }
.rss-item   { font-size:10px; color:#FFF; }
.rss-date   { color:#999; }

ul.rss-items   { list-style-type:none; margin:0; padding-left:0; }
li.rss-item  a { color:#0be4ed; font-size:12px; }




.float-clear {
	clear: both;
}

.btm-box {
	width: 325px;
	float: left;
	margin: 0 0 30px 20px;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;
	background: url(../images/btm-box-bg.gif) bottom repeat-x;
	height: 180px;
	display: block;
}

.btm-box .box-left {
	float: left;
	width: 130px;
	padding-right: 10px;
}

.btm-box .box-left strong {
	color: #d8d7d2;
	font-size: 17px;
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}

.btm-box .box-right {
	float: left;
	width: 185px;
}

.btm-box .box-right img {
	margin: 0 0 10px 0;
	border: 0px;
}

#footer-spacer {
	clear: both;
	height: 7px;
	font-size: 0px;
	background-color: #434135;
}

#footer {
	padding: 7px 20px 7px 20px;
	font-size: 12px;
	height: 18px;
}

#millenium {
	float: right;
}

#millenium a {
	display: block;
	height: 18px;
	width: 240px;
	text-align: left;
	background: url(../images/mc-logo.jpg) right no-repeat;
}
.photo     { z-index:1; position:absolute; margin:auto; }

.head-anim { margin:0 0 0 290px; padding:0; width:820px; float:right; }

#nav    { margin:1px 22px 0 290px; list-style-type:none; padding:0; width:800px; float:right; }
#nav li { display:inline; display:block; float:left; list-style-type:none; margin:0;  padding:0; }
#nav li img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor:pointer;
 }
