/* CSS Document */

/* CSS Document */

*{padding:0px;
	margin:0;}
	
body {
	background-image: url(../images/bgrd.jpg);
	background-repeat:repeat-x;
	font-family: "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	padding-left: 2px;	
}

a {color:#ffffff; text-decoration:none; }
a:hover {color:#999999; text-decoration:underline;}
b {font-weight:bold;}
i {font-style:italic;}
p{ line-height:18px;}

/* Main Divs  */
#imageContainer {
	height:441px;
	width: 900px;
	margin-left:7px; z-index:0;
	position:relative;
}  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:441px;  	
			width:900px; 	
			opacity: -0.01; z-index:0;} 	
			
#container {
	width:915px;
	margin:auto;
	background-image: url(../images/container_bgrd.jpg);
	background-repeat: no-repeat;
	padding:0px;
	height:439px;
margin-top:2px;	
#margin-top:2px;
_margin-top:2px;	
}

#nav{ background-image:url(../images/navbar_bgrd.jpg);
background-repeat:no-repeat;
	width:842px;
	height:39px;
	text-align: center;
	margin: auto;
position: absolute;
#position: relative;
#margin-left:0px;
	z-index:500;
padding-left: 71px;
#padding-left: 56px;
	margin-top: -1px;
	
}

#nav_home{
	width:842px;
	height:44px;
	text-align: center;
	margin: auto;
	position: absolute;
	z-index:500;
padding-left: 71px;
#padding-left: 49px;
	margin-top: -1px;
}

/*.description {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    margin-left: 15px;
    margin-top: 0px;
    padding: 5px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    z-index: 1;
}*/


#flash{
	width:900px;
	height:439px;
	margin-left:7px;
	position: absolute;
	z-index: 0;
}

#footer {
margin-top:20px;
	width:915px;
	margin:auto;
	height: 44px;
	font-size:12px;
	text-align:center;
	color:#333333;
	padding-top:22px;
	
}
.footer{font-size:10px;
}

#header {
	width: 915px;
	height: 179px;
	margin:auto;
	margin-top: 0px;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	
}

#image{
	height:371px;
	width:285px;
margin-top: 50px;
#margin-top:15px;
	float: left;
	padding-left: 20px;
}

#content{
	height:325px;
	width:490px;
	/*overflow-x:hidden;
	overflow-y: auto;*/
	padding:10px 30px 10px 40px;
	float:left;
margin-top: 70px;
#margin-top: 35px;
}


#content_scroll{
	height:325px;
	width:520px;
	/*overflow-x:hidden;
	overflow-y: auto;*/
	padding:10px 0px 10px 40px;
	float:left;
margin-top: 70px;
#margin-top: 35px;
}
/* <Scroll divs> */

div.scrollholder
{
    position: relative;
    height:325px;
	width:520px;
    overflow: auto;
    z-index: 1;
    background-color:transparent;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 13px; height: 100%;
    font-size: 0;
    z-index: 3;
	background-image: url(../images/scroll_bgrd.jpg);
	background-repeat:repeat-y;
}

div.drag_bar
{
    position: absolute;
    width:13px; height: 100%;
    cursor: pointer;
    z-index: 4;
	background-image: url(../images/scroll_square.jpg);
	background-repeat: no-repeat;
}  

/* List items  */
ul {
	list-style-type: none;
	margin-left: 0;
	color:#ffffff;
}

.quote{ font-size:18px;
font-style:italic;
}
.quote_name{ text-align:right;
}

/* Headers  */

h1{
	color:#ffffff;
	font-size:23px;
	font-weight:normal;
	
}

/*h2{
	font-size:11px;
	color:#8BC140;
	font-weight:bold;
}

h3{
	font-size:11px;
	font-weight: bold;
}

h4{
	color:#1A5EA8;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

h5{ color:#1A5EA8; font-size:11px; font-weight:bold;
}


h6{ color:#1A5EA8; font-size:11px; font-weight:bold;
}
*/



/* Images  */

.img_left{
	float:left;
	margin:0px 0px  0px 10px;
	border: 2px solid #1A5EA8;
} 

.img_right{
	float:right;
	margin:0px 10px 0px 10px;
	border: 2px solid #1A5EA8;
	
} 


.caption{
	font-size:11px;
	color:#DE1F28;
	padding-right:15px;
	
}

.caption a{
	font-size:10px;
	color:#DE1F28;
	text-decoration:underline;
	padding-right:15px;
	
}



/* Form Fields  */



textarea{
	background-color: #FFFFCC;
	border:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:#999999 solid thin;
}

.textfield{
	font-size:11px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


#btn{ 
 width: 82px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submit_btn.jpg) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}



/* Links  */

.nav{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
padding-right:16px;	
	}
	
.nav a{
	color:#333333;
	font-size:12px;
	font-weight:normal;
		text-decoration:none;
		padding-top:5px;
padding-right:16px;		
}

.nav a:hover{
	color:#999999;

}
