body {
	background-color: #e9eaeb;
	color: #424242;
	font-family: 'Lucida Sans', Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-text-size-adjust: none;
	}
	
.tagline {background-image: url(/_images/tagline.png); background-repeat: no-repeat; text-indent: -99999px; width: 700px; height: 72px; margin-top: 40px; background-position: right top}
	
.text_left {
	text-align: left;
	}

.grid {
	background-image: url(/_images/960_grid_12_col.png); 
	background-repeat: repeat-y;
	background-position: top center;
	}
	
.headerbg {
	background-color: #f90;
	background-image: url(/_images/halftone.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
	padding-bottom: 0;
	}
	
.footerbg {
	background-image: url(/_images/halftone_180.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	margin-top: 2em;
	padding: 0 0 9em 0;
	}
	
	.footerbg a:link, 
	.footerbg a:visited {
		color: #2f99d4;
	}
	
/* Headers */

h1 {
	color: #fff;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2", myriad, helvetica, arial, sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 110%;
	margin: 0 .5em .4em 0;
	padding: 0;
	text-shadow: 2px 2px 5px #C27400
	}

h2 {
	font-family: 'myriad pro', myriad, helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin: 40px 0 .5em 0;
	padding-bottom: 0;
	}
	
.blue {
		background-color: #2F99D4;
		color: #fff;
	}
.orange {
		background-color: #F90;
		color: #fff;
	}
.green {
		background-color: #9C0;
		color: #fff;
	}



h3 {
	font-family: 'myriad pro', myriad, helvetica, arial, sans-serif;
	color: #262626;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 2em 0 0 0;
	padding: 0;
	text-transform: uppercase;
	}
	
	h3.title {
		font-size: 1.65em;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 1.2em;
		margin: 1em 0 0 0;
		padding: 0;
		text-transform: none;
		}
		
	h3.title a:hover {
		color: #2f99d4;
	}
	
/* Horizontal Rules */
hr {
	/*background-image: url(/_images/hr.gif);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	border-width: 0;
	clear: both;
	height: 2em;
	margin: 2em 0 1em 0;
	}


/* Paragraph Styles */
p {
	margin: .35em 0 1.2em 0;
	line-height: 140%;
	}
	
	p.subhead {
		
		font-style: normal;
		font-size: 18px;
		margin: .35em 0 2.5em 0;
		padding-right: 1em;
		
		}
	
	/*p.sign {
		background-image: url(/_images/sign.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 204px;
		position: relative;
			left: -10px;
		text-indent: -9999px;
		width: 320px;
		}*/
	
	.columnthreeleft p, .columnthreeright p {
		text-align: left;
		}

strong {
	font-weight: 600;
	}
	
em {
	font-style: italic;
	}
	
.small {	
	font-size: .85em;
}


/* Ordered and Unordered Lists */
ul {
	list-style: none;
	margin: 1em  0;
	}
	
	.columnthreeleft ul, .columnthreeright ul {
		margin-top: 2em;
		}
		
		.columnthreeleft li, .columnthreeright li {
		color: #666;
		text-align: left;
		}
	
li {	
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 0em;
	}
	
	ol li {	
		line-height: 1.5em;
		margin-bottom: .5em;
		margin-left: 3em;
		}
	
ul.mainnav {
	list-style-type: none;
	margin: 60px 0 3em 0;
	padding: 0;
	text-align: right;
	}
	
	ul.mainnav li {
		display: inline;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 0 15px;
		}
		
	.mainnav li a:link, 
	.mainnav li a:visited, 
	.mainnav li a:hover, 
	.mainnav li a:active {
		color: #fff;
		padding: .5em .7em;
		text-decoration: none;
		}
		
	.mainnav li a:hover {
		background-image: url(/_images/20percent.png);
		color: #fff;
		text-decoration: none;
		}
		
	.mainnav li a.selected {
		background-image: url(/_images/50percent.png);
		color: #fff;
		text-decoration: none;
		}
		
		.mainnav li a:hover.selected {
		background-image: url(/_images/50percent.png);
		}
		




ul.legal {
	list-style-type: none;
	margin: 25px 0 3em 0;
	padding: 0;
	text-align: right;
	}
	
	ul.legal li {
		display: inline;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 0 15px;
		}
		
	.legal li a:link, 
	.legal li a:visited, 
	.legal li a:hover, 
	.legal li a:active {
		padding: .5em .7em;
		text-decoration: none;
		}
		
	.legal li a:hover {
		color: #fff;
		background-image: url(/_images/50percent.png);
		text-decoration: none;
		}




		
ul.breadcrumb {
		float: left; 
		font-size: .9em;
		list-style: none;
		margin: 0;
		padding: 0;
		width: auto;
		}
		
	ul.breadcrumb li {
		display: inline;
		margin: 0 .5em 0 0;
		padding: 0;
		}
		
	ul.breadcrumb li:before { content: "> "; }
	ul.breadcrumb li:first-child:before { content: ""; }



ul.subnav {
	list-style-type: none;
	margin: 3.35em 0;
	padding: 0;
	}
		
	ul.subnav li a {
		background-color: #fff;
		display: block;
		font-size: 12px;
		margin: 1em 0;
		padding: .5em;
		}
		
		ul.subnav li a:hover {
		background-color: #2f99d4;
		background-image: url(/_images/50percent_white.png);
		color: #fff;
		}
		
			
		ul.subnav li a.selected {
		background-color: #2f99d4;
		color: #fff;
		}
		

			

ul.lined {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	}
		
	ul.lined li {
		border-top: 1px dotted #bbb;
		font-size: 12px;
		margin: 0;
		padding: .5em 0;
		}
		
	ul.checkmark li {
		border-top: 1px dotted #bbb;
		font-size: 12px;
		margin: 0;
		padding: .5em 0 .5em 35px;
		background-image: url(/_images/check.png);
		background-repeat: no-repeat;
		background-position: .5em .5em;
		}
		
		ul.lined li:first-child {
			border-top-width: 0px;
			}


ol {
	list-style: decimal;
	margin: 2em 0 0 0;
	list-style-position: outside;
	}
	
ol li {
		margin-bottom: 1em;
}
			



		
/* Links */
a:link {
	color: #2f99d4;
	text-decoration: none;
	}
	
a:visited {
	/*color: #663399;*/
	color: #2f99d4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.headerbg a:link, .headerbg a:visited {
	color: #fff;
	}

.headerbg a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
a:focus {
	}
	
	td a:focus {
	background-color: transparent;
	}

	
/* Tables */
.datatable {
	border-collapse: collapse;
	margin: 2em 0;
	padding: 0;
	width: 100%;
	}
	
.datatable td {
	color: #444;
	border-bottom: 1px dotted #bbb;
	padding: .7em 1em .7em .5em;
	}
	
.datatable th {
	border-bottom: 1px dotted #bbb;
	font-weight: normal;
	padding: .7em .5em .7em .5em;
	text-align: left;
	vertical-align: bottom;
	}
	
	.datatable th[scope="col"]  {border-bottom: 2px groove} 
	.datatable th[scope="row"]  {vertical-align: top}
	
		
/* Image Handling */
img {
	border-style: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
	li img, td img {
		display: inline;
		margin-right: 1em;
		}
		
	p img, h2 img, h3 img {
		display: inline;
		margin-right: 8px;
		}
		
	a:link img, a:visited img, a:hover img {
		/*border-bottom: 0px;*/
		text-decoration: none;
		}
		

/* Misc */	
div.quote  {
	background-image: url(/_images/left_quote.png);
	background-repeat: no-repeat;
	margin: 1em 0;
	padding: 20px 20px  5px 20px;
	}
	
.quote p {
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", georgia, serif;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0 0 0 85px;
	}
	
.quote span {
	font-family: "myriad-pro-1","myriad-pro-2", "myriad pro", myriad, "lucida Grande", "Lucida Sans", sans-serif;
	font-size: 10px;
	color: #333;
	font-style: normal;
	text-transform: uppercase; 
	letter-spacing: .1em;
	padding: 5px;
	}
	
	

.example  {
	background-color: #9C0;
	margin: 0;
	padding: 10px;
	}
	
.example h2 {
	font-family: "myriad-pro-1","myriad-pro-2", "myriad pro", myriad, "lucida Grande", "Lucida Sans", sans-serif;
	font-size: 24px;
	color: #567200;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px 15px 15px;
	}
	
 .example span {
	 font-family: "myriad-pro-1","myriad-pro-2", "myriad pro", myriad, "lucida Grande", "Lucida Sans", sans-serif;
	 font-size: 24px;
	 color: #fff;
	 font-style: normal;
	 font-weight: normal;
	/* background-image: url(/_images/40percent.png);*/
	 padding: 0; 
 }
	
	
	
.casestudy  {
	margin: 0;
	text-align: center;
	}
	
.casestudy p {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
	}
	
	
		
.blogfooter {
	color: #999;
	margin: 0 0 1em 0;
}

.blogtools {
	background-image: url(/_images/10percent.png);
	margin: 2em 0;
	padding: 5px 0 0px 0;
}

	.blogtools a {
		margin-left: 1em
	}

.employment {
	background-color: #ffffb2;
	clear: both;
	padding: .75em 0;
	text-align: center;
	}
	
	.employment:hover {
		background-color: #fdfd8c;
		}

#tooltip {
	background-image: url(/_images/tooltip.png);
	background-repeat: no-repeat;
	color: #fff;
	display: none;
	font-size:12px;
	font-weight: bold;
	height:44px;
	padding:15px 0 0 0;
	text-align: center;
	width:160px;
}

/* style the trigger elements */
#apply_tooltip a {
	border:0;
	cursor:pointer;
}



/* forms */

.formbg {
	background-color: #27343c;
	background-image: url(/_images/10percent.png); 
	background-repeat: repeat;
	color: #fff;
}

form div {
		margin: 1em 0 2em 0;
}

label {
	color: #687177;
	display: inline;
	margin: 0 2em 0 0;
}

textarea {
	height: 200px;
}

input[type="checkbox"] {
	margin: 1em .5em 1em 0;
	display: inline;
	vertical-align: middle;
}

input[type="submit"] {
	margin: 1em 0 1em 0;
	display: inline;
	vertical-align: middle;
	background-color: #2F99D4;
	padding: 7px 30px;
	color: #fff;
	border: 0;
	font-size: 1.2em;
}


input[type="submit"]:hover {	
	background-image: url(/_images/20percent.png);
	cursor: pointer;	
}

.textinput {
	background-color: #fff;
	background-image: url(/_images/input_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #bbb;
	border-style: solid;
	display: block;
	margin: .5em 0 2em 0;
	padding: 11px;
	width: 435px;
}


.blogtools form {
		display: inline;
	}

.error {
		border: 2px solid #c00;
		border-collapse: collapse;
		background-color: #FFE1E2;
}

.printonly {
		display: none;
}

.photo {
		border: 4px solid #fff; 
		margin: 2em 0 0 0;
}




