 /* ----- Global properties declaration ----- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, map, object, embed {  
	margin:0px; 
	padding:0px; 
	border:0px; 
}

body {
	font-size:75.01%; /* Fixes IE increase/decrease text size bug */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	background:#fff none top left no-repeat;
	line-height:1.4em; /* Remember to update td and p declarations as well if this is changed */
	text-align:center;
}

/* ----- Heading Properties ----- */
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:0.1em;
}

h1, h2 { margin:0px 0px 30px 0px; }
h3 { margin:0px 0px 15px 0px; }
h4, h5 { margin:0px 0px 5px 0px; }
h6 { margin:0px; }

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

h5.underline {
	letter-spacing:0em;
	text-decoration:underline;
}

#tagline {
	font-style:italic;
	font-size: 1.2em;
	margin-bottom:5px;
	padding:3px 0px;
}

/* ----- Table Properties ----- */
td { line-height:1.3em; }

th {
	font-weight:bold;
	padding:3px 10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

* html td, html th {
	font-size:12px;
}

table.casestudy {
	border:2px solid #000;
}

table.casestudy tr th, table.casestudy tr td { vertical-align:top; }
table.casestudy tr th {
	background-color:#F5831F;
	color:#000;
	font-weight:bold;
	font-size:1.1em;
	padding:3px 10px;
	text-align:left;
}

table.casestudy tr td {
	padding:7px 10px;
}

table.casestudy tr .left {
	border-right:2px solid #000;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:visited:hover { color:#F5831F; }


/* ----- Text Elements ----- */
p {
	margin: 0px 0px 1.3em 0px;
	line-height:1.3em;
}

.larger { font-size:1.2em; }
.large { font-size:1.1em; }
.small { font-size:0.9em; }
.smaller { font-size:0.8em; }

/* ----- Image ----- */
img {
	border:0px;
	vertical-align:middle;
}

.no_border { border:0px; }

.bordered { border:3px solid #F5831F; }

map { display:inline; }


/* ----- Page Breakers ----- */
hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0px;
	font-size:0;
	margin:0 0 14px 0;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 17px;
	padding:0px;
	list-style-position:outside;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }

ul li, ol li { margin:0px 0px 5px 0px; }

ul.inline {
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	margin:0px 5px 0px 0px;
}

ul.casestudy {
	margin:0px 0px 15px 17px;
}


/* ----- User Interactivity Elements ----- */
input, select, textarea {
	font: 1em Arial, Helvetica, Tahoma, sans-serif;
	vertical-align: middle;
	padding:1px;
	margin:0px;
	color:#000;
}

form { display:inline; }

.checkbox, .radio {
	border:0px;
	padding:0px;
}

.full { width:95%; }

fieldset ol {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

fieldset li {
	clear:both;
	margin:0px 0px 2px 0px;
	padding:0px;
}

fieldset label {
	float:left;
	width:50px;
}

fieldset div.field {
	float:left;
}

#left-col fieldset input {
	width:115px;
}
#left-col fieldset textarea { width:115px; }

fieldset.mailing-list label {
	width:90px;
}

fieldset.mailing-list input {
	width:200px;
}

fieldset li.submit input {
	width:120px !important;
}

/* ----- Positioning ----- */
.clear_both { clear:both;height:0px;line-height:0px;font-size:0; }
.float_left { float:left; }
.float_right { float:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.valign_top, tr.valign_top td { vertical-align:top; }
.valign_middle, tr.valign_middle td { vertical-align:middle; }
.valign_bottom, tr.valign_bottom td { vertical-align:bottom; }


/* ----- Contextual IDs / Selectors ----- */
#wrapper {
	border:1px solid #ccc;
	margin:10px auto;
	position:relative;
	text-align:left;
	width:775px;
}

#wrapper #inner-wrapper {
	padding:10px;
}

#masthead {
	background-color:#F5831F;
	height:75px;
	margin:0px 0px 5px 0px;
	position:relative;
}

#masthead #logo {
	background:url(../images/logo.jpg) top left no-repeat;
	float:right;
	height:75px;
	position:relative;
	width:290px;
}

#masthead #logo a:link, #masthead #logo a:visited {
	display:block;
	height:75px;
	width:290px;
}

#masthead #logo span { display:none; }

#masthead #call {
	color:#fff;
	font-size:1.4em;
	left:20px;
	position:relative;
	top:30px;
	width:430px;
}

#banner, #banner-home {
	background-color:#f2f2f2;
	height:227px;
	margin:0px 0px 5px 0px;
	width:755px;
}

#banner {
	height:139px;
}

#nav {
	background-color:#5F6677;
	margin:0px 0px 5px 0px;
	padding:3px 13px 3px 20px;
	position:relative;
	text-align:right;
}

#nav ul {
	list-style-type:none;
	margin:0px 0px 0px auto;
	padding:0px;
	position:relative;
	width:682px;
}

#nav li {
	color:#fff;
	float:right;
	font-size:0.9em;
	margin:0px;
	padding:0px;
}

#nav li.divider {
	background:url(../images/nav_divider.gif) 0px 8px no-repeat;
	height:20px;
	width:2px;
}

#nav li a:link, #nav li a:visited {
	background-color:#5F6677;
	color:#fff;
	float:left;
	letter-spacing:0.1em;
	margin:0px 7px;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav li a:hover, #nav li.selected a:link, #nav li.selected a:visited {
	background-color:#F5831F;
}

#content {
	background:url(../images/bg_content.gif) top left repeat-y;
	clear:both;
}

#content #left-col {
	float:left;
	font-size:0.9em;
	width:219px;
	padding:20px 0px 0px;
}

#content #left-col h1 {
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:20px;
	padding:0px 20px;
}

#content #left-col div.band {
	background-color:#BBBDBF;
	color:#231F20;
	font-size:1.1em;
	font-weight:bold;
	padding:3px 20px;
}

#content #left-col div.inner {
	padding:12px 20px;
}

#content #left-col a.mailing-list:link, #content #left-col a.mailing-list:visited {
	background-color:#BBBDBF;
	border-bottom:1px dashed #fff;
	border-top:1px dashed #fff;
	display:block;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding:9px 20px;
	text-align:center;
	text-decoration:underline;
}

#content #left-col a.mailing-list:hover {
	color:#000;
}

#content #right-col {
	float:right;
	padding:37px 23px;
	width:536px;
	text-align:left;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:490px;
}

.short {
	margin-bottom:0px;
}

div.portrait {
	border:3px solid #F5831F;
	float:left;
	margin:0px 15px 10px 0px;
}

#footer {
	background-color:#000;
	clear:both;
	color:#fff;
	font-size:0.8em;
	margin:5px 0px 0px 0px;
	padding:0px;
	text-align:right;
}

* html #footer { margin-top:3px; }

#footer a:link, #footer a:visited, #footer span.plain {
	background-color:#000;
	border-left:1px solid #fff;
	color:#fff;
	float:right;
	padding:4px 10px;
	text-decoration:none;
}

#footer a:hover { color:#F5831F; }

#footer span.plain a:link, #footer span.plain a:visited {
	background:none;
	border:0px;
	color:#fff;
	float:none;
	padding:0px;
	text-decoration:underline;
}

/* Messages */
div.msg_error, div.msg_warning, div.msg_info {
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
	
div.msg_error { color:#990000; }
div.msg_warning { color: #D07A00; }
div.msg_info { color: #A66022; }

.form_error, .required {
	vertical-align:top;
	color:#990000;
}


/* Developed By */
#developer {
	margin:15px 0px 0px 0px;
	float:right;
	color:#000;
}

#developer a:link, #developer a:visited { color:#333; }

#developer a:hover { color:#666; }


/* Drop Down Menu */
div.menu {
	display:none;
	position:absolute;
	z-index:100;
}

div.menu a:link, div.menu a:visited {
	background-color:#ccc;
	border-bottom:1px solid #fff;
	color:#000;
	display:block;
	padding:2px 15px;
	text-decoration:none;
	text-align:left;
}

div.menu a:hover {
	background:#333 url(../images/bg_dropdown.jpg) top left repeat-x;
	color:#fff;
}

/* Print/Screen */
.print { display:none; }