/* ==================== */
/* Standrd HTML Styles */
/* ==================== */
body {
	text-align: center;
	padding: 0px;
	margin: 5px 0px;
	border: none;
	color: #000000;
	background: #E9F0FA;
	font-size: 0.8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font-size: x-large;
	color:#0A51A1;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-size: large;
	color: #819CC9;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: medium;
	color:#0A51A1;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

a:link, a:visited {
	color:#0A51A1;
}
a:hover, a:active{
	color:#CC3300;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
}

form {
	margin: 0px;
}

/* ==================== */
/* Common Style Classes */
/* ==================== */
.warning {
	color: #CC0000;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.hr {
	border-top: 1px solid #819CC9;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	display: none;
}

.linkTop {
	font-size: 0.75em;
	text-align: right;
	visibility: hidden;
}

a:link.external, a:visited.external {
	padding-right: 12px;
	background: url(/images/newwindow_dkblue.gif) right center no-repeat;
}
a:hover.external, a:active.external {
	padding-right: 12px;
	background: url(/images/newwindow_red.gif) right center no-repeat;
}

/* ==================== */
/* Page Wrapper */
/* ==================== */
#pageWrapper {
	text-align: left;
	width: 90%;
	min-width: 760px;
	margin: 0px auto;
	border: #50607D 1px solid;
	background: #FFFFFF;
	/* IE min width expression placed at end of css page to stop bug in Safari */
}


/* ==================== */
/* Page Header */
/* ==================== */
#pageHeader {
	position: relative;
	background: #FFFFFF url(../images/bg_header_tower_thin.jpg) no-repeat top right;
	height:116px;
	border-bottom: #A1A1A1 1px solid;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

#mainNav{
	position: absolute;
	top: 11px;
	left: 250px;
	color: #0A51A1;
	font-size: 16px;
	font-weight:bold;
}
#mainNav a {
	display: block;
}
#mainNav .divider {
	display: none;
}
#mainNav a:link, #mainNav a:visited {
	color: #819CC9;
	text-decoration : none;
}
#mainNav a:hover, #mainNav a:active{
	color: #CC3300;
	text-decoration : none;
}
#mainNav a:link.selected, #mainNav a:visited.selected {
	color: #0A51A1;
}
#mainNav a:hover.selected, #mainNav a:active.selected {
	color: #CC3300;
}


/* ==================== */
/* Page Heading */
/* ==================== */
#pageHeading {
	position: relative;
	padding-left:20px;
	padding-right:15px;
	padding-top:3px;
}

#pageHeading h2 a:link, #pageHeading h2 a:visited {
	color: #819CC9;
}
#pageHeading h2 a:hover, #pageHeading h2 a:active {
	color: #CC3300;
}


/* ==================== */
/* Page Content Layout */
/* ==================== */
#pageContent{
	position: relative;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:3px;
	height: 1%;
}

#mainContentWrapper {
	position: relative;
	margin-right: 240px;
}
#mainContent {
	position: relative;
}

#secondaryContentWrapper {
	position: relative;
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #819CC9;
	background: url(/images/pagedivider.gif) bottom left no-repeat;
}

#secondaryContent
{
}

.columns {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 99%;
}


.column1of2 {
	position: relative;
	float: left;
	width: 45%;
	padding-right: 5%;
}
.column2of2 {
	position: relative;
	float: left;
	width: 45%;
	padding-right: 4%;
}

.column1of3 {
	position: relative;
	float: left;
	width: 30%;
	padding-right: 3%;
}
.column2of3 {
	position: relative;
	float: left;
	width: 30%;
	padding-right: 3%;
}
.column3of3 {
	position: relative;
	float: left;
	width: 30%;
	padding-right: 3%;
}
.columnFooter {
	clear: left;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* testemonials */
.testimonial {
	margin-bottom: 10px;
}
.testimonial .quote {
	color: #819CC9;
	font-weight: bold;
	font-style: italic;
}
.testimonial .quoter {
	color: #819CC9;
	font-weight: bold;
	text-align: right;
}

/* case study styles */
.casestudy {
	position: relative;
}
.casestudy .logo {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.screenshot {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 0.75em;
}
.screenshot img{
	float: none;
}
.casestudyFooter {
	clear: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* ==================== */
/* Secondary Content */
/* ==================== */
#secondaryContent {
	color: #0A51A1;
}
#secondaryContent h2, #secondaryContent h3 {
	color: #0A51A1;
	margin-top: 0px;
	margin-bottom: 10px;
}

#streetmap {
	border: 1px solid #0A51A1;
}


/* ==================== */
/* Page Footer */
/* ==================== */


#pageFooter {
	clear: right;
	padding: 25px;
	font-size: 0.75em;
	font-weight: bold;
}
#pageFooter a:link, #pageFooter a:visited {
	color: #363636;
	text-decoration: none;
}
#pageFooter a:hover, #pageFooter a:active {
	color: #363636;
	text-decoration: underline;
}

#footerPhone {
	float: left;
	width: 20%;
	text-align: left;
}

#footerLinks {
	float: left;
	width: 60%;
	text-align: center;
}

#footerEmail {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: -1px;
}

#pageValidation {
	display: none;
	text-align: center;
	font-size: 0.75em;
}



/* ==================== */
/* IE Only expressions */

#pageWrapper {
	/* complex expression to emulate min width in IE whilst still having auto width when printing */
	width: expression((document.body.onbeforeprint = function(){document.printing=true;document.recalc();})&&(document.body.onafterprint = function(){document.printing=false;document.recalc();})&&((!document.printing)? (document.body.clientWidth < "845" ? "760px" : "90%") : "auto"));
}
