﻿/***** DEFAULT *****/

body
{
	margin:0px;
	text-align:center;
}

div
{
	text-align:left;
}

div.page_container
{
	margin:auto;
	width:1000px;	
}

div.page_header
{	
	width:1000px;
	height:274px;
}

div.page_body
{
	width:1000px;
	background-color:#ffffff;
}

form
{
	margin:0px;
}

/***** HEADER *****/

div.page_logo
{
	position:absolute;			
}

div.page_banner
{
	position:absolute;	
}
#arrows_box 
{
    position:relative;
    display:block;
}
img.arrows1 
{
    position: absolute;
    top: 200px;
    left: 980px;
}
img.arrows2 
{
    position: absolute;
    top: 200px;
    left: 0px;
}
div.site_search
{
	position:absolute;
	width:352px;
	height:35px;	
	margin-top:239px;
	margin-left:648px;
	background-image:url(../../img/General/site_search_bg.png);
	background-repeat:no-repeat;	
	padding-top:5px;	
}

div.site_menu
{
	height: 30px;
	width: 1000px;	
	background-color:#e0dad0;	
}

div.menu_item
{
	float:left;
	height: 30px;
	padding-left:7px;
	padding-right:7px;	
	cursor:pointer;
	cursor:hand;
}

div.menu_item2
{
	float:right;
	height: 30px;
	padding-left:7px;
	padding-right:7px;	
	cursor:pointer;
	cursor:hand;
}

div.menu_item:hover
{
	background-color:#94ab24;
}

div.menu_text
{
	margin-top:7px;
	font:12px verdana;
	color:#6a6154;	
}

div.sub_menu
{
	position:absolute;
	margin-top:30px;
	margin-left:-7px;
	background-color:#e9e8e2;
	border:solid 1px #c2b9bd;
	border-top:none 0px;
	height:140px;
	display:none;
	cursor:default;
}

div.sub_menu_container
{
	padding:8px;	
}

div.sub_menu_polaroid
{
	float:left;
	margin-left:4px;
	height:125px;
	width:106px;	
	background-color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

div.sub_menu_caption
{
	color:#94ab24;
	font: 11px verdana;
	text-align:center;
	margin-top:2px;
}

td.sub_menu_title
{
	color:#94ab24;
	font: 12px verdana;
	font-weight:bold;
	margin-top:2px;
	height:24px;
	text-align:center;
}

td.sub_menu_link
{
	height:15px;
	width:115px;	
}

img.sub_menu
{
	margin-top:3px;
	margin-left:3px;
	width:100px;
	height:100px;
	border:none 0px;
}

div.sub_menu_text
{
	float:left;
	margin-top:8px;
	margin-left:6px;
	height:112px;	
}

a.sub_menu
{
	font:11px verdana;
	color:#6a6154;
	text-decoration:none;
}

a.sub_menu:hover
{
	color:#94ab24;
	text-decoration:underline;
}

/***** Grid Results *****/

td.resultsText 
{	
	font:11px Verdana, arial, sans-serif;
	font-weight: normal;
	color:#3B5564;
	padding-left : 3px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding-right :3px;
	line-height : 13px;
	letter-spacing : normal;
}

a.leftlinksblue 
{	
	font:10px Verdana, arial, sans-serif;
	font-weight: BOLD;
	color:#3B5564;
	letter-spacing : normal;
}

td.resultsTextHeader 
{
	font:11px Verdana, arial, sans-serif;
	font-weight: Bold;
	color:#3B5564;
	text-align:left;
	padding-left : 3px;
	padding-top : 8px;
	padding-bottom : 5px;
	padding-right :0px;
	line-height : 13px;
	letter-spacing : normal;
}

th.resultsTextHeader 
{
	font:11px Verdana, arial, sans-serif;
	font-weight: Bold;
	color:#3B5564;
	text-align:left;
	padding-left : 3px;
	padding-top : 8px;
	padding-bottom : 5px;
	padding-right :0px;
	line-height : 13px;
	letter-spacing : normal;
}


/***** FOOTER *****/

div.page_footer1
{
	margin:auto;
	width:1000px;
	height:30px;
	background-color:#92897b;
	font:11px verdana;
	color:#ffffff;
	text-align:center;	
}

div.page_footer2
{
	margin:auto;
	width:1000px;
	height:30px;
	background-color:#f1efeb;
	font:10px verdana;
	color:#8c877f;
	text-align:left;
}

div.footer_item
{
	padding-top:7px;
	text-align:center;
}

div.footer_left
{
	padding-top:7px;
	text-align:left;
}


/***** BODY *****/

.body_left
{
	float:left;
	width:230px;
	vertical-align:top;
}

.body_right
{
	float:left;
	width:140px;
	vertical-align:top;
	text-align:right;
}

.body_center
{
	float:left;
	width:610px;
	vertical-align:top;
	margin-right:5px;
}


div.space_vh10
{
	margin-top:10px;	
	margin-left:10px;	
}

div.space_v10
{
	margin-top:10px;	
}

div.space_v15
{
	margin-top:15px;	
}

div.space_h10
{
	margin-left:10px;	
}


