/* @override http://dev4.jamiepeloquin.com/styles/style.css */

/* Styles for ON TARGET - Public */
/* @Creator: Jamie Peloquin <http://www.jamiepeloquin.com> */
/* @Version: 1.0 */

/* @group BASE STYLES */

/* @group Reset */

html, body {
	width: 100%;
	font-size: 100%; /* 16px */
	line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: inherit;
	vertical-align: baseline;
	background: transparent none;
}


caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote, q {
	quotes: none;
}

	blockquote:before, q:before, blockquote:after, q:after {
		content: '';
	}

/* Remeber to define focus states later in CSS */
:focus {
	outline: none;
}

/* Remeber to define inserts later in CSS */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

/* @end */

/* @group Elements */

p, address, ol, ul, dl, dd, blockquote, h1, h2, h3, h4, h5, h6, table, form, fieldset, textarea, select, pre {
	margin-bottom: 1.4em;
}

p, li, dd, dt, th, td, pre, ins, address, del {
	line-height: 1.4;
}

ul, ol, blockquote {
	padding-left: 3em;
}

li {
	margin-bottom: .7em;
}

dt {
	margin-bottom: .7em;
}

dd {
	padding-left: 1.4em;
}

dl *:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .85em;
}

h6 {
	font-size: .75em;
}

code, var, kbd, samp {
	color: #666;
	white-space: pre;
	font: .95em Monaco, "Lucida Console", "Courier New", Courier, monospaced;
}

del {
	text-decoration: line-through;
}

big {
	font-size: 1.4em;
}

small {
	font-size: 0.8em;
}

sup, sub {
	font-size: .75em;
	padding: 0 .25em;
}

sup {
	position: relative;
	bottom: .4em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -.4em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help !important;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

a, a:visited, a:hover, a:focus, a:active  {
	cursor: pointer !important;
	border-bottom: 1px solid;
}

a img, a:visited img, a:hover img, a:focus img, a:active img {
	border-width: 0;
}

input, select, textarea, button {
	font-family: inherit;
	font-size: 1.1em;
}

label, form .label {
	font-weight: bold;
	cursor: pointer !important;
	display: block;
}


form *:last-child {
	margin-bottom: 0;
}

fieldset {
	padding: 1em;
	border: 1px solid #eee;
}

legend {
	padding: .5em;
	font-weight: bold;
	color: #ccc;
	font-size: 1.25em;
}

table {
	background-color: #ccc;
	/*border-spacing: .1em;*/
}

caption, th, td {
	padding: .5em;
}

caption {
	background-color: #eee;
	color: #888;
	border: .1em solid #ccc;
}

th {
	background-color: #bfbfbf;
	font-weight: bold;	
}

td {
	background-color: #fff;
}

	tr:hover td {
		background-color: #f6ffdc;
	}

hr {
	margin: 3em 0;
	height: 1px;
	color: #888;
	border-color: #888;
}

/* @end */

/* @group Classes */

.collapse {
	height: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
}

.float-left {
	float: left;
}

	img.float-left {
		margin-right: 1em;
	}

.float-right {
	float: right;
}
	
	img.float-right {
		margin-left: 1em;
	}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.inline {
	display: inline;
}

.block {
	display: block;
}



ul.list-disc {
	list-style-type: disc;
	/* • */
}

ul.list-circle {
	list-style: circle;
	/* O */
}

ul.list-square {
	list-style: square;
	/* [] */
}

ol.list-decimal {
	list-style: decimal;
	/* 1, 2, 3 */
}

ol.list-decimalleadingzero {
	list-style: decimal-leading-zero;
	/* 01, 02, 03 */
}

ol.list-romanlower {
	list-style: lower-roman;
	/* i, ii, iii */
}

ol.list-romanupper {
	list-style: upper-roman;
	/* I, II, III */
}

ol.list-alphalower {
	list-style: lower-alpha;
	/* a, b, c */
}

ol.list-alphaupper {
	list-style: upper-alpha;
	/* A, B, C */
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}



table.data {
	border-collapse: separate;
	border-spacing: 1px;
}

tr.alt td {
	background-color: #f1f0ff;
}



form p.label {
	margin-bottom: .7em;
}

form .checkarea label {
	display: inline;
}

form .checkarea ul {
	list-style: none;
	list-style-image: none;
}

form .buttonarea label {
	display: none;
}

form .formpart .note {
	display: block;
}


/* Side-By-Side aligns LABELs to the left of the FIELDs */
form.sidebyside .formpart {
	clear: both;
}

form.sidebyside label, form.sidebyside .label {
	float: left;
	width: 30%;
	padding-right: 1em;
	text-align: right;
}

form.sidebyside .checkarea label {
	float: none;
	text-align: left;
}

form.sidebyside .textarea label {
	padding-top: .2em;
}

form.sidebyside .formpart .note {
	margin-left: 31.5%;
}
/* end */

/* Multicolumn floats FORMPARTs left */
fieldset.multicolumn legend {
	margin-left: .8em;
}

.multicolumn .textarea input, .multicolumn .textarea textarea, .multicolumn .selectarea select {
	width: 45%;
}

/* for IE6 */
* html .multicolumn .textarea input, * html .multicolumn .textarea textarea, * html .multicolumn .selectarea select {
	width: 40%px;
}

* html .multicolumn .short input, * html .multicolumn .short textarea, * html .multicolumn .short select {
	width: 25%;
}
/* end */

/* Buttons */
.action1, .action1:active {
	background-color: #96c900;	
	outline-color: #690;
	color: #dfffc1;
}

.action1:hover, .action1:focus {
}

.action1:active {
	outline-color: #96c900;
}

.action2, .action2:active {
	background-color: #a50000;	
	outline-color: #953e3e;
	color: #ffd6d3;
}

.action2:hover, .action2:focus {
}

.action2:active {
	outline-color: #a50000;
}

.action3, .action3:active {
	color: #ffedbc;	
	background-color: #ff8d00;	
	outline-color: #d2691e;
}

.action3:hover, .action3:focus {
}

.action3:active {
	outline-color: #ff8d00;
}
/* end */



/* Help & Tips */

.tooltip {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #ffc;
	border: 1px solid #ffd55e;
	padding: .25em;
}

	.tooltip:hover, .tip:hover, .help:hover {
		cursor: help;
	}
	
	*:hover > .tooltip {
		display: inline;
	}

/* end */



/* User Messages / Alerts */

.highlight {
	padding: 2px;
	background: #ffc;
}

.usermessage {
	display: block;
	margin-bottom: 22px;
	padding: .25em .5em;
	background-color: #fff4d6;
	border: 1px solid #ffd55e;
	color: #9f5000;
}

	form .usermessage {
		margin-top: 22px;
	}

p.good, div.good {
	color: #363;
	background-color: #cf9;
	border-color: #9c3;
}

	.good a {
		color: #690;
	}

p.bad, div.bad {
	color: #900;
	background-color: #feafaf;
	border-color: #cd5c5c;
}

	.bad a {
		color: #c00;
	}

.bad a.button, .bad button, .good a.button, good button {
	color: #fff !important;
}

.note {
	color: #bbb;
}
/* end */


/* Navigation */
*.navigation {
	list-style: none;
	position: relative;
	padding-left: 0;
	margin-left: 0;
}

	*.navigation li, dl.navigation dt, dl.navigation dd {
		padding-left: 0;
		margin-left: 0;
	}
/* end */

.clear-both {
	clear: both !important;
}

.clear-left {
	clear:  left !important;
}

.clear-right {
	clear:  right !important;
}


/* Clear floats for browsers supporting :after */
.clearfloats:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* self-clearing floats for IE 6 */
* html .clearfloats {
	height: 1%;
}

/* self-clearing floats for IE 7 */
*:first-child+html .clearfloats {
	min-height: 1px;
}


.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

/* @end */



/* @end */

/* @group Global */

body {
	background: #222 url(../images/bg-body.png);
	color: #bbb;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Verdana, sans-serif;
}

a, a:link {
	color: #f90;;
}

a:visited {
	color: #fff;
}

a:focus, a:hover {
	color: #fc6;
}

a:active {
	color: #c63;
}

h1, h2, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1, h2 {
	color: #f30;
}

h1 {
	font-size: 2.375em;
	line-height: 1.2em;
	margin-bottom: .3em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 2em 0 .5em;
	padding: .3em 0;
	border: 1px dashed #888;
	border-width: 1px 0;
}

h3, h4 {
	color: #fff;
	margin: 2em 0 .5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

div.master, div.master .content {
	position: relative;
	margin: 0;
	clear: both !important;
}

.scrollbox {
	overflow: auto;	
}

div#header .content, div#content.master, div#content.master .content, div#footer .content {
	position: relative;
	width: 976px;
	margin: 0 auto;
}

.content {
	position: relative;
}

.content .column {
	float: left;
}

.note {
	font-size: .75em;
}

div#designStub1 {
	position: relative;
	z-index: -1;
	height: 349px;
	margin-bottom: -349px;
	background: transparent url(../images/bg-gradation-topdown.png) repeat-x;
}

/* @group Navigation */

.navigation ul, .navigation dl {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.navigation li, .navigation dt, .navigation dd {
	padding: 0;
	margin: 0;
}

#navSkip {
	position: absolute;
	top: -1000em;
}

/* @group Navigation Horizontal */

.navigation_hz {
}

.navigation_hz li, .navigation_hz dt {
	float: left;
	padding: 0 1em;
}

#navigationMain .navigation_hz li, #navigationMain .navigation_hz dt, #navigationMain .navigation_hz dd {
	display: block;
	border: 1px solid;
	margin-left: -1px;
}

#navigationMain.navigation_hz li a, #navigationMain.navigation_hz dt a, #navigationMain.navigation_hz dd a {
	display: block;
	text-align: center;
	padding: .5em 0;
	border-width: 0;
}


/* @end */

/* @group Navigation Vertical */

#navigationMain {
}

#navigationMain.navigation_vt {
	float: left;
	width: 173px;
	margin-right: -100%;
	font-size: .875em;
	background: #2a2a2a url(../images/bg-navigationmain.png) no-repeat right bottom;
	padding-bottom: 1em;
}

#navigationMain.navigation_vt li, #navigationMain.navigation_vt dt, #navigationMain.navigation_vt dd {
	display: block;
	border: 1px solid;
	border-width: 0;
	margin-bottom: -1px;
	padding: 0 10px;
}

#navigationMain.navigation_vt li a, #navigationMain.navigation_vt dt a, #navigationMain.navigation_vt dd a {
	display: block;
	padding: .5em 0;
	border-width: 0;
	color: #aaa;
}

#navigationMain.navigation_vt li a:hover, #navigationMain.navigation_vt dt a:hover, #navigationMain.navigation_vt dd a:hover {
	color: #fff;
}

#navigationMain.navigation_vt li.active a, #navigationMain.navigation_vt dl.active dt a, #navigationMain.navigation_vt dd.active a {
	font-weight: bold;
	color: #fff;
}

#navigationMain.navigation_vt li li, #navigationMain.navigation_vt dd {
	padding-left: 0;
	font-size: .785em;
}

#navigationMain.navigation_vt li li a, #navigationMain.navigation_vt dd a {
	padding-left: 2em;
}

#navigationMain.navigation_vt li li.active a, #navigationMain.navigation_vt dd.active a {
	background: url(../images/nav-pointer.png) no-repeat 1em 9px;
}

ul li.active, dl.active {
	background: #074e67 url(../images/bg-navigationmain-active.png) repeat-y right top;
}

ul li.active, dl#navHome {
	background: url(../images/bg-navigationmain-top.png) no-repeat right top;
}

ul li.active, dl#navHome.active {
	background: url(../images/bg-navigationmain-top-active.png) no-repeat right top;
}


/* @end */



/* @end */

/* @group Content */

div#content.master {
	margin: 0 auto;
	margin-top: 0px;
	/*padding: 60px 0 0 0;*/
	padding: 40px 0 0 0;
	background: #333 url(../images/bg-content-master.png) repeat-x 0 top;
}

div#content .content {
	padding-bottom: 120px;
	background: url(../images/bg-content-content.png) repeat-x 0 bottom;
}

div#contentColumn1 {
	float: left;
	width: auto;
}

.threecolumn div#contentColumn1 {
	margin: 0 315px 0 193px;
}

.twocolumn div#contentColumn1 {
	margin: 0 30px 0 193px;
}

div#content h2 small {
	display: block;
	font-size: .5em;
	color: #999;
}


div#content blockquote {
	padding: 16px 16px 0px 16px;
	border: 1px solid #ffebcd;
	background: #fffaf0 url(../images/quote-open-lg.png) no-repeat .35em -16px;
}

div#content blockquote p {
	font: italic 1.125em Georgia, "Times New Roman", Times, serif;
}

div#content blockquote p.credit {
	font: normal .75em Helvetica, Arial, Geneva, sans-serif;
	margin: 0 auto;
	padding: .7em 0 1.4em 0;
	background: url(../images/quote-close-lg.png) no-repeat right top;
}

div#content .content img {
	background-color: #fff;
	border: 1px solid #111;
	border-width: 0 1px 2px 1px;
}

div#contentColumn1 img {
	padding: 4px;
}

/*div#content .photobox {
	border: 1px solid #888;
	padding: .6em;
	background-color: #fff;
	margin-bottom: .7em;
}

div#content .photobox img {
	display: block;
	position: relative;
	border: 1px solid #000;
}

div#contentColumn2 .photobox img {
	max-width: 240px;
}*/

div#content .photobox label {
	display: block;
	margin-top: 1.4em;
	color: #000;
}

div#contentColumn1 dl.linklist {
	margin-bottom: 1.3em;
	border: 0 solid;
	padding: 0;
	position: relative;
	min-height: 90px;
	height: 90px;
	height: auto !important;
}

div#contentColumn1 dl.linklist dt, #content dl.linklist dd {
	/*margin-left: 100px;*/
} 

div#contentColumn1 dl.linklist dt {
	font-weight: bold;
}

div#contentColumn1 dl.linklist dd {
	padding: 0;
	font-size: .785em;
	margin-bottom: .5em;
}

div#contentColumn1 dl.linklist dd a {
	border-bottom-width: 0;
}

div#contentColumn1 dl.linklist dd a img {
	position: absolute;
	top: .3em;
	left: 0;
	width: 80px;
	padding: 3px;
}

/* @group Tables */

#content table {
	width: 100%;	
}

#content table th, #content table td, #content table caption {
	font-size: .75em;
}

#content table caption {
	background-color: #000;
	border-color: #000 #000 #666;
}

#content table caption.bottom {
	border-color: #666 #000 #000;
}

#content table th {
	color: #fff;
	background-color: #00435a;
	font-weight: normal;
}

#content table td {
	background-color: #222;
	font-weight: normal;
}

*.nowrap {
	white-space: nowrap !important;
}

#content table tr.alt td {
	background-color: #2a2a2a;
}

/* @end */

/* @group Forms */

form label {
	font-weight: normal;
	color: #fff;
}

form .buttonarea input, form .buttonarea button, .content .button {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 0 .7em;
	background: #666 url(../images/bg-btn-standard.png) repeat-x center center;
	border: 1px solid #555;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

form .buttonarea input:hover, form .buttonarea button:hover, .content .button:hover {
	cursor: pointer;
	background-position: center 0;
}

form .buttonarea input:active, form .buttonarea button:active, .content .button:active {
	color: #888;
	background-position: center -36px;
}

#content .button {
	padding: .5em .7em;
}

#contentColumn2 form .textarea input, #contentColumn2 form .textarea textarea {
	width: 98%;
	background-color: #ccc;
}

#contentColumn2 form .textarea input:focus, #contentColumn2 form .textarea textarea:focus {
	background-color: #fff;
}

#contentColumn2 form {
}

#contentColumn2 form fieldset, #contentColumn2 form h2 {
	margin: -1px;
}

#contentColumn2 form fieldset {
	padding: .7em;
	border-width: 0;
}

#contentColumn2 form fieldset legend {
	display: none;
}

#contentColumn2 form h2 {
	padding: .6em;
	padding-right: 65px;
	font-size: 1.42em;
}

form *[disabled=disabled], .disabled {
	opacity: 0.5;
	background-image: none !important;
}

/* @end */

/* @group Calendar */

table.calendar {
	width: 100%;
	table-layout: fixed;
	background-color: #000;
}

table.calendar caption {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	font-size:  1.42em;
	text-align: center;
	margin-bottom: -1px;
}

table.calendar th, table.calendar th {
	/*width: 35px;*/
	font-size: .8em;
}

table.calendar th {
	text-align: center;
	background-color: #000;
	color: #fff;
}

table.calendar td {
	text-align: right;
	background-color: #fff;
	color: #000;
}

table.calendar td a {
}

/* @end */

div.expandinfo {
	margin-bottom: .7em;	
}

div.expandinfo dl {
	position: relative;
	margin-bottom: 0;
	border: 1px solid #000;
	padding: .6em;
	font-size: .875em;
}

#contentColumn2 div.expandinfo dl {
	padding-bottom: .7em;
	border-color: #000;
}

div.expandinfo dl dt {
	color: #000;
	font-size: 1.42em;
}

div.expandinfo dl dd {
	padding: 0;
}

#content a.icn {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

#content a.web {
	background-image: url(../images/icn-web-sm.png);
}

#content a.map {
	background-image: url(../images/icn-globe-sm.png);
}

#content .vcard a.dnld {
	background-image: url(../images/icn-vcard-sm.png);
}

#content a.pdf {
	background-image: url(../images/icn-pdf-sm.png);
}

#content .downloadlist {
	padding-left: 0;
	list-style: none;
}

#content .downloadlist li {
	padding: 0;
	margin-left: 0;
	margin-bottom: .5em;
}

#content .downloadlist a {
	display: block;
	border-width: 0;
	color: #fff;
	font-weight: bold;
	padding: .5em;
	padding-left: 20px;
	background-position: 0 .6em;
}

#content .downloadlist a:hover, #content .downloadlist a:focus {
	background-color: #222;
}

#content .downloadlist a dfn {
	display: block;
	font-size: .875em;	
	font-weight: normal;
}

a.icn {
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}

a.pdf {
	background-image: url(../images/icn-pdf.png);
}

a.doc {
	background-image: url(../images/icn-doc.png);
}

a.txt {
	background-image: url(../images/icn-txt.png);
}

a.vcard {
	background-image: url(../images/icn-vcard.png);
}

a.web {
	background-image: url(../images/icn-web.png);
}

a.map {
	background-image: url(../images/icn-map.png);
}

dl.vcard {
}

dl.vcard dt, dl.vcard dd {
	padding: 0;
	margin-bottom: .3em;
}

dl.vcard dt {
	font-weight: bold;
}

dl.vcard dt span.organization-unit {
	display: block;
	font-weight: normal;
	font-style: normal;
}

dl.vcard dd abbr {
	border-width: 0;
}

dl.vcard dd.tools {
	font-size: .75em;
}

dl.vcard dd.tools a {
	display: inline-block;
	margin-right: .7em;
	line-height: 2;
	border-width: 0;
}

/* @group Sidebar */

div#contentColumn2 {
	float: right;
	padding-top: 1em;
	margin-left: -100%;
	font-size: .75em;
	/*width: 280px;*/
}

.threecolumn div#contentColumn2 {
	width: 285px;
	padding-right: 10px;
}

div#contentColumn2 h2 {
	margin-top: 0;
	text-align: center;
	color: #fff;
	font: 2em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

div#content div#contentColumn2 img {
	padding: 6px;
}

div#contentColumn2 > *:first-child {
	margin-top: -1em;
}

div#contentColumn2 .module {
	background: #2a2a2a url(../images/bg-sidebar-module-bottom.png) no-repeat center bottom;
	padding: 0 10px 1em;
	margin-bottom: 2em;
}

div#contentColumn2 .module h2 {
	margin: 0 -10px .5em;
	padding: .5em;
	background: #04435a url(../images/bg-h2-sidebar.png) repeat-x;
	color: #cdd9de;
	border-width: 0;
}



/* @end */

/* @end */

/* @group Header */

div#header.master {
	background: #000 url(../images/bg-header-master.png) repeat-x left top;
	border: 1px solid #191919;
	border-width: 0 0 15px 0;
	margin-bottom: -15px;
}

div#header .content {
	margin: 0 auto;
	padding-top: 80px;
	/*height: 420px;*/
	height: 300px;
}

div#header #trademark.branding {
	position: absolute;
	width: 370px;
	height: 200px;
	left: -17px;
	top: 0;
	z-index: 1000;
	background: url(../images/logo-header.png) no-repeat left top;
}

div#header #trademark.branding a {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	border-width: 0;
}

div#header .branding label {
	position: absolute;
	top: -1000px;
}

div#header div#headerImage {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

div#header div#headerImage img {
	position: relative;
	display: block;
	margin: 0;
	line-height: 1em;
	width: 956px;
	/*height: 400px;*/
	height: 280px;
	padding: 10px;
	background: #fff url(../images/bg-headerimg.png) repeat-x;
}

a#customerLogin {
	display: inline;
	display: inline-block;
	padding: 0 .75em;
	border: 1px solid #555;
	text-align: center;
	font-size: 1.125em;
	color: #fff;
	/*line-height: 48px;
	background: #666 url(../images/bg-btn-large.png) repeat-x center center;*/
	text-transform: uppercase;
	letter-spacing: .1em;
	position: absolute;
	top: 26px;
	right: 0;
}

/*a#customerLogin:hover, a#customerLogin:focus {
	background-position: center 0px;
}

a#customerLogin:active {
	color: #888;
	background-position: center -48px;
}*/

/* @end */

/* @group Footer */

div#footer {
	clear: both;
	font-size: .75em;
	background: #000 url(../images/bg-footer.png);
}

div#footer .content {
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

div#footer .content .column {
	width: 163px;
	height: 300px;
	padding: 10px;
	border: 1px dotted #444;
	border-width: 0 0 0 1px;
	margin-left: -1px;
}

div#footer address, div#footer cite {
	font-style: normal;
}

div#footer address cite {
	font-style: normal;
}

div#footer .navigation li {
	padding: .6em;
}

div#footer .navigation li.first {
	padding-top: 0;
}

div#footer .content a, div#footer .content a:visited  {
	color: #789;
}

div#footer .content a:hover, div#footer .content a:focus {
	color: #9ab;
}

div#footer .content a:active {
	color: #4f64ff;
}

/* @end */

a.btn, a.btn img {
	padding: 0 !important;
	border-width: 0;
}

/* @end */

/* @group Home */

#modServicesHighlights {
	background-image: none;
	background-color: transparent;
}

#modServicesHighlights dt {
	font-weight: bold;
	font-size: 1.333em;
	color: #fff;
}

#modServicesHighlights dd {
	padding-left: 0;
}

div#content #modServicesHighlights ul  {
	padding-left: 1.5em;
}

#modServicesHighlights dd.morelink {
	text-align: center;
}

#modServicesHighlights .indicator {
	text-align: center;
}

#modServicesHighlights .indicator a {
	font-weight: bold;
	font-size: 1.333em;
	border-width: 0;
	color: #666;
	padding: 0 .125em;
}

#modServicesHighlights .indicator a.active {
	color: #ccc;
}

/* @end */

/* @group News & Events */

div.newsbox, div.eventsbox {
	border: 1px dashed #888;
	border-width: 0 0 1px;
}

#pg_press_room #contentColumn1 div.newsbox {
	border-width: 0;
}

div.eventsbox {
	padding-bottom: 0em;
	margin-bottom: 0em;
}

div.newsbox dl {
	padding-bottom: 1.4em;
}

div.newsbox dt {
	color: #fff;
	font-size: 1.125em;
	text-transform: uppercase;
	margin-bottom: 0;
}

dl.newsitem dd, dl.eventitem dd {
	font-size: .875em;
	padding-left: 0;
}

dl.newsitem dd.date, dl.eventitem dd.date {
	display: block;
	color: #888;
	font-size: .45em;
	margin-bottom: .25em;
}

div.eventsbox dl {
	margin: 0em;
	border-width: 1px;
}

div.eventsbox dl dd.description {
	margin-bottom: 1.4em;
}

div.eventsbox a.tablink {
	height: 2em;
}
/* @end */

/* @group FAQs */

#content dl.faqbox dt, #content dl.faqbox dd {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left .45em;
	padding-top: .25em;
	padding-bottom: .25em;
} 

#content dl.faqbox dt {
	background-image: url(../images/bullet-question.png);
	margin-top: 1.3em;
}

#content dl.faqbox dd {
	background-image: url(../images/bullet-answer.png);
	background-position: left .5em;
	padding-top: .4em;
}

/* @end */

/* @group Contacts */

#pg_Contacts #moduleLocations {
	overflow: hidden;
}

#pg_Contacts #moduleLocations dl.vcard {
	float: left;
	width: 224px;
	height: 190px;
	margin-left: 0px;
	margin-right: 10px;
}

#pg_Contacts #moduleLocations dl.vcard dt {
	font-weight: normal;
}

table#tableStaffDirectory {
}

table#tableStaffDirectory th, table#tableStaffDirectory td {
	width: 33%;
}

/* @end */

/* @group IE 6 Fixes */

* html div#designStub1 {
	background: none;
}


* html #navigationMain.navigation_vt {
	margin-right: 0;
}

* html .threecolumn div#contentColumn1 {
	margin: 0 315px 0 15px;
}

* html div#contentColumn2 {
	float: left;
	margin-left: -295px;
}

* html .twocolumn div#contentColumn1 {
	margin: 0 30px 0 15px;
}

* html div#header #trademark.branding {
	background-image: url(../images/logo-header-alt.png);
}

* html ul li.active, dl#navHome {
	background: url(../images/bg-navigationmain-top-alt.png) no-repeat right top;
}

* html ul li.active, dl#navHome.active {
	background: url(../images/bg-navigationmain-top-active-alt.png) no-repeat right top;
}

* html #content table {
	width: 98%;
}


* html div#content ul li {
	background-image: url(../images/bullet-default-alt.png);
}

* html div.eventsbox {
	margin-bottom: .35em;
}

* html div.eventsbox dl {
	border-width: 1px 0;
}

* html div#contentColumn1 dl.linklist dt, * html #content dl.linklist dd {
	margin-left: 0;
	padding-left: 100px;
} 

* html div#contentColumn1 dl.linklist dd a img {
	left: -100px;
}

* html dl.newsitem dd.date, * html dl.eventitem dd.date {
	font-size: .6em;
}

* html #contentColumn2 form fieldset {
	padding-bottom: 0;
	background-image: none;
}

* html #contentColumn2 form .textarea input, * html #contentColumn2 form .textarea textarea {
	width: 90%;
}

* html form .buttonarea input, * html form .buttonarea button {
	display: inline;
	padding: 0;
	line-height: 1em;
	top: -2px;
}

* html #content dl.faqbox dt {
	background-image: url(../images/bullet-question-alt.png);
}

* html #content dl.faqbox dd {
	background-image: url(../images/bullet-answer-alt.png);
}


* html #content dl.faqbox dt, * html #content dl.faqbox dd {
	border: 1px solid #333;
}


* html #pg_Contacts #moduleLocations dl.vcard {
	width: 224px;
	margin-right: 8px;
}

* html #footer {
	zoom: 1.0;
	width: 100%;
}
/* @end */

/* @group IE 7 Fixes */

*:first-child+html #navigationMain.navigation_vt {
	margin-right: 0;
}

*:first-child+html .threecolumn div#contentColumn1 {
	margin: 0 315px 0 15px;
}

*:first-child+html .twocolumn div#contentColumn1 {
	margin: 0 30px 0 15px;
}


*:first-child+html #content table {
	width: 98%;
}


*:first-child+html div#contentColumn2 {
	float: left;
	margin-left: -295px;
}


*:first-child+html #content dl.faqbox dt, *:first-child+html #content dl.faqbox dd {
	border: 1px solid transparent;
}


*:first-child+html dl.newsitem dd.date, *:first-child+html dl.eventitem dd.date {
	font-size: .6em;
}

*:first-child+html #contentColumn2 form fieldset {
	padding-bottom: 0;
	background-image: none;
}

*:first-child+html form .buttonarea input, *:first-child+html form .buttonarea button {
	display: inline;
	padding: 0;
	line-height: 1em;
	top: -2px;
}

*:first-child+html table.jobtable {
	width: 460px;
}

*:first-child+html #footer {
	zoom: 1.0;
	width: 100%;
}
/* @end */

/* @group Debug */

/*body {
	background-color: orange;
}*/

/*#header, #footer {
	background-color: #eee;
}*/

/*#content {
	background-color: #ddd;
}*/

/*div#contentColumn1 {
	background-color: #dff;
}*/

/*div#contentColumn2 {
	background-color: #fff;
}*/

/*.content {
	outline: 1px dashed red;
}*/
/* @end */