@import url(navigation.css);
@import url(fancyforms.css);
@import url(staff.css);


/* ================
NORMALIZATION
================= */

* {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-styles from list */
ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address,caption,cite,code,th,var {
	font-style: normal;
	font-weight: normal;
}

/* Removes default blue border on linked images */
a img, :link img, :visited img {
	border: none;
}

/* ================
TYPE/CONTENT ELEMENTS
================= */


body {
	font-size: 62.5%;
	line-height: 1.3;
	color: #262626;
	font-family: arial,helvetica,sans-serif;
}

div#logo h1 img {
	display: none;
}

div#logo h1 {
	float: left;
	text-indent: -9000px;
	background: url(../template_images/logo.gif) no-repeat left top;
	width: 249px;
	height: 29px;
	margin: 30px 0 0 15px;
}

div#logo  h1 a {
	display: block;
	width: 246px;
	height: 29px;
}

div#logo  h1 a:hover {
	background: transparent;
}

body #headline h2 {font-size: 1.8em; margin: 0 0 .5em 8px; padding-bottom: .2em; border-bottom: 2px solid #e5e5e5; clear:left; color: #333333;}
h2 {font-size: 1.75em; margin-bottom: 0; padding-bottom: 0; color: #D99816;}
h3 {font-size: 1.55em; color: #333333;}
h4 {font-size: 1.35em; }
h5 {font-size: 1.2em;}

h2,h3,h4,h5,h6 {
	letter-spacing: -.015em;
	margin: 0.1em 0pt 0.3em;
}

#contentwrapper {
		font-size: 1.3em; 
}

p,#contentwrapper ol, #contentwrapper ul, #contentwrapper blockquote, #contentwrapper dl, #contentwrapper table, #contentwrapper dl {	
	margin-bottom: 12px;
}

#contentwrapper p.pLarge {
	font-size: 1.2em;
	color: #5e5e5e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}

dt {
	font-weight: bold;
}

#content_main ul li ul {
	font-size: 1em;
}

#content_main ul {
	margin-left: 15px;
}

#content_main ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#content_main ul li {
	padding-left: 10px;
	background: url(../template_images/li-bullet.png) no-repeat left 6px;
}

#content_main ul li ul li {
	background: url(../template_images/linested-bullet.png) no-repeat left 6px;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a, a:visited {color: #0E498C;}

a:hover, a:active  {
	background-color:#FFD24D;
	color:#000000;
	text-decoration:none;
}

#mainnav a:active {
	background-color: transparent !important;
}

#footercontent p a {
	color: #e4e4e4;
}

#footercontent p a:hover {
	color: #262626;
}

.clearfloat {
	clear: both;
}

/* ================
LAYOUT
================= */

body {
	background: url(../template_images/body-bg.png) #333333 repeat-y left top;
	padding-left: 10px;
}


#pagewrapper {
	background: url(../template_images/fade-bg.png) repeat-x left top;
}

#logo {
	margin: 0;
	width: 300px;
	height: 100px;
	background: url(../template_images/whitecorner-bottomleft.png) no-repeat left bottom;
}

#wrapper {
	width: 950px;
	padding: 0 0 25px 0;
	background: #ffffff url(../template_images/dkgreycorner-bottomright.png) right bottom no-repeat;
}

#utility {
	float: right;
	height: 34px;
	width: 256px;
}

#mainnav {
	float: right;
	width: 256px;
	clear: right;
}

#actionbuttons {
	margin-top: 15px;
}

#actionbuttons img {
	margin-bottom: 5px;
}

#actionbuttons a:hover {
	background-color: transparent;
}

#contentwrapper {
	float: left;
	position: relative;
	width: 673px;
}

#masthead {
	float: left;
	width: 673px;
	height: 172px;	
}

div#flash {
	position: absolute;
	z-index: 5;
}

object#flash-masthead {
	position: absolute;
	z-index: 6;
}

body#home #content_main {
	float: right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 433px;
	margin: 0 0 0 0;
}

#content_main {
	position: relative;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 650px;
	margin: 0 0 0 10px;
}

#content_sidebar {
	float: left;
	width: 202px; 
	margin-bottom: 40px;
	padding-left: 8px;
}

#footerwrapper {
	width: 950px;
	background: url(../template_images/footer-bg.png) repeat-x left top;	
	margin-bottom: 50px;
}


.clearfloat {
	clear: both;
}

/* these styles for contact pages with more than two offices listed. */

.locationwrap {
	padding: 10px;
	background:#EFEFEF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	float:left;
	margin-bottom:15px;
	width: 95%;
}

.locinfo h3 {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:4px;
	padding-bottom:5px;
}

.locphone {
	float: right;
	font-size: .9em;
	margin-bottom: 0pt;
	margin-top: 2px;
	width: 200px;
}

.locphone dt {
	float:left;
	padding-right:5px;
	text-align:right;
	width:150px;
	clear: left;
}

.locphone dd {
	float:left;

	width:45px;
}

.locaddress {
	float: left;
	width: 45%;
}

/* end *

/* ================
FORMS
================= */

legend {	
	font-size: 1.4em;
	margin-left: -10px;
	color: #000000;
	}

fieldset {
	border: none;
	background-color: #efefef;

	margin-bottom: 15px;
	padding: 15px;

}

input, select {
	margin: 3px 0;

}

input#login {
	margin: 0;
}

input.txt, input#submit {
		border: 1px solid #cccccc;
}

input#submit {
	cursor: pointer;
	font-size: 1.3em;
	padding: 4px;
	background-color:#FFD24D;
	color:#000000;
	margin-top: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

p.disclaimer {
	padding: 8px 0;
	margin-top: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* ================
WIDGETS
================= */
.widgets {
	float: left;
	width: 208px;
	font-size: .85em;
}

.widgets label {
	font-size: 1.2em;
}

.widgets p {
	line-height: 1.2;
}

.widgets h3 {
	color: #262626;
	font-size: 1.45em;
	letter-spacing: normal;
	margin-top: 5px;
}

#orderservices h3 a, #locateoffice h3 a {
	display: block;
	float: left;
	background: url(../template_images/btn-sidebar-bg.png) no-repeat left top;
	width: 200px;
	height: 33px;
	color: #262626;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 8px;
}


form#viewtransactionsform {
	background: url(../template_images/powered-sureclose.png) no-repeat left bottom;
	padding-bottom: 20px;
}

div#viewtransactions {
	margin-top: 15px;
	position: relative;
	margin-left: 8px;
}

div.inner {
	background: #333333;
	color: #ffffff;
	padding: 10px;
	font-size: .95em;

}

div#viewtransactions div#request {
	position: absolute;
	background: url(../template_images/hideshow-downarrow.png) no-repeat 20px bottom;
	z-index: 100;
	top: -30px;
	left: 40px;
	width: 250px;
	padding-bottom: 8px;
	overflow: visible;
}

div#viewtransactions div.inner p {
	padding-right: 10px;
}

a.close {
	display: block;
	right: -8px;
	top: -8px;
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../template_images/popup-close-alpha.png) no-repeat transparent;
}

a#demo {
	display: block;
	position: absolute;
	text-indent: -9000px;
	width: 28px;
	height: 28px;
	right: 5px;
	top: 3px;
	background: url(../template_images/btn-demo.png) no-repeat left top;
}

a#demo:hover {
	background-position: left bottom;
}

/* ================
SITE SEARCH
================= */
#global {
	display: none;
	position: absolute;
	top: 38px;
	left: 697px;
	height: 40px;
	width: 230px;
	z-index: 105;
}

#global ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#global ul li {
	display: inline;
	float: left;
	padding: 0 .6em;
	background: url(../template_images/globalnav-divider.png) no-repeat right 50%;
}

#global ul li a {
	color: #cccccc;
	font-size: 12px;
	line-height: 3.1em;
	text-decoration: none;
	padding: .3em;
	font-weight: bold;
}

#global ul li a:hover {
	color: #262626;
}

#global #searchwrap {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 260px;
	height: 40px;
	background: url(../template_images/hideshow-uparrow.png) no-repeat 90% top;
	padding-top: 8px;
	font-size: 1.1em;
}

#global .inner {
	height: 50px;
}

#searchbox {
	float: left;
	background: url(../template_images/sitesearchfield-bg.png) no-repeat left top;
	height: 27px;

}

#searchbox .txtfield {
	border: 1px white solid;
	margin: 2px 0 0 2px;
	width: 165px;
}

#sitesearchsubmit {
	margin-left: -3px;
}

/* ================
MEET THE STAFF
================= */

#selectoffice {
	width: 185px;
	position: relative;
	margin-bottom: 25px;
}

#offices {
	width: 150px;
	position: absolute;
	left: 100%;
	top: 0px;
	padding: 15px;
	background: #ffffff;
	border: 2px #cccccc solid;
	z-index: 150;
}

#offices a {
	display: block;
	padding: 3px;
	color: #262626;
	text-decoration: none;
}

#offices a:hover {
	background-color:#FFD24D;
	color:#000000;
}

#officewrap {
	float: left;
	position: relative;
	background-color: #f0f0f0;
	width: 100%;
	padding: 10px;
	border: 1px #c3c3c3 solid;
}

#officeinfo {
	position: relative;
	background-color: #ffffff;
	border: 1px #c3c3c3 solid;
	font-size: .91em;
	padding: 4px;
	margin-bottom: 15px;
}

#officephoto {
	position: relative;
	width: 143px;
	height: 97px;
}

#officecontact, #officemanager {
	position: absolute;
	top: 4px;
}

#officecontact {
	left: 160px;
}

#officemanager {
	left: 320px;
}


#officephoto a#viewmap {
	display: block;
	position: absolute;
	width: 69px;
	height: 22px;
	right: 0;
	bottom: 0;
	background: url(../template_images/viewmap.png) no-repeat right bottom;
	text-indent: -9000px;
	z-index: 10;
}

.staffcat a {
	display: block;
}

.staffcat {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 12px;
}

.staffcat span.title {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	color: #262626;
	margin: 0 0 5px;
	font-weight: bold;
}

#officewrap h3 {
	font-size: 1.1em;
}

.staffcat span {
	position: relative;
}

.staffinfo {
	position: absolute;
	bottom: 1.1em;
	left: 0;
	width: 260px;
	background: url(../template_images/hideshow-downarrow.png) no-repeat 10px  bottom;
	padding-bottom: 8px;
	font-size: 1.1em;
	z-index: 200;
}

.staffinfo .inner {

	font-size: .85em;
	padding: 10px;
}

.staffinfo .inner p {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 160px;

}

.staffinfo .inner a {
	display: inline;
	color: #FFD24D;
}

.staffinfo .inner a:hover {
	color: #262626;
}

.staffinfo .inner a.btn {
	display: block;
	float: left;
	padding: 0 3px;
	background-color: #ffd24d;
	color: #262626;
	margin-top: 12px;
	text-decoration: none;
}

.staffinfo .inner a.btn:hover {
	color: #000000;
}


 
/*MEET THE STAFF TABLE*/

table#stafflist {
	font-size: 1em;

	width: 100%;
}

table#stafflist td {
	font-size: 1em;
	border-bottom: 1px solid #efefef;
	margin-bottom: 3px;
	padding: 10px 0 3px 0;
}

table#stafflist td.staffname {
	width: 38%;
	text-decoration: none;
}

table#stafflist td.staffname span a {
	text-decoration: none;
}

table#stafflist td.staffname span {
	font-size: 1.4em;
	display: block;
}


table#stafflist td.staffphone {
	width: 30%;
}

table#stafflist td.staffemail {
	width: 32%;
}
/*==================
STAFF BIOS 
================== */

#staffwrap {
	float: left;
	}

.nophoto #staffphoto {
	display: none;
}

#staffphoto {
	width: 145px;
	float: left;
	padding-bottom: 5px;
	background: url(/images/random/shadow.png) no-repeat 5px 5px;
}

#staffbio{
	float: left;
	width: 461px;
	margin-left: 20px;
}

.nophoto #staffbio {
	width: 100%;
	float: left;
	margin-left: 0;
}

.nophoto #staffbio #staffinfo {
	width: 100%;
}

.nophoto #staffbio #staffinfo #stafftitle p {
	width: 282px;
}

#staffinfo {
	padding: 8px;
	background: #efefef;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	float: left;
	width: 461px;
}

#staffinfo h4 {
	font-size: 18px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px #dddddd solid;
	
}

#stafftitle {
	width: 45%;
	float: left;
}

#staffbio dl#staffcontactinfo {
	float: right;
	font-size: 1.05em;
	width: 205px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 2px;
}

dl#staffcontactinfo dt {
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
		
}

dl#staffcontactinfo dd {
	margin-bottom: 7px;
	float: left;
	width: 150px;
	font-size: 11px;
}




/* ================
CALENDAR
================= */

span#date {
	font-size: 2.2em;
}

#selectmonth {
	width: 185px;
	position: relative;
}

#months {
	width: 150px;
	position: absolute;
	left: 100%;
	top: 0px;
	padding: 15px;
	background: #ffffff;
	border: 2px #cccccc solid;
	z-index: 150;

}

#months a {
	display: block;
	padding: 3px;
	color: #262626;
	text-decoration: none;
}

#months a:hover {
	background-color:#FFD24D;
	color:#000000;
}

table#calendarhead, table#calendar {
	width: 336px;
}

table#calendarhead {
	margin-top: 15px;
}

table#calendar {
	background-color: #cccccc;
}

table#calendar td {
	background-color: #ffffff;
}

table#calendarhead  tr td.dayname {
	font-size: 1.6em;
	color: #7d7d7d;
		width: 48px;
}

table#calendarhead tr td.weekend{
	color: #b1b1b1;
}

table#calendar tr td.weekend{
	color: #7a7a7a;
}

table#calendar a, table#calendar a:link, table#calendar a:visited {
	display: block;
	
	color: #262626;
	text-decoration: none;
}

table#calendar a:hover, table#calendar a:active {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

table#calendar td.days {
	width: 48px;
	height: 48px;
	font-size: 1.7em;
	background: url(../template_images/cal-day-bg.png) repeat-x left top;
}

table#calendar td.active {
	background: url(../template_images/cal-dayactive-bg.png) repeat-x left top;
}

table#calendar td.today, table#calendar td.today a {
	color: #2079f1;
	font-weight: bold;
}

table#calendar td.empty {
	background-image: none;
	background-color: #ffffff;
}

#eventinfowrap {
	float: right;
	margin-top: -360px;
	width: 275px;
}

#eventinfowrap h3 {
	font-size: 1.3em;
}

#eventtime {
	background: #e5e5e5;
	padding: 8px;
	font-style: italic;
	font-size: .95em;
	margin-bottom: 12px;	
}

#eventtime p {
	margin-bottom: 0;
}

.context {
	position: relative;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	z-index: 125;

}

.eventlistingwrap {
	position: absolute;
	bottom: 32px;
	left: -23px;
	width: 260px;

	background: url(../template_images/hideshow-downarrow.png) no-repeat 17px bottom;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.eventlistingwrap .inner {
	height: 95%;
	font-size: 15px;
}

.eventlistingwrap .inner h3 {
	color: #cccccc;
	font-size: 1em;
}

#content_main .eventlistingwrap .inner ul {
	margin: 0 0 10px 23px;
}

#content_main .eventlistingwrap .inner ul li {
	background-image: none;
	text-align: left;
	font-size: .85em;
	list-style-type: disc;
	padding: 0;
	margin-bottom: 5px;
}

#content_main .eventlistingwrap .inner ul li a, #content_main .eventlistingwrap .inner ul li a:active {
	color: #FFD24D;
}

#content_main .eventlistingwrap .inner ul li a:hover {
	background-color:#FFD24D;
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}

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


#footercontent {
	background: url(../template_images/footercorner-topright.png) no-repeat right top;
}

#footercontent #corner {
	width: 15px;
	height: 15px;
	background: url(../template_images/footercorner-topleft.png) no-repeat left top;
}

#footercontent p {
	font-size: 1.2em;
	color: #e4e4e4;
}

#footercontent p#cpyright {
	margin-left: 10px;
	margin-top: 15px;
}

#footercontent h3 {
	color: #bcbcbc;
	font-size: 1.825em;
}

#footermsa {
	color: #ffffff;
	font-size: 1.1em;
	margin: 12px 0;
}

#footermsa h2 {
	margin: 0;
	line-height: 1;
	font-size: 1.825em;
	color: #ffffff;
}

#col1, #col2, #col3 {
	float: left;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

#col1, #col2 {
	background: url(../template_images/footer-divider.png) no-repeat right top;
}


#col1 {
	width: 205px;
	margin-left: 10px;
}

#col2 {
	width: 440px;
}

#col3 {
	width: 235px;
	border-right: none;
	margin-right: 0	;
}



#col2 li a, #col3 li a {
	display: block;

	color: #cccccc;


}

#col2 li, #col3 li {
	list-style: none;
	float: left;
	margin-right: 7px;
	padding: 4px;
	color: #cccccc;
	font-size: 1.1em;
}

#col2 li {
	width: 117px;
}

#col3 li {
	width: 100px;
}



#col2 a:hover, #col3 a:hover {
	color: #000000;
}

#content_main h3{
	color:#D99816;
	font-size:19px;
	}




