html {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	overflow:-moz-scrollbars-vertical;
	}

body {
	background:#000;
	color:#333; /* dark grey */
	}

/*********************************************
    HEADER
*********************************************/
div#header {
	height:100px;
	margin:0;
	padding:0;
	background:#fff;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	}

/*********************************************
    NAV
*********************************************/
#nav {
	padding:0;
	margin:0 3%;
	}

#nav ul {
	padding:0;
	margin: 0;
	}

#nav ul {
	position: absolute;
	left: -999em;
	margin-left: 0;
	background-color: #fee;
	}

#nav li {
	float: left;
	list-style: none;
	margin-right: 2px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	}

#nav ul li {
	clear: both;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
	}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	padding: 6px 15px;
	color: #000;
	background-color: #fee;
	text-decoration: none;
	font-weight:bold;
	}

#nav a:focus,#nav a:hover,#nav a:active {
	color: #fff;
	background-color: #f00;
	} 

/*********************************************
    CONTENT
*********************************************/
div#content {
	margin:30px auto 10px auto;
	width:980px;
	border:1px solid #ccc;
	border-radius:12px;
	background-color:#fff;
	padding:0;
	}

div.content {
	clear:both;
	margin:0 10px;
	padding:1px 10px 0 10px;
	}

div#left {
	float:left;
	width:500px;
	padding:0;
	margin:30px 0 30px 20px;
	}
	
div#right {
	float:left;
	width:420px;
	padding:0;
	margin:30px 0;
	}

img.content {
	border:none;
	}
	
h1 {
	font-size:200%;
	text-align:left;
	margin:1em 0 0.25em 14px;
	color:#f00; /* red */
	}

h2 {
	font-size:150%;
	text-align:left;
	margin:0.5em 0 0 14px;
	color:#000; /* black */
	}

h3 {
	font-size:110%;
	text-align:left;
	margin:0.5em 0 0 14px;
	color:#000; /* black */
	}

div.content p {
	margin:0 1em 1em 14px;
	}

table.homepage h2 {
	font-size:150%;
	text-align:left;
	margin:0.5em 0 0 0;
	color:#000; /* black */
	margin:0 0 0.5em 3.2em;
	}

table.homepage {
	border:0;
	width:400px;
	margin:20px;
	}

table.services {
	border:0;
	width:500px;
	margin:0 0 20px 40px;
	}

a.content {
	color:#f00; /* red */
	text-decoration:underline;
	font-size:100% !important;
	}

a.content:hover {
	color:#333; /* dark grey */
	text-decoration:none;
	}

img.logo_left {
	border:none;
	float:left;
	margin:20px 50px 0 50px;
	}

img.logo_right {
	border:none;
	float:right;
	margin:20px 50px 0 50px;
	}

img.content_right {
	border:none;
	float:right;
	margin:0 50px 0 20px;
	}

div.testimonial {
	margin:0 0 3em 0;
	}

img.testimonial {
	 float:left;
	 margin:0.5em 2em 2em 20px;
	 }

div.contact {
	float:left;
	width:275px;
	height:200px;
	margin:10px 5px 20px 5px;
	border-right:1px solid #ccc;
}

div.contact.last {
	width:340px;
	border-right:none;
}

div.contact p.contact {
	margin-left:60px;
	font-size:90% !important;
	}

div.contact img {
	float:left;
	width:55px;
	margin:10px 5px 2em 0;
	}

a.ext_link {
	display:block;
	height:32px;
	width:180px;
	background:transparent url('../images/web_reporting_off.png') top left no-repeat;
	}

a.ext_link:hover {
	background:transparent url('../images/web_reporting_on.png') top left no-repeat;
	}

/*
***** STAFF
*/
div.staff {
	float:left;
	margin:0 10px 15px 10px;
	width:165px;
	text-align:center;
	border:1px solid #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor:pointer;
	}

div.staff img {
	width:70px;
	margin:5px 0 0 0;
	}

div.staff h3 {
	font-size:125% !important;
	text-align:center !important;
	margin:0 !important;
	padding:0 !important;
	}

div.staff p {
	font-size:90% !important;
	margin:0 0 0.5em 0 !important;
	padding:0 !important;
	}

div.bio {
	display:none;
	clear:both;
	width:355px;
	background-color:#ccc;
	border:1px solid #888;
	margin: 0 0 0 10px !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

div.bio img {
	width:175px;
	float:left;
	margin:0 1em 1em 0;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	}

/*
***** SERVICES
*/
.services_header {
	display:block;
	}

ul.services {
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
	/*list-style-position:inside;*/
	}

ul.services li {
	position:relative;
	/*overflow:hidden;*/
	}

ul.services li h2 a {
	color:#000;
	text-decoration:underline;
	}
	
ul.services li h2 a:hover {
	color:#f00;
	text-decoration:none;
	}
	
.services_detail {
	display:none;
	}

ul.services_detail {
	margin-top:0;
	padding-top:0;
	list-style-type:disc !important;
	}

/*********************************************
    FOOTER
*********************************************/
div#footer {
	clear:both;
	width:100%;
	height:100px;
	background:#fff;
	margin:4em 0 0 0;
	padding:0;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	text-align:center;
	}

span.footer {
	clear:both;
	font-family:"Courgette", "Times New Roman", Times, serif;
	text-align:center;
	font-size:200%;
	color:#f00;
	font-style:italic;
	padding:0 0 0.5em 0 !important;
	margin:0 !important;
	}
