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

body {
	background:#005c0f;
	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: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	font-size:12px;
	color:#000000;
}

/* Redefining tags */
p {
	font-size: 12px;
	line-height:20px;
	margin:5px 0 15px 15px;}
		p#center {
			text-align:center}
h1 {
	font-size:24px;
	font-weight:100;
	margin:0px 30px 25px 90px;
	padding: 0px 0 10px 40px;
	color: #50015A;
	border-bottom: 1px #cccccc dashed;
}
h2 {
	font-size:14px;
	color:#006600;
	font-weight:bold;
	margin:0;
	padding: 0px 0 0 15px;
}
address {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 0 0 45px;
	font-style:normal;
	text-align:left;
}
ul {
	margin-top:5px;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}

/*  This is main navigation.  */
div#mainnav {
	padding:16px 0 0 25px;
	margin:left;
	height:auto;
	width: 600px;
	float: left;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:7px 0 0 0;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:auto;
	height:23px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
div#mainnav a:hover, div#mainnav a.current:link, div#mainnav a.current:visited {
	display:block;
	color:#FFFF00;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
	font-weight:100;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:10px 20px 0 20px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#005c0f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 0 15px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#005c0f;
	text-decoration:underline;
	font-weight:bold;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:20px 0 0 0;
	color:#FFFFFF;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited { 
	font-size: 10px;
	color:#CCCCCC;
}
div#copyright a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
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.jpg);
	background-repeat:no-repeat
}
div#contentarea {
	float:right;
	width:765px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:15px 5px 5px 0;
}
div#footer {
	clear:both;
	width:770px;
	height:100px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:180px;
	height:auto;
	clear:left;
	margin:0px;
	padding:25px 0 15px 0;
}
div#maintext {
	float:right;
	width:730px;
	height:auto;
	clear:right;
	margin:0px;
	padding:0px 10px 0 10px;
}
div#addresscontainer {
	width:195px;
	float:left;
	margin:0px;
	padding:73px 0 0 190px;
	height: auto;
}

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

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#005c0f 1px solid;
	margin:0 0 10px 15px;
	padding:2px;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 0 10px 15px;
	clear:right;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
clear {
	clear: both;
}

/* ----------------- 2 COLUMN FORM  ------------------- */

div#form {
	width: 450px;
	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;
}
.rightform {
	float: right;
	margin-left: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#mainnav ul  {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:125px;
	height:30px;
	float:left;
	margin:0px;
}
div#left {
	float:left;
	padding: 0 20px 0 20px;
}
div#clear {
	clear:both;
}

