/* 
* CSS for Independence Wind
*/

html { height: 101%; }

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #dae0f3;
	background-image: url(/images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: black;
	margin: 0;
	text-size:100%;
}

div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding:0;
	background: transparent;
}

div.content {
	color: black;
	background: #eee;
	margin: 0 auto 0 auto;
	padding: 1px 40px 10px;
	line-height: 1.4em;
	font-size: 1em;
	width: 720px;
}

#bottom {
	background:url("/images/corners_bottom.gif") no-repeat left bottom;
	margin: 0 auto 0 auto;
	padding: 0 0 12px 0;
	width:800px;
}

#top {
	background:url("/images/corners_top.gif") no-repeat left top;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
}

p {
	margin: .8em 0;
}

div.header {
	width:800px;
	text-align: center; 
	vertical-align: middle;
	padding:0;
	margin:0;
	width:100%;
}

div.footer {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 10px; 
	text-align: right;
	color: white;
}


#navbar ul {margin: 0;
	font-weight: bold;
        font-size: 1em;
	text-align: center;
	padding: 0 0 0 0; 
	list-style-type: none;
	list-style-image: none;
}

#navbar li {display: inline;}

#navbar ul li a {text-decoration:none;
	padding: 4px 40px 5px 40px;
	color: #ccc;
	background: #061735;
	border: 1px solid #555;
	line-height:1.6em;
	margin:0;
}

#navbar ul li a:hover {
	color: white;
	background: #0f2e66; 
}

#navbar dl {
	margin:0 auto;
	padding:0;
	width: 800px;
}

#navbar dd {
	margin:0;
	padding:0;
}

dt {
	margin-left:40px;
	font-weight:bold;
}

li {margin-top: .8em;}

div.caption {
	float: left; 
	margin: 8px;
}

div.caption p {
	text-align: center;
	font-size: xx-small;
	line-height: .5em;
}

div.itemlt {
	margin-left: 5%;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: left;
	font-weight: 600;
}

th, td, form { 
}

img.frame {
	border-left: 5px #d4d4d4 solid; 
	border-top: 5px #c3c3c3 solid; 
	border-right: 5px #d4d4d4 solid; 
	border-bottom: 5px #e5e5e5 solid;
	margin: 8px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}


h1 {
	color: #556;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 1.4em;
}

h2 {
	color: #556;
	font-size: x-large;
}

a:link {
	font-weight: bold;
	color: #444433;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}