@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #d5c2b2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	position: relative;
	width: 900px; 
	margin: 0 auto;
	text-align: left; 
	background-image: url(/custom/themes/default/images/content-tile.gif);
	background-repeat:repeat-y;
} 

#header { 
	width: 900px;
	height: 85px;
	background-image:url(/custom/themes/default/images/header.gif);
	background-repeat:no-repeat;
}

#pictwrap {
	position: relative;
	width: 635px;
	height: 416px;
	}
	

.toppict {
	width: 635px;
	height: 416px;
	margin: 0px;
	padding: 0px;
}

#toppict1 {
	background-image:url(/custom/themes/default/images/homepict.jpg);
	}
	
	

#greenbar {
	background-color: #6b8712;
	width: 900px;
	height: 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
#welcomebox {
	position: relative;
	background-color: #f5ebe0;
	width: 614px;
	padding: 10px;
	text-align:left;
	line-height: 1.55em;
}

#welcomebox h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #0e6290;
	font-weight: normal;
}


#sidebar1 {
	position: absolute;
	top: 112px;
	left: 636px;
	width: 254px;
	background: #ddd7b7;
	padding: 5px;
	height: 396px;
}

#sidebar1 #phoneblock{
	width: 244px;
	background: #413b1a;
	padding: 10px 5px 10px 5px;
}
#phoneblock h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	font-weight: normal; 
	color: #ffffff;
}

#sidebar2{
	position: absolute;
	top: 520px;
	left: 637px;
	width: 253px;
	background: #0e6290;
	padding: 5px;
	height: 137px;
	color: #ffffff;
	line-height: 1.55em;
	
}

li {
	margin-bottom: 6px;
}


#sidebar2 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	font-weight: normal; 
	color: #ffffff;
}

#mainContent { 
	margin: 0 250px 0 0;
	width: 635px;
	padding: 0px;
} 

.menu_category {
	margin: 0px 0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 1.65em;
	}
	

#footer { 
	padding: 5px;
	background:#413b1a;
	width: 890px; 
	border-top: 1px solid #ffffff;
	text-align:left;
	color: #FFFFFF;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pageTitles {font-size: 2.5em;color:red;}
