/*  ----------------------------------------------------------------------

* undo some default styling of common (X)HTML browsers

* ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */

ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
}
/* Remove inconsistent (among browsers) default padding or margin */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td {
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */

a img, :link img, :visited img, fieldset {
	border:none;
	margin:0;
	padding:0;
	height:0px;
}
/* ------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial;
	line-height:14px;
	color:#5f5f5f;
	background:#ececec;
}

h1 {
	font-size:1.1em;
	color:#3d3d3d;
}
h2 {
	font-size:1.1em;
	color:#3d3d3d;
}
h3 {
	font-size:1.0em;
	color:#3d3d3d;
}
p {
	color:#5f5f5f;
}
p.h1 {
	font-size:16px;
	color:#3d3d3d;
	font-weight:bold;
	margin:0;
	padding:0;
}
p.h2 {
	font-size:16px;
	color:#3d3d3d;
	font-weight:bold;
	margin:0;
	padding:0;
}
p.h3 {
	font-size:16px;
	color:#3d3d3d;
	font-weight:bold;
	margin:0;
	padding:0;
}


p.last {padding-bottom:45px;}



h1 span, h2 span, h3 span {
	display:none;
}
a {
	outline:none;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
}
a:link, a:visited, a:hover, a:active {
	color:#3a9bd9;
}
a:hover {color:#3d3d3d;}
/* useful classes */
.clear {
	clear:both;
	width:100%;
	height:0.01em;
	overflow:hidden;
}
img.left {
	float:left;
}
img.right {
	float:right;
}
div.clear-bottom {margin:0; padding:0; width:100%; height:75px; background:#ececec;}

#wrap {
	width:930px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
}
#main-wrap {
	min-height:95%;
	_height:95%;
 	padding: 0;
 	margin: 0;
}
#spacer {
	min-height:95%;
	_height:95%;
	float: right;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
	background-color: red; /* visual effect only */
}
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	min-height:5%;
	_height:5%;
	vertical-align: middle;
	background:url("../images/bg-footer.gif") bottom no-repeat;
}

#wrap #header {
	height:75px;
	background:url("../images/headers/header.jpg") no-repeat;
	text-align:left;
	margin:0;
	padding:0;
	position:relative;
}
/* Bread Nav */
#bread {
	color: #3a9bd9;
	top:56px; left:0;
	margin:0; padding:0;
	list-style: none;
	position:absolute;
	font-size:10px;
}
#bread a.active {
	color: #3d3d3d;
}

#bread li {
	margin:0; padding:0;
	font-weight:bold;
	display:inline;
	color:#3d3d3d;
}


/* Main Navigation */
#nav-main {
	text-align:left;
	margin:0; padding:0;
	position:absolute;
	top:18px; left:630px;
	width:113px; line-height:13px;
	list-style:none; height:52px;
	font-size:10px;
}
	#nav-main li { margin:0; padding:0; height:13px; float:left; line-height:13px; width:113px; }
#nav-sub-main {
	text-align:left;
	top:18px; position:absolute;
	left:743px;	width:113px;
	list-style:none; line-height:13px;
	font-size:10px;
}
#nav-sub-main li {margin:0; padding:0; line-height:13px; float:left; height:13px; width:113px;}

/* End Navigation */

#wrap div.home-pod-left {
	width:300px;
	margin:0;
	padding:0 0 66px 0;
	text-align:left;
	float:left;
	background:url("../images/home-pod-left.jpg") top no-repeat;
}
#wrap div.home-pod-left p {
	margin:45px 0 0 0;
}
#wrap div.home-pod-left a{font-size:11px; }

#wrap div.home-pod-left p.link {
	margin:4px 0 0 0;
	width:200px;
	
}
#wrap div.home-pod-left p.h1 {
	color:#3d3d3d;
	margin:0;
}
#wrap div.home-pod-center {
	width:330px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	background:url("../images/home-pod-center.jpg") top no-repeat;
}
#wrap div.home-pod-center p {
	margin:45px 15px 0 15px;
}
#wrap div.home-pod-center a{font-size:11px; }
#wrap div.home-pod-center p.link {
	margin:4px 15px 0 15px;
}
#wrap div.home-pod-center p.h1 {
	color:#3d3d3d;
	margin:0 15px 0 15px;
}

#wrap div.home-pod-right {
	width:300px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	background:url("../images/home-pod-right.jpg") top no-repeat;
}
#wrap div.home-pod-right p {
	margin:45px 0 0 0;
}
#wrap div.home-pod-right a{font-size:11px}
#wrap div.home-pod-right p.link {
	margin:4px 0 0 0;
	width:200px;
}
#wrap div.home-pod-right p.h1 {
	color:#3d3d3d;
	margin:0;
}
#wrap div.pod a {font-size:11px;}

/* sub- pages */	
#wrap #col-left {
	float:left;
	width:314px;
	padding:0 0 0 0;
	text-align:left;
}
#wrap #col-left a {font-size:11px;}

#wrap #col-left p {
	color:#5f5e5e;
	font-size:11px;
	line-height:14px;
	margin-right:100px
}

#wrap #col-left.contact-page p {
font-size:12px;
line-height:15px;
}

#wrap #col-left p.h1 {
	font-size:16px;
	line-height:16px;
	margin-right:100px;
	margin-bottom:75px;
	color:#3d3d3d;
}

#wrap #col-left #facilities p.h2 {
	color:#3d3d3d;
}
body#centers #wrap #col-left p.h2 {
	font-size:11px;
	line-height:13px;
	margin-top:68px;
	color:#3d3d3d;
}
body#mcclellan #wrap #col-left p {
	line-height:13px;
	margin-bottom:10px;
	margin-right:35px;
}
body#mcclellan #wrap #col-left p.h1 {
	margin-bottom:20px;
	color:#3d3d3d;
}
body#mcclellan #wrap #col-left p.h2, body#mcclellan #wrap #col-right p.h2 {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin-bottom:0px;
	color:#3d3d3d;
}
body#contact #wrap #col-left p {
	line-height:13px;
	margin-bottom:10px;
	margin-right:35px;
}

body#contact #wrap #col-left p.h1 {
	margin-bottom:15px;
	color:#3d3d3d;
}
body#contact #wrap #col-left p.h2 {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin-bottom:0px;
	color:#3d3d3d;
}
body#contact #wrap #col-left form {
	margin: 0 0 0 0;
	width:203px;
	color:#3fa9e0;
	font-size:11px;
}

body#contact #wrap #col-left form div {
	margin-top:5px;
}
#wrap #col-right {
	float:left;
	width:616px;
	text-align:left;
}
#wrap #col-right p {
	color:#5f5f5f;
	font-size:12px;
	line-height:17px;
	margin-bottom:18px;
}
#wrap #col-right p a {font-size:12px;}

body#contact #wrap #col-right p a {font-size:10px;}

body#contact #wrap #col-right input.submit {padding-bottom:25px; padding:0; margin:0;}
body#contact #wrap #col-right input {padding:0; margin:0;}


#wrap #col-right p.heading {
	color:#3d3d3d;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:0px;
}

/* default header graphic setup */ 
#header-graphic {
	height:168px;
	width:930px;
	margin:0;
	padding:0;
}
body#index #header-graphic {
	height:454px;
	background:#ececec url("../images/headers/header-graphic.jpg") no-repeat;
}
body#index #header-graphic #content {
	width:869px;
	height:200px;
	background:transparent;
	margin:175px 0 0 31px;
	float:left;
	text-align:left;
	display:inline;
}
body#index #header-graphic #content p.heading {
	font-size:31px;
	font-weight:bold;
	line-height:34px;
	color:#3a9bd9;
	margin:20px 15px 0 15px;
	opacity:1;
}
body#index #header-graphic  p.main {
	font-size:17px;
	line-height:22px;
	color:#ffffff;
	margin:10px 15px 0 15px;
	opacity:1;
}
body#index #content #header-graphic #news {
	background:#000000;
	margin:16px 0 0 31px;
	float:left;
	text-align:left;
}

#tour-link a, #content.view-tour #tour-link a:hover {
padding:3px;
border:1px solid #fff;
}

#content.view-tour #tour-link a {
border:1px solid #3d3d3d;
}

#virtual-tour, a#hide-tour, #content.hide-tour #virtual-tour, #content.hide-tour a#hide-tour, #content.view-tour a#view-tour {
display:none;
}

#content.view-tour #virtual-tour, #content.view-tour a#hide-tour {
display:inline;
}


body#index #header-graphic #news p {
	margin-top:10px;
	font-size:13px;
	color:#3a9bd9;
	width:801px;
	
	float:left
}
body#index #header-graphic #news p.title {
	width:68px;
	margin-top:10px;
	font-size:13px;
	color:#3a9bd9
}
body#index #header-graphic #news p.title span.title {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:16px;
}
body#about #header-graphic {
	background:url("../images/headers/header-about.jpg") no-repeat;
}
body#press #header-graphic {
	background:url("../images/headers/header-press.jpg") no-repeat;
}
body#leadership #header-graphic {
	background:url("../images/headers/header-leadership.jpg") no-repeat;
}
body#board #header-graphic {
	background:url("../images/headers/header-board.jpg") no-repeat;
}
body#centers #header-graphic {
	background:url("../images/headers/header-center.jpg") no-repeat;
}
body#contact #header-graphic {
	background:url("../images/headers/header-contact.jpg") no-repeat;
	margin-bottom:2px;
}
body#mcclellan #header-graphic {
	background:url("../images/headers/header-mcclellan-3d.jpg") no-repeat;
	height:270px;
}

/* ----- global form elements ----- */
 
#contact-form {
	margin:0;
	padding:0;
	position:relative;
	width:460px;
}

fieldset {margin:0; padding:0;}

#main-form {
	padding:0; margin:0; float:left;
}

#main-form label {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:regular;
	color:#5f5f5f;
	margin:0;
	line-height:normal;
	padding:0;
	display:block;
	width: 300px;
}

/* defaults vertical spacing between fields */
#main-form input {
	background-color:#fff;	border:1px solid #e4e3e3; 
	font:11px Arial, Helvetica, sans-serif;
	color:#3d3d3d; width:200px;	height:20px; 
	padding:3px 0 0 3px; margin:0 0 6px 0;
	background-image:url(../images/form-bg.gif) repeat-x;
}

#main-form textarea {
	height:23px; overflow:auto;
	font-weight:bold; width:203px;
	float:left; height:33px; background-image:url(../images/form-bg.gif);
}
#main-form input, #main-form select, #main-form textarea {
	font-weight:bold;
	background-image:url(../images/form-bg.gif);
	width:300px;
	margin-bottom:7px !important;

}

#main-form select {
	padding:0;
	border:1px solid #e4e3e3;
	float:left; height:20px;
	font-weight:normal;
	margin-bottom:7px !important;

	 }
	 
#main-form #submit {
	margin:0; padding:0;
	position:relative;
	margin:12px 0 0 1px;
	width:51px;	border:none;
	height:17px;
	left:0; cursor:pointer;
}

#main-form input.hidden {
	display:none;
	border:none;
}


#main-form .form-row {
	display:block;
	clear: right;
	width: 300px;
}


#main-form .form-row .required, .required {
	color: #C1530B;
	font-weight: normal;
}


 /*triggers hasLayout*/
#map {
	margin:0;
	padding:0;
	width:615px; 
	height:653px;
}#photo-block {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	padding-top: 20px;
}
#photo-block-right {
	float: right;
}
#photo-block-left {
	float: left;
}
.ulist {
	padding-bottom: 18px;
	padding-left: 3px;
}
.ulist .bullet {
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 10px;
}

#home-featured-links a {
padding:3px;
font-weight:bold;
font-size:11px;
	color: #3A9BD9;
	background-color: #191919;
	border: 1px solid #db5e04;
	border:1px solid #811800;
}


#home-featured-links a:hover {
border:1px solid #ffffff;
color:#ffffff;
background-color:#db5e04;
background-color:#811800;
}
