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

*{
	margin:0;
	padding:0;
}

.redline{
	border:1px #000 solid;
}
body{
	
	font-family:Tahoma;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}

#wrapper{
	width:950px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#leftwrapper{
	width:100px;
	height:461px;
	padding:175px 0px 5px 8px;
	position:absolute;
	left:2px;
	top:0;
	z-index: 1000;
	border-right: 1px #F00 solid;
}

#rightwrapper{
	width:100px;
	height:auto;
	padding:145px 5px 5px 5px;
	position:absolute;
	left:851px;
	top:0px;
	z-index: 1000;
	border-left: 1px #F00 solid;
}

#middlewrapper{
	width:730px;
	height:auto;
	padding:5px 5px 5px 5px;
	position:absolute;
	left:110px;
	top:0;
	border-left:1px #F00 solid;
	border-right:1px #F00 solid;
}

#middletop{
	height:135px;
	padding:1px;
	text-align: left;
	z-index:1000;
	position:absolute;
	left: 10px;
	top: 0;
}

#middletopbg{
	height:135px;
	padding:1px;
	text-align: left;
	z-index:10;
}
#middletopbgfl{
	height:135px;
	padding:1px;
	text-align: left;
	z-index:5000;
	position:absolute;
	left: -8px;
	top: 0;
	width: 100%;
}

#middlemenu{
	height:19px;
	padding:1px 1px 1px 1px;
	font-size: 14px;
	text-align: left;
}

#middlemenufl{
	height:20px;
	padding:1px 1px 1px 1px;
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: -130px;
	top: 142px;
	z-index: 5000;
	border-bottom: 1px #F00 solid;
	border-top: 1px #F00 solid;
	background-color: #333;
	width: 1011px;
}

#contactbut{
	width:100px;
	background:url(img/icon_email.gif) 0px 3px no-repeat;
	height:17px;
	padding-left:20px;
	float: right;
}

#middlebody{
	height:380px;
	padding:1px;
	padding-top:9px;
	text-align:left;
}

#middlebody2{
	padding:6px 6px 1px 1px;;
	text-align:left;
	z-index: 1000;
	position: absolute;
}

#middlebody3{
	height:auto;
	padding:1px;
	padding-top:6px;
	text-align:left;
	z-index: 1000;
	position: absolute;
}

#middlefooter{
	height:auto;
	min-height:150px;
	padding:1px;
}
#middlefootercopy{
	height:auto;
	padding:20px 1px 1px 1px;
	text-align: center;
	color:#666;
	border-top:1px #F00 solid;
	z-index: 1000;
}

#middlefootercopy a{
	color:#666
}

#middlefootertxt1,#middlefootertxt2,#middlefootertxt3{
	width:720px;
	float:left;
	padding-top:10px;
	padding: 3px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

@charset "UTF-8";
/* CSS Document */
/* *** live version *** */

p {
	margin-top:0px;
	margin-bottom:6px;
	text-align: justify;
}


.brBorder {
	border-bottom: 1px solid #AEB0B3;
	border-right: 1px solid #AEB0B3;
}
.rBorder {
	border-right: 1px solid #AEB0B3;
}
.bBorder {
	border-bottom: 1px solid #AEB0B3;
}
.nav {
	border-top: 3px solid #333333;
	border-bottom: 1px solid #434444;
	background-color: #2D2C2C;
	min-width: 70px;
}
.nav_contact a {
	text-decoration: none;
	text-transform: uppercase;
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; font-size: 10px;
	font-weight:normal;
	color: #8e9092;
}
.nav_contact a:hover {
	color: #CCCCCC;
}
/* MAIN NAVIGATION */
/* MAIN NAVIGATION */
/* MAIN NAVIGATION */
#navbar, #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none !important;
	text-align:left;
	z-index:30;
}
#navbar {
	top: 0px;
	width: auto !important;
	float: left;
	margin: 0 !important;
	height:22px;
	_height:23px;
	text-align: center;
}

#navbar a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; font-size: 10px;
	font-weight:normal;
	color: #8e9092;
	/*height:20px;  THIS BREAKS IE*/
}
#navbar li { /* all list items */
	float: right;/*width: 10em;  width needed or else Opera goes nuts */
}
#navbar li a { /* all list items */
	padding: 3px 20px 4px 5px;
	_padding: 5px 20px 7px 5px;
}
#navbar li li a, #navbar li li li a { /* 2nd & 3rd list items */
	padding: 4px 5px 3px 5px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
#navbar li ul { /* second-level lists */
	_border-top:#CCCCCC solid 1px;

	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 155px;
	_width: 150px;
	background-color: #2D2C2C;/*border:1px solid #2D2C2C;*/
	margin-top:0px;/*FF*/
	_margin-top:0px;/*IE*/
}
#navbar li ul a { /* second-level lists */
	width: 150px;
}
#navbar li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 140px; /* 3rd level position*/
}
#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	left: -999em;
	z-index:31;
}
#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-4px;
}
#navbar li li:hover ul, #navbar li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:161px;
	_margin-left:149px;
}
#navbar li li li:hover ul, #navbar li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:161px;
	_margin-left:149px;

}
#navbar li ul a:hover, #navbar li ul a:hover, #navbar li ul ul a:hover, #navbar li ul ul ul a:hover {
	left: -999em;
	z-index:31;
	background-color: #E20A16;
	color:#FFFFFF;
}
#navbar li ul a, #navbar li ul ul a, #navbar li ul ul ul a {
	background-color: #2D2C2C;
}
#navbarSelected, #navbarSelected a, #navbarSelected a:hover{
	color: white;
}
li .nav_line a {
	border:#CCCCCC solid 1px;
	padding:0;
	margin:0;
	height:1px; 
}
li .nav_line {
	padding:0;
	margin:0;
	height:1px; 
	_margin-bottom:-19px;
	_display:none;
}
/*
FIREFOX
li .nav_line a {
	border:#CCCCCC solid 1px;
	padding:0;
	margin:0;
	height:1px; 
}
li .nav_line {
	padding:0;
	margin:0;
	height:1px; 
}

 MAIN NAVIGATION END */
/* MAIN NAVIGATION END */
/* MAIN NAVIGATION END */
/* MAIN NAVIGATION END */

#nav1selected {
	color: white;
}
#nav1selected a, #nav1selected a:hover {
	color: white;
}
.contact {
	margin-left: 580px;
	color: #8e9092;
	text-decoration: none;
}
.cEye {
	text-transform: uppercase;
	/*	background: #000000;
*/	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
	font-size: 12px;
	min-width: 100px;
}
#cEyeScroller {
	display: block;
}
.gmBlurb {
	text-transform: uppercase;
	color: white;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
}
.theRest {
	text-transform: capitalize;
	color: white;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
}
.theEnd {
	text-transform: capitalize;
	font-size: 10px;
	color: white;
	height: 30%;
	/*	border-bottom: 1px solid #373737;
*/	border-right: 1px solid #373737;
}
.theEnd2 {
	text-transform: capitalize;
	font-size: 10px;
	color: white;
	height: 30%;
}
.quote {
	color: #8e9092;
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px;
}
#gmImg {
	float: right;
	border: 1px solid #373737;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
.title {
	text-transform: capitalize;
	border-top: 3px solid #8e9092;
	border-left: 3px solid #8e9092;
	background-color: #262525;
	color: white;
	font-size: 12px;
	line-height: 150%;
	/*	margin-top: 5px;
	margin-bottom: 5px;*/
	margin: 0;
}
#img3Title {
	text-transform: capitalize;
	border-top: 3px solid #8e9092;
	border-left: 3px solid #8e9092;
	background-color: #262525;
	color: white;
	font-size: 12px;
	line-height: 150%;
	margin: 5px 15px 5px 10px;
	text-align: left;
}

h4 {
	color: #CC0000;
}
.bodyText {
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	/*	width: 450px;
*/	
	width: 490px;
	min-height: 300px;
	float: left;
	margin-right: 20px;
}
.bodyText p {
	margin: 5px;
}
.specialText {	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px;
	min-height: 300px;
}
.specialText p {
	margin: 5px;
}
.subForm {	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.subForm input {
	width: 100%;
}
#subFormButt {
	color: #cc0000;
	border: 0;
	background-color: black;
	width: 100px;
	text-align: right;
}
.floatRite {
	float: right;
	border: 1px solid #373737;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul a:hover {
	color:#CCCCCC;
}
#levelHeader {
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*	margin-left: -25px;
	text-indent: -35px;*/	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	color: #CC0000;
}
.level1 {
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.level1high {
	margin: 0;
	padding: 0;
	margin:0;
}
.level2, .level2high {
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
.level3, .level3high {
	margin: 0;
	padding: 0;
	text-indent: 20px;
}
.level1 a, .level1 a:hover, .level2 a, .level2 a:hover, .level3 a, .level3 a:hover {
	margin: 0;
	padding: 0;	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	color: #8e9092;
}
.level1high a, .level1high a:hover, .level2high a, .level2high a:hover, .level3high a, .level3high a:hover {
	margin: 0;
	padding: 0;	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	color: white;
}
.name {
	border-top: 2px solid #2D2C2C;
	border-left: 2px solid #2D2C2C;
	color: white;
	text-transform: capitalize;
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 11px;
	font-weight:normal;
	line-height: 16px;
	/* margin-top: 5px;
	margin-bottom: 5px;
	margin: 5px auto;*/
}
.nameText{
	background-color: #262525;
}

.artHomeTeaser{
	font-family: Geneva, Verdana, Arial, Helvetica, Tahoma ; 
	font-size: 11px;
	font-weight:normal;
	line-height: 14px;
	color:#999999;
}
h2{ /*teaser title*/
	color: white;
	text-transform: capitalize;
	font-family: Geneva, Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight:normal;

	margin-bottom:5px;
}

h1{
	color: white;
	font-weight:normal;
	text-transform: capitalize;
	font-family:  Geneva, Verdana, Arial, Helvetica, Tahoma ; 
	font-size: 14px;
	padding: 0px 0px 8px 0px;
	margin:0px;

}
.teaserBoxImg{
background-color:#212121;
padding:8px 8px 0px 8px;
}
.teaserBox{
background-color:#212121;
padding:3px 8px 0px 8px;
}
.artBody{
	font-family: Geneva, Verdana, Arial, Helvetica, Tahoma ; 
	font-size: 11px;
	font-weight:normal;
	line-height: 14px;
	background-color: #212121;
	padding: 10px;
	color:#CCCCCC;
}
.artBody a, .artHomeTeaser a{
	color:#808080;
}
.artBody a:hover, .artHomeTeaser a:hover{
color:#FF0000;
}
.artMore{
	background-color: #2D2C2C;
	padding: 5px 7px;
}

.people {
	text-align: left;
	width: 240px;
	margin: 0px;
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 10px;
	line-height: 12px;
	font-weight:lighter;
	float: left;
	height: 220px;
	overflow:hidden;
}
.peopleImg {
	width: 200px;
	border: 0;
	margin: 2px;
}
.readMore {	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
font-size: 9px;
	line-height: 11px;
	color: #CC0000;
	text-decoration: none;
}
.readMore a, .readMore a:hover {	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
font-size: 9px;
	line-height: 11px;
	text-decoration: none;
	color: #CC0000;
}
.wrapper {
	width: 740px;
	margin: 15px;
}
#img3Across {
	padding: 0;
	text-align:center;/*	margin: 10px auto;*/
}
.imageContent {
	float: left;
	width: 230px;
}
.imageContent img {
	border: 0;
}
#menu {
	margin: 15px;
	padding: 0;
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 10px;
	text-align:left;
	text-transform: uppercase;
	width:108px;
	float:right;
}
#clocks {
	text-transform: uppercase;
	margin: 15px;
	font-size:9px;
	color:#CCCCCC;
}
#twitter {
	margin: 130px 0px 0px 15px;
}
.time {
	color: #8e9092;
	font-size:9px;
}
#exciteSide {
	border: 0;
	width: 100px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#formErrors {
	font-color: #cc0000;
}
#textRite {
	text-align: right;
	float: right;
}
#textLeft {
	text-align: left;
	float: left;
}
#spacer {
	margin: 0;
	padding: 0;
	clear: both;
}
#formTitle {
	text-transform: uppercase;
	border-top: 3px solid #8e9092;
	border-left: 3px solid #8e9092;
	background-color: #262525;
	color: white;	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; 
	font-size: 12px;
	line-height: 150%;
	margin: 5px 15px 5px 10px;
	text-align: left;
}

.legal {
	font-family:  Geneva, Verdana, Helvetica, Arial, Tahoma ; color: #2D2C2C;
	text-transform:uppercase;
	font-size: 9px;
	padding: 15px;
}
.legal a {
	color: #2D2C2C;
	font-size: 9px;
	text-decoration: none;
}
.legal a:hover {
	color: #8e9092;
	font-size: 9px;
	text-decoration: none;
}

.photoholder {
	width:auto;
	height:auto;
	border:1px solid #666;
	background:url(img/loading.gif) 50% 50% no-repeat;
}
/*

*/
#thephoto {
	width:auto;
	height:auto;
	
}

