@charset "utf-8";

/*remove default formatting*/
* {
	margin: 0px;
	margin-left: auto;
}
strong {
	font-weight: bold;
	color: #FF3366;
}

/*default li format*/
li {
	margin-top: .2em;
	margin-left: 3em;
}

/*remove default header formatting*/
h1,h2,h3,h4,h5,h6
{
	font-size:0;
	font-weight:normal;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height: 2em;
}
h2
{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
/*for light background*/
#container {
	width: 960px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-position: 0px;
	background-repeat: repeat;
} 
#header {
	background-image:url(../layoutGraphics/topBars.gif);
	position: relative;
	height: 77px;
	background-repeat: no-repeat;
	padding: 5px 10px;
	width: 940px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 380px;
}
#sidebar1 li {
	margin:0px;
}
#mainContent {
	margin: 0 0 0 200px;
	padding: 40px;
	background-repeat: repeat-y;
	height: auto;
	background-image: url(../layoutGraphics/contentBackground.jpg);
}

#footer {
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background-image:url(../layoutGraphics/bottomBars.gif);
	height: 100px;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0;
}
#footerNav {
	text-align:center;
	padding-top: 10px;
}
#footerNav ul li a {
  text-decoration: none;
}
#footerNav ul li {
	display:inline;
	margin:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #0000FF;
}

.img-wrapper {
	background: url(../layoutGraphics/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	margin-bottom: 20px;
}
.img-wrapper img {
	margin: -5px 5px 5px -5px;
}
#logo {
	position:absolute;
	top:10px;
	width:425px;
	height:179px;
	z-index:1;
	right: auto;
	border:none;
	margin: 0px;
}
#navigation{
	display:list-item;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#main {
	width: 960px;
	/*	background-image: url(../layoutGraphics/containerTexture.gif); */
	height: auto;
	background-color:#000000;
	margin-bottom: 20px;
}

#tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	float:right;
	width:311px;
	height:auto;
	text-align: right;
	left: 649px;
}
#address {
	text-align: center;
	padding-top: 10px;
}
#graphic {
	background-image:url(../layoutGraphics/headerGraphic.jpg);
	background-repeat:no-repeat;
	height:124px;
	width: 960px;
	background-position: 0px;
}
	
a:link {
	color: #00FF00;
	text-decoration:none;
	text-decoration:underline;
}
a:visited {
	color: #009933;
	text-decoration:underline;
}
a:hover {
	color: #FFFF00;
	text-decoration:underline;
}
a:linkDark {
	color:#00CC66;
	text-decoration:none;
}
a:hoverDark {
	color: #00cc66;
	text-decoration:none;
}

hr {
color:#00FF66;
background-color: #00FF66;
height: 4px;
}

/*hide provides info when formatting is not available*/
.hide {
position: absolute;
left: -9000px;
}
ul#quicknav {
	margin-top: 20px;
	background-color: #9826ae;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 2px solid #00FF33;
}

ul#quicknav li, ul#quicknav li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	padding-top: .3em;
	padding-right: 0em;
	padding-bottom: .3em;
	padding-left: 0em;
}
.article {
	margin: 20px;
	padding: 40px 70px;
	line-height: 1.7em;
	text-align:left;
	border: 4px solid #B42BCA;
}
.indent {
	margin-left:3em;
}
.article_bold_blue {
  color: #66CCFF;
  font-weight: bold;
}
.article_bold_darkviolet {
  color: #CC00CC;
  font-weight: bold;
}
.article_bold_green {
  color: #66FF33;
  font-weight: bold;
}
.article_bold_pink {
  color: #CC66CC;
  font-weight: bold;
}
#survey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}
#survey p {
	padding-top: .5em;
	padding-bottom: .5em;
}
.inputText {
	margin-left: 3em;
	margin-bottom: 2em;
	margin-top: .5em;
	background-color: #0000fe;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}
.submitButton {
	margin-left: 18em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	background-color: #00FF00;
	color: #000000;
	border: thin outset #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	float: none;
}
.coolgreen
{
	color: #00FF00;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#commercial {
	border: 10px solid #006666;
	width: 426px;
	height: 320px;
	margin-left: 70px;
}
#author{
	padding-top:.5em;
	font-size:.6em;
	margin-top:10px;
}
.titletext {
	position: relative;
	top: 45px;
	left: 30px;
	text-align: left;
}
