* { margin: 0; padding: 0; }

body {
	background-color: #474d41;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

#wrapper {
	width: 799px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}

#top_border {
	border-top: 3px solid #acc4a4;
}

.indent {
	padding: 0 17px;
}

a { color: #7a9e4a; }
a:hover { text-decoration: none; }

/****** SIDEBAR *******/
#sidebar {
	width: 200px;
	float: left;
}

#logo {
	background: url('../images/logo.jpg') transparent no-repeat 0 0;
	height: 139px;
	width: 108px;
	display: block;
	margin: 10px 0;
	margin-left: 43px;
}

ul#nav {
	display: block;
	list-style-type: none;
	border-bottom:dotted 1px #ccc; /*added when sign-in was moved*/
}

ul#nav li {
	height: 31px;
	width: 199px;
	background: url('../images/nav_bg.jpg') no-repeat;
}

ul#nav li a{
	height: 21px;
	display: block;
	text-align: right;
	color: #4c4241;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
padding-top: 10px;
padding-right: 10px;
}

ul#nav li a:hover {
	color: #99c855;
}

/*#login_area {
	height: 541px;
	background: url('../images/login_bg.jpg') no-repeat #aad523 bottom center;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}*/

#login_area {
	height: 145px;
	margin:0px 0 15px 0;
	background: #aad523;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}

/********* CONTENT AREA ********/
#right {
	width: 550px;
	float: right;
	margin-top: 60px;
}

#right h1 {
	background: url('../images/title_image.jpg') no-repeat #fff 0 0;
	padding-left: 35px;
	color: #99c855;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
}

#right h2 {
	color: #369;
	margin-bottom: 5px;
	font-size: 16px;
}

#right h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
	

#right p { margin-bottom: 10px; }

#right ul li {
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-image: url('../images/bullet_image.jpg');
}

#right ul li span {
	color: #369;
	font-weight: bold;
	font-size: 14px;
}

#right .seperator {
	background: url('../images/seperator_image.jpg') repeat-x #fff 0 0;
	height: 1px;
	margin-bottom: 15px;
}

.text_field { width: 75%; }
#right .spilt_image { margin-bottom: 10px; }
#right .no_margin {	margin: 0; }

#search {
	text-align: right;
	margin-bottom: 15px;
float: right;
}

#search input {
float: right;
margin-right: 5px;
}

#search a.search_image {
height: 19px;
width: 26px;
display: block;
background: url('../images/search_image.jpg') no-repeat #000;
float: right;
}


.firm_table { width: 100%; }
.firm_table td { margin: 5px; }
/********** FOOTER *********/
#footer {
	background: url('../images/footer_bg.jpg') no-repeat #fff center bottom;
	height: 48px;
	margin-top: 10px;
}

#footer .indent div {
	padding-top: 15px;
	padding-left: 21px;
	color: #666;
	font-size: 9px;
	border-top: 1px solid #848484;
}

/******* MISC ********/
.clear { clear: both; }
.hidden { display: none; }
.blue { color: #00f; }
.black { color: #000; }
.highlight { color: #99c855; font-weight: bold; }