body,td,th,a {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 1.8em;
}
body {
	background: #000;
	margin: 0px;
	color: #FFF;
}

a, a:link, a:visited, a:active, a:hover { color: #333; }

a, a:link, a:visited, a:active { text-decoration: none; }

a:hover {
	text-decoration: underline;
	background: #EEE;
}

a.rwTitle, a.rwTitle:link, a.rwTitle:active, a.rwTitle:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FF4EA1;
}

a.rwTitle:hover {
	font-size: 12px;
	text-decoration: underline;
	background: #EEE;
}

.m { margin: 0px; }

.m20 { margin: 20px; }

.b { border: none; }

.o { overflow: hidden; }

.p { padding: 0px; }

.pink { color: #FF4EA1; }

.green { color: #6C9; }

.silver { color: #777; }

.white { color: #FFF; }

.darkgray { color: #333; }

#toplevel, #midcon, #midconL1, #header {
	top: 0px;
	left: 50%;
}

#toplevel {
	bottom: 100%;
	right: 100%;
	width: 1200px;
	height: 2000px;
	background: transparent url('TLBG.jpg') 50% 0px no-repeat;
}

#midcon, #midconL1 {
	width: 1200px;
	height: 2000px;
}

#midcon {
	background: transparent url('MidConBG.jpg') 50% 0px repeat-y;
}

#midconL1 {
	background: transparent url('L1BG.jpg') 50% 0px repeat-y;
}

#header, #welcome, #RWHolder, #RWTitle, #RMTitle, #RMContent, #WWTitleHolder, #WWHolder, .WWTitle1, .WWTitle2, .RWRow, .RWC1, .RWC2, .peers, #copyright {
	background: transparent;
}

#header {
	width: 1200px;
	height: 300px;
}

#dummyContainer {
	width: 760px;
	height: 1240px;
	margin: 20px 220px 40px 220px;
	background: transparent;
}

#contentBox1 {
	width: 1200px;
	height: 360px;
	margin: 0px 0px 20px 0px;
	background: transparent;
}

#cbLeft {
	width: 550px;
	height: 360px;
	top: 0px;
	left: 220px;
	position: relative;
	float: left;
	background: transparent;
}

#cbRight {
	width: 280px;
	height: 360px;
	top: 0px;
	left: 220px;
	position: relative;
	float: left;
	background: transparent url('contentBoxBG.jpg') 0px 0px no-repeat;}

#cbRightContent {
	width: 220px;
	height: 320px;
	margin: 20px;
	background: transparent;
}

#para2 {
	width: 760px;
	height: 200px;
	margin: 20px 220px;
	background: transparent;
}

#favs {
	width: 760px;
	height: 360px;
	margin: 20px 220px;
	background: transparent;
}

#favsLeft {
	width: 520px;
	height: 360px;
	background: transparent;
	display: block;
	float: left;
	top: 0px;
	left: 0px;
}

#favsRight {
	width: 240px;
	height: 360px;
	background: transparent;
	display: block;
	float: left;
	top: 0px;
	left: 660px;
}

#RMHolder {
	width: 880px;
	height: 240px;
	margin: 10px 160px 20px 160px;
	background: transparent url('ServicesBG.jpg') 50% 0px no-repeat;
}

#RMContent {
	top: 20px;
	left: 60px;
	position: relative;
	float: left;
	width: 760px;
	height: 200px;
	background: transparent;
}

.RMCol {
	margin: 10px 20px 0px 0px;
	width: 220px;
	height: 150px;
	background: transparent;
	display: inline;
	float: left;
	position: relative;
}

.TitleHolder {
	width: 760px;
	height: 40px;
	margin: 20px 220px 20px 220px;
}

.TitleHolder2 {
	width: 760px;
	height: 40px;
	margin: 0px;
}

.infoHolder {
	width: 760px;
	height: 40px;
	margin: 5px 0px;
	text-align: left;
	background: transparent;
	border-bottom: 1px dotted #EEE;
}

.name {
	font-size: 14px;
	text-align: left;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 1px dotted #FF4EA1;
}

.RWTitleText {
	font: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

.peers {
	left: 50%;
	width: 760px;
	height: 80px;
	margin: 20px 220px;
}

#copyright {
	left: 50%;
	width: 760px;
	height: 40px;
	margin: 20px 220px;
}

.title1, .title2, .desc1, .desc2 {
	font: Arial, Helvetica, Verdana;
	font-weight: normal;
	text-align: left;
}

.title2 {
	text-indent: 2px;
}

.title1 {
	font-size: 20px;
}

.title2, .desc1, .desc2 {
	font-size: 11px;
}

.desc1 {
	text-indent: 40px;
}

.textinput, .textarea {
	font-family: Arial, Helvetica, Verdana;
	border-top: 1px dotted #FF4EA1;
	border-bottom: 1px dotted #FF4EA1;
	border-left: none;
	border-right: none;
	margin: 10px 0px;
	padding: 10px 0px;
	color: #333;
	background: transparent;
}

.textinput:hover, .textarea:hover {
	background: #EEE;
}

.textinput {
	font-size: 20px;
}

.textarea {
	font-size: 16px;
	font-weight: bold;
}

.codebutton {
	background: #FFF;
	width: 160px;
	height: 40px;
	border: 2px solid #CCC;
}

.codebutton:hover {
	background: #EEE;
}

.crt {
	text-align: center;
	font: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.bi {
	margin: 0px 10px;
	float: left;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.photoThumb {
	display: inline;
	margin: 4px 8px 4px 0px;
	border: 2px solid #FF4EA1;
	float: left;
}

.photoThumb:hover {
	border: 2px solid #333;
}

.bookInfo {
	color: #777;
	text-align: left;
	display: block;
	float: left;
	margin: 34px 0px 0px 0px;
}

.bookHolder {
	width: 240px;
	height: 72px;
	background: transparent;
}

/* LB CSS */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #EEE;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: Arial, Helvetica, Verdana;
	background-color: #EEE;
	margin: 0 auto;
	line-height: 1.8em;
	color: #FF4EA1;
	font-size: 12px;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #imageDetails a, #imageData #imageDetails a:link, #imageData #imageDetails a:visited, #imageData #imageDetails a:active { color: #333; text-decoration: none; background: transparent; }
#imageData #imageDetails a:hover { text-decoration: underline; background: #EEE;}
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
