/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html body {
	font-size: 10px;
}

/* @end */

/* @group BASICS */

html,body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #261D1D;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #E8E5D3 url(../files/main/header_bg.png) repeat-x center top;
}
body {
	font-size:62.5%
}

a,a:link,a:active,a:visited {
	color: #91310F;
	text-decoration: none;
}

a:hover {
	color: #524723;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 70px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../files/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../files/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../files/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../files/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../files/messages/validation.png');
}

/* @end */

/* @group UNIVERSAL */

#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.pad_bottom {
	padding-bottom: 20px;
}

.small {
	font-size: .7em;
	text-transform: uppercase;
}

.inner_pad {
	margin-top: 20px;
}

.hr {
	background-color: #BCB29A;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin-bottom: 20px;
}

.hr hr {
	display: none;
}

/* @end */

/* @group HEADER */

#header {
	width: 960px;
	height: 450px;
}

#header #banner {
	position: absolute;
	margin: 60px 0 0 190px;
}

#header #banner img {
    top:  0; 
    left: 0 
}

#header h1 {
	background-image: url(../files/main/navigation.png);
	width: 229px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	margin-top: 20px;
}

#header h1 a,#header h1 a:link {
	text-indent: -9999px;
	display: block;
	width: 229px;
	height: 80px;
}

#header ul#main_navigation {
	position: absolute;
	margin: 125px 0 0 9px;
}

#header ul#main_navigation li {
	font-size: 2.2em;
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
}

#header ul#main_navigation li a,#header ul#main_navigation li a:link,#header ul#main_navigation li a:active,#header ul#main_navigation li a:visited {
	display: block;
	width: 195px;
	height: 38px;
	margin-bottom: 2px;
	color: #443720;
	text-decoration: none;
	padding: 10px 15px;
	overflow: hidden;
}

#header ul#main_navigation li.two a,#header ul#main_navigation li.two a:link {
	height: 41px !important;
}

#header ul#main_navigation li.three a,#header ul#main_navigation li.three a:link {
	height: 40px !important;
}

#header ul#main_navigation li a:hover {
	background-color: #BCB29A;
	color: #443720 !important;
}

#header ul#main_navigation li span {
	display: block;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: .65em;
}

#header ul#main_navigation li a span {
	color: #fff;
}

#header ul#main_navigation li a:hover span {
	color: #443720;
}

#header ul#sub_navigation {
	position: absolute;
	display: inline;
	margin: 50px 0 0 400px;
}

#header ul#sub_navigation li {
	display: inline;
	float: left;
	font-size: 1.4em;
}

#header ul#sub_navigation li a,#header ul#sub_navigation li a:link,#header ul#sub_navigation li a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 4px 8px;
}

#header ul#sub_navigation li a:hover {
	background-color: #443720;
}


/* @end */

/* @group CONTENT BASICS */

#content {
	width: 880px;
	background: url(../files/main/content_center.png) repeat-y center top;
	padding: 0 40px 120px;
	margin-bottom: 80px;
	margin-top: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}


#content #top_cap {
	width: 960px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	margin: -40px 0 0 -41px;
}

#content #bottom_cap {
	width: 960px;
	height: 30px;
	background: url(../files/main/content_caps.png) no-repeat center bottom;
	position: absolute;
	margin: 120px 0 0 -40px;
}

#content h2 {
	font-size: 2.2em;
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
	color: #524723;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.8em;
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
	color: #524723;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 1.3em;
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
	color: #524723;
	font-weight: normal;
	margin-bottom: 10px;
}


#content ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 20px;
}

#content #left {
	float: left;
	width: 290px;
}

#content #right {
	float: right;
	width: 555px;
	margin-top: 10px;
}

/* @end */

/* @group FOOTER */

#footer {
	color: #91310F;
	position: absolute;
	margin: -50px 0 0 20px;
	font-size: 2em;
	font-weight: bold;
}

#gavel {
	position: absolute;
	margin-left: 760px;
}

/* @end */

/* @group LEFT BOX */

#left .box {
	background-image: url(../files/main/left_column_center.png);
	width: 242px;
	padding: 10px 20px 0;
	margin-top: 20px;
}

#left h3 {
	font-size: 1.5em;
	font-variant: small-caps;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: url(../files/main/dotten_box.png) repeat-x left bottom;
}

#left .news_after_padding {
	margin-bottom: 40px;
	padding-right: 10px;
}

#left ul.no_box {
	margin: -10px 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
}

#left ul.no_box li {
	float: left;
	width: 290px;
	overflow: hidden;
}

#left ul.no_box li a,#left ul.no_box li a:link,#left ul.no_box li a:active,#left ul.no_box li a:visited {
	background-color: #BCB29A;
	display: block;
	padding: 6px 10px;
	margin-bottom: 2px;
}

#left ul.no_box li a:hover {
	background-color: #D2A17F;
	color: #91310F;
}

#left .box_top_cap {
	width: 282px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	margin: -30px 0 0 -20px;
	background: url(../files/main/left_column_caps.png) no-repeat center top;
}

#left .box_bottom_cap {
	width: 282px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	margin-left: -20px;
	background: url(../files/main/left_column_caps.png) no-repeat center bottom;
}

#left .box ul {
	margin: 0 !important;
	list-style-type: none;
	padding: 0 !important;
}

#left .box li {
	margin-bottom: 10px;
	background: url(../files/main/bullet.png) no-repeat left 5px;
	padding-left: 15px;
}

#left .box li.archive {
	background: none;
	padding: 10px 10px 0 0;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	float: right;
}

#left .box li a,#left .box li a:link {
	display: block;
}

#left .box li span {
	font-size: .9em;
	margin-top: -3px;
	display: block;
}

#left .lead {
	font-size: 10px !important;
}

#left .lead p {
	clear: both;
}

#left .lead label {
	float: left;
	width: 90px;	
	margin-bottom: 5px;
	text-transform: uppercase;
}

#left .lead input.basic {
	border: 1px solid #BCB29A;
	font-size: 1.2em;
	padding: 3px 5px;
	width: 150px;
}

/* @end */

/* @group HOME SPECIFIC */

#right .box {
	background-image: url(../files/main/right_column_box.png);
	width: 224px;
	height: 115px;
	overflow: hidden;
	padding: 25px 20px;
	margin-bottom: 25px;
}

#right .box h3,#right .box p {
	margin-bottom: 10px;
}

#right .icon {
	position: absolute;
	width: 50px;
	height: 50px;
}

#right .business {
	background: url(../files/icons/business.png) no-repeat left top;
	margin: -10px 0 0 90px;
}

#right .employment {
	background: url(../files/icons/employment.png) no-repeat left top;
	margin: -11px 0 0 130px;
}

#right .contract {
	background: url(../files/icons/contact.png) no-repeat left top;
	margin: -10px 0 0 100px;
}

#right .real_estate {
	background: url(../files/icons/real_estate.png) no-repeat left top;
	margin: -10px 0 0 110px;
}

/* @end */

/* @group NEWS SPECIFIC */

.news_archive h4 {
	margin: 0 !important;
}

.news_archive div.date {
	margin: -3px 0 15px 0;
	font-size: .9em;
}

/* @end */

/* @group CAREER SPECIFIC */

.careers h4 {
	font-variant: small-caps;
	font-size: 1.6em !important;
}

.careers .description {
	background-color: #DCD7BD;
	padding: 15px 15px 5px;
	margin-bottom: 20px;
}

.careers .apply {
	margin: -10px 0 10px;
}

.careers .apply a,.careers .apply a:link {
	float: right;
	background-color: #443720;
	padding: 4px 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
}

#confirm {
	font-size: 1.1em;
}

#confirm h2 {
	font-size: 1.8em;
	margin-bottom: 3px;
}

#confirm label {
	width: 100px;
	display: block;
	float: left;
	font-size: 1.1em;
}

#confirm p {
	margin-bottom: 15px;
}

/* @end */

/* @group ATTORNEY SPECIFIC */

.attorney {
	margin-bottom: 20px;
	border-bottom: 1px solid #BCB29A;
}

.attorney h3 {
	margin-top: 10px;
}

.attorney .attorney_image {
	float: left;
	margin-bottom: 15px;
}

.attorney .description {
	float: right;
	width: 360px;
}

/* @end */

/* @group CONTACT SPECIFIC */

form#contact {
	background-color: #DCD7BD;
	padding: 15px 15px 5px;
	margin-bottom: 20px;
	display: block;
}

form#contact p {
	float: left;
}

form#contact label {
	display: block;
}

form#contact input#name,form#contact input#email {
	width: 180px;
	margin-right: 50px;
	border: 1px solid #BCB29A;
	padding: 4px 6px;
	font-size: 1.2em;
}

form#contact textarea {
	width: 500px;
	height: 200px;
	font-size: 1.2em;
	border: 1px solid #BCB29A;
}

/* @end */


