@charset "utf-8";
/************************************************
*  		Initial Reset 							*
************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, legend, form, label, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Set Up and Standardisation */

html{
	overflow-y: scroll;
} /* Even scroll bar on all pages & browsers */
body {
	font-size: 85%;
} /* Set 1em = 13ish px */

/********************************************************************
* 		Basic Site-Wide Common Settings								*
********************************************************************/

body {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.7em;
}
h2 {
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1em;
	margin-bottom: 0.3em;
}
p {
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	font: 110% Arial, Helvetica, sans-serif;
}
.stdWidth  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}

.leveler {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.smallItalic {
	font-size: 90%;
	font-style: italic;
}

/****************************************************************************
*			Top Section - Headings, System Navigation Bar 					*
****************************************************************************/

#pageSectionTop {
	height: 145px;
}
#header {
	height: 145px;
	color: #FFF;
}
#header #topMenu {
	list-style: none;
	margin-top: 120px;
	margin-left: 5px;
}
#header #topMenu li {
	display: inline;
}
#header #topMenu li a {
	color: #FFF;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 1em;
}
#header #topMenu li a:hover {
	color: #F30;
}
#header #hdrLeft {
	width: 640px;
	float: left;
}
#header #hdrMid {
	margin-right: 260px;
	margin-left: 260px;
	text-align: center;
}
#header #hdrMid h1 {
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 10px;
}
#header #hdrMid h2 {
	font-size: 26px;
}
#header #hdrRight {
	width: 292px;
	float: right;
	text-align: right;
	margin-top: 30px;
	padding-right: 8px;
}
#header #hdrRight .hdrDate {
	margin-bottom: 25px;
	font-size: 0.9em;
}
/********************************************************
*		Mid Section - Main Content Area					*
********************************************************/

#pageSectionMid #content {
	overflow: hidden;
}
#content ul {
	margin-left: 1.2em;
	margin-bottom: 0.7em;
	list-style: disc;
}
#content ul li  {
	margin-bottom: 0.2em;
}
#content .imageLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content .left60 {
	width: 610px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	min-height: 300px;
}
#content .right40 {
	width: 310px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	min-height: 300px;
}
#content #recentExamples {
	padding: 10px;
	position: relative;
	background: url(../images/monitor.png) no-repeat 20px 40px;
	height: 230px;
}
#content #recentExamples h2 {
	font-size: 17px;
}

#content #recentExamples div {
	opacity: 0;
	position: absolute;
	width: 280px;
	height: 210px;
	z-index: 8;
	overflow: hidden;
	display: none;
}
#content .exampleCaption {
	margin-right: 10px;
	margin-left: 10px;
	height: 75px;
}
#content .exampleCaption h4 {
	margin-bottom: 0px;
	font-size: 13px;
}
#content .exampleCaption p {
	margin-bottom: 3px;
	font-size: 12px;
}
#content .exampleCaption .location {
	font-style: italic;
	font-size: 11px;
}
#content #recentExamples div img {
	margin-left: 10px;
	margin-bottom: 10px;
}
#content #recentExamples div.active {
	opacity: 1.0;
	z-index: 10;
	display: block;
}
#content #recentExamples div.lastActive {
	z-index: 9;
}
#content ul.contactForm {
	list-style: none;
}
#content .contactForm li  {
	display: block;
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
}
#content .contactForm input, #content .contactForm textarea {
	float: left;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
#content .contactForm input[type=submit] {
	margin-left: 93px;
	border-width: 1px;
	border-style: solid;
}
#content .contactForm label{
	display: block;
	width: 85px;
	text-align: right;
	padding-right: 8px;
	font-size: 11px;
	float: left;
}
#content .contactForm label.error {
	width: auto;
	color: #C00;
	padding-right: 0px;
	padding-left: 8px;
	font-style: italic;
}
#content .contactForm input.error, #content .contactForm textarea.error {
	background: #F4EBEA;
	border-color: #900 #B82414 #B82414 #900;
}
#content .contactForm input:focus.error, #content .contactForm textarea:focus.error {
	background: #FFE1E1;
}


/********************************************************
*		Footer Sections									*
********************************************************/

#pageSectionFoot {
	min-height: 105px;
}
#footer {
	overflow: hidden;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 185px;
}
#footer h2 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.4em;
}
#footer h3.phone , #footer h3.email{
	margin-bottom: 0.6em;
}


#footer .left60 {
	width: 610px;
	float: left;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	min-height: 165px;
}
#footer .right40 {
	width: 280px;
	float: left;
	min-height: 110px;
	margin-top: 2px;
	padding: 18px 20px 20px;
}
#footer a {
	font-weight: normal;
}
#footer ul {
	list-style: circle;
	margin-left: 1.2em;
}
#footer ul li {
	margin-bottom: 0.3em;
}
#footnotes {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	clear: both;
}
