@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.5;
	color: #262626;
	font-family: arial,helvetica,sans-serif;
}

div#logo h1 img {
	display: none;
}

div#logo h1 {
	float: left;
	text-indent: -9000px;
	background: url(../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;
}

#content_main h2 {font-size: 2.1em; margin-bottom: .5em; padding-bottom: .2em; border-bottom: 2px solid #e5e5e5;}
h2 {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
h3 {font-size: 1.825em; color: #D99816;}
h4 {font-size: 1.5em; color: #000000;}
h5 {font-size: 1.35em;}

h3{
	margin-bottom: 10px;
	
}

h2,h3 {
	letter-spacing: -.015em;
}

#contentwrapper p,#contentwrapper ol, #contentwrapper ul, #contentwrapper blockquote, #contentwrapper dl {	
	font-size: 1.2em; 
	margin-bottom: 12px;
}

label {
	font-size: 1.2em;
}

#contentwrapper p.pLarge {
	font-size: 1.4em;
	color: #5e5e5e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#content_main ul li ul {
	font-size: 1em;
}

#content_main ul {
	margin-left: 15px;
}

#content_main ul li {
	padding-left: 10px;
	background: url(../images/li-bullet.png) no-repeat left 6px;
}

#content_main ul li ul li {
	background: url(../images/linested-bullet.png) no-repeat left 6px;
}

a, a:visited {color: #0E498C;}

a:hover, a:active  {
	background-color:#FFD24D;
	color:#000000;
	text-decoration:none;
}



#content_main a[href^="http://"] { 
	background-image: url(../images/link-external.png);
	background-repeat: no-repeat;
	background-position: right .1em;
	padding-right: 12px;
}

#content_main a[href^="mailto:"] { 
	background-image: url(../images/link-email.png);
	background-repeat: no-repeat;
	background-position: right 60%;
	padding-right: 19px;
}

#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(../images/body-bg.png) #333333 repeat-y left top;
	padding-left: 10px;
}


#pagewrapper {
	background: url(../images/fade-bg.png) repeat-x left top;

}

#logo {
	margin: 0;
	width: 300px;
	height: 100px;
	background: url(../images/whitecorner-bottomleft.png) no-repeat left bottom;
}

#wrapper {
	width: 950px;
	padding: 0 0 25px 0;
	background: #ffffff url(../images/dkgreycorner-bottomright.png) right bottom no-repeat;

}

#global {
	position: relative;
	height: 34px;
}

#mainnav {
	float: right;
	width: 256px;
}

#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: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 433px;
	margin: 0 0 0 230px;
}

#content_main {
	position: relative;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 650px;
	margin: 0 0 0 10px;
}

#content_sidebar {
	position: absolute;

	z-index: 10;
	left: 0;
	top: 152px;
	width: 210px; 
	margin-bottom: 40px;
}

#footerwrapper {
	width: 950px;
	background: url(../images/footer-bg.png) repeat-x left top;	
	margin-bottom: 50px;
}

#footercontent {
	background: url(../images/footercorner-topright.png) no-repeat right top;
}

#footercontent p {
	padding: 15px 0 0 15px;
	font-size: 1.1em;
	color: #e4e4e4;
	background: url(../images/footercorner-topleft.png) no-repeat left top;
}

div.clearfloat {
	clear: both;
}


/* ================
ACTION BUTTONS
================= */
#actionbuttons {
	background: url(../images/actionbutton-bg.png) repeat-x left top;
	padding-top: 25px;
	text-align: center;
}

#actionbuttons a:hover {
	background: transparent;
}

#actionbuttons img {
	margin: 0 auto 15px auto;
}

#actionbuttons img {
	margin-left: -20px;
}

/* ================
WIDGETS
================= */
.widgets {
	float: left;
	background: url(../images/widget-bg.gif) no-repeat;
	width: 190px;
	padding: 0 10px 20px 10px;
	font-size: 1em;

}

.widgets p {
	line-height: 1.2;
}

#locateoffice {
	background: url(../images/widget-curve-bg.gif) no-repeat;

}

.widgets h3 {
	color: #262626;
	font-size: 1.5em;
	letter-spacing: normal;
		margin-top: 8px;
}

#locateoffice h3 {
	margin: 15px 0 8px 0;
	padding: 10px 0 0 45px;
	background: url(../images/icon-locateoffice.png) no-repeat left top;
}

a.button {
	display: block;
	text-indent: -9000px;	
}

a.gotherenow {
	width: 107px;
	height: 22px;
	background: url(../images/btn-gothere.png) no-repeat left top;
}

a.orderservices {
	width: 117px;
	height: 22px;
	background: url(../images/btn-orderservices.png) no-repeat left top;
}

a.button:hover {
	background-position: left bottom;
}

div#viewtransactions h3 {

}

form#viewtransactionsform {
	background: url(../images/powered-sureclose.png) no-repeat left bottom;
	padding-bottom: 20px;
}

div#viewtransactions {
	position: relative;
}

div#viewtransactions div#inner {
	background: #333333;
	color: #ffffff;
	padding: 10px;
	font-size: .95em;

}

div#viewtransactions div#request {
	position: absolute;
	background: url(../images/hideshow-downarrow.png) no-repeat 20px bottom;
	z-index: 100;
	top: -8px;
	left: 50px;
	width: 250px;
	padding-bottom: 8px;
	overflow: visible;
}

div#inner p {
	padding-right: 10px;
}

a.close {
	display: block;
	right: -8px;
	top: -8px;
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../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(../images/btn-demo.png) no-repeat left top;
}

a#demo:hover {
	background-position: left bottom;
}

/* ================
MEET THE STAFF
================= */

table#stafflist {
	font-size: 1em;
	margin: 15px 0 0 0;
	width: 100%;
}

table#stafflist caption {
	display: none;
}

table#stafflist td {
	font-size: 1.2em;
	border-bottom: 1px solid #efefef;
	margin-bottom: 3px;
	padding: 10px 0 3px 0;
}

table#stafflist td.staffname {
	width: 38%;
}

table#stafflist td.staffname a.name {
	display: block;
	float: left;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1;
}

table#stafflist td.staffname a.email {
	display: block;
	float: left;
	font-size: 11px;
	color: #262626;
	clear: left;
}

table#stafflist td.staffphone {
	width: 22%;
}

table#stafflist td.staffaddress {
	width: 40%;
}

/* ================
GOOGLE IFRAME MAP
================= */
div#googlemap {
	float: right;
	width: 425px;
	height: 350px;
	
}

/* ================
FORMS
================= */

legend {	
	font-size: 1.65em;
	margin-left: -10px;
	color: #000000;
	}

fieldset {
	border: none;
	background-color: #efefef;
	font-size: 1.2em;
	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;
}

/* ================
LOCATIONS
================= */

.officelocation {
	float: left;
	padding-right: 10px;
width: 175px;
padding-top: 5px;


}


/* ================
FORM
================= */

#bio-form {
	font-size:13px;
	margin:0;
	padding:0;
}

#bio-form table {
	margin:0px;
}

#bio-form h2 {
	font-size:21px;
}

#bio-form table td {
	padding:5px 0;
	font-size:13px;
	padding-right:5px;
}

#bio-form td label {
	font-size:13px;
}

#bio-form td textarea {
	margin-bottom:10px;
}

#bio-form .titleBar {
	font-size: 120%;
	font-weight: 700;
	color: #ffffff;
	background-color: #333333;
	height: 28px;
	padding-left: 8px;
}

#bio-form .radios .answer {
	margin-bottom:10px;
}


#contentwrapper {
}

