/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#057003;
	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#textbox {
	color:#FFFFFF;
	font-size:14px;
}
h1 {
	font-size:18px;

	color:;
	font-weight:100;
	margin:0;

	border-bottom:1px # dashed;
	padding: 0px 0 5px 0;
	color: #057003;
}
address {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0;
	font-style:normal;
	text-align:center;
}

li {
	margin-bottom:2px;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration:underline;
	color:;
}
a:visited {
	text-decoration:underline;
	color:;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:;
}
a:visited {
	text-decoration:underline;
	color:;
}

/*  This is main navigation.  */
div#mainnav {
	padding:0;
	margin:0 auto;
	height:auto;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding-top:7px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:176px;
	height:23px;
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	color:#000000;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:40px 20px 0 20px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#FFFFFF;
	text-decoration:underline;
}

/*  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:#FFFFFF;
	text-decoration:none;
}
div#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ----------------- 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:185px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat
}
div#contentarea {
	float:right;
	width:745px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:0 10px 5px 15px;
}
div#footer {
	clear:both;
	width:770px;
	height:67px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:176px;
	height:auto;
	clear:left;
	margin:0px;
	padding:20px 0 15px 0;
}
div#maintext {
	float:right;
	width:540px;
	height:auto;
	clear:right;
	margin:0px;
	padding:20px 10px 0 10px;
}
div#addresscontainer {
	width:176px;
	float:left;
	clear:both;
	margin:0;
	padding:25px 0 30px 0;
	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:#000000 1px solid;
	margin:0 0 10px 15px;
	padding:2px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
img.cta {
	margin:0 auto;
	border:#FFFFFF 1px solid;
	padding:2px;
}
img.beforeAfter { float:left; margin:10px 10px 0px 20px; }
	
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:#006633;
	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:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:176px;
	height:30px;
	margin:0px;
	padding:0px;
}
div#texbox {
	width:500px;
	height:250px;
	border:1px #000000 solid;
	background-color:#CCCCCC;
	padding: 20px;
	clear: both;
}
	
