/* DOWN WITH FALLS CSS Document */

/*BASE FORMAT CSS*/

* {
	margin:0px;
	padding:0px;
}
#container {
	position:absolute;
	width:100%;

}
#wrapper {
	position:relative;
	width:790px;
	margin-left: 50%;
	left: -395px;
}
#header {
	position:relative;
	width:790px;
	text-align:center;
	height:155px;
	background: url(../art/headermast.gif) repeat-x;
}
#contentwrap {
	position:relative;
	width:790px;
}
#sidebar1 {
position:relative;
	float:left;
	width: 196px;
	padding:0px 4px;
}
#sidebar2 {
	position:absolute;
	width: 196px;
	padding: 0px 4px;
	float:right;
	top: 0px;
	right:0px;
}
#content {
	position:relative;
	margin: 0px 200px 0px 200px;
	padding: 0px 5px 0px 5px;
	width:380px;
	}
#title-header {
	position:absolute;
	top:0px;
	}
#footer {
	clear:both;
	width:790px;
	height: 40px;
	padding-top:5px;
	position:relative;
	text-align:center;
	background: url(../art/footbar.gif) repeat-x;
}


/*NAVIGATION*/

html>body #nav { /*ie can't parse this line*/
	height: 25px;
	width:575px;
	position:relative;
	top:70px;
	float:right;

}
#nav {
	height: 25px;
	width:575px;
	position:relative;
	top:70px;
	float:right;

}
#nav ul {
margin: 0px;
padding: 0px;
list-style:none;
float: left;
color:#FFFFFF;
font-size:medium;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#nav ul li {
width:125PX;
height:25px;
list-style-type: none;
float: left;
background:url(../art/bttn-off2.gif) no-repeat;
}

#nav ul li a {
width:125px;
height:25px;
display:block;
text-decoration:none;
color:#fff;
padding-top: 3px;
}

#nav ul li a:link {
color: #FFF;
text-decoration: none;
color: #FFF;
}

#nav ul li a:visited {
color: #FFF;
}

#nav ul li a:hover {
width:125px;
height:25px;
display:block;
text-decoration:none;
color:#333333;
padding-top: 3px;
background: url(../art/bttn-hvr.gif);
font-weight:bold;
}

.home a {
width:125px;
height:25px;
display:block;
text-decoration:none;
color:#fff;
padding-top: 3px;
background-image: url(../art/bttn-on2.gif) ;
border: #FFFFFF thin 1px 0px 1px 1px;
z-index:1;
}

#logo{
	float:left;
	margin-top:10px;
	margin-left:25px;

}

/*PREVENTION SUB NAVIGATION*/

#prev-subnav {
height: 25px;
width:400px;
position:relative;
float:right;
margin-right:5%;
top:50%;
display:inline-block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

#prev-subnav a:link{
color: #333333;
list-style:none;

}

#prev-subnav a:hover{
color:#FFFF00;
list-style:none;
}

#prev-subnav a:visited{
color:#0000FF;
list-style:none;
}

#prev-subnav a:active{
color:#0000FF;
list-style:none;
font-weight:bold;
}


/*BREAKOUT BOX MAIN CONTENT*/

#subbox-container {
	width:400px;
}
#subtop, #submid, # subbottom {
width:100%;
height:75%;
}

#subtop-left, #subbottom-left, #submid-left{ 
	float:left;
	margin:3px;
}
#submid-left{ 
	float:right;
	margin:3px;
}


/*CALENDAR / TESTIMONY*/
#calendar{
	margin-top:5px;
	margin-bottom:10px;
}
/*	COALITION STYLES*/
#subbox-container2{
width:99%;
height:100%;
padding:2px;
}

#subcoal-left{
width:184px;
float:left;

}
#subcoal-right{
width:184px;
float:right;

}
