@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-image:url(images/wrapperbg.jpg);
	background-repeat:repeat-y;
}
/*
=======================
Blue band to the right
=======================
*/
#blueband {
	float:right;
	width:155px;
	padding-top:50px;
	padding-right:10px;
	color:#FFFFFF;
}
#blueband h1 {
	font-size:120%;
}

#blueband p {
	font-size:80%;
}

#blueband a:link, #blueband a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#blueband a:hover {
	color:#ffffff; /*#aa8300;*/
	text-decoration:underline;
}
#blueband ul{
	padding:0px;
	margin:0px;
	margin-left:10px;
}
#blueband li {
	padding:0px;
	margin:5px;
	padding-bottom:2px;
	font-size:80%;
	list-style:circle;
}
/*
=======================
Flash Banner
=======================
*/
#banner {
}

/*
=======================
Overall Maintext area
=======================
*/
#maintext {
}

/*
=======================
Right side band including Nav and Quotes
=======================
*/
#rightside {
	float:left;
	width:200px;
}

/*
=======================
Navigation
=======================
*/
#nav ul {
	margin:0px;
	padding:0px;
	padding-bottom:30px;
}
#nav li {
	list-style:none;
	padding:0px;
	margin:0px;
}
#nav li a:link, #nav li a:visited {
	display:block;
	width:200px;
	border-bottom:1px solid #008fa9;
	Color: #aa8300;
	font-weight:bold;
	/*min-height:25px;*/
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
}
#nav li a:hover {
	color:#008fa9;
	background-image: url(images/feather_hover.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

/*
=======================
Quotations below nav
=======================
*/
#quotes {
	background-image: url(images/angel_hair2.jpg);
	background-repeat:no-repeat;
	height:320px;
	color:#008fa9;
	width:150px;
}
#quotes p {
	padding-left:20px;
	padding-top:30px;
	padding-bottom:20px;
	margin-bottom:0px;
	font-size:120%;
}
#quotes p.quotename {
	text-align:right;
	font-weight:bold;
	font-stretch:expanded;
	font-style:italic;
	margin:0px;
	padding:0px;
}
/*
=======================
Main Textbox
=======================
*/
#textbox {
	margin-left:225px;
	width:520px;
}
#textbox h1 {
	color: #aa8300;
	text-transform:uppercase;
	font-size:180%;
	font-stretch:extra-expanded;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:40px;
}
#textbox h2 {
	color: #aa8300;
	font-size:120%;
}
#textbox h3 {
	color: #008fa9;
	font-size:120%;
}
#textbox p {
	color: #008fa9;
	line-height: 200%;
}
#textbox li {
	color: #008fa9;
	line-height: 200%;
	list-style:circle;
}
#textbox a:link, #textbox a:visited {
	color:#aa8300;
	font-weight:bold;
	text-decoration:none;
}
#textbox a:hover {
	color: #008fa9;
	text-decoration: underline;
}
#textbox img.right {
	float:right;
	border:1px solid #aa8300;
	margin-right:10px;
	margin-left:30px;
}
hr {
	color:#008fa9;
	background-color:#008fa9;
	size:1px;
	height:1px;
}

/* Newsletter Div */
#newsletterform{
	background-color:#c4dce6;
	border:1px solid #008fa9;
	padding:5px;
	margin:10px;
	padding-top:0;
}

input.thetrap {
	display:none;
}
