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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background: #fff url(../images/bg.jpg) fixed;
	margin:0;
}

a:link, a:visited, a:active{
	color: #639;
	text-decoration: underline;
}

a:hover{
	color: #639;
	text-decoration: none;
}

p{
	text-align: justify;
}


h1{
	font-size: 19px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #639;
	font-size:18px;
}

h3{
	font-size: 14px;
	font-style:italic;
}

hr {
	border: none 0; 
	border-top: 1px dotted #ccc;
	width: 95%;
	text-align:center;
	height: 1px;
	clear: both;
}

strong{
	color: #000;
}

table tr td{
	font-size: 12px;
	text-align: left;
}

#container{
	position: absolute;
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 800px;
	height:auto;
	background-color:#fff;
	border:1px solid #663399;
	overflow:hidden;
	padding: 2px;
	text-align: left;
}

#top_nav{
	display: inline;
	float: left;
	/*width: 200px;*/
	width: 190px;
	margin-right: 10px;
	min-height: 216px;
	background:#fff url(../images/wilson_logo.jpg) center top no-repeat;
	padding-top: 155px;
}
#content{
	display: inline;
	float: left;
	width: 580px;
}

#header{
	height: 51px;
	width: 580px;
	background: #fff url(../images/header.gif) left no-repeat;
	text-indent: -9999px;
}

#top_nav #nav ul{
	/*margin: 0 0 0 20px;*/
	margin: 0;
	padding:0;
}

#top_nav #nav ul li{
	text-transform:uppercase;
	display:block;
	list-style-type: none;
	font-weight:bold;
	color: #663399;
	/*background-color: #dec5e4;*/
	padding: 5px;
	/*border-bottom: 1px dotted #dec5e4;*/
	border-bottom: 1px dotted #639;
	margin: 0 25px 0 15px;
	
}

#nav ul li a:link, #nav ul li a:visited{
	color: #639;
	text-decoration: none;
	padding: 2px;
	
}

#nav ul li a:hover{
	color: #b080d0;
}

#main{
	width: 585px;
	height: auto;
	padding: 5px;
}

#main_left{
	width:400px;
}

#main_right{
	width:165px;
	margin-left: 10px;
}

#main_left, #main_right{
	display:inline;
	float:left;
}

div.top_bottom{
	width:800px;
	height: auto;
	background-color: #dec5e4;
	padding:2px;
	border:1px solid #663399;
	font-weight: bold;
	text-align: center;
}

div.top_bottom span{
	font-size:16px;
}

div.space{
	height: 5px;
}

div.right, div.left{
	display:inline;
	float:left;
}

div.right{
	width: 282px;
	margin-left: 10px;
}

div.left{
	width: 282px;
}

img.left{
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #333;
}

img.right{
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #333;
}


img.border{
	border: 1px solid #333;
}

p.none{
	text-align: left;
}

p.fancy{
	font-family: "Monotype Corsiva", cursive;
	font-size: 16px;
	text-align: left;
}

ul.space li{
	margin-bottom:20px;
	list-style-type:square;
}

#faq{
	font-size:14px;
	font-weight:bold;
	color: #639;
}

#faq h3{
	font-size:14px;
	font-weight:bold;
	color: #639;
	font-style: normal;
}

#faq p, #faq ul li{
	font-size:12px;
	font-weight: normal;
	color: #000;
}	
	