@charset "UTF-8";
/* CSS Document */

/* Fix clearing bug */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	text-align: center;
	background-color: #bebebe;
	line-height: 1.4em;
}

/* ----- Typography ----- */

h1, h2, h3, h4, h5, h6, p, ul, ol
{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6
{
	color: #003399;
	clear: ;
	clear: both;
}

.caption
{
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-style: italic;
	line-height: 1.2em;
}

.mainhead h4 {
	color: #CCC;
}

.highlight {
	color: #FFF;
	background-color: #039;
	display: inline;
}

/* ----- General ----- */

#canvas
{
	width: 760px;
	text-align: left;
	margin: 0px auto auto auto;
}


#firstrow
{
	clear: both;
	min-height: 190px;
	height: 190px;
}

/* ----- Links ----- */

a:link
{
	color: #A00;
}

a:visited
{
	color: #066;
}

a:hover, a:active
{
	color: #E00;
}

a img
{
	border: none;
}

/*
blockquote used to style news navigation blocks
*/

blockquote {
	background-color: #e9e6c0;
	padding: 1em;
	margin: 0px;
}

.quotes {
	background-color: #69C;
	padding: 1em;
	margin: 0px;
}

/*  Horizontal nav */

#menu { clear: left; margin: 0; padding: 0; }
#menu ul { clear: left; border: 0; margin: 0; padding: 0; list-style: none; }
#menu ul li  { display: inline; }
#menu ul li a  { text-align: center; color: #fff; font-size: 1em; font-weight: normal; text-decoration: none; background: #003399; float: left; margin-right: 1px; margin-bottom: 0; padding-top: 0.6em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; }
#menu ul li a:hover  { color: #000; background: #99C }

/*  Current page nav style */

#home #menu li.home a,
#news #menu li.news a,
#about #menu li.about a,
#services #menu li.services a,
#clients #menu li.clients a,
#team #menu li.team a
{
	color:#777;
	background: #fff;
	}

/* ----- Current page nav style - RIGHT HAND button ----- */

#contact #menu li.contact a
{
	color:#777;
	background: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBB;
	}

/* ----- Main Content ----- */

#middle
{
	padding:0;
	margin:0;
	background-color:#ffffff;
	height:auto !important;
	height:500px;
	min-height:500px;
}

#picleft
{
	width:200px;
	padding: 30px 5px 20px 20px;
	float:left;
}

#textright
{
	width:480px;
	padding: 30px 40px 10px 10px;
	float:right;
	line-height: 1.8em;
}

#contentfullwidth
{
	width:630px;
	margin-left: 30px;
	padding: 30px 30px 10px 10px;
	float:left;
}

#contentfullwidth p
{
	margin-bottom: 10px;	
}

.news-nugget    {
	display: block;
	width: 300px;
	float: left;
	padding-right: 10px;
	font-style: italic;
}

.news-nuggetfull    {
	display: block;
	width: 610px;
	float: left;
	padding-right: 10px;
	font-style: italic;
}

.news-info {
	line-height: 1.2em;
	padding: 1em;
	font-size: 0.8em;
}

ul li {
	line-height: 1.5;
}

/* ----- Tables ----- */

#clienttable
{
	border-width: 0px;
}

#clienttable th
{
	background-color: #555;
	padding: 5px;
	color: #DDD;	
}

#clienttable td
{
	background-color: #b8bdde;
	padding: 5px;
}

#clienttable td.mainhead
{
	background-color: #219185;
	padding: 5px;
}



/* ----- Main Footer ----- */

.footnote
{
	border-top: 1px dotted #555;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

#bottom
{
	
}

#bottompic
{
	width: 760px; height: 84px; background-image: url(../images/bottom-home.png)
}


#copyright
{
	position: relative;
	margin-top: 4px;
	color: #888;
	float: right;
}

.to-do
{
	color: #F00;
}

.nav
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.sectionhead
{
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #E9EAFF;
	padding-top: 10px;
}

.floatright
{
	float:right;
	margin-left: 10px;
}

.piccaptionright
{
	width: 284px;
	padding-left:4px;
	float: right;
}

