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

body {
	background-color:#FFFFFF;
	font: normal 12px helvetica, arial, sans-serif;
	color:#666666;
	font-size: 12px;
}

#bodywrapper {
	margin: 0px auto 0px auto;
	width: 900px;
}

/* Link Styles */

a.aboutlk:link {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a.aboutlk:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a.aboutlk:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.hdlnk:link {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a.hdlnk:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a.hdlnk:hover {
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
a.tvgry:link {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.tvgry:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.tvgry:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a.tvgryb:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.tvgryb:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.tvgryb:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

/* Navigation Styles */

.navwrapper {
	width: 900px;
	height: 25px;
}
.navwrapper ul {
	text-align: right;
	height: 25px;
	line-height: 25px;
}
.navwrapper li {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-left: 1px solid #999999;
	background: #FFFFFF;
}
.navwrapper ul li a:link {
	text-decoration: none;
	color: #999999;
}
.navwrapper ul li a:visited {
	text-decoration: none;
	color: #999999;
}
.navwrapper ul li a:hover {
	text-decoration: none;
	color: #333333;
}
.dropmenudiv {
	position:absolute;
	top: 0px;
	border-top: 1px dashed #333333;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 3px solid #333333;
	font: normal 12px helvetica, arial, sans-serif;
	line-height:20px;
	z-index:100;
	background-color: #FFFFFF;
	width: 150px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}
.dropmenudiv a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
* html .dropmenudiv a {
	width: 100%;
}

/* Master Photo Styles */

.txtdvm {
	z-index: 2000;
	position: relative;
	top: 250px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: right;
	margin-right: 20px;
}
.txtdv {
	z-index: 2000;
	position: relative;
	top: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: right;
	margin-right: 20px;
}
.cvrdv {
	position: relative;
	top: 200px;
	background-color: #000000;
	width: inherit;
	height: 50px;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	-khtml-opacity: .55;
	opacity:.55;
	z-index: 1000;
}

/* Spacer Styles */

#spcft {
	width: inherit;
	height: 15px;
}

/* Page Styles */

.ttlhd {
	width: inherit;
	line-height: 40px;
	font-size: 16px;
	color: 666666;
}

.ttlmd {
	width: inherit;
	padding-top: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px dashed #666666;
}

#contentwa {
	float: left;
	width: 580px;
	padding-left: 20px;
}
#contentwb {
	float: right;
	width: 300px;
}

/* Thumbnail Styles */

#tndiv {
	width: 75px;
	height: 75px;
	border: 1px solid #666666;
}

a.tnail img {
	background-color: #000000;
	filter: alpha(opacity=50);
	-khtml-opacity: .50;
	-moz-opacity: .50;
	opacity: .50;
}
a.tnail:hover img {
	background-color: #000000;
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* Footer Styles */

#mftdiv {
	clear: both;
	width: 900px;
}
.ftdvr {
	padding-top: 10px;
	border-bottom: 1px dashed #666666;
}
#ftleft {
	width: 670px;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
}
.ftcpy {
	font-size: 9px;
	color: #CCCCCC;
	line-height: 35px;
}
#ftright {
	width: 200px;
	float: right;
	background-image: url(/images/elements/rwpfoot.gif);
	background-repeat: no-repeat;
	height: 63px;
	padding-right: 10px;
}
