/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

.center {text-align: center; margin: 0 auto;}
.left {text-align: left;}
.right {text-align: right;}

a, a:link, a:visited{
	color: #073760;
	outline: none;
	cursor: pointer; /* IE doesn't recognize some of the div links (polaroid) */
}

a:hover, a:active {
	background: #FFCC00;
	color: #CC0000;
}

a img, a:link img, a:hover img, a:visited img, a:active img{
	outline: none;
	background: none;
	color: none;
	padding: 0;
	margin: 0;
	border: 0;
}

a.readmore:hover, a.readmore:active {
	font-style: italic;
	background: #FFCC00;
	color: #CC0000;
	padding: 3px;
	margin: 0 10px 10px 0;
}

a.readmore {
	padding: 3px;
	margin: 0 10px 10px 0;
	font-style: italic;
	font-size: 80%;
	float: right;
}

form {margin-left: 20px;text-align: left;}
label {font-weight: bold;color: #666;}

#logo a#homelink {
       position: absolute;
       top: 0;
       left: 0;
       display: block;
       width: 281px;
       height: 141px;
       text-indent: -9999px;
       
       overflow: hidden;
       text-decoration: none;
       outline: none;
       background: none;
}

#logo {
       position: relative;
       float: left;
       width: 281px;
       height: 141px;
       margin: 10px 0 0 25px;
       padding: 0;
       background: transparent url('/images/site/wts_logo.png') no-repeat;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end css reset */

body {
	margin: 0 auto;
	padding: 0;
	background: #073760;
	font-family: arial, helvetica, sans-serif;
	
	
}
p {
	margin: 10px 0;
	font-size: 90%;
	line-height: 20px;
}

h1 {
	font-family: Georgia, 'Times New Roman';
	font-size: 180%;
	font-weight: bold;
	color: #8f5b00;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #eee;
	margin: 0 0 10px 0;
	padding-left: 30px;
	
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #666;
}

div.rule {
	width: auto;
	height:1px;
	background: #333;
	margin: 30px 20px 30px 20px;
}

div#site_wrapper {
	
	width: 960px;
	height: auto;
	margin: 0 auto;
}

div#contentwrapper{
	background: #01080e url('/images/site/bg_gradient.gif') repeat-x;
	float: left;
	width: 100%;
	min-height: 600px;
	padding-bottom: 30px;
}

div#gal_contentwrapper{
	background: none;
	float: left;
	width: 100%;
	min-height: 600px;
	padding-bottom: 30px;
}

div#navwrapper{
	clear: left;
}

div#header {
	background: #073760 url('/images/site/header.jpg') no-repeat top center;
	height: 168px;
	width: 960px;
}

div#polawrapper {
	z-index: 8888;
	background: url('/images/site/polarbg.png');
	width: 248px;
	height: 220px;
	margin: -140px 55px 10px 0;
	float: right;
	position: relative;
	text-align: center;
	display:block;
}

div#polaroid {
	width: 248px;
	height: 220px;
	margin: 10px auto;
	text-align: center;
	display:block;
}

div#polarinner {
	background: none;
	width: 248px;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display:block;
	
}

div#polaroid img {  
    border: 1px solid #333;
    margin: auto;
    text-align: center;
    display: block;
} 

div#polarcap{
	margin-top: -30px;
	color: #993333;
	font-size: 90%;
	font-weight: bold;
}

div#footer {
	background: transparent;
	color: #f8f0d7;
	margin: 20px auto;
	padding-top: 30px;
	text-align: center;
	height: 100px;
	width: 100%;
	clear: left;
}

span.toppad {
	margin-top: 20px;
}

div#fullcol {
	background: #fff;
	width: 890px;
	height: 100%;
	float: left;
	margin-left: 25px;
	padding: 10px 10px 40px 10px;	
	text-align: center;
}

div#col1 {
	/* be sure to see if text-align is getting set by .left or .right */
	background: #fff;
	width: 550px;
	height: 100%;
	float: left;
	margin-left: 25px;
	padding: 30px 10px 0 10px;	
}

div#hpcol1 {
	background: #fff;
	width: 550px;
	height: 100%;
	float: left;
	margin-top: -30px;
	margin-left: 25px;
	padding: 10px 10px 0 10px;	
	text-align: center;
}

div.story {
	text-align: center;
}

div.storybody{
	padding: 10px;
	text-align:left;
}
div.hpstory {
	padding: 10px;
	text-align: left;
}

img.storyimage {
	border: 1px solid #666;
	margin: 0 auto;
}

div#col2 {
	width: 280px;
	float: right;
	background: #f8f0d7;
	color: #072b5f;
	border: 10px solid white;
	margin: 0px 25px 0 0;
	padding: 10px;
}

ul.linklist {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

li.link {
	
}
li.link_desc {
	background: #efefef;
	margin-bottom: 30px;
}

p.sidebar {
	padding: 10px;
}

.news_sidebar {
	text-align:center;
}
