html 
{  
	min-height:100%; 
	margin-bottom:1px; 
}

body {
	background-color: #232323; 
	color: #333333;

}

h1
{ 
	font-family:Arial, Helvetica, sans-serif; font-size: 15px;
	font-size:16px;
	color: #cdcdcd; 
}

p 
{ 
	font-family:Arial, Helvetica, sans-serif; font-size: 15px;
}

p.main
{
	color: #cdcdcd; 
	line-height: 175%;
}

p.descript
{
	color: #cdcdcd; 
	line-height: 175%;
	font-size:13px;
}

p.footer
{
	color: #989898; 
	font-size:12px;
	line-height: 150%;
}

p.failure
{
	color: #c32525; 
}

img {border: none;} 

#wrapper {
	margin:0px auto;
	padding:0;
	width:900px;
	min-height:600px;
}

/*The two main background boxes*/

#top_box
{
	position:absolute;
	left:0px;
	top:0px;
	width: 100%; height: 225px;
	background-color: #fcec00;
	z-index:-1;
}


/*Inside the top box*/

#header
{
	padding-top:60px;
	width: 900px;
	height: 90px;
	float: left;

}

#logo
{
	width: 250px;
	float: left;
}

#menu
{
	padding-top:16px;
	width: 650px;	
	float: right;
}

#current_link
{
	width:42px; height: 3px;
	background-color:#232323;
	position: relative; top: 88px; left: 305px;

}


/*inside the bottom box*/

#line
{
	width: 900px;
	height: 10px;
	float: left;

}

#logo_header_line
{
	width:100%; height: 1px;
	background-color:#232323;
}

#main
{
	width: 900px;
	float: left;

}

#column1
{
	padding-top:105px;
	width: 200px;
	float: left;
}

#column2 
{
	padding-top: 105px;
	width: 595px;
	margin: 20px 0 20px 0;
	float: right;
}

#blog_column
{
	padding-top: 85px;
	width: 595px;
	margin: 20px 0 20px 0;
	float: right;
}

.full_width_div
{
	width: 100%;
}

#home_image1
{
	width: 260px;
	float: left;
	padding-bottom: 35px;
}

#home_image2
{
	width: 275px;
	float: left;
	padding-left:50px;
	padding-bottom: 35px;	
}

.image1
{
	width: 260px;
	float: left;
	padding-bottom: 35px;
}

.image2
{
	width: 275px;
	float: left;
	padding-left:50px;
	padding-bottom: 35px;	
}

.image2_border
{
	width: 275px;
	float: left;
	padding-left:50px;
	padding-bottom: 35px;	
	border-right-style:solid;
	border-top-style:solid;
	border-width:2px;
}

#map_box
{
	width: 100%;
	float: left;
}



.footer_line
{
	background-color:#989898;
	width:100%; height: 1px;
	float: left;
}

.horizontal_gap
{
	width:100%; height: 40px;
	float: left;
}

.horizontal_gap_small
{
	width:100%; height: 5px;
	float: left;
}

#footer_text
{
	width:100%; height: 1px;
	float: left;
	text-align: right;
}




ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li.menu
{
	float:left;
}

a:link.menu,a:visited.menu
{
	display:block;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#232323;
	text-align:center;
	text-decoration:none;
}

a:hover.menu,a:active.menu
{
	color:#989898;
}

a:link.main_text,a:visited.main_text
{
	color:#fcec00;
}

a:hover.main_text,a:active.main_text
{
	color:#FFFFFF;
}



