body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #484849;
	background: #fff;
	margin: 0;
	text-align: center;
	}
/* Linkage */
a:link { color: #924739; background: transparent; border-bottom: 1px dotted #924739; text-decoration: none; }
a:visited { color: #666; background: transparent; border-bottom: 1px dotted #666; text-decoration: none; }
a:hover { color: #fff; background: #924739; }

* html a:link { color: #924739; border-bottom: none; text-decoration: underline; }
* html a:visited { color: #666; border-bottom: none; text-decoration: underline; }
* html a:hover { color: #fff; background: #924739; border-bottom: none; text-decoration: underline; }

/* Layout */
	
.fixedwidth {
	/*width: 800px;*/
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#header-wrap {
	height: 144px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(/image/bg-header-wrap.gif) repeat-x left top;
	text-align: center;
	}
#header {
	position: relative;
	height: 144px;
	/*width: 800px;*/
	width: 900px;
	background: #fff url(/image/bg-header.gif) repeat-x left top;
	}
#header img {
	border: none;
	}
#header #logo {
	position: absolute;
	top: 23px;
	left: 20px;
	margin: 0;
	padding: 0;
	}
#headernav {
	position: absolute;
	top: 3px;
	right: 0;
	height: 20px; 
	}
#topnav {
	position: absolute;
	top: 82px;
	right: 0;
	height: 39px;
	width: 509px;
	margin: 0;
	padding: 0;
	}

#main {
	background: #fff url(/image/bg-content.gif) repeat-y left top;
	padding: 20px 0 25px 0;
	}
* html #main { margin-bottom: -25px; } /* no idea why ie needs this */

#subnav {
	float: left;
    width: 200px;
	margin: 0;
	padding: 0 0 25px 0;
	}
#content {
	width: 695px;
	margin: 0;
	float: right;
	}
#heading {
	width: 100%;
	}
#body {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	}
#sidebar {
	float: right;
	margin: 0;
	padding: 0;
    width: 250px;
	}

body.c2 #sidebar { display: none; }
body.c2 #heading,
body.c2 #body { width: 695px; }

body.c2 #body p, 
body.c2 #body h2, 
body.c2 #body h3, 
body.c2 #body h4, 
body.c2 #body h5, 
body.c2 #body h6, 
body.c2 #body ul, 
body.c2 #body table,
body.c2 #body div.highlight { margin-right: 100px; clear: left; }



/* Footer */

#footer-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/image/bg-footer-wrap.gif) repeat-x left top;
	text-align: center;
	}
	
#footer {
	clear: both;
	padding: 20px 0;
	background: transparent url(/image/bg-footer.gif) no-repeat right top;
	}
body#home #footer {
	padding-top:0;
	background: none;
	}	
#footer h3 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	margin: 0 0 .25em 0;
	}
#footer h3 a {
	color: #7b7b7b;
	}
#footer h3 a:link, #footer h3 a:visited { text-decoration: none; border: none; }
#footer h3 a:hover { text-decoration: underline; background: none; }

#footer #contact {
	float: left;
	width: 380px;
	}
#footer #contact p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	}
	
#footer #contact p a         { border-bottom: 1px dotted #924739; text-decoration: none; }
#footer #contact p a:link,
#footer #contact p a:visited { color: #924739; background-color: transparent; }
#footer #contact p a:hover   { color: #fff; background-color: #924739; }

* html #footer #contact p a  { border-bottom: none; text-decoration: underline; }

	
#footer #linklists {
	float: right;
	width: 400px;
	}
#linklists ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#linklists li {
	margin: 0;
	padding: 0;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #924739;
	}
	
#linklists li a         { border-bottom: 1px dotted #924739; text-decoration: none; }
#linklists li a:link,
#linklists li a:visited { color: #924739; background-color: transparent; }
#linklists li a:hover   { color: #fff; background-color: #924739; }

* html #linklists li a  { border-bottom: none; text-decoration: underline; }


#footer ul#footerlinks {
	float: left;
	clear: left;
	width: 100%;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	}
body#home #footer ul#footerlinks {
	margin: 10px 0 30px 0;
	}

#footerlinks li { 
	display: block; 
	float: left; 
	border-right: 1px dotted #b7b7b7; 
	padding: 0 8px;  
	font: normal 10px/14px Arial, Helvetica, sans-serif; 
	color: #b7b7b7;
	}
* html #footerlinks li { 
	border-right: 1px solid #b7b7b7; 
	}
#footerlinks li.first { 
	padding: 0 8px 0 0;  
	}
#footerlinks li.last { 
	border: none;  
	}

#footerlinks li a { display: block; float: left; color: #b7b7b7; }

#footerlinks li a:link,
#footerlinks li a:visited { text-decoration: none; border: none; }
#footerlinks li a:hover   { text-decoration: underline; background: none; }




/* Home */
body#home #main {
	background: #fff;
	padding: 10px 0 25px 0;
	}
body#home #header {
	position: relative;
	height: 137px;
	/*width: 800px;*/
	width: 900px;
	background: #fff url(/image/bg-header.gif) repeat-x left top;
	}

body#home #header-wrap {
	position: relative;
	height: 317px;
	width: 100%;
	background: #fff url(/image/bg-home.gif) repeat-x left top;
	}
	
#photo-bar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 180px;
	background: #ece90a url(/image/home-photobar.jpg) no-repeat right top;
	text-align: left;
	}
	
#photo-bar h1 {
	width: 490px;
	height: 160px;
	background: transparent url(/image/home-headline.gif) no-repeat right bottom;
	}
	
#photo-bar h1 span {
    display: none;
	}
	
#intro { 
     width: 460px;
	 float: left;
	 padding: 0 0 0 20px;
	 }
	 
#features {
	float: right;
    width: 326px;
	margin: 5px 0 0 0;
	padding:0;
	background: #5FAAB9 url(/image/bg-feature-top.gif) no-repeat left top;
	}
#end-features {
    margin: 0;
	padding: 0;
	width: 326px;
	height: 12px;
	background: url(/image/bg-feature-bottom.gif) no-repeat left bottom;    
    }
#intro p {
    margin: 15px 0;
    font-size: 12px;
	line-height: 20px;
	}
#features dl {
     margin: 15px 15px 0 15px;
	}
#features dt {
    margin: 0;
	font-size: 14px;
	color: #daffff;
	}
#features dd {
    margin: 2px 0 14px 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	}	
#features dt a:link,
#features dt a:visited,
#features dd a:link,
#features dd a:visited {
   color: #daffff;
   text-decoration: none;
   border: none;
   }
#features dt a:hover {
    background: #fff;
	color: #5FAAB9;
	}
#features dd a:hover {
    background: none;
	color: #fff;
	}


/* Body text */

h1 {
	margin: 0 0 .25em 0;
	font: bold 27px/35px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #6ec7dd;
	}
h2 {
	margin: 1.5em 0 .5em 0;
	font: bold 13px/19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0f648c;
	}
h3 {
	margin: 1em 0 .5em 0;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	}
p {
	margin: 0 0 1.25em 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	}

ul {
    margin: 0 0 1em 0;
	}
li {
    font: normal 12px/20px Arial, Helvetica, sans-serif;
	padding: 3px 0 4px 0;
	}
ul.pdflist {
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul.pdflist li {
	padding: 3px 0 4px 20px;
	background: url(/image/icon-pdf.gif) no-repeat left 6px;
	}
   
p.intro {
	font: 14px/21px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #484849;
	}
.important {
	font-weight: bold;
	}
	
table.formlayout {
	margin: 30px 0 0 0;
	padding: 0;
	border: none;
	}
table.formlayout th {
	font-weight: normal;
	text-align: right;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	}
table.formlayout td {
	text-align: left;
	padding: 5px 0 5px 5px;
	vertical-align: top;
	}
	
div.highlight {
	margin: 1em 0;
	padding: 10px;
	background: #d4eef5;
	border-left: 3px solid #6ec7dd;
	height: 1%;
	}
	
div.highlight p {
	font-size: 14px;
	color: #0f648c;
	margin: .5em 0;
	}

h3.subhead { margin: 0; }
h3 span.date { font-weight: normal; }
	
.half  { width: 45%; } 
.right { float: right; clear: right; margin: 0 0 5px 5px; } 
.left  { float: left; clear: left; margin: 0 5px 5px 0;  }
	
	
/* Sidebar */

#sidebar img {
	display: block;
	border: none;
	}

/*
#sidebar h2 {
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	font: 11px/18px Arial, Helvetica, sans-serif;
	}
#sidebar p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #EDE88A;
	margin: 0 0 20px 0;
	}
#sidebar img {
	display: block;
	margin: 0 -15px 20px -15px;
	width: 230px;
	}
#home #sidebar img {
	margin: 0;
	}
#sidebar ul {
	margin: 0 0 50px 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	}
#sidebar li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #ede80a;
	margin: 0 0 9px 0;
	padding: 0;
	}
*/



/* Navigation */

#headernav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#headernav li { display: block; float: left; border-right: 1px solid #bababa; }
#headernav li.last { border: none; }
#headernav li.last a { padding: 2px 0 2px 8px; }

#headernav li a { color: #898989; display: block; float: left; padding: 2px 8px; border: none; }

#headernav li a:link,
#headernav li a:visited { text-decoration: none; }
#headernav li a:hover { text-decoration: underline; background: none; }



#topnav {
	font: 14px bold Arial, Helvetica, sans-serif;
	}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 39px;
	width: 509px;
	background: transparent url(/image/tabs.gif) no-repeat 0px 0px;
	}
	
#topnav li   { display: block; float: left; height: 39px; width: 169px; padding: 0;}
#topnav li a { display: block; float: left; height: 39px; width: 169px; padding: 0; text-indent: -2000px; border: none;}

li#topnav-whatwedo { margin: 0 1px 0 0; }
li#topnav-careers  { margin: 0 1px 0 0; }
li#topnav-aboutus  { margin: 0 0px 0 0; }

li#topnav-whatwedo a { background: transparent url(/image/tabs.gif) no-repeat 0px 0px; }
li#topnav-careers a  { background: transparent url(/image/tabs.gif) no-repeat -170px 0px; }
li#topnav-aboutus a  { background: transparent url(/image/tabs.gif) no-repeat -340px 0px; }

              li#topnav-whatwedo a:link,
              li#topnav-whatwedo a:visited { background-position: 0px 0px; }
              li#topnav-whatwedo a:hover   { background-position: 0px -39px; }
body#whatwedo li#topnav-whatwedo a:link,
body#whatwedo li#topnav-whatwedo a:visited { background-position: 0px -78px; }
body#whatwedo li#topnav-whatwedo a:hover   { background-position: 0px -39px; }

              li#topnav-careers a:link,
              li#topnav-careers a:visited  { background-position: -170px 0px; }
              li#topnav-careers a:hover    { background-position: -170px -39px; }
body#careers  li#topnav-careers a:link,
body#careers  li#topnav-careers a:visited  { background-position: -170px -78px; }
body#careers  li#topnav-careers a:hover    { background-position: -170px -39px; }

              li#topnav-aboutus a:link,
              li#topnav-aboutus a:visited  { background-position: -340px 0px; }
              li#topnav-aboutus a:hover    { background-position: -340px -39px; }
body#aboutus  li#topnav-aboutus a:link,
body#aboutus  li#topnav-aboutus a:visited  { background-position: -340px -78px; }
body#aboutus  li#topnav-aboutus a:hover    { background-position: -340px -39px; }




#subnav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	}
#subnav ul li {
	display: block; 
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	font: 13px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#subnav ul li a {
	display: block; 
	float: left;
	width : 145px;
	margin: 0;
	padding: 4px 5px 4px 20px;
	text-decoration: none;
	border:none;
	}
#subnav ul li a:link,
#subnav ul li a:visited      { color: #484849;}
#subnav ul li a:hover        { background: transparent url(/image/bg-subnav.gif) no-repeat left 50%; color: #484849; text-decoration: underline; }

#subnav ul li a.here         { background: transparent url(/image/bg-subnav.gif) no-repeat left 50%; color: #6db8c6; }
#subnav ul li a.here:link,
#subnav ul li a.here:visited { background: transparent url(/image/bg-subnav.gif) no-repeat left 50%; color: #6db8c6; }
#subnav ul li a.here:hover   { cursor: default; text-decoration: none; }


#subnav ul li ul {
	margin: 2px 0 12px 0;
	padding: 0;
	}
#subnav ul li ul li {
	display: block; 
	float: left;
	width : 155px;
	margin: 0;
	padding: 0 0 0 15px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;;
	}
#subnav ul li ul li a {
	display: block; 
	float: left;
	width : 130px;
	margin: 0;
	padding: 2px 10px 2px 15px;
	text-decoration: none;
	}
#subnav ul li ul li a:link,
#subnav ul li ul li a:visited      { color: #484849;}
#subnav ul li ul li a:hover        { background: transparent url(/image/bg-subsubnav.gif) no-repeat left 50%; color: #484849; text-decoration: underline; }

#subnav ul li ul li a.here         { background: transparent url(/image/bg-subsubnav.gif) no-repeat left 50%; color: #6db8c6; }
#subnav ul li ul li a.here:link,
#subnav ul li ul li a.here:visited { background: transparent url(/image/bg-subsubnav.gif) no-repeat left 50%; color: #6db8c6; }
#subnav ul li ul li a.here:hover   { cursor: default; text-decoration: none; }





/* Images */
img.inline {
	margin: 0 0 0 5px;
	vertical-align: baseline;
	}
body.c2 #body div.image.right {
	padding: 0 0 10px 20px;
	margin: 0 0 0 12px;
	background: #fff;
	}
div.image img {
	border: none;
	display: block;
	}
div.image cite,
#sidebar cite {
	display: block;
	margin: 1em 0 2em 0;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #999;
	font-style: italic;
	font-weight: normal;
	}
div.image.big {
	float: right;
	margin: 0 -100px 5px 20px;
	}
.float-right {
    margin: 0 0 5px 10px;
	float: right;
	}
#google-map {	
	border: 1px solid gray;
	clear: left;
	}


/* Tables */

table {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	border: none;
	}
	
table.datatable  {
	background-color: #fff;
	border-top: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	margin: 0 0 10px 0;
	}

table.datatable td  {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	}

table.datatable th {
	color: #666;
	text-align: left;
	background-color: #d5d5d5;
	padding: 5px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	background-color: #ddd;
	}
