
/* CORE LAYOUT ELEMENTS */

html {
	margin: 0;
	padding: 0;		
}

body {

	background-color: #CDC6AE

}


/* STANDARD LM CSS ELEMENTS */

p.Error { color:#AA0000; border: 2px solid #AA0000; padding:10px; display:block; margin-top:5px }	

ul.HorizontalMenu {
	margin: 0;
	padding: 6px 0;
	text-align:left;
	width:100%
}

ul.HorizontalMenu li {
	list-style:none;
	display:inline;
	position :relative;
}

ul.HorizontalMenu a {
	padding:5px;
	text-decoration:underline;
	color:white;
	font-weight:bold;
	border-right: 2px solid white;
	background:#999900;
}


#layout_inner_page {

	width:958px;
	min-width:958px;
	max-width:958px;
	text-align:left;
	padding:0;
	margin-left:auto;
	
	margin-right:auto;
}

#layout_top_head {
	
	height: 231px;
	padding:0px;
	margin:0px; 
	line-height:32px;
	position:relative; 
	clear:both;
	width:100%
}

#layout_navbar_left {
float:left;
width:244px; 
z-index:15; 
clear:none; 
top:0; 
left:0;

}

#layout_navbar_left ul {

	margin-left:28px;
	padding-left:0;

}

#layout_navbar_left li {

	font-family:"Times New Roman", serif;
	list-style-type: none;
	padding:0;
	margin:0;
	border:0;
}	


#layout_navbar_left li.button {
	position:relative;	
	background-image:url(/layouts/main_site/images/left_nav_button.png);
	background-repeat:  no-repeat;
	width:162px;
	height:40px;
	color:#666;		
	text-align:center;	
	font-size: 11px;
}

#layout_navbar_left ul.level2 {
	padding:0;
	margin:10px 0;
	margin-left:20px;

}

#layout_navbar_left ul.level2 a {
	font-size:14px;
	color:#444;
}

#layout_navbar_left ul.level2 li{

	padding:0;
	margin:0;
	border:0;
	list-style: square;
	color:#444;
	line-height:20px;
	
}

#layout_navbar_left li.button a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	line-height:40px;
	height:40px;
	font-size:1.4em;
	
}

#layout_main_content {

	width:100%;	
	padding:0;	
	left:0px;
	

}	


div.layout_page_body_index, div.layout_page_body_inner {
	padding-left:0px;
	color:#000;
	font-weight:normal;
	font-size:1em;	
	width:488px;	
	float:left;
	clear:none;
	padding:0;
	margin:0px;
	margin-left:10px;
}						

div.layout_page_body_inner {
	
	width:680px;
}

#layout_top_buttons {
	text-align:right;
	margin-top:12px;
}
	
	
#layout_right_column {
	padding-left:0px;
	color:#000;
	background-color:#CCC;
	font-weight:normal;
	font-size:1.2em;
	width:198px;	
	clear:none;		
	float:right
}	

div.layout_right_phone {
	color:#333;
	text-align:center;
	font-weight:bold;
	margin-top:10px
	
}

div.layout_right_address {
	color:#333;
	text-align:center;
	font-weight:bold;
	margin-top:10px
	
}

div.layout_right_contact {
	color:#333;
	text-align:center;
}

div.layout_right_contact div.contact_name {
	color:#1C3664;
	font-weight:bolder;
}

div.layout_right_contact div.contact_position {
	font-style:italic
}

div.layout_right_contact div.contact_address a {
	text-decoration:none;
	color:#333;
}

div.layout_right_listings_title {
	color:#1C3664;
	text-align:center;
	font-weight:bolder;
	margin-top: 9px;
}

#layout_footer {
	clear:both; 
	text-align:center;
}

#CopyrightNotice {
	font-size:0.9em;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
}	

#layout_bottom_navigation {

	color:#000;
	padding-top:5px;
	font-weight:bold;		
}		

#layout_bottom {

	background-color:#1C3664;
	clear:both; 
	width:100%; 
	height:27px;

}

		