/* Styles for Gersten & Gersten LLP
By Tortus Technologies
Design by: Victoria Chapman
Date created: 10/16/09
Last motified: 10/19/09 */

/* @group Colors */



/* @end */

body {
	background: #fffbed;
	text-size: 90%;
	padding: 0;
	margin: 0;
	font-family: georgia, times, serif;
	color: #2e1b13;
}

#main_wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	position:relative;
	background: #ffffff;
	border: 1px solid #6b4725;
}

#content_wrapper {
	width:900px;
	float:left;
	background: #ffffff url("../images/content_bg.jpg") top left repeat-x;
}

/* @group Header */

#header {
	width:900px;
	margin: 0 auto;
	padding: 0;
	float:left;
	background:#c25251 url("../images/header_bg.jpg") top right repeat-x;
}

#header_right {
	float: right;
	width: 530px;
	text-align: right;
}

#header_right h4 {
	color: #101010;
	font-size: 120%;
	margin: 15px 0 5px 0;
	padding: 0;
}

#header_right h4 a {
	color:#101010;
	text-decoration:none;
}

#header_right h3 {
	color: #101010;
	font-size: 120%;
	margin: 8px 0 5px 0;
	padding: 0;
}

#header_right input.login_input {
	border:1px solid #c4c4c4;
	padding: 2px;
}

#header_right .button {
	border:1px solid #1c3887;
	padding:2px 4px;
	background:#e8e8e8 url("../images/nav_bg.jpg") top left repeat-x;
	margin-left:3px;
	font-family:arial, helvetica, sans-serif;
}

#header_right .login {
	margin: 15px 0 5px;
	padding:0;
}

/* @end */

/* @group Nav */

#nav {
	margin: 0;
	float: left;
	background: #a3c59d;
	padding: 6px 5px 6px 12px;
	width:883px;
	border-top: 1px solid #6b4725;
	border-bottom: 1px solid #6b4725;
	font-size: 125%;
}

#nav ul {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-weight:normal;
}

#nav li {
	list-style: none;
	display: inline;
	margin:0;
	color: #37482d;
	font-size: 80%;
}

#nav li a {
	color: #37482d;
	text-decoration: none;
	margin:0;
	padding: 6px 20px 6px 6px;
}

#nav li a:hover {
	color: #341d18;
	text-decoration: none;
	margin:0;
}

/* @end */

/* @group Left Column */

#left_column {
	width: 222px;
	float: left;
	padding:15px;
	margin-right: 8px;
}

/* @group Left Nav */

#left_nav {
	width: 220px;
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	border: 1px solid #6b4725;
	background: url("../images/nav_bg2.jpg") repeat-x bottom left;
}

#left_nav h3 {
	padding: 5px 12px 5px 12px;
	font-variant: small-caps;
	margin: 0 0 3px 0;
	font-weight: normal;
	border-bottom: 1px solid #6b4725;
	background: #997362;
	color: #ffe3a1;
}

#left_nav ul {
	margin:0;
	padding:0;
}

#left_nav li {
	list-style-type:none;
}

#left_nav li a {
	background: transparent;
	color:#2e1b13;
	display:block;
	padding:5px 12px 5px 18px;
	text-decoration:none;
	font-size:90%;
}

#left_nav a:hover {
	color: #37482d;
	text-decoration: underline;
}


/* @end */

/* @group Contact Box */

#contact_box {
	width: 220px;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	border: 1px solid #6b4725;
	background: url("../images/nav_bg2.jpg") repeat-x bottom left;
}

#contact_box h3 {
	padding: 5px 12px 5px 12px;
	font-variant: small-caps;
	margin: 0 0 3px 0;
	font-weight: normal;
	border-bottom: 1px solid #6b4725;
	background: #997362;
	color: #ffe3a1;
}

#contact_box p {
	margin: 5px 15px;
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 3px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	margin: 15px 15px 15px 260px;	
	width: 625px;
	font-size:90%;
}

#content a {
	color: #37482d;
}

#content a:hover {
	color: #341d18;
}

.flash {
	margin-bottom:20px;
}

#content h1 {
	font-size: 160%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content h2 {
	font-size: 140%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content h3 {
	font-size: 120%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content h4 {
	font-size: 110%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content h5 {
	font-size: 100%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content h6 {
	font-size: 90%;
	color: #34563a;
	font-weight: normal;
	font-variant: small-caps;
}

#content p {
	line-height: 160%;
	font-weight: normal;
}


/* @group Callouts */

table#callouts {
	margin-bottom: 10px;
}

#callouts td.info {
	border:1px solid #cecece;
	padding:5px;	
	text-align:center;
	vertical-align: top;
}

#callouts td.info h3 {
	margin: 0;
	background: #9d9d9d url("../images/nav_bg.jpg") top left repeat-x;
	padding: 3px;
	color: #101010;
	font-size: 110%;
	display: block;
	margin-bottom: 5px;
}

#callouts td.info h3 a {
	color: #101010;
	text-decoration: none;
	display: block;
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	width: 890px;
	padding: 4px 5px;
	clear: both;
 	margin: 0;
 	text-align: center;
 	position: relative;
}

#footer p {
	font-size: 80%;
	color: #2e1b13;
	padding: 0;
	margin: 4px 0;
}

#footer a {
	color: #2e1b13;
}

/* @end */

