/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------------------------------------------------------------
	body
----------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888; 
	font-size: 76%;
	text-align: left;
	background: #FDFAE7 url(/template_assets/images/mainbg.jpg) repeat-x scroll 0 0;
}

/*----------------------------------------------------------------
	#wrap
----------------------------------------------------------------*/

#wrap { margin: 0; padding: 0; width: 998px;}

/*----------------------------------------------------------------
	#header
----------------------------------------------------------------*/

#header {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 120px;
	background: url(/template_assets/images/headerbg.jpg) no-repeat scroll 0 0;
	position: relative;
	color: #C7B299;
}
#header_print {
	display: none;
}
#header h1 { 
	font: normal 120% "Times New Roman", Times, serif;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	left: 467px;
}
#header p {
	font: normal 120% "Times New Roman", Times, serif;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	left: 636px;
}

/*----------------------------------------------------------------
	#logo
----------------------------------------------------------------*/

#logo {
	position: absolute; top: 45px; left: 33px; width: 454px; height: 40px;
}

/*----------------------------------------------------------------
	#searchbox
----------------------------------------------------------------*/

#searchbox {
	position: relative; top: 24px; left: 747px; width: 200px;
}
.search {
	width: 144px; background: #ECDDBF; border: 1px solid #CCC;
}

/*----------------------------------------------------------------
	#navbar
----------------------------------------------------------------*/

#navbar { 
	padding: 0;
	height: 29px;
	background: url(/template_assets/images/navbarbg.jpg) no-repeat scroll 0 0;
	color: #C7B299;
	text-transform: uppercase;
}
#navbar ul {
	margin: 0 0 0 40px;
}
#navbar li {
	display: inline; line-height: 23px; margin: 0 16px 0 0; letter-spacing: 1px;
}
#navbar a:link, #navbar a:visited { 
	color: #C7B299; text-decoration: none;
}
#navbar a:hover { 
	color: #CCC; text-decoration: none;
}
#navbar a:active { 
	color: #C7B299; text-decoration: none;
}

/*----------------------------------------------------------------
	#maincontent
----------------------------------------------------------------*/

#maincontent { 
	float: left;
	padding: 0;
	width: 736px;
	height: 512px;
	background: url(/template_assets/images/maincontentbg.jpg) no-repeat scroll 0 0;
	position: relative;
}

/*----------------------------------------------------------------
	#content
----------------------------------------------------------------*/

#content { 
	float: left;
	padding: 0 32px 0 35px;
	width: 669px;
	height: 512px;
	position: relative;
	display: inline;
}
#content h1 { 
	font: normal 250% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #C69C6D;
	letter-spacing: 1px;
	margin: 12px 0 0 0;
	position: relative;
}
.backbtn { 
	position: absolute;
	bottom: 6px;
	right: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
.backbtn a:link, .backbtn a:visited { 
	color: #999; text-decoration: none;
}
.backbtn a:hover { 
	color: #CCC; text-decoration: none;
}
.backbtn a:active { 
	color: #999; text-decoration: none;
}

/*----------------------------------------------------------------
	#column-span
----------------------------------------------------------------*/

#column-span {
	float: left;
	display: inline;
	width: 684px;
	height: 440px;
	border: 1px solid #CCC;
	clear: left;
	background: #FFF;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#column-span h1 { 
	font: normal 120% "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 1em 0;
	text-align: left;
	background: #58727D;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	line-height: 22px;
	padding: 2px 0 0 12px;
	position: relative;
}
#column-span h2 { 
	font: normal 140% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 1px;
	margin: 0 12px .2em 12px;
}
#column-span h3 { 
	font: normal 140% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 1px;
	margin: 0 12px 0.2em 12px;
}
#column-span p {
	font: 100%/165% Arial, Helvetica, sans-serif; margin: 0 12px 6px 12px; text-align: justify;
}
#column-span ul, #column-span ol {
	margin: 0 0 20px 0;
}
#column-span li {
	margin: 0 0 .1em 21px; line-height: 20px;
	background:url(/template_assets/images/red_bullet.gif) 0px 8px no-repeat;
	padding:0 8px 0px 10px;
}
#column-span a:link, #column-span a:visited { 
	color: #888;
}
#column-span a:hover { 
	color: #CCC;
}
#column-span a:active { 
	color: #888;
}


/* #column-span2 */

#column-span2 {
	float: left;
	display: inline;
	width: 684px;
	height: 440px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#column-span2 a:link, #column-span2 a:visited { 
	color: #888;
}
#column-span2 a:hover { 
	color: #CCC;
}
#column-span2 a:active { 
	color: #888;
}
#gmap {
	 border: 1px solid #666; margin: 1em 0pt 0pt 12px; width: 650px; height: 375px;
}

/*----------------------------------------------------------------
	#welcome
----------------------------------------------------------------*/

#welcome { 
	padding: 0; width: 345px; position: absolute; top: 112px; left: 185px;
}
#welcome h1 { 
	font: normal 190% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 3px;
	margin-bottom: 36px;
}
#welcome p {
	text-transform: uppercase; line-height: 28px; width: 345px; text-align: justify; margin-bottom: 28px;
}


/*----------------------------------------------------------------
	#sidebar
----------------------------------------------------------------*/

#sidebar { 
	float: right;
	padding: 17px 0 0 8px;
	width: 254px;
	height: 495px;
	background: url(/template_assets/images/sidebarbg.jpg) no-repeat scroll 0 0;
	text-transform: uppercase;
	display: inline;
}
#sidebar h1 { 
	font: normal 170% "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0 0 4px 6px;
	border-bottom: 1px solid #E1E1E1;
	color: #764A23;
	letter-spacing: 1px;
	word-spacing: 6px;
	width: 196px;
}
#sidebar li {
	line-height: 27px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 90%;
	padding: 0 0 0 6px;
	width: 196px;
	list-style: none;
}
#sidebar a:link, #sidebar a:visited { 
	color: #888; text-decoration: none;
}
#sidebar a:hover { 
	color: #CCC; text-decoration: none;
}
#sidebar a:active { 
	color: #888; text-decoration: none;
}

/*----------------------------------------------------------------
	#footer
----------------------------------------------------------------*/

#footer {  
	clear: both;
	padding: 0;
	height: 80px;
	background: url(/template_assets/images/footerbg.jpg) no-repeat scroll 0 0;
	text-transform: uppercase;
	font: 80% Arial, Helvetica, sans-serif;
}
#footer ul {
	margin: 10px 0 0 67px; float: left; font-size: 96%;
}
#footer li {
	display: inline; margin: 0 6px 0 0;
}
#footer a:link, #footer a:visited { 
	color: #888; text-decoration: none;
}
#footer a:hover { 
	color: #CCC; text-decoration: none;
}
#footer a:active { 
	color: #888; text-decoration: none;
}

/*----------------------------------------------------------------
	#company
----------------------------------------------------------------*/

#company {
	float: right; width: 259px; color: #58727D; font-weight: bold; margin: 9px 0 0 0; line-height: 14px;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 25px;
	font-family: inherit;
	vertical-align: baseline;
}
.site_search_results {
	margin: 0 12px 20px 12px;
}


/*----------------------------------------------------------------
	form
----------------------------------------------------------------*/

form table {
	width:500px;
	margin:0 auto;
}
form table th {
	font-weight:bold;
	color:#333;
	width:175px;
	padding:5px 5px 5px 0;
	vertical-align:top;
	text-align: left;
}
form table th label {
	color: #888;
}
form table th label.required {
	color: #000;
}
form table td {
	color:#333;
	padding:5px 0;
	vertical-align:top;
}
form table td input:focus {
	background-color: #ffffcc;
}
form table td textarea:focus {
	background-color: #ffffcc;
}
form table td.buttons {
	padding:5px 0;
	text-align:center;
}
form table td .fieldWithErrors input {
	border:2px solid #c00;
	background-color: #eee;
}

form table td .fieldWithErrors textarea {
	border:2px solid #c00;
	background-color: #eee;
}

/*----------------------------------------------------------------
	#errorExplanation
----------------------------------------------------------------*/

#errorExplanation {
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin: 10px auto;
  background-color: #ffe0e0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 7px -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
color: #666;
margin-left:20px;
line-height: 12px;
}

/*----------------------------------------------------------------
misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}



/* leftcol1 */

#leftcol1 {
	float: left;
	width: 356px;
	height: 440px;
	border: 1px solid #CCC;
	clear: left;
	background: #FFF;
	padding: 7px 50px 7px 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#leftcol1 h2 { 
	font: normal 140% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 1px;
	margin: 0 0 22px 0;
}
#leftcol1 p {
	font: 100%/165% Arial, Helvetica, sans-serif; margin: 0 0 20px 0; text-align: justify;
}
#leftcol1 li {
	margin: 0 0 0 21px; line-height: 20px;
}
#leftcol1 .listhead {
	margin: 0;
}

/* leftcol2 */

#leftcol2 {
	float: left;
	width: 420px;
	height: 457px;
	border-top: 1px solid #CCC;
	padding: 0 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#leftcol2 h2 { 
	font: normal 200% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 1px;
	margin: 5px 10px 0 0;
}
#leftcol2 p {
	font: 100%/165% Arial, Helvetica, sans-serif; margin: 10px 0 0 20px 0; text-align: justify;
}
#leftcol2 h3 { 
	font: normal 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px 10px 8px 0;
}
#leftcol2 h5 { 
	text-transform: uppercase; font-size: 100%; margin: 3px 0;
}
#leftcol2 ul, #leftcol2 ol {
	margin: 0 0 5px 0;
}
#leftcol2 li {
	margin: 0 0 .1em 21px; line-height: 20px;
	background:url(/template_assets/images/red_bullet.gif) 0px 8px no-repeat;
	padding:0 8px 0px 10px;
}
.bioheadclose { 
	font: normal 120% "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	text-align: left;
	background: #58727D;
	border: 1px solid #CCC;
	color: #FFF;
	line-height: 22px;
	padding: 0 0 0 15px;
	position: relative;
}
.bioheadclose a:link, .bioheadclose a:visited  { 
	color: #FFF; text-decoration: none;
}
.bioheadclose a:hover { 
	color: #CCC; text-decoration: none;
}
.bioheadclose a:active { 
	color: #FFF; text-decoration: none;
}
.bioheadopen { 
	font: normal 120% "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	text-align: left;
	background: #CCC;
	border: 1px solid #CCC;
	color: #981B1E;
	line-height: 22px;
	padding: 0 0 0 15px;
	position: relative;
}
.openlink { 
	position: absolute; right: 15px; bottom: 5px; font: 70% Arial, Helvetica, sans-serif;
}
.bioheadopen a:link, .bioheadopen a:visited  { 
	color: #8C6239; text-decoration: none;
}
.bioheadopen a:hover { 
	color: #666; text-decoration: none;
}
.bioheadopen a:active { 
	color: #8C6239; text-decoration: none;
}
.biocontent { 
	height: 286px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
	padding: 0 15px;
	background: #FFF;
	overflow: auto;
}
#leftcol2 .biocontent h2 { 
	text-transform: uppercase; 
	font-size: 100%; 
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #888; 
}
.biocontent p { 
	line-height: 20px; margin: 0 0 3px 0;
}

.bio, .job {
	width: 300px; 
	background: #FFF; 
	border: 1px solid #CCC; 
	margin: 0 1em 0.7em 0; 
	float: left; 
	display: inline;
	padding: 6px;
}
.bio h2, .job h2 { 
	font: normal 110% "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #981B1E;
	letter-spacing: 1px;
	margin: 0 0 0.2em 0;
}
.bio p, .job p {
	margin: 0 0 0.2em 0; padding: 0; font-size: 95%;
}
.bio p, .job p {
	margin: 0 0 0.2em 0; padding: 0; font-size: 95%;
}

/* rightcol */

#rightcol {
	float: right;
	width: 241px;
	height: 454px;
	border: 1px solid #CCC;
	clear: right;
	background: #58727D;
	position: relative;
}
#rightcol a:link, #rightcol a:visited { 
	color: #FFF; text-decoration: none;
}
#rightcol a:hover { 
	color: #FFF; text-decoration: none;
}
#rightcol a:active { 
	color: #FFF; text-decoration: none;
}
#dingbat {
	position: absolute; bottom: 30px; left: 112px;
}
#rightcolhead {
	color: #FFF; text-transform: uppercase; border-bottom: 1px solid #DDD; line-height: 30px; padding: 0 10px;
}
#rightcolbody {
	color: #FFF; font: 90% Arial, Helvetica, sans-serif; padding: 4px 7px;
}
#rightcolbody p {
	margin: 0 0 37px 0; text-align: right;
}
#rightcolbody ul {
	margin: 0 0 3em 0;
}
#rightcolbody li {
	list-style: none; margin: 0 0 8px 0;
	background:url(/template_assets/images/red_bullet.gif) 0px 8px no-repeat;
	padding:0 8px 0px 10px;
}
.jobfield {
	width: 226px; background: #999;  border: 1px solid #DDD; /*height: 22px; font-size: 18px;*/
}
#bio {
	padding: 5px 7px;
}

#rightcol img {
	margin: 5px 5px 20px 6px; border: 1px solid #58727D;
}
#bio img {
	margin: 0 0 1.7em 0; border: 1px solid #FDFAE7;
}
#bio p {
	color: #FFF; font: 100% Arial, Helvetica, sans-serif; line-height: 18px; margin: 0 0 1.7em 0;
}