/* CSS Document */

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

<!--

body {	
	background:#000000;
	background-image:url(images/verticalstrip.gif);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 0 20px 0; /* Always apply padding if you apply margins */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* ----------------- REDEFINE TAGS ----------------- */
p {
	font-size: 14px;
	color:#FFFFFF;
	margin-left:15px;
	line-height:20px;
}

h1 {
	font-size:22px;
	font-style:italic;
	color:#3399cc;
	margin:15px 0 15px 0;
}

h2 {
	font-size:14px;
	font-style:italic;
	color:#000000;
	margin-left:25px;
}

h3 {
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	margin:0 0 0 10px;
}

h4 {
	font-size:14px;
	color:#3399CC;
	margin:0px;
}

h5 {
	font-size:14px;
	color:#990000;
	text-decoration:underline;
}

li {
	font-size:14px;
	color:#000000;
}

address {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-style:normal;
	text-align:left;
	clear:left;
	position:relative;
	top:100px;
	left:0px;	
}

a.email {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

a.email:hover {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width:770px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:770px;
	height:auto;
	background-image:url(images/contentstrip.gif);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:770px;
	height:209px;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat
}

div#contentarea {
	float:right;
	width:690px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:10px 40px 5px 30px;
	margin:0px;
}

div#footer {
	clear:both;
	width:770px;
	height:68px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}



/* -----------------Main Navigation Images and Link Effects. ----------------- */


div#navigation {
	float:left;
	width:150px;
	padding:40px 0 0 20px;
	margin:0px;
	text-align:left;
	clear:left;
}

div#navigation a { 
	font-size:16px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	text-align:left;
	text-decoration:none;
	padding-left:25px;	
}

div#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
}

div#navigation a:hover {
	color:#3399cc;
	text-decoration:none;
	background-image:url(images/buttonicon.gif);
	background-repeat:no-repeat;
}

div#navigation a.current {
	color:#3399cc;
	text-decoration:none;
	background-image:url(images/buttonicon_ro.gif);
	background-repeat:no-repeat;
}
/* ----------------- Bottom Navigation Link Effects. ----------------- */
div#bottomnav {
	margin:0 auto;
}

div#bottomnav {
	text-align:center;
	font-size: 12px;
	padding:10px 20px 0 15px;
}

div#bottomnav a { 
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	padding:0 20px 0 15px;
	
}

div#bottomnav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

div#bottomnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
	text-decoration:underline;
}

div#bottomnav a.current {
	color:#CCCCCC;
	text-decoration:underline;
	background-repeat:no-repeat;
}

/* ----------------- Copyright ----------------- */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding-top:25px;
	color:#CCCCCC;
	clear:both;
}

div#footer a:link { 
	color:#3399CC;
}

div#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

clear {
	clear: both;
}

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 275px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #6699CC;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
	color:#FFFFFF;
}
.rightform {
	float: left;
}
.clear {
	clear: both;
}
  
/* ----------------- CUSTOM STYLES ----------------- */
img.right {
	float:right;
	border:#FFFFFF 1px solid;
	margin:0 0 10px 15px;
	padding:2px;
	clear:both;
}

div#maintext {
	width:475px;
	height:auto;
	float:right;
	clear:right;
	margin:0px;
	padding:0 0 0 15px;
}

ul#navigation {
	list-style:none;
	margin:0px;
	padding:0px;
}

li#navigation {
	list-style:none;
	margin:0px;
	padding-bottom:7px;
}
