/* Start of CMSMS style sheet 'gerina_white_new' */
*  {
	margin: 0;
	padding: 0;
}

html  {
  height: 100%;
}

body  {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	color: #000000;
  height: 100%;
}

a  {
	color: #000000;
}

#page {
	background: transparent url(./IMG_1087_2.jpg) no-repeat top center;
	padding: 45px 0;
	height: 100%;
}

#page_container  {
	width: 960px;
	margin: 0 auto 25px;
}

#nav_container  {
	width: 178px;
	height: 530px;
	float:left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #000000 url(./uploads/images/menu_back.png) repeat-x top left;
  color: #FFFFFF;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
}

h1  {
	width: 140px;
	height: 40px;
	margin: 35px 0 15px 25px;
}

h1 a  {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	background: url(./uploads/images/logo.png) no-repeat top left;
}

ul#navigation  {
	width: 178px;
	height: 420px;
	margin: 25px 0 0;
	list-style: none;
}

#navigation li  {
	/*float: left;
	width: 115px;*/
	padding: 8px 15px 8px 15px;
}

#navigation li a  {
  color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover,  {  
  text-decoration: underline;
}

#navigation li a.menuactive  {
  color: #D3961A;
}

#navigation li a.active  {
  color: #D3961A;
}

#navigation li ul  {
	width: 178px;
	list-style: none;
	display: block;
	line-height: 1.8em;
	margin-top: 8px;
        margin-bottom: -8px;
	background: url(./uploads/images/menu_indent.gif) repeat-y 18px bottom;
}

#navigation li ul li  {
	padding: 4px 10px 4px 35px;
}

#navigation li ul li a  {
}

#navigation li ul li a.menuactive  {
  color: #D3961A;
}

#navigation li ul li a.active  {
  color: #D3961A;
}

#pageBody_container  {
	width: 512;
	margin: 0 10px;
	float: left;
}

#content_container  {
	width: 482px;
	min-height: 500px;
  height: auto !important; *//* hack so IE works with min-height */
  height: 499px;
        position: relative;
	padding: 0 15px 0;
	margin: 0;
  color:#000000;
	/*background: url(./uploads/images/white_trans_back_03.png) repeat top left;*/
	background-color: #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
  font-size:110%;
overflow: hidden;
}

#content_container h2  {
  font-size: 140%;
	margin: 0 -15px 25px;
  padding: 30px 15px 16px 15px;
	background: #000000 url(./uploads/images/header_back.png) repeat-y top left;
	color:#ffb51f;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

#content_container h3  {
	border-bottom:1px solid #CCCCCC;
	color:#ffb51f;
	font-family:"Times New Roman",Times,Georgia,serif;
	font-size:120%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:10px;
	padding-bottom:5px;
}

#content_container p  {
	margin-bottom: 15px;
  line-height:1.5em;
}

#content_container ul  {
	margin: 5px 15px 10px;
}
#content_container ul li  {
	margin: 2px 0;
  line-height: 1.2em;
}

#footer_container  {
	width: 492px;
	height: 20px;
	padding: 5px 10px;
	margin: 0;
  color: #000000;
	/*background: url(./uploads/images/white_trans_back_03.png) repeat top left;*/
	background-color: #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

#footer_container ul#navigation  {
	width: 100%;
	height: 15px;
	margin: 0;
	list-style: none;
  border-bottom: 0;
  text-align: center;
	border-top: 1px solid #888888;
	padding-top: 5px;
}

#footer_container ul#navigation li  {
	border-left: 1px solid #888888;
  margin-left: -1px;
  padding: 0 15px;
	display: inline;
}

#footer_container ul#navigation li:firstchild  {
  border: 0;
}

#footer_container ul#navigation li a  {
  color: #888888;
	font-size: 100%;
}

#image_container  {
	float: left;
	width: 250px;
	height: 530px;
}
/* has to be here because contactform css is printed after the form errors */
	div.error_message  {
                color: #FF0000;
        }
/* End of 'gerina_white_new' */

