/* CSS Document */


/* General */

* { margin: 0; padding: 0; }

html, body { 
height: 100%; 
font-size: 62.5%;
background-image: url(../images/global/bg.jpg);
background-repeat: repeat;
 }

body {
height: 100%;
background: transparent url(../images/global/header_bg.jpg) repeat-x scroll 0%;
background-position: top;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}


a:link, a:visited {
color: #005890;
text-decoration: none;
font-weight: bolder;
}

a:hover {
color: #0099FF;
text-decoration: underline;
}

.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Wrapper */

#wrapper {
width: 900px;
margin: 0px auto 0 auto;
padding-bottom: 2px;
}


/* Headings, paragraphs */

h1 {
font-size: 1.8em;
color: #8DE0FF;
position: relative;
z-index: 2;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #8DE0FF;
}

h2 {
font: 1.4em Georgia, "Times New Roman", Times, serif;
color: #1473B0;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 1px dotted #1473B0;
padding-bottom: 3px;
text-transform: capitalize;
font-weight: bold;
}

h3 {
font: 1.2em Georgia, "Times New Roman", Times, serif;
color: #666666;
letter-spacing: 1px;
margin: 5px 0px;
padding-bottom: 0px;
font-weight: bold;
}

h4 {
font-size: 13px;
color: #666666;
letter-spacing: -1px;
margin: 10px 0px 3px 0px;
text-transform: uppercase;
font-weight: 500;
}

h5 {
font-size: 13px;
margin: 0px 0px 10px 0px;
font-weight: 500;
}

p {
line-height: 1.7;
margin: 10px 0px 20px 0px;
}


/* Header */

#header {
width: 900px;
height: 173px;
margin: 0 auto;
position: relative;
text-align: left;
}

.logo {
margin: 12px 20px 10px 20px;
position: absolute;
top: 25px;
z-index: 80;
float: left;
}


#header-in {
position: absolute;
width: 900px;
height: 119px;
bottom: 0;
left: 0;
background: #005481 url('../images/global/header-bg.gif') no-repeat 0 0;
}

#header-in p {
font: 2.1em Georgia, "Times New Roman", Times, serif;
color: white;
position: absolute;
top: 41px;
left: 233px;
letter-spacing: 1px;
}

.bar {
width: 900px;
height: 12px;
background: #2B2B2B url('../images/global/bar.gif') no-repeat 0 0;
}

/* Menu */

#menu {
position: absolute;
top: 20px;
right: 8px;
z-index: 3;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
background-color: #202020;
padding: 0 0.8em;
height: 31px;
line-height: 30px;
margin-left: 4px;
border-top: 3px solid #666;
}

#menu li a:hover {
background-color: #0D0D0D;
color: #FFFFFF;
border-top: 3px solid #00A7ED;
text-decoration: none;
}

#menu li a.active {
background-color: #005481;
color: #FFFFFF;
border-top: 3px solid #00A7ED;
text-decoration: none;
}

/* Content and columns */

.content {
width: 900px;
background-color: white;
}

#left-column {
float: left;
width: 477px;
text-align: left;
padding: 20px;
border-right: 1px dotted #CCCCCC;
}

#right-column {
float: right;
width: 342px;
text-align: left;
padding: 20px;
}

#photo-page {
width: 100%;
text-align: left;
padding: 20px;
}

/* Column left two boxes */

.box1 {
float: left;
background-color: #E3F4FF;
border: 1px solid #7EC6F6;
width: 230px;
margin: 20px 13px 0 0;
}

.box2 {
float: left;
background-color: #E6FCCB;
border: 1px solid #9ECB64;
width: 230px;
margin: 20px 0 0 0;
}

.box1-in, .box2-in {
margin: 0.4em 0.8em 1.3em 0.8em;
}

.box1 p, .box2 p {
line-height: 1.5;
}

.box1 p.more, .box2 p.more {
position: relative;
top: 6px;
left: 152px; 
}

.box1 p.more a, .box1 p.more a:visited {
color: #005083;
}

.box2 p.more a, .box2 p.more a:visited {
color: #2F6900;
}


/* Footer */

#footer {
width: 900px;
height: 92px;
background: #2B2B2B url('../images/global/footer-bg.gif') no-repeat 0 0;
border-bottom: 3px solid #101010;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

#footer a:hover {
color: #CCCCCC;
font-weight: normal;
text-decoration: underline;
}

#footer ul {
list-style-type: none;
color: #FFFFFF;
padding: 13px 0 0 10px;
text-align: left;
font-size: 0.9em;
float: left;
width: 430px;
}

#footer ul li {
float: left;
display: inline;
white-space: nowrap;
border-right: 1px solid #0066CC;
}

#footer ul li a, #footer ul li a:visited {
margin: 0 8px;
}

#footer ul .last_li { border-right: 0px solid #000;

}

#footer p.cop {
font-size: 0.9em;
color: #FFFFFF;
float: right;
padding: 12px 16px 0 0;
margin: 0;
line-height: 1.6;
}

.epoch {
 color: #E9E9E9;
 text-align: right;
 font-size: 9px;
 padding: 2px 16px 0 0;
}

.epoch a {
	color: #E9E9E9;
	text-decoration: underline;
	font-weight: normal;
}

#short-page {
	min-height: 390px;
}


/* Table Stuff */
td {
	vertical-align: top;
}

/* Flash */

.flash-video {
	width: 342px;
	height: 291px;
}

/* images */



img {
	border: none;
}

.img-right {
	margin: 8px 0px 10px 10px;
	border: 5px solid #333;
	float: right;
}

.img-left {
	margin: 8px 0px 10px 0px;
	border: 5px solid #333;
	float: left;
}

.img-home {
	border: 5px solid #333;
}

.img-row {
width: 840px;
text-align: center;
}

.img-row img {
margin: 20px;
}

