@charset "utf-8";
/* CSS Document - PATH site redesign */

/* Common Layout Styles */

body  {
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 755px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 20px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 755px; /* matches the width of the container */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CEDFB5; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size:10px;
	/*
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #85C322;
	*/
}
.twoColFixRtHdr #mainContent { 
	margin: 0 205px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixRtHdr #mainContent td { 
	vertical-align: top;
}
.twoColFixRtHdr #footer { 
	background:#FFFFFF; 
	height: 20px;
	margin-top: 40px;
	font-size:10px;
	vertical-align: middle;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* Navigation Header Styles */

#nav { 
	height: 28px; 
	background-color: #CCDDB1;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 15px;
}

#nav td { text-align:center;  padding: 2px;}
#nav .selected {background-color:#86C224;}

#nav a { color: black; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
#nav .prop {
	border-left-style:solid; 
	border-left-color:#000000;
	border-right-style:solid;
	border-right-color:#000000; 
	border-width: 1px;
	background-color:#86C224;
	padding: 2px 0px;
}
#nav .prop a { color: white; font-weight: bold; }

/* Common Text Styles*/

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.Title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00579E;
}

.Title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00579E;
}

.timeStamp {
	font-size: 9px;
	font-weight: lighter;
}

.optionalText {
	font-size: 9px;
	font-weight: lighter;
}

.callOut {
	padding-left: 10px;
}

.sideMarquee {
	background-color: #85C322;
	min-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

/* Sign-Up Form (Home Page) Styles */

.signUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	background-color: #CEDFB5;
	border: thin solid #85C322;
}

.signupR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}

.signUpHeader {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.signupR select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.signupR input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 100px;	
}

.signUp .opt {
	font-weight: normal;
}

.signUp input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.signUp select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* Contact Form Styles */

.ContactUsForm{padding: 2px;}
.ContactUsForm td {padding: 2px;}
.ContactUsForm input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.ContactUsForm textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}.hrLine {
	background-color: #999999;
}

.HRLine {
color: #666666:
background-color: ##666666;
height: 1px;
width:410px;
}
.Steps {
	border: thin solid #CCCCCC;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color:#EFEFEF
}
