@charset "utf-8";
/* CSS Document */

html { margin: 0px; } 

body {
	/* background: #104893; */
 background: #000000;
	background-image: url('images/site/global_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #196EC7;
}

a:link {
	color: #1662ba;
}
a:visited {
	color: #0066FF;
}

.heading {
 font: bold 18px Verdana, Arial, Helvetica, sans-serif;
 color: 1662ba;
}

.subheading {
 font: bold 14px Verdana, Arial, Helvetica, sans-serif;
 font-variant: small-caps;
 color: 1662ba;
 margin-left: 5pt;
 margin-bottom: -5pt;
}

.subheading2 {
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: black;
}

.text {
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 color: black;
}

.footertext {
color: #FFFFFF
}

.footertext a {
color:#FFFFFF
}

.footertext a:hover {
color:#CCCCCC
}

.footertext a:visited {
color:#CCCCCC
}

.leftcol {
border-right-style: dashed;
border-width:1px;
margin-right: 5px;
}

.maincol {
margin-left: 5px;
}

.breadcrumb {
 font: 10px Verdana, Arial, Helvetica, sans-serif;
 color: black;
}

.blacklinks {
color:black;
}

.border_top {
border-top-style: dashed;
border-top-width: thin;
border-top-color: black;
}



.textbox_div
{
	width: 150px;
	height: 33px;
	background: url('images/site/textbox.jpg') no-repeat;
	float: left;
}

.textbox_div_focus
{
	width: 150px;
	height: 33px;
	background: url('images/site/textbox_focus.jpg') no-repeat;
	float: left;
}

.textbox {
	width: 128px;
	/* height: 33px; Don't use, otherwise it throws Chrome for a loop and doesn't put the text in the center of the box*/
	background: none;
	border: none;
	color: #000000;
	margin-top: 8px;
	margin-left: 10px;
	outline: none; /*Remove outlines in Chrome */
}



#header {  
 height: 184px;
 width: 895px;
 background: url('images/site/header.png');
 margin: 0 auto; 
} 

#nav {
 height: 38px;
 width: 895px;
 margin: 0 auto; 
}

#header_buffer {
 height: 37px;
 width: 895px;
 background: url('images/site/header_buffer.png');
 margin: 0 auto; 
}

#content {
width: 895px;
background-image: url('images/site/content_bg.png');
background-repeat: repeat-y;
margin: 0 auto; 
}

#footer {
width: 895px;
height: 100px;
background: url('images/site/footer.png');
margin: 0 auto; 
}


/* IMAGE ROTATOR STUFF */

.main_image {
    width: 400px;
    height: 375px;
	margin-left: auto;
	margin-right: auto;
    
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #000;
}
.main_image p {
    padding: 10px;
    margin: 0;
}
.main_image h2 {
	padding: 10px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #000;
}

.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: none;
    margin-left: auto;
	margin-right: auto;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
	display: inline;
    margin: 0;
    padding: 2px 2px;

    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}


.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
.image_thumb ul li h2{display: none;}/*--Hide the description on the list items--*/
