body {
	margin: 0; padding: 0;
	background: #666 url("images/bg_main.gif") repeat-x top left;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img { border: 0; }

a			{ text-decoration: none; }

#content a	{ font-weight: bold; }

a:link		{ color: #369; }
a:visited	{ color: #999; }
a:active	{ color: #036; }
a:hover		{ color: #9cf; text-decoration: underline; }

#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#bgL { width: 10px; background: #666 url("images/bg_l.gif") no-repeat 0 0; }
#bgR { width: 10px; background: #666 url("images/bg_r.gif") no-repeat 0 0; }

#head1 {
	width: 980px;
	background: #fff;
	background-image: url("images/bg_nav.gif");
	background-repeat: repeat-x;
	background-position: 0 70px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#head2 {
	width: 980px;
	background: #fff;
	vertical-align: top;
	border-top: 1px solid #fff;
}

#main {
	padding: 0;
	width: 980px;
	background: #fff;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bbbsLogo {
	margin: 20px 0 0 20px;
}

#unitedWay {
	float: right;
	margin: 10px 10px 0 0;
}

#flashHeader {
	width: 630px;
	float: left;
	border-bottom: 1px solid #999;
}
#sponsorDenver, #sponsorPikespeak {
	text-align: center;
	background: #fff url(images/bg_sponsor.gif) repeat-x left bottom;
}
#sponsorDenver img, #sponsorPikespeak img {
	margin: 0;
}
.borderR {
	border-right: 1px solid #999;
}
.borderL {
	border-left: 1px solid #eeeeee;
}
#sponsorDenver {
	border-right: 1px solid #ccc;
}
#sponsorPikespeak {
	border-left: 1px solid #fff;
}
.partnerText {
	width: 350px;
	background: #bbbbbb;
	font: 10px Arial, sans-serif;
	text-align: center;
	color: #333;
	padding: 3px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}
.sponsorText {
	width: 350px;
	background: #ccc;
	font: 10px Arial, sans-serif;
	text-align: center;
	color: #666;
	padding: 3px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #aaaaaa;
}
#content {
	margin: 20px 0 0 0;
	clear: both;
	padding: 0 60px 0 60px;
	width: 980px;
	text-align: left;
	font: 12px/1.5 Verdana, Arial, sans-serif;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#content td {
	font: 12px/1.5 Verdana, Arial, sans-serif;
}
#content h1 {
	font-size: 24px;
}
#content .small { font-size: 10px; }

#directory {
	margin: 0 45px 0 45px; padding: 0;
	width: 540px;
	text-align: left;
	font: 11px/1.5 Verdana, Arial, sans-serif;
	color: #000;
}
#directory td {
	font: 11px/1.5 Verdana, Arial, sans-serif;
}

.calendar {
	border-top: 1px solid #369;
	border-left: 1px solid #369;
}
.calendar td {
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
	font-size: 10px;
}
.calendarHead {
	background: #369;
	color: #fff;
	width: 70px;
}

form#login {
	color: #369;
	font-size: 10px;
	text-align: left;
	margin-left: 45px;
}
.bigsOnly {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h1 {
	margin: 0;
	font:  36px "Lucida Grande", tahoma, verdana, arial, sans-serif;
	color: #333;
}
h1 a { display: block; }
#content h1 {
	margin: 0 0 15px 0;
}

h2 {
	margin: 0;
	padding: 0;
	font: 17px Verdana, Arial, sans-serif;
}
#content h2 {
	margin: 0 0 10px 0;
}
h3 {
	margin: 0 0 10px 0;
	color: #666;
	font: 14px Verdana, Arial, sans-serif;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

hr {
	padding: 0;
	border: none 0; 
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	margin: 20px auto 15px auto;
	text-align: center;
}

.pageLinks {
	font: 12px Verdana, Arial, sans-serif;
	text-align: center;
}
.pageLinks a {
	margin: 0 10px;
	font-weight: normal;
}
.programCell {
	display: block;
	margin: 10px;
	height: 70px;
	width: 300px;
	background: #36c;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.oneLine { padding: 25px;}
.twoLine { padding: 15px; }

.programCell:link {
	color: #fff;
}
.programCell:visited {
	text-decoration: none;
	color: #333;
	background: #23c1f0;
	border: 1px solid #333;
}
.programCell:hover {
	text-decoration: none;
	color: #000;
	background: #8bc43f;
	border: 1px solid #333;
}

.photo {
	float:left;
	margin: 0 10px 5px 0;
	padding: 0 10px 10px 0;
	background: url('images/bg_image.jpg') no-repeat bottom right;
}
.photo img { border: 8px solid #fff; }

#bottomNav {
	margin: 0 60px 10px 5px;
	float: right;
}
#socialMedia {
	margin: 0 5px 10px 60px;
	width: 420px;
	height: 40px;
	float: left;
	color: #999;
	font: 10px Verdana, sans-serif;
	text-align: left;
	padding: 5px 0 0 0;
}
#socialMedia img {
	vertical-align: middle;
}
#footer {
	width: 980px;
	margin-bottom: auto;
	padding-bottom: 10px;
	font: 10px/1.5 Arial, sans-serif;
	color: #999;
	text-align: center;
}
#footer hr {
	padding: 0;
	border: none 0; 
	border-top: 11px solid #ccc;
	width: 300px;
	height: 1px;
	margin: 5px auto;
	text-align: center;
}


/* CSS for Quickmenu nav */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {border:0;font-size:1px;height:0;width:0;clear:left;line-height:0;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0;margin:0;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/* QuickMenu 0 (topNav) */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {
		padding:0;
		border:0;
		float: right;
		clear: all;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
		padding:5px 10px;
		color:#333333;
		font-family:Verdana, sans-serif;
		font-size:11px;
		text-decoration:none;
		text-align:left;
		text-transform: uppercase;
		border-right: 1px solid #ccc;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover {
		background-color:#aaaaaa;
		color: #fff;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a {
		background-color:#aaaaaa;
		color: #fff;
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
		background-color:#aaaaaa;
		color: #fff;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {

	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
		padding:5px 10px;
		background-color:#aaaaaa;
		color: #fff;
		font-size:10px;
		border-width:0;
		border-style:solid;
		text-transform: capitalize;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover {
		background-color:#dddddd;
		color:#369;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a {
		background-color:#dddddd;
		color:#369;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		background-color:#DDDDDD;
		color:#6BCEDE;
	}

	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle {
		cursor:default;
		padding:3px 0 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx {
		border-top-width:1px;
		margin:4px 0;
		border-color:#BFBFBF;
	}

	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery {
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0;
		border-color:#AAAAAA;
	}

	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span {
		border-color:#DADADA;
		background-color:#F7F7F7;
	}

	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent {
		padding:0px 0 0 4px;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul {
		padding:10px;
		margin:-2px 0 0;
		background-color:#F7F7F7;
		border-width:1px;
		border-style:solid;
		border-color:#DADADA;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a {
		background-color:#F7F7F7;
	}
	
/* QuickMenu 1 (bottomNav) */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm1 {
		padding:5px;
		border:0;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm1 a {
		padding:5px 10px;
		color:#fff;
		background: #666;
		font-family:Verdana, sans-serif;
		font-size:11px;
		text-decoration:none;
		text-align:left;
		text-transform: uppercase;
		border-right: 1px solid #707070;
	}
	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm1 a:hover {
		background-color:#777777;
		text-decoration: underline;
		color: #fff;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 li:hover>a {
		background-color:#777777;
		text-decoration: underline;
		color: #fff;
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover {
		background-color:#777777;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm1 div, #qm1 ul {
		background-color:#777777;
		border:0;

	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm1 div a, #qm1 ul a {
		padding:5px 10px;
		background-color:#dddddd;
		font-size:11px;
		border-width:0;
		border-style:solid;
		text-transform: capitalize;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm1 div a:hover {
		background-color:#eeeeee;
		color:#2957A3;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 ul li:hover>a {
		background-color:#eeeeee;
		color:#2957A3;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover {
		background-color:#DDDDDD;
		color:#6BCEDE;
	}

	/*"""""""" Individual Titles""""""""*/	
	#qm1 .qmtitle {
		cursor:default;
		padding:3px 0 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm1 .qmdividerx {
		border-top-width:1px;
		margin:4px 0;
		border-color:#96C7FD;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm1 .qmdividery {
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0;
		border-color:#AAAAAA;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 ul {
		padding:10px;
		margin:-2px 0 0;
		background-color:#D8EEFD;
		border-width:1px;
		border-style:solid;
		border-color:#0570E7;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 li:hover > a {
		background-color:#D8EEFD;
	}




/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #F00;
}

.ddfmerrors {
	color: #F00;
	font-weight: bold;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */

.ddfmwrap {
	margin: 0;
	width: 540px;
	max-width: 540px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: both;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 540px;
	max-width: 540px;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px;
	font-size: 10px;
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	font-size: 12px;
	padding-left: 0;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	color: #f00;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	color: #f00;
}
