@charset "utf-8";

* {
	font-family: Tahoma, 'Lucida Grande', Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	text-align: center;
	overflow: auto;
}


#wrap {
	width: 766px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	background: #000000;
}

#headerArea {
	height: 55px;
	padding: 45px 45px 0px 45px;
}

#headerArea h1 {
	color: #FFFFFF;
}

#headerLinks {
	width: 145px;
	float: right;
	color: #555;
	font-size: 10px;
} 

#headerLinks a {
	background: url("../images/headerArrow.gif") no-repeat top;
	padding: 5px;
	color: #B8B8B8;
	text-decoration: none;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#mainMenu {
	background: #262626 url("../images/mainMenuBg.gif") repeat-x scroll left bottom;
	width: 721;	/* Width = 766 - 45 */
	height: 32px;
	padding-left: 35px;
}

#mainMenu ul {
	margin: 0px;
	padding-top: 9px;
	list-style: none;
}

#mainMenu li {
	float: left;
	margin: 0 35px 0 0;
}

#mainMenu ul a {
	padding-left: 10px;
	background-image: url("../images/mainMenuBullet.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #C4C4C4;
	font-size: 10px;
	text-decoration: none;
}

#mainMenu ul a:hover {
	text-decoration: underline;
}

#mainMenu ul a.selected {
	padding-left: 10px;
	background-image: url("../images/mainMenuBulletOn.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #b9461f;
	font-size: 10px;
	text-decoration: none;
}

#mainMenu span.right {
	width: 145px;
	color:#b9461f;
	float: right;
	padding-top: 9px;
	padding-right: 45px;
	font-weight: bold;
}

#bodyArea {
	height: 519px;
	background: #191919;
	color: #838383;
}

#slideshowArea {
	height: 560px;
	background: #191919;
	color: #838383;
}


#bodyArea span.portrait {
	float: left;
}


#bodyArea span.rightColumn {
	/*width: 205px;*/
	width: 410px;
}

div.welcomeBox {
	float: left;
	position: relative;
	width: 200px;	/* 410px */
	height: 84px;	/* 149 */
	background-image: url("../images/welcomeBox.jpg");
	padding: 65px 180px 0px 30px;	
	color: #FFFFFF;	
}

div.column50 {
	float: left;
	position: relative;
	width: 160px;
	padding: 30px 0px 15px 30px;
}


div.rowSeparator {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 370px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: #444444 1px solid;
}

/*div.rowSeparator hr {
	color: #444444;
	size: 1px;
	padding: 0;
}*/


div.column50 li {
	margin-left: 15px;
	color: #b9461f;
	list-style-type: square;
/*	line-height: 140%;*/
	margin-bottom: .5em;
}

span.green {
	color: #b9461f;
}

.greenLink {
	color: #b9461f;
}


#bodyArea img.title {
	height: 20px;
	padding-bottom: 20px;
}


#footerArea {
	clear: both;
	border-top: 18px solid #262626;
	padding: 35px;
	color: #4E4E4E;
}

#footerArea span.terms {
	clear:both;
	color: #9F9F9F;
}

#footerLinks {
	width: 450px;
	float: right;
	color: #555;
	font-size: 10px;
	text-align: center;
} 

#footerLinks a {
	font-size: 10px;
	color: #B8B8B8;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.photoFrame {
	display: none;
	position: absolute;
	width: 640px;
	height: 480px;
	border: 10px solid #FFFFFF;
	background-color: #CCCCCC;
	top: 20px;
	left: 20px;
	z-index:1002;
	overflow: auto;
}
