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

body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	background: #ffffff;
	background-image: url(img/bg_lower_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0;
	color: #000000;
}

p {
	margin-top:4px;
}

/*-------------------------------Containers------------------------------------------*/
#container { 
	width: auto;
	height: auto;
	margin: 0;
	background-image:url(img/bg_header.jpg);
	background-repeat:no-repeat;
	padding: 10px 70px 20px 15px;
	text-align: left;
}

#containertile {
	width: auto;
	height: 250px;
	background-image:url(img/bg_tile_sec.jpg);
	background-repeat:repeat-x;
}

#homebg { 
	width: auto;
	height: auto;
	margin: 0;
	background-image:url(img/bg_header_home.jpg);
	background-repeat:no-repeat;
	padding: 10px 70px 20px 15px;
	text-align: left;
}

#hometile {
	width: auto;
	height: 250px;
	background-image:url(img/bg_tile.jpg);
	background-repeat:repeat-x;
}

#sidebar1 {
	font-size: 10px;
	float: left; 
	width: 200px;
	height: 600px;
	padding: 0;
	text-align: center;
	margin: 170px 20px 0px 10px;
}

#mainContent {
 	margin-left: 10px;
	height: 100%;
} 

#navbar {
	padding-top: 39px;
	margin-left:350px;
	width:auto;
}	

.headline {
	margin-top:35px;
}


/*-------------------------------LinkStyles------------------------------------------*/
a:link {
	color: #5a4d82;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.navbar {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

a.navbar:hover {
	color: #ffffff;
	background-color: #52772d;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

a.navbarhome {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

a.navbarhome:hover {
	color: #ffffff;
	background-color: #4d3f77;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

.navbarlocal {
	color: #435227;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.navbarlocalhome {
	color: #463b66;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.greenbold {
	color:#668b33;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}


/*------------------------------Miscellaneous------------------------------------------*/
.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;
}
