/* GENERAL --------------------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #929292 url(../images/bg_body.jpg) center top repeat-x;
	font: 10px verdana, Helvetica, sans-serif;
	color: #797979;
}
img {
	border: none;
}
a {
	color: #00355F;	
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #269edb;
}
em {
	font: italic 110% Verdana, "Times New Roman", Times, serif;
}

.bluebar {
				background-color: #00355F;
				width: 100%;
				color: #FFF;
				
			}

input {
	background-color: #FFF;
	color: #797979;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 2px 0px;
	padding: 0px 2px;
}
select {
	background-color: #FFF;
	color: #797979;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 2px 0px;
	padding-left: 2px;
}


/* HEADINGS & TYPOGRAPHY ------------------------------------------------------- */
h1 , h2 , h3 {
	font: bold 120%/110% Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	color: #00355F;
}
h1 {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0px 0px 10px 0px;
}
h1 span{
	color: #8E920F;
}
h2 span{
	color: #8E920F;
}
h2 , h3 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
}
h3 {
	color: #8E920F;
	font-style: italic;
}
h2 a {
	border: none !important;
}
.error {	/* i would like errors to be in a mono spaced font */
	color: #790000;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #790000;
	padding-top: 10px !important;
}


/* alignments etc (content elements) ------------------------------------------- */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}

.tablecenter {
	margin: auto;
}

.justify {
	text-align: justify;
}

.justify p {
	text-align: justify;
}


/* CONTAINER ------------------------------------------------------------------- */
#container {
	width: 962px;
	margin: auto;
	position: relative;
}


/* HEADER ELEMENTS ------------------------------------------------------------- */
#header {
	position: relative;
}
#header a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#header .logo {
	width: 170px;
	height: 102px;
	left: 0px;
	top: 0px;
	z-index: 11;
}


.flash {
	margin: 8px -9px -8px -9px;
	height: 318px;
	z-index: 10;
	overflow: visible;
}
.interior {
	background: url(../images/header_interior.png) center top no-repeat;
	height: 227px;
}
.home {
	background: url(../images/header_home.png) center top no-repeat;
	height: 318px;
}
#header #flash {
	overflow: hidden;
}





#wrapper {
	background: url(../images/bg_wrapper.png) center repeat-y;
	padding: 2px 4px 0px 4px;
}


/* NAVIGATION ELEMENTS --------------------------------------------------------- */
#navigation ul {
	list-style: none;
	position: relative;
	overflow: hidden;
	height: 25px;
	padding: 0px 17px;
	background-color: #00355F;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
}
#navigation input {
	background-color: #FFF;
	color: #797979;
	border: 1px solid #8E920F;
	font-size: 11px;
	height: 13px;
	margin: 0px;
}
#navigation li {
	display: inline;
}
#navigation span {
	display: none;
	position: absolute;
}
#navigation a {
	padding: 5px 8px 6px 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	line-height: normal;
	height: 25px;
}
#navigation a:hover {
	background: #8E920F;
	color:#FFF !important;
}

#navigation #search_table {
	height: 25px;
	border: none;
}

.green {
	background-color: #8E920F;
}

#subnav {
	height: 18px;
	background-color: #8E920F;
	text-align: center;
	color:#FFF;
	padding: 5px 20px 0px 20px;
}

#subnav a {
	color:#FFF;
	font-weight: bold;
}

#subnav a:hover {
	text-decoration: underline;
	color:#FFF !important;
}

/* CONTENT ELEMENTS ------------------------------------------------------------ */
#content {
	margin: 21px 17px 0px 17px;
}
#content p {
	padding: 0px 10px 10px 10px;
}
#content ul {
	padding: 0px 10px 10px 25px;
	list-style-type: none;
	list-style-image: url(../images/list_star.gif);
}

#content fieldset {
	padding-top: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
#content a {
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
	/*border-bottom: 1px solid #ccc;*/
}
#content a:hover {
	text-decoration: none;
	color: #000;
}
.vcard {
	background: url(../images/icon_vcard.gif) left center no-repeat;
	padding: 2px 0px 2px 30px !important;
	position: relative;
	top: 6px;
	border: none !important;
}
.vcard span {
	border-bottom: 1px solid #ccc;
}

#content img {
	padding: 4px;
	border: 1px #dee0e7 solid;
}

.small_input {
	border: 1px solid #8E920F;
}

.small_button {
	padding: 0px;
}

.widen {
}

.indent {
	padding-left: 20px !important;
}

.trail a {
	color: #797979 !important;
	background: none !important;
	text-transform: uppercase !important;
	border: none !important;
}
.trail a:hover {
	text-decoration: underline !important;
}

.practice_areas a {
	font-weight: normal !important;
	color: #797979;
}

.practice_areas a:hover {
	color: #00355F !important;
}

.practice_areas_u {
	list-style-image: none !important;
}

.practice_areas_u li {
	margin-bottom: 10px !important;
}

.practice_areas_u a {
	font-weight: normal !important;
	color: #797979;
}

.practice_areas_u a:hover {
	color: #00355F !important;
}

.locations {
	background: url(../images/bg_locations.jpg) center right no-repeat;
	margin-right: -13px;
}

/* FOOTER ELEMENTS ------------------------------------------------------------- */
#navfooter {
	font-size: 9px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#navfooter a {
	color: #797979;
	text-transform: uppercase;
}
#navfooter a:hover {
	color: #00355F !important;
}

#footer {
	background: url(../images/bg_footer.png) top center no-repeat;
	padding: 8px 17px;
	color: #ebebeb;
	font-size: 9px;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}


/* CODE	------------------------------------------------------------------------ */