/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	/* font-size reset so 1em = 10px */
	font-size: 62.5%;
	/* IE4 centering */
	text-align:center;
	background:#333333;	
}
p, ul, table {
	font-size:1.2em;
	margin-bottom:.7em;
}
h1 {
	color: #006D67;
	font-size:1.8em;
}
h2 {
	font-size:1.4em;
}
a:link, a:visited {
	color:#006D67;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
object {
	line-height:0;
	outline:none;
}


#page {
	/* set text back to left (due to IE4 centering fix) */
	text-align:left;
	background:#FFFFFF;
}
#header {
}
#header a {
	float:left;
	outline:none;
}
#header h1 {
	position:relative;
	top:10px;
	text-align:center;
}
#navigation {
	/*background:#006D67;*/
	background:url(images/navback.jpg) repeat-x;
	position:relative;
	overflow:hidden;
}

/* LEFT COLUMN */
#leftcol {
	margin-top:20px;
	margin-bottom:10px;
}
#leftcol h1 {
	margin-left:20px;
}
#leftcol h1.title {
	margin-bottom:20px;
}
#leftcol h2 {
	margin-top:20px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:20px;
	background:url(images/staff/heading_line.gif) repeat-x;
	text-align:center;
}
#leftcol h2 span {
	background:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	margin:0;
}
#leftcol p {
	margin-left:20px;
	margin-right:20px;
}
#leftcol ul {
	margin-left:20px;
	padding-left:20px;
	font-size:1.2em;
}
#leftcol img.frame {
	float:right;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
}
#leftcol table {
	margin-left:20px;
}
div#rightcol span.focus_title {
	position:absolute;
	top:213px;
	left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#15218A;
}
div#rightcol span.focus_description {
	position:absolute;
	top:235px;
	left:10px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;	
}
#servebar {
	margin-top:-23px;
	width:748px;
}
#servebar h2 {
	background:#006D67 url(images/layout/tab_industries.gif) no-repeat;
	width:170px;
	height:27px;
	line-height:27px;
	text-align:center;
}
#servebar img.imgfloat {
	display:inline;
	margin-right:-3px;
	margin-bottom:-3px;
}

/* HOME */
#hmrightcol {
	float:right;
	display:inline;
	margin:0 20px;	
	margin-top:-10px;
}
.client-portal {
	width:186px;
	padding-bottom:10px;
	background:url(images/home/client-portal-body.gif) repeat-y;
	border-bottom:#589296 solid 1px;
	margin-bottom:10px;
}
.view-documents {
	width:186px;
	padding-bottom:10px;
	background:url(images/home/view-documents-body.gif) repeat-y;
	border-bottom:#FBA503 solid 1px;
	margin-bottom:10px;
}
.client-portal form, .docbox form, .view-documents form {
	text-align:center;
}
.docbox .box_contents {
	background:#FFEEBB;
	border:#FFC71C solid 1px;
	width:184px;
	padding:10px 0;
}
#hmrightcol p {
	margin:0 10px;
	margin-bottom:10px;
}
h3.client-portal-box-top {
	background:url(images/home/client-portal-box-top.gif);
	line-height:36px;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
	color:white;
	margin-bottom:10px;
}
h3.view-documents-box-top {
	background:url(images/home/view-documents-box-top.gif) no-repeat;
	line-height:35px;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
	color:white;
	margin-bottom:10px;
}

/* STAFF */
div.section {
	clear:both;
}

/* CONTACT */
#contactleft p {
	margin-right:0px;
}
#contactleft img {
	margin-right:0px;
}
img.footerimg {
	display:inline;
	float:left;
	margin-left:54px;
	margin-top:10px;
	margin-bottom:10px;
}

/* LOCATION */
.google-map {
	float:right;
	border:#000000 solid 1px;
	margin-right:20px;
	margin-bottom:12px;
}

/* FOOTER */
#footer {
	width:748px;
	margin-left:auto;
	margin-right:auto;
}
#footer p {
	color:white;
	font-size:1em;
}
#footer a:link, #footer a:visited {
	font-size:1em;
	font-weight:normal;
}
#footer a:hover {
	font-weight:normal;
}

.clear {
	clear:both;
}
.readmore {
	float:right;
	margin-right:20px;
}
.whitetext {
	color:#FFFFFF;
}
.error {
	color:#FF0000;
	margin:0;
	padding:0;
}
.bold {
	font-weight:bold;
}

/* email table */
#email table td {
	padding:4px;
}
#email img {
	padding-bottom:4px;
}
#email input {
	width:200px;
}
#email textarea {
	width:370px;
}
#email input.button {
	width:100px;
}
#errors {
	margin-bottom:.7em;
}

/**
 * MCE-CMS
 * This section defines the edit button and it's positioning
 */
div.edit {
	float:left;
	display:inline;
	background:#CCCCCC;
}
div.edit a:link, div.edit a:visited {
	width:60px;
	height:18px;
	line-height:18px;
	text-align:center;
	display:block;
	color:#666666;
	text-decoration:none;
	border:#999999 solid 2px;
	font-size:10px;
}
div.edit a:hover {
	display:block;
	width:60px;
	color:#000000;
	text-decoration:none;
	border:#000000 solid 2px;
	font-size:10px;
	font-weight:normal;
}
div.gutterpad {
	margin-left:20px;
}
div.buttonpad {
	margin-left:4px;
}

ul#documents {
	list-style-type:none;
	margin-left:20px;
	padding:0;
}
ul#documents li {
	margin-bottom:14px;
}
ul#documents .desc {
	font-style:italic;
}

ul.footerlinks {
	list-style-type:none;
	margin:20px 0 10px 0;
	padding:0;
	text-align:center;
}
ul.footerlinks li {
	display:inline;
	margin:8px;
}
ul.footerlinks a {
	font-size:1em;
	color:white;
}
ul.footerlinks a:hover {
	color:#FEE394;
}

.entry { margin:4em 0; }
.entry a { text-align:center; }
