/* CSS Document */
* {margin:0; padding:0;}
body {
background-image:url(images/stripe_SHgrey.png);
background-repeat:repeat;
font-family:arial, verdana, sans-serif;
font-size:81%;
text-align:center}

#container {
width:805px;	
margin:0 auto;	
background:#fff;
overflow:hidden;}

div.photobanner {	
width:805px;	
display:block;	
text-indent:-9999px	background-color: black;	
width: 800px  ;	
height: 190px;}

ul#nav {	
background:#cecece;	
padding:0px 0 0 0;	
height:36px}

ul#nav li {	
display:inline;	
list-style-type:none}

ul#nav li a {	
background:#cecece;	
display:block;	
width:124px;	
float:left;	
padding:10px 5px;	
text-align:center;	
color:#000;	
text-decoration:none;	
font-weight:bold}

ul#nav li a:hover, ul#nav li a.hot {	
background:#505050;	
color:#000}

.content {
    width:805px;
    margin:0 auto; /*centers the wrapper in the body*/
    background:#fff;
    overflow:hidden; /*force wrapper to contain the floats*/
    padding:10px 0 30px 0;
}
.image-box {
    width:805px;
    margin:0 auto;
    background:#fff;
    padding:10px 0;
    margin-top:20px;
}

h1{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}

.subs{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
    padding:0 0 0 50px;
    background:#fff;}

.block {
    display:block;
    padding:5px 0 5px 0;
    background:#fff;
    margin:0 auto;
}




h2 {	
padding:5px 0 10px 18px;	
font-size:130%;	}

h2.clear {	
clear:both;	}

.clearfix {
display:block;
height:1px;
clear:both}


#footer{
background: #505050;
text-align: center;
font-size: 10px;
color: #fff;
float: left;
width:805px;
padding: 15px 0px 10px 0px;
	
min-height:30px
}

a.footer:link {font-size: 10px; font-weight: normal; color: #cecece; text-decoration: none; margin-left: 0px; line-height: 16px; font-family: Arial, sans-serif;}
a.footer:visited {font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: none; margin-left: 0px; line-height: 16px; font-family: Arial, sans-serif;}
a.footer:hover {font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: underline; margin-left: 0px; line-height: 16px; font-family: Arial, sans-serif;}
a.footer:active {font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: none; margin-left: 0px; line-height: 16px; font-family: Arial, sans-serif;}

