/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4C4C4C;
	text-align: center;
	background-color: #E7E7E7;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4C4C4C;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #00528F;
	text-decoration: underline;
}
a:hover {
	color: #0082E1;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.9em;
}

ul {
	margin: 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 0.6em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	font-weight: bold;
	text-decoration: underline;
}

.Heading2 {
	font-size: 11px;
	font-weight: normal;
	color: #A2A2A2;
}

.LinkSmall {
	font-size: 12px;
}


/* Highlights */
.Highlight1 {
	color: #FAD60D;
}

.Highlight2 {
	color: #C00;
}

.Highlight3 {
	color: #090;
}

.Background1 {
	background-color: #D1D1D1;
	padding-left: 5px;
	font-weight: bold;
	color: #6F706A;
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid #C1C1C1;
	padding: 3px;
}
a .ImageLink {
	border: 1px solid #C1C1C1;
}
a:hover .ImageLink {
	background-color: #FFF;
	border: 1px solid #538CC6;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3 {
	background: url(/images/Btn_BG.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 12px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #08548E;
	border-color: #1E3D5B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0965AA;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}


/* Navigation */
#nav {
	position: absolute;
	top: 41px;
	left: 438px;
	z-index: 4000;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 36px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.selected { 
	background-position: 0 -36px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home { 
	background: url(../images/Nav_Home.jpg) no-repeat; 
	width: 70px;
}

#nav a.company { 
	background: url(../images/Nav_Company.jpg) no-repeat; 
	width: 88px;
}

#nav a.programs { 
	background: url(../images/Nav_Programs.jpg) no-repeat; 
	width: 95px;
}

#nav a.projects { 
	background: url(../images/Nav_Projects.jpg) no-repeat; 
	width: 86px;
}

#nav a.workorder { 
	background: url(../images/Nav_WorkOrder.jpg) no-repeat; 
	width: 110px;
}

#nav a.contact { 
	background: url(../images/Nav_Contact.jpg) no-repeat; 
	width: 96px;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul li ul {
	position: absolute;
	z-index: 2000;
	top: 36px;
	left: 0px;
	width: 160px;
	padding-bottom: 10px;
	float: left;
	/*background: url(../images/Layout_NavigationBG.png) no-repeat bottom;*/
	background-color: #FFFBE8;
	font-style: normal;
	display: none;
	border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	filter: alpha(opacity=92);
	-moz-opacity: .92; 
	opacity: .92;
}

#nav ul li ul li {
	/*border-bottom: 1px #515151 dotted;*/
	width: 140px;
	margin: 4px 20px 0px 10px;
}

#nav ul li ul li a {
	height: auto;
	text-indent: 0px;
	display: block;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #6E6E66;
	text-decoration: none;
}
#nav ul li ul li a:hover {
	color: #FFF;
	background-color: #F3D100;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 88px;
	left: 30px;
	width: 60%;
	font-size: 12px;
	color: #CCCCCC;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #FAD60D;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li a:hover {
	color: #FFF;
	text-decoration: none;
}


/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 384px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 196px;
	clear: both;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat-y center top;
	overflow: hidden;
	clear: both;
}

#body_container {
	min-height: 629px;
}

#body {
	background: url(../images/Layout_Body.jpg) no-repeat center top;
	overflow: hidden;
}

#body_left {
	float: left;
	width: 650px;
	margin: 40px 20px 0 31px;
}

#body_right {
	float: right;
	width: 293px;
	margin: 7px 0 0 0;
	clear: right;
}


/* Home */
#home {
	position: absolute;
	top: 24px;
	left: 11px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 380px;
	height: 110px;
}


/* Call to Action */
#call {
	position: absolute;
	top: 11px;
	right: 13px;
	text-align: right;
	width: 250px;
}
#call strong {
	font-size: 20px;
	font-weight: bold;
}
#call .left {
	float: left;
	padding-top: 2px;
}
#call .right {
	float: right;
}


/* Cities */
#city {
	position: absolute;
	top: 349px;
	left: 0px;
	width: 100%;
}
#city ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#city ul li {
	display: inline;
	margin: 0 32px;
	padding: 0;
}


/* Flash */
#flash {
	position: absolute;
	top: 94px;
	left: 439px;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 126px;
	left: 36px;
	font-size: 9px;
	color: #A2A2A0;
}
#copyright a {
	color: #A2A2A0;
	text-decoration: none;
}
#copyright a:hover {
	color: #D2D2D0;
}


/* Panel */
#panel {
	margin: -15px 0 0 0;
	background: url(../images/Layout_Panel_Mid.jpg) repeat-y;
	width: 293px;
}
#panel div {
	min-height: 505px;
}
#panel div.top {
	background: url(../images/Layout_Panel_Top.jpg) no-repeat center top;
	padding: 50px 0 0 0;
}
#panel div.btm {
	background: url(../images/Layout_Panel_Btm.jpg) no-repeat center bottom;
}
#panel div.body {
	margin: 7px 50px 0px 50px;
	padding-bottom: 9px;
	color: #7F7F7F;
	font-size: 12px;
}
#panel div.body p {
	line-height: 1.4em;
	padding-bottom: 15px;
}
#panel div.body em {
	font-size: 11px;
	font-style: normal;
}
#panel div.body a {
	font-size: 11px;
}


#programs {
	background: url(../images/Layout_Section_Programs.jpg) no-repeat;
	height: 163px;
	padding: 22px 0 0 2px;
	margin-top: 30px;
	font-size: 12px;
	color: #7F7F7F;
}
#programs p {
	margin-bottom: 0px;	
}
#programs ul {
	margin: 0 10px 0 0;
	padding-left: 2em;
}
#programs ul li {
	margin-bottom: 0.2em;
}
#programs .column {
	float: left;
	width: 33.3%;
}
#programs a {
	color: #7F7F7F;
	text-decoration: none;
}
#programs a:hover {
	color: #0082E1;
	text-decoration: none;
}


#affiliations {
	background: url(../images/Layout_Section_Affiliations.jpg) no-repeat;
	height: 163px;
	padding: 26px 0 0 2px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
#affiliations p {
	margin-bottom: 1px;	
}
#affiliations img {
	margin: 0 15px;	
	border: 0;
	vertical-align: middle;
}


/* Vertical Ticker */
#ticker {
	width: 100%;
	height: 500px;
	overflow: auto;
	position: relative;
}
#ticker dt {
	position: relative;
	padding-top: 10px;
}
#ticker dd {
	margin-left: 0;
	position: relative;
	list-style: none;
	padding-bottom: 20px;
}
#ticker div {
	margin-top: 0;
	min-height: 0;
}


/* Cufon */
h1 {
	font-size: 24px;
	color: #6F706A;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #A9A9A7;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #6F706A;
	border-bottom: 1px dotted #999;	
}

h5 {
	font-size: 20px;
	font-weight: normal;
	color: #8D8D8B;
}


/* Print */
@media print {
	#header,
	#footer,
	#panel {
		display: none;
	}
}
