/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color:#ffffff;
}

body, html {
    font-family: helvetica, arial, sans-serif;
    background:#000000;
}

#page-container {
    width:990px;
    height:600px;
    position:relative;
    top:20px;
    color: #474747;
    margin:0 auto;
    background: url(../img/background.jpg) no-repeat 50% 0px;
}

p {
	font-size:1.2em;
	margin-top:5px;
	font-family:helvetica, arial, sans-serif;
}

h2 {
	font-family:georgia, serif;
	font-size:2.4em;
	margin:0;
}

#header {
    width:990px;
    height:179px;
}

#navigation {
    width:123px;
    height:360px;
    float:left;
    color:#ffffff;
    padding:0px 15px;
    font-size:1.6em;
}

ul#nav {
	overflow:visible;
	width: 134px;
	padding:0;
}

#nav li {
	padding:13px 0 20px 12px;
}

#nav li a {
	display:block;
	width:100%;
	height:100%;
	
}

#nav li a:hover {
	/*color:#000;*/
	text-shadow:2px 2px 1px #000;
	color:#D6D6D6;
}

li#home.selected/*, li#home:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px 6px;
}

li#partnerProfiles.selected/*, li#partnerProfiles:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px -85px;
}


li#services.selected/*, li#services:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px -85px;
}

li#locations.selected/*, li#locations:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px 6px;
}

li#affiliations.selected/*, li#affiliations:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px -85px;
}

li#careers.selected/*, li#employment:hover */{
	background: url(../img/nav-bg-sprite.png) no-repeat -126px 6px;
}

li#news.selected/*, li#news:hover*/ {
	background: url(../img/nav-bg-sprite.png) no-repeat -126px 6px;
}


#main-content {
    width:820px;
    height:400px;
    float:left;
    margin:0 0 0px 17px;
}

#sub-navigation {
    background:transparent url(../img/tapered-line.png) no-repeat scroll 0px 45px;
    height:58px;
    width:744px;
    margin-left:41px;
    font-size:1.4em;
}

body#services #sub-navigation {
	font-size:1.1em;
	width:790px;
}


ul#sub-nav {
	margin-left:17px;
	padding:15px 0 0 0;
	/*position:relative;*/
}

body#services ul#sub-nav {
	margin-left:-20px;
}

#sub-nav li {
	display:inline;
}

ul#sub-nav li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	padding:6px 0 0 0;
	color:#333;
}

ul li a span {
	margin:-6px 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	padding-bottom:6px;
	padding-top:8px;
}

ul#sub-nav  li a.current  {
	background: url(../img/sub-nav-bg.png) no-repeat top right;
	padding:6px 0;
	color:#fff;
}

ul#sub-nav li a:hover {
	color:#ff0000;
}

ul#sub-nav  li a.current span{
	background: url(../img/sub-nav-bg.png) no-repeat top left;
	height:18px;
}

ul#sub-nav  li a:hover span {
	
}

ul#sub-nav li#counter {
	position:absolute;
	right:80px;
	top:204px;
	font-weight:bold;
}

#content-pane {
	margin:0 0px 0 0px;
	width:800px;
	height:330px;
	float:left;
	overflow:hidden;
	position:relative;
}

#content-pane a {
	color:#ff0000;
	text-decoration:underline;
}

#support #content-pane {
	height:387px;
}

.section {
	position:relative;
	width:9000px;
}

.section .sub {
	float:left;
	height:320px;
	position:relative;
	width:800px;
	background:#E3E3E3;
	color:#fff;
}

#support .section .sub {
	height:388px;
}

#support iframe {
	margin-top:-68px;
}

.section .sub .text {
	position:absolute;
	top:12px;
	left:400px;
	color:#333;
	width:337px;
	height:297px;
	padding:0 5px 0 0;
}

.section .sub .text.noImage {
	left:71px;
	width:644px;
	top:0;
}

.text h3 {
	margin:8px 0 0 0;
	font-size:1.2em;
	line-height:1.2em;
}

.text p {
	line-height:1.25em;
}

.text ul {
	margin-top:5px;
}

.text ul li {
	list-style:disc;
	list-style-position:outside;
	margin:0 0 10px 15px;
	font-size:1.2em;
	line-height:1.2em;
}

.text ol li {
	list-style:decimal;
	list-style-position:outside;
	margin:0 0 10px 15px;
	font-size:1.2em;
	line-height:1.2em;
}

ul.textList li {
	margin:0 0 0px 15px;
}

.text ul#lvl-2{
	margin-left:25px;
	list-style:circle;
}

.scrollpane {
	overflow:auto;
	width:342px;
	height:305px;
}

.scrollpane-wide {
	overflow:auto;
	width:650px;
	height:307px;
}

.embeddedContent {
		overflow:hidden;
		width:685px;
		height:320px;
		margin:0 0 0 -13px;
}

.embeddedContent iframe {
		height:290px;
		width:100%;
		border:none;
		margin:7px 0 0 0;
}

.section .sub .image {
	background:url(../img/img-background.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	left:55px;
	width:320px;
	height:266px;
	padding:18px 0 0 16px;
}

.caption {
	color:#454545;
	font-size:1em;
	margin:8px 0 0 0;
}

.section a.prev{
	background:url(../img/arrow-left.jpg) no-repeat;
	height:60px;
	width:60px;
	position:absolute;
	top:117px;
	left:0px;
}

.section a.next {
	background:url(../img/arrow-right.jpg) no-repeat;
	height:60px;
	width:60px;
	position:absolute;
	top:117px;
	right:-2px;
}

.row2 {
	float:left;
	position:relative;
	top:320px;
}

.row3 {
	float:left;
	position:relative;
	top:640px;
}

.row4 {
	float:left;
	position:relative;
	top:960px;
}

.row5 {
	float:left;
	position:relative;
	top:1280px;
}

.row6 {
	float:left;
	position:relative;
	top:1600px;
}

.row7 {
	float:left;
	position:relative;
	top:1920px;
}

.row8 {
	float:left;
	position:relative;
	top:2240px;
}

#employment-form .text {
	height:400px;
}

form div{
	clear:left;
	display:block;
	margin:5px 0 0;
	padding:1px 3px;
	width:700px;
}

form div label {
	display:block;
	float:left;
	margin:0 0 5px;
	padding:3px 5px;
	text-align:right;
	width:95px;
}

label.error {
	display:inline;
	color:#ff0000;
	font-size:1.2em;
	float:none;
}

form div input {
	margin:0;
	padding:1px 3px;
	width:180px;
}
input.browse {
	width:200px
}

input.error{
	border:3px solid #C64848;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#FFBCBC;
}

#fileupload + label.error {
	margin-left:25px;
}

#coverletter + label.error {
	margin-left:45px;
}

#footer {
    border-top:1px solid;
    float:right;
    color:#535353;
    margin:20px 20px;
    padding:10px 0;
    text-align:center;
    width:780px;
    font-size:1.1em;
}

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