/* CSS Document */

* {margin: 0; padding: 0;}

body{margin-top: 14px; font-family: Georgia, "Times New Roman", Times, serif; }

h1{
	margin: 0;
	font-size: 26px;
}
h2{
	margin: 15px 10px 5px 10px;
	font-size: 20px;
}
h3{margin: 10px 10px 5px 10px; font-size: 16px;}
h4{margin: 10px 10px 5px 10px; font-size: 14px;}

p{
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content p{margin: 5px 10px 10px; font-size: 18px;}
#content ul{margin: 5px 10px 10px 30px; font-size: 18px;}

/* Basic Layout Styles */
#container{
	position: absolute; 
	left: 50%; 
	width: 904px; 
	margin-left: -452px;
}

#top{
	background: url(../images/top.gif) no-repeat center; 
	height: 7px;
	position: absolute; 
	left: 50%; 
	width: 904px; 
	margin-left: -452px;
}

#wrapper{
	background: url(../images/main-bg.gif) repeat-y center; 
	padding: 13px 0px 0;
	margin-top: 7px;
	display: block;
}

#logo{
	float: left;
	padding-left: 10px;
}

/* Styles for content section and links */
#content{
	width: 880px;
	padding: 20px 14px;
	clear: both;
}

div#content a:link{
	color: #ED2224; 
	font-weight: bold;
	text-decoration: none;
		font-size: 14px; 
}

div#content a:visited{
	color: #ED2224; 
	font-weight: bold;
	text-decoration: none;
	font-size: 14px; 
}

div#content a:hover{
	color: #999999; 
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;  
}

div#content a:active{
	color: #ED2224; 
	font-weight: bold;
	text-decoration: none;
	font-size: 14px; 
}

/* Main Menu Styles */
#nav{
	background: url(../images/nav-bg.gif) no-repeat center;
	behavior: url(csshover.htc); 
	width: 880px; 
	padding: 4px 4px 0 20px;
	float: left;
	display: block;
	margin: 0px;
}

#nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-decoration: none; 
	padding: 12px 23px 20px 23px;
	display: block;
}

#nav a:hover{
	color: #666666;
}

/* creating css drop down nav */
#nav ul{
	float: left;
}

#nav li{
	list-style-type: none; 
	float: left;
	position: relative;
}
#nav li ul{
	position: absolute;
	width: 200px;
	display: none;	
}

#nav li ul li{
	width: 100%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	display: block;	
	background-image: none;
	color: #666666;
	background-color: #ED2224;
	margin-top: -8px;
}

#nav li ul li a{
	background-image: none;
	padding: 5px 0 15px 10px;
}

.bottom a{
	padding-bottom: 0;
	height: 8px;
}

.bottom a:hover{
	padding-bottom: 0;
	height: 8px;
}

#nav li ul li a:hover{
	background-image: none;
	color: #666666;
	background-color: #FFFFFF;
}

#nav li:hover ul{
	display: block;	
}

/* Nav Rollover Images */
#navItem1 a:hover{
	background: url(../images/rollover_home.gif) no-repeat center; 
}

#navItem2 a:hover{
	background: url(../images/rollover_about.gif) no-repeat center; 
}

#navItem3 a:hover{
	background: url(../images/rollover_programs.gif) no-repeat center; 
}

#navItem4 a:hover{
	background: url(../images/rollover_help.gif) no-repeat center; 
}

#navItem5 a:hover{
	background: url(../images/rollover_news.gif) no-repeat center; 
}

#navItem6 a:hover{
	background: url(../images/rollover_events.gif) no-repeat center; 
}

#navItem7 a:hover{
	background: url(../images/rollover_contact.gif) no-repeat center; 
}

a#active1{
	background: url(../images/rollover_home.gif) no-repeat center;
	color: #666666;	
}
a:hover#active1 {
	background: url(../images/rollover_home.gif) no-repeat center;
}

a#active2 {
	background: url(../images/rollover_about.gif) no-repeat center;
	color: #666666;	
}
a:hover#active2 {
	background: url(../images/rollover_about.gif) no-repeat center;	
}

a#active3{
	background: url(../images/rollover_programs.gif) no-repeat center;
	color: #666666;	
}
a:hover#active3{
	background: url(../images/rollover_programs.gif) no-repeat center;
}

a#active4{
	background: url(../images/rollover_help.gif) no-repeat center;
	color: #666666;
}
a:hover#active4 {
	background: url(../images/rollover_help.gif) no-repeat center;
}

a#active5{
	background: url(../images/rollover_news.gif) no-repeat center;
	color: #666666;
}
a:hover#active5{
	background: url(../images/rollover_news.gif) no-repeat center;
}

a#active6{
	background: url(../images/rollover_events.gif) no-repeat center;
	color: #666666;	
}
a:hover#active6{
	background: url(../images/rollover_events.gif) no-repeat center;
}

a#active7{
	background: url(../images/rollover_contact.gif) no-repeat center;
	color: #666666;	
}
a:hover#active7 {
	background: url(../images/rollover_contact.gif) no-repeat center;
}

/* Footer Styles */
#footer{
	background: url(../images/bottom.gif) no-repeat center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: -11px 0 0;
	position: absolute; 
	left: 50%; 
	width: 904px; 
	margin-left: -452px;
}

#footer img{
	padding: 10px 5px 15px 20px;
	float: left;
}

#footerAddress{
	padding: 28px 0 0;
	width: 350px;
}

#footerName{
	font-size: 16px;
	font-weight: bold;
}

#footerNav{
	float: right;
	padding: 28px 20px 0;
	text-align: right;
	
}

#footerNav li{
	list-style-type: none; 
	display: inline;
	letter-spacing: -1px;
	font-weight: bold;
}

#footerNav a:link, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
	
}

#footerNav a:hover{
	color: #ED2224;	
}

#footerCopyright{
	padding: 10px 0;
}

/* Homepage rollover images and styles */
div#homeContent{
	font-size: 30px;
	width: 880px;
	padding: 20px 0px 0px;
	margin:10px 0 0 14px;
	clear: both;
	height: 470px;
	display:block;
}

div#homeContent a{
	color: #FFFFFF;
	text-decoration: none;
	display:inline;
}

a#item1{
	background: url(../images/home_item1_off.jpg) no-repeat;
	display:block;
	padding: 10px 173px 240px 20px;
	
}
a:hover#item1{
	background:url(../images/home_item1_on.jpg) no-repeat;
}

a#item2{
	background:url(../images/home_item2_off.jpg) no-repeat;
	display:block;
	padding: 10px 137px 240px 20px;
	
}
a:hover#item2{
	background:url(../images/home_item2_on.jpg) no-repeat;
}

a#item3{
	background:url(../images/home_item3_off.jpg) no-repeat;
	display:block;
	padding: 10px 140px 240px 20px;
}

a:hover#item3{
	background:url(../images/home_item3_on.jpg) no-repeat;
}

#homeBottom{
	color: #FFFFFF;
	width: 880px;
	margin: 250px 0 0 3px;	
}

#homeBottomBox1{
	background: url(../images/home_bottom_bg.gif) no-repeat;
	margin: 15px 10px 0 0;
	width: 425px;
	height: 145px;
	float:left;
	text-align:center;	
}

#homeBottomBox2{
	background: url(../images/home_bottom_bg.gif) no-repeat;
	padding: 10px 0px 0px 10px;
	margin: 15px 0 0 10px;
	width: 425px;
	height: 145px;
	float:left;
}
#textSize {
	float: right;
	width: 180px;
	margin-top: -20px;
}
#textSize p {
	font-size: 14px;
}
#textSize img {
	vertical-align: bottom;
}

