@charset "UTF-8";

/*Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

/*Stylesheet*/

body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #DEC79E url(../images/bg-linen3.jpg) repeat;
	text-align: center;
	color: #434343;
}
a:link {
	color: #346B97;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6389A8;
}
a:hover {
	text-decoration: underline;
	color: #CD5F1F;
}
a:active {
	text-decoration: none;
	color: #C30;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#innerContainer {
	background: #FFF;
}

#header {
}

#logo {
	position: absolute;
}

#mainNav{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.4em;
	position: absolute;
	top: 56px;
	right: 30px;
}

#mainNav ul {
	float: left;
}

#mainNav li {
	float: left;
}

#mainNav a {
	display: block;
	padding: 8px;
	margin-left: 15px;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	background: #D0601D;
	color: #FFF;
}

#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	background: #80AFDA;
}

#testimonial {
	background: url(../images/testimonial-bg.png) repeat-y;
	width: 270px;
	position: absolute;
	left: 30px;
	top: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 20px;
	border: 1px solid #CCC;
}

#testimonial p {
	font-size: 1.5em;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
}

#testimonial cite {
	display: block;
	text-align: right;
	font-size: 1.3em;
	padding: 10px 20px 5px;
}

#mainContent cite {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

#testimonial a {
	text-align: right;
	display: block;
	font-size: .9em;
	padding-bottom: 20px;
}

#phone {
	font-size: 1.6em;
	color: #930;
	margin-bottom: 10px;
}

.guide {
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	margin-right: 20px;
}

#guide {
	margin-top: 0px;
	min-height: 210px;
}


#sidebar1 {
	float: right;
	width: 270px;
	padding-top: 30px;
}

#sidebar1 h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.3em;
	color: #CD5F1F;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4, #sidebar1 h5, #sidebar1 h6, #sidebar1 p {
	padding: 0px 30px 0 inherit;
}*/

#sidebar1 ul {
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebar1 p {
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 20px;
}

#sidebar1 p a {
	display: block;
}

#sidebar1 form {
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar1 label {
	font-size: 1.3em;
	display: block;
}

#sidebar1 input, #sidebar1 textarea {
	margin-bottom: 8px;
}

.full {
	width: 240px;
}

#secondaryNav{
}

#mainContent {
	margin: 0 300px 0 0;
	border-right: 1px dotted #CCC;
	padding-bottom: 30px;
	min-height: 152em;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
	padding: 0 30px;
}


#mainContent h1 {
	font-size: 1.8em;
	color: #CD5F1F;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mainContent h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	padding-top: 10px;
	color: #CD5F1F;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

body.events #mainContent h2 {
	text-align: center;
	font-size: 1.6em;
}

body.events #mainContent h3 {
	color: #CD5F1F;
	text-align: center;
}

#mainContent h3 {
	font-size: 1.4em;
	padding-bottom: 8px;
}

#mainContent ul {
	font-size: 1.4em;
	line-height: 1.3em;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	list-style: disc;
}

#mainContent #subul { 
	font-size: 1em;
	padding-left: 30px; 
}

#mainContent li {
	padding-bottom: 5px;
}

#mainContent p {
	font-size: 1.4em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#mainContent  .breadcrumb {
	text-align: right;
	padding-top: 10px;
}

#quote {
	padding-top: 25px;
	padding-bottom: 20px;
	float: left;
	width: 270px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #999999;
	background-color: #DFE4F3;
	margin-bottom: 10px;
	margin-top: 10px;
}

.standoutbox {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 540px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #999999;
	background-color: #FFFF66;
	margin-bottom: 20px;
	margin-top: 10px;
}

#certified {
	padding-top: 15px;
	padding-bottom: 10px;
	float: right;
	width: 240px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #999999;
	background-color: #DFE4F3;
	margin-bottom: 10px;
}

#home #certified { 
	width: 540px; 
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

#firm {
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-top: 15px;
}

body#home .breadcrumb {
	display: none;
}

body#home #mainContent h1 {
	padding-top: 30px;
}

.photo {
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.photoRight {
	margin-top: 30px;
	margin-bottom: 5px;
}

.lawyer {
	float: left;
	margin-right: 106px;
	margin-left: 76px;
}

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

.description {
	font-size: 1.4em;
	vertical-align: middle;
	padding-left: 20px;
}

#guides {
	padding-left: 30px;
}

#guides td {
	padding: 30px 20px 30px 10px;
}

td img {
	border: 1px solid #CCC;
}

#guides a {
	display: block;
}

#footer {
	padding: 0 10px 0 20px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 1.3em;
}

#footer a {
	font-weight: bold;
	text-transform: uppercase;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.alert {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

