/*
CSS - styles/mainstreet.css

    * Collapse All
    * Expand All
*/

/* GLOBAL ELEMENTS */

* {
	color:#30475A;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #9BD8F7;
	font-size: 62.5%;
	}
	
p, span, ul, ol, li {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}

li {
	list-style: square;
	margin: 1.2em;
}

/* STANDARD HEADER */
h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1em;}
/* END STANDARD HEADER */
	
input, select, textarea {
	font-size: 1em;
	}

.alert {
	font-size: x-small;
	color:#FF0000;
	}

.alertFieldNames {
	font-size: 100%;
	color:#FF0000;
	}
	
.format {
	font-size: x-small;
	color:gray;
	}

/* wrapper */

.wrapper {
	width: 950px;
	min-height: 750px;
	margin: 0 auto;
	background: transparent url(../images/background.jpg) no-repeat;
}

.logo {
	margin-left: 284px;
	padding-top: 10px;
	width: 228px;
	}
/* content */

.contentWrap {
	font-size: 110%;
	text-align: left;
}

#menu {
	width: 598px;
	margin-left: 95px;
	}

#menu div {
	float: left;
	height: 39px;
	}
	
#menu a {
	display: block;
	}
	
.about, .programs, .news_events, .businesses, .directions, .contact {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	padding-bottom: 20px;
	}
	
.about {
	width: 113px;
	background: transparent url(../images/nav/nav1.gif) no-repeat;
	}
	
.about:hover {
	background: transparent url(../images/nav/nav1a.gif) no-repeat;
	}

.programs {
	width: 90px;
	background: transparent url(../images/nav/nav2.gif) no-repeat;
	}
	
.programs:hover {
	background: transparent url(../images/nav/nav2a.gif) no-repeat;
	}

.news_events {
	width: 124px;
	background: transparent url(../images/nav/nav3.gif) no-repeat;
	}
	
.news_events:hover {
	background: transparent url(../images/nav/nav3a.gif) no-repeat;
	}

.businesses {
	width: 96px;
	background: transparent url(../images/nav/nav4.gif) no-repeat;
	}
	
.businesses:hover {
	background: transparent url(../images/nav/nav4a.gif) no-repeat;
	}

.directions {
	width: 100px;
	background: transparent url(../images/nav/nav5.gif) no-repeat;
	}
	
.directions:hover {
	background: transparent url(../images/nav/nav5a.gif) no-repeat;
	}

.contact {
	width: 69px;
	background: transparent url(../images/nav/nav6.gif) no-repeat;
	}
	
.contact:hover {
	background: transparent url(../images/nav/nav6a.gif) no-repeat;
	}

.content {
	float: left;
	width: 950px;
}

#footer {
	width: 665px;
	text-align: center;
	float: right;
	font-size: 1em;
	margin: 5px 0 20px 0;
	padding-right: 195px;
	}

#footer .address {
	font-size: .9em;
	}
	
#swf {
	margin: 0 auto 0 auto;
	border: 0;
	color: #ffffff;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	width: 880px;
	height: 302px;
	background-color: #ffffff;
	}

#swf_int {
	border: 0;
	width: 237px;
	height: 266px;
	background-color: #9BD8F7;
	padding: 0 10px 5px 0;
	float: left;
	}

.content_inner {
	width: 660px;
	text-align: left;
	margin: 19px 0 0 35px;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}
	
.content_inner .left {
	float: left;
	background: transparent url(../images/home/hm_news_bkg.jpg) no-repeat;	
	width: 237px;
	height: 182px;
	}

.content_inner .right {
	float: right;
	width: 403px;
	padding: 0 10px;
	}

.content_inner .right h1 {
	font-family: Times New Roman, Georgia, Garamond, serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: .2em;
	}

table#news_events {
	width: 90%;
	margin: 30px auto 0 auto;
	font-size: 1em;
	}
	
table#news_events td.bullet {
	width: 13%;
	}
	
table#news_events td.text {
	width: 87%;
	}
	
table.newsList, table#contact {
	width: 400px;
	}
	
table.newsList td.bullet {
	width: 13%;
	}
	
table.newsList td.text {
	width: 87%;
	}
	
table#contact td.fieldNames {
	width: 25%;
	text-align: right;
	}

table#contact td.fieldNamesMsg {
	width: 25%;
	text-align: right;
	vertical-align: top;
	}

table#contact td.fieldInputs {
	width: 75%;
	}
	
table#contact td.fieldInputs textarea {
	width: 95%;
	}

table#contact td.contactRequired {
	font-size: x-small;
	color:#FF0000;
	text-align: right;
	}

	
hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 95%;
	margin: 1em auto;
	padding: 0;
	}
	

/* STANDARD LINKS */
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong {
	text-decoration:none;
	}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong {
	color:#ffffff;
	}
/* END STANDARD LINKS */


.content_inner h3 {
	font-family: verdana, GillSans, helvetica, arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	padding: 5px 0 7px 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.content_inner .section {
	padding: 5px 0 20px 15px;
}

/* all forms */

.content_inner form {
	padding: 0;
	margin: 0;
}

.content_inner input.button {
	padding: 2px 7px;
	margin: 6px 0;
	border: 1px solid #30475A;
	font-size: x-small;
	font-weight: bold;
	color: #30475A;
	background: #ffffff;
	cursor: pointer;
}

.content_inner textarea {
	width: 100%;
}

.content_inner .last_modified, .right_link {
	padding-top: 11px;
	width: 50%;
	float: right;
	text-align: right;
}

.content_inner .last_modified_left {
	padding-top: 11px;
	width: 50%;
	float: left;
	text-align: left;
}

span.noteContact {
	font-size: small;
	}

span.noteAdd {
	font-size: x-small;
	}

/* ALIGNMENTS */
.cal {text-align:center;}
.left {text-align:left;}
.ral {text-align:right;}
.tvert {vertical-align:top;}
.mvert {vertical-align:middle;}
.mcal {vertical-align:middle;text-align:center;}
.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

span.heading {
	font-size: x-small;
	font-weight: bold;
	}
	
div.search {
	margin: 10px;
	visibility: visible;
	}

div.loginDropdown {
	margin: 10px 0;
	text-align: left;
	}
	
.clear {
	clear: both;
	}
	
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibiliity: hidden;
	}

.clearfix { 
	display: inline-table;
	}
/* Hides from ID-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hid from IE-mac */	

