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

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
margin-top:20px;
margin-bottom:20px;
background-image:url("/images/background.gif");
}


h1 {font-size:18px; font-weight:900; color: rgb(47, 64, 98);}
h2 {font-family:"arial", serif; font-size:12px; font-weight:400; color:#192548; line-height:130%;}
h3 {font-family:"arial", serif; font-size:13px; font-weight:400; color:#192548; line-height:130%;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 5px 4px 5px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #192548;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 12px; /*spacing between each menu link*/
margin-left: 10px;
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color:#192548;
}

#container {
 width:1000px;
 height:800px;
 background-color:#FFFFFF;
 margin-left:auto;
 margin-right:auto;
 -webkit-box-shadow: 5px 5px 8px #192548;
-moz-box-shadow: 5px 5px 8px #192548;}

#header {
width:1000px;
	height:117px;
	background-image:url("/images/straightshootersgc.png");
	background-repeat:no-repeat;
	margin:0px auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow: 5px 5px 8px #192548;
-moz-box-shadow: 5px 5px 8px #192548;
	} 

#footer {
	width:1000px;
	height:25px;
	padding-top:5px;
	font:13px arial,sans-serif;
	font-weight:500;
	font-color:white;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#192548;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	  -webkit-box-shadow: 5px 5px 8px #192548;
-moz-box-shadow: 5px 5px 8px #192548;

		} 


#slideshow {
float: left;
width:900px;
}

#beaker
{ background:transparent; width: 500px; position: fixed; top: 0px; right:5px; z-index:-1; }

#content {
	padding:5px;
	font-family:"palatino",serif;
	font-color:navy blue;
	float: left;
	font-size:11px;
	margin-top:10px;
        margin-left:10px;
	width:600px;
	text-align:left;
	font-color:black;
	background-color:#FFFFFF;
	}
	
#rightcontent {
 	padding:5px;
	margin-top:10px;
        margin-right:10px;
	text-align:left;
	font-color:black;
	background-color:#FFFFFF;
	width:300px;
	float: right;
}

#rightcontenttext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:400;
	padding-left:5px;
	color:#192548;}
	
	#contentlist li{ list-style-type:circle; color:#efa32b;} 

#bottomphoto {
        width:900px;
        height:15px;
        margin-top:2px;
        background-image:url("images/bottomphoto.gif");
        background-repeat:no-repeat;
        }
	
<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>
<![endif]--> 
