﻿/*********************************************************************
 * the body
 */
body 
{
	background-color: #445660;
	margin: 0px;
	font-family: arial; 
	font-size: small;
	color: #424c55;
}

/*********************************************************************
 * the main container
 */
div.main_container
{
	width: 840px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: White;				
}
a
{
	color:#669934;
}

.basic
{
    float:left !important;
    margin-right: 12px !important;
}


/*********************************************************************
 * the menu
 */
div.menu_image
{
	float:right;
	display:inline;
}
div.menu
{
	float:right;
	padding-right: 28px;
	background-color: #445660;
}

/*********************************************************************
 * the customer login and signup links
 */
div.customer_login
{
	text-align: right;
	vertical-align: middle;
	clear:right;
}
a.customer_login
{
    clear:right;
	color:Gray;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: inherit;
	padding-top: 35px;
}
div.login_spacer
{
    display:inline;
}

/*********************************************************************
 * the content
 */
div.content_container
{
	clear: both;
	/*min-height: 600px;*/
}
div.content
{
	float: right; 
	width: 540px; 
	height: 100%; 
	padding-right: 0px;
	/*padding-left: 30px;*/
	padding-top: 30px;
}
div.home_content
{
	background: white url(/images/bg_homepage.jpg) no-repeat 0px -200px;
	clear: both;
	min-height: 550px;
}

div.search_content
{
	background: white url(/images/rocks_half.jpg) no-repeat 0px -200px;
	clear: both;
	min-height: 250px;
}

div.privacy_content
{
	padding-left: 10px;
	padding-right: 33px;
	margin-top: -30px;
}

/* this is for the content on the home.aspx page */
#homepagecontent1
{
	width: 43%;
	float: left;
}
#homepagecontent1 p
{
	margin: 5px 0px;
}
#homepagecontent2
{
	width: 43%;
	float: left;
	padding-left: 50px;
}
#homepagecontent2 p
{
	margin: 5px 0px;
}


/*********************************************************************
 * the bar
 */
div.bar
{
	clear: both;
	text-align: center;
	padding: 40px;
	background-color:White;
	
}

/*********************************************************************
 * the footer
 */
div.footer
{
	clear:both;
	color: #a4b1ba;
	font-family: arial;
	font-size:smaller;
	text-align: center;
	background-color: #445660;
	padding-top: 5px;
}
a.footer
{
	font-weight: bold;
	color: White;
}

/*********************************************************************
 * the main page (tableless)
 */
#home_content_container { 
	width: 524px;
	padding:0px; 
	margin:0px; 

}
.row 
{
	float:left;
}
.row div {
	width: 242px; 
	float:left; 
}
.row2
{
       float:left;
}
.row2 div
{
       width: 515px;
       float: left;
}
.leftcol {
	padding: 0px 11px 10px 1px;
}
.rightcol {
	padding: 0px 1px 10px 19px;
}
#links div 
{
	text-align: right;

}
h1{
    FONT-SIZE: x-large;
    COLOR: #669934;
    FONT-FAMILY: tahoma;
    font-weight:normal;

}
div.language_bar
{
	height:25px;
	width: auto;
	text-align:right;
	color:White;
	background-color:rgb(154, 205, 52);
	font-family: arial;
}

div.language_bar a.languages
{
	color:White;
	text-decoration:none;
}

div.language_bar div.links_style
{
	padding-top:3px;
}