html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	overflow: hidden;			
}
div#imagecont {
	width: 1330px;
	height: 100%;
	min-height: 100%;
	background: #fff;
	margin-left: 350px;
	position: relative;
	overflow: hidden;
}
div#white_page_content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
	margin-left: 0px;
	position: relative;
	overflow: auto;
}
div#white_page_content_inner {
	width: 700px;
	margin: 30px 30px 30px 30px;
}
div#leftpanel {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 350px;
}
div#leftpanelinner {
	margin: 30px;
}
div#bottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 350px;
	height: 60px;
	min-height: 50px;
	background-color: #fff;
}
div#bottomleftinner {
	margin: 0 30px;
	padding-top: 5px;
	border-top: 1px solid #eee;
	background-color: #fff;
	color: #666;
	text-align: right;
	font-size: 10px;
	overflow: visible;
}
div#bottomleft2 {
	position: absolute;
	bottom: 2px;
	left: 30px;
	width: 290px;
	color: #666;
	text-align: right;
	font-size: 9px;
	overflow: visible;
}
div#bottomleft2.white_page {
	position: absolute;
	bottom: 0px;
	padding-bottom: 2px;
	padding-top: 15px;
	width: 730px;
	left: 30px;
	color: #666;
	background-color: #fff;
	height: 20px;
	text-align: left;
	font-size: 9px;
	overflow: visible;
}
div#bottomleft2 a {
	color: #666;
	text-decoration: none;
}
div#bottomleft2 a:hover {
	color: #ca1f7b;
}
div.clearfix {
	clear: both;
}
/* -------- Nav ------------- */
div#menu_holder {
	margin: 5px 0;
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 5px;
	float: left;
	line-height: 28px;
	font-size: 19px;
}
ul#menu li.menu_li {
	
}
ul#menu li.menu_spacer {
	color: #000;	
}
ul#menu li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 2px;
	border: 1px solid white;
	letter-spacing: 1px;
}
ul#menu li a.current {
	color: #ca1f7b;	
}
ul#menu li a:hover {
	color: #ca1f7b;	
	border: 1px solid #fff;
}

/* ----- Left Panel Styles ----- */
div#logo_holder {
	
}
div#copy {
	clear: both;
	margin-top: 10px;
	border-top: #fff 1px solid;
	overflow: hidden;
}

/* ------- Home Page Styles ----- */

div#homepagecontainer {
	position: relative;	
}
div#homepageimage {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
	margin:0;
	position: relative;
	overflow: hidden;
}
div#homepagelogo {
	position: absolute;
	top: 0px;
	left: 30px;
	background-color: #ffffff;
	filter:alpha(opacity=85);
	moz-opacity:.85;
	opacity:.85;
	padding: 35px 15px 8px 15px;
}
div#homepagelogo:hover {
	background-color: #ffffff;
	filter:alpha(opacity=100);
	moz-opacity:1;
	opacity:1;
}
div#homeenter {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 213px;
	text-align: center;
}
div#homeenter a {
	color: #000000;
	background-color: #ffffff;
	filter:alpha(opacity=85);
	moz-opacity:.85;
	opacity:.85;
	font-size: 18px;
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
div#homeenter a:hover {
	filter:alpha(opacity=100);
	moz-opacity:1;
	opacity:1;
	text-decoration: none;
}

/* ---- General Text Styles ---- */
div#copy {
	font-family: verdana, helvetica, "century gothic", arial, sans-serif;
}
div#copy h1 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0;
}
div#copy h2 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0;
}
div#copy h3 {
	color: #ca1f7b;
	font-size: 12px;
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0;
}
div#copy p, div#copy ul, div#copy ol {
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0;
}
div#copy li {
	list-style-position: outside;
	margin-left: 22px;
}
div#copy a, div#thumb_controls a {
	color: #666;
	text-decoration: none;
	border: 1px solid #ffffff;
}
div#copy a:hover, div#thumb_controls a:hover {
	color: #ca1f7b;
	border: 1px solid #ffffff;
}

/* -------- Slide Show Stuff (more in the slideshow.css too) ----- */
div#thumb_slider {
	position: absolute;
	top: 140px;
	left: -350px;
	background: white;
	height: 100%;
}
div#thumbnails {
	padding: 20px;
	width: 330px;
	background-color: white;
}
div#captions {
	display: none;
}
div#thumb_controls {
	background-color: white;
	position: absolute;
	top: -20px;
	left: 30px;
	color: #999;
}
div#thumb_controls a {
	color: #666;
}
*/