/* CSS Document */
/*//////////////////////////////////////////////////////////////////*/
/*  Universal styles - these are for common UI styles               */
/*//////////////////////////////////////////////////////////////////*/
body {
	font-family: Arial,sans-serif;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;}

h1 {
 font-size: 175%; margin: 0px 0px 0px 10px;
 color: #000;}

h2 {
 font-size: 135%;
 color: #333;}

h3 {
 font-size: 100%;
 color: #000;}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #000;}

h5 {
 font-size: 100%;
 color: #000;}

ul, ul ul, ul ul ul, {
 list-style-type: disc;
 }

/* Universal classes */
.floatleft {
	float: left;}

.floatright {
	float: right;}

.txt-highlight {
	font-weight: bold; color: #FF0000;}

.txt-bold {
	font-weight: bold;}

.txt-vsmall {
	font-size: 80%;}

/* is redtxt needed? */
.redtxt {
	color: #FF0000;}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#globalheader {
	margin: 0px auto;
	padding: 0px;
	width: 760px;}

#content {
	margin: 0px auto;
	padding-top: 25px;
	width: 760px;
	font-size: 80%;
	border-top: 1px solid #ccc;}
	
#logo {
	margin: 15px 0px 5px 10px;
	padding: 0 0 10px 0;
	float:left;}

#tagline {
	float: right;
	margin: 45px 0px 0px 0px;}
	
#logo img {
	margin:0px;
	border: none;}

#tagline img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
	*html #tagline img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

/************* #globalNav styles **************/
/* Commented out until needed */
/*#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
} */
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/*#globalNav img{
 display: block;
}*/

/*#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}*/


/*//////////////////////////////////////////////////////////////////*/

#sectionalfeaturebanner {
	background-image:url(../images/featurebrd-bkgd-blugrad.jpg);
	background-repeat:repeat-x;
	height:135px;
	margin:0px;
	text-align:center;}

#column-1 {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	width: 60%;
	float:left;}

#column-1 h2 {
	margin: 10px 0 0 0;
	padding: 0px;}
	
#column-1 li {
	list-style-type: none;}	
	
#column-1 li img {
	border: none;}

#column-2 {
	text-align:center;}
	
#column-2 img {
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #ccc;}
	
#regionallinkswrap {
	clear: both;
	padding: 0 0 0 10px;
	margin: 0 0 0 140px;
	/*width: 330px;*/
}

*html #regionallinkswrap {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	/*width: 300px;*/}

#regionallinkswrap h3 {
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

#landingfooter {
	margin: 0px auto; font-size: 65%; text-align: center; padding: 10px 0 0 0; margin-top: 10px; clear:both; border-top: 1px solid #ccc; width: 760px;}

#landingfooter p {
	margin: 0px; padding: 0px;}

#landingfooter ul {
	margin: 0px 0px 5px; padding: 0px;}

#landingfooter li{
	display: inline; list-style-type: none;}

/* e-mail sign up form */
/* Contact forms styles */
.requiredfield {
	text-decoration: none;
	font-size: 10px;
	color: #FF0000;
}

.form1 {
	text-decoration: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 0px;
}

.txt-note {
	font-size: 10px;
	color: #000000;
}

/*//////////////////////////////////////////////////////////////////*/
/* For E-mail sign-up form*/
#email-signup {
	background-color: #EFEFEF;
	border: 1px solid #000000;
	margin: 10px 0px 0px 0px;
	width: 125px;
}

#email-signup h3 {
	font-size: 14px;
	background-color: #000000;
	height: 18px;
	width: auto;
	margin: 0px;
	padding: 2px 0px 1px 5px;
}

#email-signup h3 a:link, #email-signup h3 a:active, #email-signup h3 a:visited {
	color: #FFFFFF; font-weight: bold; text-decoration: underline;}

#email-signup h3 a:hover {
	color: #CCCCCC; font-weight: bold; text-decoration: underline;}

#email-signup p {
	font-size: 12px;
	margin: 0px;
	padding: 3px 2px;
}

/* Delete all commented below

#email-subscription h2 {
margin: 15px 0px 0px 15px; padding: 0px;}

#email-subscription h3 {
margin: 10px 0px 0px 20px; padding: 0px;}

#email-subscription p {
margin: 0px 0px 0px 25px; padding: 0px;}

#contactform-emailsignup, #contactform-gdrive {
	background-color: #EBEBEB;
	width: 90%;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#contactform-emailsignup legend, #contactform-gdrive legend {
	font-size: 14px;
	font-weight: bold;
	color: #0060a9;
}

#contactform-submit {
	margin-top: 5px;
	margin-left: 15%;
	margin-bottom: 10px;
}

.contact-inner1 {
	width: 75%;
	text-align: center;
}

.contact-inner2 {
	text-align: right;
}

.contact-inner3 {
	width: 82%;
	text-align: center;
}*/