/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Geneva, sans-serif;
	text-align: center;
	font-size:12px;
	color: #000;
}

* html body{font-size:12px;f\ont-size:12px}
		
#container {
	margin-left:auto;
	margin-right:auto;
	width: 876px; 
	min-height:100%;
	text-align: left;
    position:relative;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:878px;w\idth:876px;}
/* end hack */ 

#mainheader {
	position:absolute;
	left:0;top:0;
	height: 300px;
	width:100%;
	z-index:1;
}

* html #mainheader {height:301px;he\ight:300px}

#header {
	height: 100px;
	width:844px;
	margin:0px auto 5px;
	top:1px;
	text-align:left;
	position:relative;
	z-index:2;
	overflow:hidden;
}

* html #header {height:100px;he\ight:102px}

#mainnav {
	visibility:hidden;
}

* html #mainnav{height:22px;he\ight:20px}

#imageheader{
	width:844px;
	height: 151px;
	margin:0px auto 10px;
	position:relative;
	z-index:2;
}

* html #imageheader{height:151px;he\ight:151px}

#imageheader img{
	border:4px solid #e6e6e6;
}

#sidebar {
	float: right;
	width: 151px;
	padding:5px 0 ;
	text-align:left;
	margin-right:19px
}

* html #sidebar {margin-right:9px;}

#sidebar div.box{
	border:2px solid #e6e6e6;
	padding:0 5px;
	margin-bottom:25px;
}

#content {
	width: 683px;
	padding:5px 0 ;
	margin-left:16px;
	text-align:left;
	line-height:18px;
}

* html #content{width:674px;w\idth:674px}

#content p, #sidebar p, #mainnav p, #header p, #footer p  {margin:0 5px 5px 0px}	
	
#footer	{
	visibility:hidden;
}


#clearfooter {height:42px;width:100%;clear:both}



/* *** text *** */
div,p  {margin-top:0} /*clear top margin for mozilla*/

#content h1{
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content h1.title{
	
}

#header h1{
	font-size:16px;
	color:#666;
	text-align:right;
	margin:0px 0px 5px 0px;
	position:absolute;
	bottom:0;
	right:0;
}

#sidebar div.box h1{
	font-weight:bold;
	font-size:14px;
	margin:8px 0px 10px 0px;
	padding:0px;
	border-bottom:1px solid #000;
}

#content h2{
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 5px 0px;
}

#content h3{
	font-weight:bold;
	font-size:12px;
}

#content .small {
	font-size:10px;
}


/* image changer */
div.image_changer_container{
	float:left;
	width:300px;
	height:204px;
	margin-top:20px;
}

div.image_container{
	float:left;
	margin-top:20px;
}

div.image_changer_container a:active, div.image_changer_container a:link, div.image_changer_container a:visited{
	display:block;
	height:204px;
}

div.image_changer_container a img{
	visibility:hidden;
}

div.image_changer_container a:hover img{
	visibility:visible;
}

div.ref_text{
	float:left;
	margin-top:20px;
	margin-left:25px;
}


/* *** forms *** */
form{
	margin:0px;
	padding:0px;
}

input, textarea, select{
	font:normal 11px Verdana,Arial,sans-serif;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

input, textarea{
    text-indent:2px;
}

.ContactForm{
	width:200px;
}

table.ContactFormTable tr td{
	vertical-align:top;
	padding:0px;
}

div.ContactForm{
	width:100%;
	padding-bottom:25px;
	padding-top:25px;
	margin-bottom:25px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}


/* *** misc *** */
table tr td {
	vertical-align: top;
}

table tr th{
	text-align:left;
}

.NoBorder{
    border:none;
}

.WithBorder{
    border:1px solid #000;
}

.clear{
	clear:both;
}
