@charset "utf-8";
/* CSS Document */

body  {
	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: #0C6534;
	background-color: #0C6534;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.white {
	background-color: #FFF;
}

#header {
	background-color: #932C2D;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent h1 {
	color: #094825;
	font-size: 16px;
}
#container #sidebar1 h3 {
	color: #094825;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #EBEBEB;
}
.head {
	border-left:20;
	margin-left: 20px;
	font-size: 14px;
	padding-top: 15px;
	font-weight: normal;
}
.head h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
}
#mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 10px;
	border: 1px none #0C6534;
	width: 260px;
	float: left;
	background-color: #FFF;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#navbar {
	width: 900px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	background-image: url(pics/design/navbar.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/design/navbar.jpg);
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/design/navbar.jpg);
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/design/navbar.jpg);
	}
	
	#nav .test{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/design/navbar.jpg);
	height: 34px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #932C2D;
	}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	background-image: url(pics/design/navhov.jpg);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	background-color: #CA4A4A;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6AAAA;
	border-bottom-color: #E6AAAA;
	border-left-color: #E6AAAA;
	}
	
#nav li li a:hover {
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	background-color: #932C2D;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	color: #FFFFFF;
	background-color: #621E1E;
	background-image: url(pics/design/navhov.jpg);
	}
.tooting {
	float: right;
}
.tel {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding-left: 28px;
	width: 174px;
}
#homepage {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	}	
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}


	
#homepage a, #homepage a:visited  {
	color: #621E1E;
	text-decoration: none;
	border-bottom: 1px dotted #4C6980;
	}
	
	.homepageright h1 {
	font-size: 14px;
	font-weight: normal;
	color: #731E1B;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}


	
#homepage a:hover {
	color: #621E1E;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#homepage embed, #homepage object {
	width: 280px; 
	height: 235px;
	margin: 0px; 
	padding: 0px;
	}
	
.widget  {
	padding: 9px;
	border: 1px solid #F2D7D7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: center;
	height: 300px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(pics/design/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li ul li {
	background: url(pics/design/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #932C2D;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#homepage ul li a:hover{
	color: #621E1E;
	text-decoration: none;
	border-bottom: 1px dotted #4C6980;
	}
	
.homepageleft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	}
	
	
	.widget .rspace  {
	width: 130px;
	float: left;
	
	}
	
	.homepageleft h1 {
	color: #751D1B;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	}
	
.homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
	.hpbottomleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

.hpbottomright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
.hpbottomleft2 {
	width: 560px;
	margin: 0px;
	background-color: #FFF;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.subhead {
	font-size: 14px;
}

.homepageleft2 {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
.rightPad {
	padding-right: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.homepageright2 {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	height: 640px;
}
