/* Created by Chelsea Otakan for Avery & Greig, LLP. */

/* GLOBALS ========================================= */

body {
	background: url(images/bg.jpg);
}

#wrapper {
	width: 965px;
	margin: 0 auto;
}

/* TYPOGRAPHY */

.content {
	font-family: georgia, palatino, times, serif;
}

#sidebar {
	font-family: arial, arial narrow, helvetica, tahoma, verdana, sans-serif;
}

.em_link {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 8px;
	font-weight: bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
}

/* HEADER ========================================== */

#header {margin: 35px 0 0 0;}

#header .logo {
	display: block;
	text-indent: -9999px;
	width: 415px;
	height: 178px;
	background: url(images/logo.jpg) no-repeat;
	margin: 0 0 18px 0;
	float: left;
}

#header h2 {
	font-family: georgia, palatino, arial, times, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
	display: block;
	width: 538px;
	float: right;
	margin: 36px 0 0 0;
}

#header h2 span {
	font-style: italic;
	color: #cad8ed;
	font-size: 18px;
}

/* MAIN NAVIGATION */

#header #main_nav {
	width: 508px;
	float: right;
	display: block;
	list-style: none;
	position: relative;
	left: -3px;
	background: #e1dfce url(images/bg_menu.gif) left repeat-y;
	border-right: 1px #56585e solid;
	border-bottom: 1px #56585e solid;
	border-top: 1px #56585e solid;
	margin: 11px 0 0 0;
	padding: 0 0 0 40px;
}

#header #main_nav li {
	display: block;
	float: left;
	padding: 14px 0 10px 0;
	margin: 0 20px 0 0;
}

#header #main_nav li a {
	display: block;
	height: 18px;
	text-indent: -9999px;
}

/* Main Nav hover states */

#header #main_nav li a.about_us { background: url(images/menu_aboutus.gif) no-repeat -63px 0; width: 63px; }
#header #main_nav li a.about_us:hover { background-position: 0 0; }

#header #main_nav li a.client_services { background: url(images/menu_clientservices.gif) no-repeat -96px 0; width: 96px; }
#header #main_nav li a.client_services:hover { background-position: 0 0; }

#header #main_nav li a.directions { background: url(images/menu_directions.gif) no-repeat -67px 0; width: 67px; }
#header #main_nav li a.directions:hover { background-position: 0 0; }

#header #main_nav li a.employment { background: url(images/menu_employment.gif) no-repeat -174px 0; width: 174px; }
#header #main_nav li a.employment:hover { background-position: 0 0; }


/* CONTENT ====================================== */

#content {
	background: #fff;
	border: 1px #575b5f solid;
	margin: 0px 3px 0 10px;
	padding: 30px;
	color: #5e6265;
	font-size: 14px;
	width: 890px;
}

#content a {
	color: #4d6c95;
}

#content a:hover {
	color: #092a53;
	text-decoration: none;
}

/* MAIN CONTENT */

.content { width: 628px; float: left;}

.content p { line-height: 1.5; }

.content h1 {
	font-weight: normal;
	color: #4d6c95;
	font-size: 24px;
	margin: 0;
}

.content h2 {
	font-weight: normal;
	color: #4d6c95;
	font-size: 18px;
	margin: 27px 0 -4px 0;
}

.content h3 {
	color: #092a53;
	font-size: 14px;
	font-weight: bold;
	margin: 27px 0 -4px 0;
}


.content h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 27px 0 -4px 0;
	color: #4d6c95;
}

.content li {
	margin: 9px 0 0 0;
	font-size: 12px;
	list-style-type: square;
}

/* SIDEBAR */

#sidebar { 
	width: 239px; 
	border: 1px #cfc7b4 solid; 
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 12px; 
	float: right;
	background: #faf8ee;
	margin: 43px 0 0 0;
}

#sidebar .sidebar_content {
	margin: 20px;
	line-height: 1.5;
}

#sidebar .sidebar_content h2 {
	font-family: georgia, palatino, times, sans-serif;
	font-weight: normal;
	color: #4d6c95;
	font-size: 22px;
	font-style: italic;
	margin: -10px 0 -14px 0;
}

/* FOOTER ====================================== */

#footer {
	color: #e1dfce;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 12px;
	width: 928px;
	text-align: right;
	padding: 16px 0 0 0;
	clear: both;
	float: left;
}
