/* CSS Document */

/* Screen layout: */

body{
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#cccc99;
color:#333333;
}

/*url color*/

a{
text-decoration:none;
color: #330000;
}

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


#container{
margin:0 auto 15px auto;
width:860px;
padding:0 0 0 0;
background:#ffffcc;
border-bottom:1px solid #000033;
border-top:1px solid #000033;
border-left:1px solid #000033;
border-right:1px solid #000033;
}

/*top header with splash */

#headersplash{
height:200px;
width:860px;
padding:0;
background:#000033 url(/img/splash-home.jpg) top left no-repeat;
color: #fff
clear:both;
margin:0 0 0 0;
}


/*menu location*/

#bodylocation{
background: #cc9900;
margin: 0px 0 2px 0;
width:842px;
height:16px;
float:none;
font-size: 0.98em;
line-height: 1.3em;
color: #ffffcc;
padding:3px 15px 0 4px;
text-decoration:none;
}


/*content containers */


#mid_content{
width:555px;
float:left;
padding:0 0 0 0;
}

#right_bar{
width:300px;
float:right;
}


#right_bar p{
font-size:0.9em;
line-height:1.3em;
margin:0 5px 12px 0;

}

#left_bar{
width:175px;
float:left;
}

#left_bar p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 5px;
color: #000000;
}

#leftfloat{
width:501px;
float:left;
}

#rightfloat{
width:300px;
float:right;
}


/*content - left side body */


.bodyhead{
background: #ffe39d;
width:860px;
height:70px;
z-index: 999;
}

.bodycopy{
width:450px;
float:middle;
padding:0 34px 15px 20px;
background: #ffffcc;
}

.bodytitle{
	width:490px;
	float:middle;
	padding:0 34px 15px 20px;
	font-weight: bolder;
}

.bodyclick{
	width:400px;
	float:right;
	text-align: right;
	font:100% tahoma, verdana, sans-serif;
	color:#000;
	font-weight: 600;
	text-decoration:none;
	font-size: 0.98em;
	line-height: 1.9em;
	margin: 0 0 0 0;
	padding:0 100px 1px 0;
	vertical-align: top;
}


.bodyclick2{
width:400px;
float:right;
text-align: right;
font:80% tahoma, verdana, sans-serif;
color: #660000;
font-weight: 600;
text-decoration:none;
font-size: 0.98em;
line-height: 1.9em;
margin: 0 0 0 0;
padding:0 100px 1px 0;	
}

.bodyclickcurrent{
width:400px;
float:right;
text-align: right;
font:80% tahoma, verdana, sans-serif;
color: #666666;
font-weight: 600;
text-decoration:none;
font-size: 0.98em;
line-height: 1.9em;
margin: 0 0 0 0;
padding:0 100px 1px 0;	
}

/*content - right side body */

.bodyimage{
margin:32px 14px 10px 0;
width:280px;
height:240px;
border-bottom:4px solid #000033;
border-top:4px solid #000033;
border-left:4px solid #000033;
border-right:4px solid #000033;
}




/*content - bottom */

#footer{
clear:both;
background-color:#000033;
color:#cccccc;
font-size:0.9em;
padding:8px 10px 8px 12px;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:right;
position:static;
}

#linker{
clear:both;
background-color:#cc9900;
color:#000033;
font-size:0.9em;
padding:8px 10px 8px 12px;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:center;
}


#footer a{
color:#808080;
}

/*body copy code*/


h1{
width:330px;
margin:0 0 7px 0;
font-size:1.7em;
font-weight:700;
padding:8px;
color:#ccccff;
}

h2{
margin:0 0 20px 0;
font-size:1.3em;
font-weight:400;
padding:8px;
color:#ccccff;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
	margin:0 15px 0 0;
	line-height:1.5em;
	text-align:left;
	font-weight: lighter;
}

.about{
	padding: 30px 40px 30px 30px;
	line-height:1.5em;
	font-size:0.9em;
	text-align:left;
	font-weight: 500;
	font-style: italic;
}

.subsubhead{
	padding: 3px 0 4px 35px;
	line-height:1.5em;
	font-size:.9em;
	text-align:left;
	font-weight: 600;
	color:#333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.form{
	line-height:1.5em;
	font-size:0.7em;
	text-align:right;
	font-weight: bold;
	color:#000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


.right{
text-align:left;
}

a img{
border:0;
}

.hide{
display:none;
}

.separator {
clear: both;
height: 1px;
}
