* {
	padding: 0; 
	margin: 0;
}
body {
	font-size: 1em;
	background: url(../images/Eagle.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#wrapper {
	left: 50%;
	position: absolute;
	margin-left: -800px;
}
#container {
	left: 50%;
	position: absolute;
	margin-left: -510px;
	margin-top: 20px;
	z-index: 10;
}
#header {
	height: 56px;
	width: 600px;
	position: absolute;
	z-index: 100;
	top: 66px;
	left: 541px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.contentpic {
	position: inherit;
}
#content {
	width: 620px;
	margin-left: 260px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	line-height: 18px;
	z-index: 100;
}
.content-top {
	background-image: url(images/header08.png);
	background-repeat: no-repeat;
	height: 102px;
	position: relative;
}
.content-inner {
	background-image: url(../images/bg3_02.png);
	background-repeat: repeat-y;
	height: auto;
	width: 620px;/*prevents problem with child elements (png backgrounds) in IE7*/
}
.inside {
	padding: 5px 40px 10px 40px;
	color: #000000;
}
#content a:link {
	color: #fff;
	text-decoration: underline;
	background-color: #366FB5;
	padding: 1px 4px 1px 4px;
}
#content a:visited {
	color: #fff;
	text-decoration: underline;
	background-color: #366FB5;
}
#content a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #000000;
}
#content h2 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 15px 0 5px;
}
#content h3 {
	color: #24406d;
	font-size: 95%;
}
#content h4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 5px;
	cursor: help;
}
#content h6 {
	color: #ff3300;
	font-weight: bold;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 5px;
	cursor: help;
}
/*----CALLOUT--*/
.callout {
	width: 240px;
	float: right;
	margin: -5px 0 10px 5px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
}
.callout-top {
	background-image: url(images/callout_01.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 240px;
}
.callout-mid {
	background-image: url(images/callout_02.png);
	background-repeat: repeat-y;
	margin: 0;
	width: 240px;
}
.callout-bottom {
	background-image: url(images/callout_03.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 240px;
}
.calloutimg {
	margin-left: -35px;
	margin-top: -20px;
	position: absolute;
}
.calloutimg2 {
	margin-top: -15px;
	margin-left: -4px;
	z-index: 10;
}
.callout2 {
	width: 160px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: solid #FF0000 3px;
	padding: 0px 3px 2px 0px;
	margin-top: 10px;
	clear: both;
	background-color: #000000;
}
.callout3 {
	width: 160px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: solid #FF0000 3px;
	padding: 0px 3px 2px 0px;
	margin-top: 30px;
	clear: both;
	background-color: #000000;
}
#container #content .content-inner .inside .callout .callout-mid ul {
	font-size: 110%;
	margin-top: 5px;
	padding: 0px;
	list-style: url(images/tick2.png);
	background-repeat: no-repeat;
}
#container #content .content-inner .callout a {
	background-color: #ff0000;
	padding: 0 2px 2px 2px;
	font-family: "Courier New", Courier, monospace;
}
#container #content .content-inner .callout a:hover {
	background-color: #000000;
	color: #FF0000;
}
#container #content .content-inner .callout2 a {
	background-color: #FF0000;
	padding: 5px;
}
#container #content .content-inner .callout2 a:hover {
	background-color: #FFFFFF;
	padding: 5px;
	color: #FF0000;
}
#container #content .content-inner .callout3 a {
	background-color: #FF0000;
	padding: 5px;
}
#container #content .content-inner .callout3 a:hover {
	background-color: #FFFFFF;
	padding: 5px;
	color: #FF0000;
}
#container #content #content-inner .callout a {
	background-color: #FF0000;
	padding: 2px;
}
#container #content #content-inner .callout a:hover {
	background-color: #FFFFFF;
	padding: 3px;
	color: #FF0000;
}
#content .content-inner .inside .callout h3 {
	font-size: 130%;
	color: #000000;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	padding: 0 10px;
	line-height: 1.2em;
	text-align: center;
}
#content .content-inner .inside .callout p {
	padding: 0 10px 5px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	margin-top: 0px;
}
#content .content-inner .inside .callout .callout-mid strong {
	font-weight: normal;
	background-color: #24406d;
	padding: 0 2px 2px 2px;
	color: #fff;
}
/*--FOOTER--*/
#footer {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	background-image: url(../css/images/footer.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	font-size: .75em;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #81AACF;
	padding: 0 2px 3px 2px;
}
#footer a:visited {
	text-decoration: underline;
	background-color: #81AACF;
	padding: 0 2px 3px 2px;
}
#footer a:hover {
	color:#000;
	background:#ff3300;
  }
.footerbox {
	width: 620px;
}
#section-text {
	width: 180px;
	float: left;
}
/*--THUMBS--*/
.section-thumb {
	float: left;
	margin-right: 20px;
	background-image: url(images/thumb-bg.png);
	width: 120px;
	text-align: center;
	background-repeat: no-repeat;
	height: 120px;
}
#container #content .content-inner .section-thumb a {
	padding: 0px;
	margin: 0;
	border: 0;
	background-color: transparent;
	
}
#container #content .content-inner .section-thumb a:hover {
	filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}
.section-thumb-right {
	float: left;
	background-image: url(images/thumb-bg.png);
	width: 120px;
	text-align: center;
	background-repeat: no-repeat;
	height: 120px;
} 
#container #content .content-inner .section-thumb-right a {
	padding: 0px;
	margin: 0;
	border: 0;
	background-color: transparent;
}
#container #content .content-inner .section-thumb-right a:hover {
	filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}
.section-thumb2 {
	width: 110px;
	float: left;
	text-align: center;
	height: auto;
	position: inherit;
	margin-top: 20px;
	margin-right: 5px;
	clear: left;
}
#container #content #content-inner .section-thumb2 a:hover {
	background-color: #333333;
}
.section-thumbCopy {
	margin-top: 20px;
}
#content-inner2 {
	height: auto;
	width: 250px;
	position: relative;
}

/* resources list */
.section-list {
	width: 250px;
	float: left;
	height: auto;
	margin-right: 30px;
}
#container #content .content-inner .inside .section-list li {
	margin: 0 0 0 -20px;
}
.section-list-right {
	width: 250px;
	float: left;
	height: auto;
}
#container #content .content-inner .inside .section-list-right li {
	margin: 0 0 0 -20px;
}
#container #content .content-inner .inside .section-list h2 {
	text-align: left;
	margin: 0 0 1px 0;
}
#container #content .content-inner .inside .section-list-right h2 {
	text-align: left;
	margin: 0 0 1px 0;
}
#content ul {
	list-style-type: square;
	margin-left: 40px;
	margin-right: 20px;
}
#content ul li {
	padding-bottom: 7px;
}
#content ul p {
	margin: 0;
	margin-top: 10px;
	color: #2a363a;
	font-size: 140%;
	padding-left: 3px;
}
#content ul p.hot {
	background: url(../images/hotIcon.gif) no-repeat 0px 4px;
}
#content ul span {
	font-size: 110%;
	display: block;
	margin-left: 3px;
}.content-inner-list {
	margin-right: 15px;
	clear: left;
	position: inherit;
}
.section-headers {
	float: left;
	height: auto;
	margin-top: 20px;
}
.anchor-link {
	float: left;
	text-align: center;
	height: auto;
	margin-top: 15px;
	line-height: 2em;
}
#content-inner2 ul {
	width: 400px;
	list-style-type: circle;
}

#container #content .content-inner .section-thumb2 a {
	background-color: transparent;
}
/*-----Main Navigation-----*/
#navcontainer {
	width: 146px;
	left: 110px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 58%;
	z-index: 20;
}
#nav1 {
	background-image: url(images/nav2_01.png);
	background-repeat: no-repeat;
	display: block;
	height: 115px;
}
#nav2 {
	background-image: url(images/nav_02.png);
	background-repeat: repeat-y;
	display: block;
	margin-top: -20px;
	width: 146px;
}
#nav3 {
	background-image: url(images/nav_03.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}
ul#nav { 
	margin: 0 0 20px 0; 
	padding: 0;
	list-style: none inside
}
ul#nav li {
	float: left;
	display: block;
	margin-left: 20px;
}

ul#nav li a {
	width: 100px;
	margin: 3px 0 0 0;
	border: 1px solid #000;
	padding: 5px 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #000000;
	text-align: center;
}

ul#nav li a#current {
	text-transform: uppercase;
	background-color: #24406d;
	color: #FFF;
} 
ul#nav li a:hover {
	text-transform: uppercase;
	background-color: #FF0000;
	color: #FFFFFF;
}
ul#nav li a:active {
	color: #fff;
	text-transform: uppercase;
	background-color: #FF0000;
}
.slideshowbox {
	float: right;
	margin-left: 5px;
	padding: 10px;
	margin-bottom: 10px;
	width: 100px;
	background-image: url(images/thumb-bg.png);
	background-repeat: no-repeat;
	height: 100px;
	margin-top: -20px;
}
.slideshow { width: 100px; height: 100px; }
.slideshow img { height: 100px; }

/* hide all images but the first one for those without javascript */
.slideshow img + img { display: none; }
.line {
	border-top:solid #000 1px;
	clear: both;
}

#content .content-inner .inside p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 18px;
	font-weight: normal;
}
.thumb-clear {
	clear: both;
	height: 20px;
}
.thumb-cleartop {
	height: 5px;
	clear: both;
}
.nextpage {
	float: right;
	margin-bottom: 5px;
}
.previouspage {
	float: left;
	margin-bottom: 5px;
}
#container #content .content-inner .inside .anchorlink {
	text-align: center;
	margin-bottom: 10px;
}
/* FORM */
.formcontainer {
	text-align: left;
}
.containerleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 80px;
}
.containerleftwider {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 150px;
}
.containerwide {
	float: left;
	margin-top: 10px;
	width: 540px;
}
.containerleft2 {
	float: left;
	margin-top: 10px;
	display: inline;
	height: inherit;
}
.container2head {
	float: left;
	margin-top: 10px;
	width: 500px;
	margin-bottom: 10px;
	color: #FFCC00;
	margin-left: 20px;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.identi {
	float: left;
	margin-right: 35px;
	background-image: url(../images/identi-bg.png);
	width: 150px;
	text-align: center;
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 10px;
	margin-left: 5px;
}
.identi-right {
	float: left;
	background-image: url(../images/identi-bg.png);
	width: 150px;
	text-align: center;
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 10px;
}
#container #content .content-inner .inside .formcontainer .identi img {
	margin-bottom: 5px;
}
#container #content .content-inner .inside .formcontainer .identi-right img {
	margin-bottom: 5px;
}
#container #content .content-inner .inside .formcontainer p {
	margin-left: 5px;
}
/* -- END Form --*/
.clearer {
	clear: both;
}
#projects {
	width: 100px;
	margin-top: 10px;
	padding: 2px 2px;
	text-align: center;
	border: solid 1px #24406d;
	background-color: #24406d;
	margin-left: 20px;
}
#project_bottom {
	background-image: url(images/project_bottom.png);
	height: 5px;
	background-repeat: no-repeat;
	margin-left: 20px;
	width: 106px;
}
#container #navcontainer #nav2 #projects h3 {
	color: #FF0000;
	background-color: #24406d;
	padding-top: 3px;
	height: 20px;
}
#container #navcontainer #nav2 #projects img a:hover {
	background-color: #FF3300;
	padding: 1px;
}
#container #navcontainer #nav2 #projects p {
	color: #FFFFFF;
	font-weight: normal;
}
#container #navcontainer #nav2 #projects .thickbox img {
}
#container #content .content-top h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.1em;
	margin: 28px 0 0 40px;
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	width: 515px;
	line-height: 1.1em;
	text-align: center;
	padding-right: 105px;
}
#container #content .eagle {
	position: absolute;
	top: -185px;
	right: -150px;
	background-image: url(images/cocky2.png);
}
#container #content .content-inner .inside a {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#container #content .content-inner .inside .callout li {
	font-size: 0.9em;
}
#container #content .content-top span {
	color: #000000;
}
#container #content .content-inner .inside .gallery_menu {
	text-align: center;
}
#container #content .content-inner .inside .gallery_menu a {
	background-color: transparent;
	color: #24406d;
}
#gallery {
	margin: 0;
}
#container #content .content-inner .inside #gallery a {
	background-color: transparent;
}
#container #content .content-inner .inside #gallery img a {
	background-color: transparent;
}
#container #content .content-inner .inside .section-list a {
	width: 220px;
	padding: 3px;
	line-height: 2em;
}
#container #content .content-inner .inside .section-list-right a {
	width: 220px;
	padding: 3px;
	line-height: 2em;
}
#container #content .content-inner .inside .section-list ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 20px;
}
#container #content .content-inner .inside .section-list-right ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 20px;
}
#container #content .content-inner .inside .callout .callout-mid h5 {
	font-size: 15px;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: left;
	text-indent: 2em;
	font-weight: normal;
	margin: 0;
	font-style: normal;
}
.ezmap {

background-color: #FFFFFF;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 11px;

color: #7A7A7A;

font-weight: normal;

}



.ezmap_details {

background-color: #FFFFFF;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

font-weight: normal;

color: #666666;

}



.ezmap_gen {

background-color: #FFFFFF;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

font-weight: normal;

color: #666666;

}
#container #content .content-inner .inside hr {
	border: 0;
	color: #24406D;
	background-color: #24406D;
	height: 1px;
	width: 100%;
	text-align: left;
}
