@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #c6d485 repeat-y center url(../images/bg_gradient.jpg);
 font:normal 1em Tahoma, Arial, Helvetica, sans-serif;
}

 
#pagewidth{ 
 width:962px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:116px;
	background: #6969ad;
	width:100%;
} 

#header h1{
margin: 0;
padding-top: 15px;
font-family:Georgia, "Times New Roman", Times, serif;
}


.logo {
	margin:9px 0 0 10px;
	float:left;
}

.siteTitle {
	float:left;
	width:640px;
	text-align:center;
	color:#fff;
	margin-top:20px;
}

.cityseal {
float:right;
width:100px;
margin:10px 20px 0 0;
}


#topnav{
	background-color:#c0c0db;
	width: 100%;
	height: 20px;
	float:left;
	padding-top:3px;
	padding-bottom: 3px;
}

#topnav ul {
display:inline;
font-size:.9em;
list-style-type:none;
}

#topnav li {
display:inline;
padding:10px;
}

#topnav li a:link, #topnav li a:visited {
color:#6969AD;
text-decoration:none;
font-weight:bold;
padding-top:3px;
padding-bottom:5px;
padding-left:3px;
padding-right:3px;
}

#topnav li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#6969ad;
}
 
#leftcol{
	width:307px;
	float:left;
	position:relative;
	background-color:#fff;
	padding:5px 3px 3px 3px;
 }
 
#leftcol img {
padding-left:5px;
}
 
#twocols {
	width:648px;
	float:right;
	position:relative;
	padding-top: 5px;
	margin-bottom:10px;
}
 
#rightcol{
	width:185px;
	float:right;
	position:relative;
	background: #e0e0ed url(../images/unitedlogo_bottomright.gif) bottom center no-repeat;
	padding:0 0 3px 5px;
 }
 
 
#rightcol ul {
font-size:.8em;
margin-left:7px;
margin-bottom:5em;
padding-left:0;
list-style-type:none;
text-align:left;
}

#rightcol li a:link, #rightcol li a:visited{
color:#000;
display:block;
padding:4px;
text-decoration:none;
}

#rightcol li a:hover {
	background-color:#fff;
	color:#06F;
	text-decoration:none;
}

#rightcol .bhamlogo {
	margin-top:100%;
 }

#rightcol .linkwrap {
margin-top:20px;
}

#maincol{
	background-color: #fff;
	float: left;
	display:inline;
	position: relative;
	width:450px;
	padding:0 3px 3px 3px;
 }


#maincol p{margin:1em;}
 
/*Home page news*/ 
#maincol .news {
margin-bottom:15px;
}

#maincol .news table {
width:100%;
border:none;
padding:0;
border-collapse:collapse;
background-color:#EC5409; 
}

#maincol .news .head{
width:30px; height:208px; 
background-color:#fff;
background-image:url(../images/dysnews.gif);
background-position:top left;
background-repeat:no-repeat;
}

td.whitebg {
background-color:#fff;
padding:0;
}

#maincol .news span{
text-align:center;
font-size:1.1em;
color:#FFFF00;
font-weight:bold;
}

#maincol .news .content{
font-size:.9em; color:#fff;
padding:0 10px 3px 10px;
}

#maincol .news .headimage{
padding:10px;
}


#maincol .news a:link, #maincol .news a:visited {
font-size:1em;
font-weight:bold;
color:#FF0;
}

#maincol .news a:hover {
color:#fff;
text-decoration:underline;
}

/*end home page news */

/*Upcoming events*/

#maincol .upcomingevents {
margin-bottom:15px;
}


#maincol .upcomingevents table {
width:100%;
border:none;
padding:0;
border-collapse:collapse;
}


#maincol .upcomingevents span{
text-align:left;
font-size:1.1em;
color:#FFFF00;
font-weight:bold;
}

#maincol .upcomingevents .content{
padding:8px; 
background-color:#829D06;
background-image:url(../images/upevent_kid.jpg);
background-position:top right;
background-repeat:no-repeat;
font-size:.9em; color:#fff;
}

#maincol .upcomingevents .headimage{
background-color:#ffffff;
background-image:url(../images/upcomingevents.gif);
background-position:top left;
background-repeat:no-repeat;
height:17px;
}

#maincol .upcomingevents a:link, #maincol .upcomingevents a:visited {
font-size:1em;
font-weight:bold;
color:#FF0;
}

#maincol .upcomingevents a:hover {
color:#fff;
text-decoration:underline;
}

/*end upcoming events*/

/*Youth Focus*/

#maincol .yfocus {
margin-bottom:15px;
}


#maincol .yfocus table {
width:100%;
border:none;
padding:0;
border-collapse:collapse; 
}


#maincol .yfocus span{
text-align:left;
font-size:1.1em;
color:#FFFF00;
font-weight:bold;
}

#maincol .yfocus .content{
background-color:#353591; 
padding:8px; 
color:#fff;
font-size:.9em;
}

#maincol .yfocus .headimage{
background-color:#ffffff;
background-image:url(../images/youthfocus.gif);
background-position:top left;
background-repeat:no-repeat;
height:17px;
}

#maincol .yfocus a:link, #maincol .yfocus a:visited {
font-size:1em;
font-weight:bold;
color:#FF0;
}

#maincol .yfocus a:hover {
color:#fff;
text-decoration:underline;
}

/*end youth focus*/



#footer{
	height:100px;
	background-color:#6969ad;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	color:#fff;
}


#footer .trans{
width:90px; 
float:left; 
padding-left:20px;
}

#footer .legal {
font-size:.8em;
width:700px;
margin:auto;
}

#footer .legal a:link, #footer .legal a:visited {
color:#CCC;
text-decoration:underline;
font-weight:bold;
}

#footer .legal a:hover {
color:#fff;
text-decoration:none;
}

#footer .ada {
width:150px; 
float:right;
}

#footer .links {
width:700px; 
padding-top:5px; 
padding-bottom:5px; 
float:left; 
height:30px;
}

#footer ul {
display:inline;
font-size:.7em;
margin:auto;
list-style-type:none;
}

#footer li {
display:inline;
padding-left:5px;
padding-right:5px;
border-right:1px solid #fff;
}


#footer li.noborder {
border-right:none;
}

#footer li a:link, #footer li a:visited {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}

#footer li a:hover {
	color:#fff;
	text-decoration:underline;
}
 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.subheader {
	font-size:1.2em;
	color:#6969AD;
	font-variant:small-caps;
	font-weight:bold;
}

.seperator {
width:180px; 
border-bottom:1px solid #0066FF; 
margin:20px 0;
}

.seperator2 {
width:180px; 
border-bottom:1px solid #0066FF; 
margin-top:100%;
}

.seperator-noline {
width:180px; 
margin-top:100%;
}

.yellowheader {
font-size:1.1em;
color:#FFFF00;
font-weight:bold;
}

/*subpage styles*/

#subwrapper {
	width:962px;
	float:right;
	position:relative;
	padding-top: 5px;
	margin-bottom:5px;
	text-align: left;
}
  
#subcol {
	background-color: #fff;
	float: left;
	display:inline;
	position: relative;
	width:755px;
	padding:0 5px 5px 10px;
	line-height:110%;
	font-size:0.95em;
	font-family:Georgia, "Times New Roman", Times, serif;
 }

#subcol h1{
	margin:3px 0;
	color:#4B4B89;
	font:bold 1.4em Tahoma, Arial, Helvetica, sans-serif;
}
