x/*
Theme Name: Default Site Theme
URL: 
Description: 
Author: Scott Dahl of Elite Web and Graphic Design
Author URL: http://www.elitewgd.com

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Forms
4- Headings
5- Header
6- Nav
7- Content
8- Footer
9- Extras
10- Misc Classes

 =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*@import url('reset.css');*/

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body {
	width:100%;
	height:100%;
	min-width:1010px;
}
body {
	margin:0 0 0 0;
	padding:40px 0 0 0;
	background:#fff url(/downtown-campus-layout/img/bg.jpg) 50% 0 no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#75644b;
}
hr {
	border:1px dashed #FFF;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0 10px 0;
}
p { margin:8px 0 8px 0; }
pre { font-size: 14px; background:#ffff00; }
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.message {
	padding:15px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #FFFF00;
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
	margin:20px auto 0 auto;
	max-width:900px;
	display: table;
}
.message.good {
	background:#DAF7CF;
	border:1px solid #398038;
	color:green;
}
#authMessage.message,.message.bad {
	background:#FDCEC8;
	border:1px solid #cc0000;
	color:#cc0000;
}
.t10 { font-size:10px; }
.t12 { font-size:12px; }
.t14 { font-size:14px; }
.t16 { font-size:16px; }
.t18 { font-size:18px; }
.t20 { font-size:20px; }
.t22 { font-size:22px; }
.t24 { font-size:24px; }
.right { float: right; }
.left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }
.justify { text-align:justify; }
.hide { display: none; }
.clear { clear: both; height:0px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.fix { background:#0f0; border: 1px solid #f00; }

	/* Colors */
	.required {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CC0000;
		clear:left;
	}
	.red {
		color: #cc0000;
	}
	.tan {
		color:#411c00;
	}
	.brown {
		color:#75644b;
	}
	.gray {
		color:#707070;
	}

.cake-sql-log {
	background:#fff;
}
.cake-debug {
	background:#CC0000;
	color:#fff;
	font-size:18px;
	padding:10px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration:underline;
	color:#75644b;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

/* =3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form {
	margin:0;
	padding:0;
}
fieldset {
	padding:20px;
	border:1px solid #ccc;
}
legend {
	color:#75644b;
}
.input {
	margin:3px 0 3px 0;
}
.input label {
	display:inline-block;
	width:150px;
/*	font-size:16px;*/
	vertical-align:middle;
}
.input input[type="text"],.input input[type="password"] {
	font-family:"Trebuchet MS",Arial,Helvetica;
/*	font-size:16px;*/
	padding:2px;
	width:250px;
}
.input textarea {
	vertical-align:top;
	font-family:"Trebuchet MS",Arial,Helvetica;
/*	font-size:16px;*/
	padding:2px;
	width:250px;
}
.input select {
/*	font-size:16px;*/
	padding:2px;
	vertical-align:middle;
}
.input.checkbox {
/*	font-size:16px;*/
	padding:0 0 0 150px;
}
.input .checkbox label {
	width:auto;
}
.input .checkbox {
	display:block;
	margin:0 0 0 150px;
}
.input .error-message {
	display:inline;
	color:#fff;
	background:#cc0000;
	padding:5px;
	margin: 0 0 0 5px;
	font-size:12px;
	position:absolute;
	white-space:nowrap;
}
div.submit {
	padding:15px 0 0 0;
	float:right;
}
/*
.submit input[type="submit"] {
	background:url(../img/bg.png) 0 0 repeat-x #345f9b;
	color:#fff;
	font-size:22px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}*/


/* =4 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#9ba215;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}
h3 {
	font-size:16px;
	margin:0;
	padding:0;
}

/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#banner {
	margin:0 5px 0 5px;
	padding:5px 0 0 0;
	position:relative;
	z-index:200;
}
#banner #logo {
	float:left;
	padding:2px 20px 0 40px;
	_padding:39px 20px 0 31px;
}
#banner .clearBanner {
	clear:both;
	height:1px;
}

/* =6 Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#banner #topNav {
	overflow:hidden;
	margin:-11px 8px 0 0;
	position:relative;
}
#banner #topNav ul {
	float:right;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	position:relative;
}
#banner #topNav ul li {
	float:left;
	background:url(/downtown-campus-layout/img/divider_top_nav.png) 100% 0 no-repeat;
	padding:15px 15px 6px 15px;
	margin:0 -2px 0 0;
	position:relative;
}
#banner #topNav ul li a {
	color:#00746a;
	text-decoration:none;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-weight:bold;
}
#banner #topNav ul li a:hover {
	text-decoration:underline;
}
#banner #mainNav {
	float:left;
	color:#55290e;
	margin:0;
	padding:34px 0 0 0;
	_width:650px;
	white-space:nowrap;
	#white-space:normal;
	position:relative;
}
#banner #mainNav ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	white-space:nowrap;
}
#banner #mainNav ul li {
	float:left;
	padding:0 7px 0 7px;
	margin:0 1px 0 0;
	position:relative;
}
#banner #mainNav ul li.selected, #banner #mainNav ul li:hover {
	background:url(/downtown-campus-layout/img/nav_selected_left.png) 0 0 no-repeat;
	padding:0 0 0 7px;
}
#banner #mainNav ul li span {
	display:inline-block;
}
#banner #mainNav ul li.selected span, #banner #mainNav ul li:hover span {
	background:url(/downtown-campus-layout/img/nav_selected_right.png) 100% 0 no-repeat;
	padding:0 7px 0 0;
}
#banner #mainNav ul li span a {
	display:inline-block;
	padding:4px 11px 0 11px;
	color:#55290e;
	text-decoration:none;
	height:19px;
	font-size:11px;
}
#banner #mainNav ul li.selected span a, #banner #mainNav ul li:hover span a, #banner #mainNav ul li.hover span a {
	background:url(/downtown-campus-layout/img/nav_selected_bg.png) 0 0 repeat-x;
	color:#fff;
}
#banner #mainNav ul li.hover span {
	background:url(/downtown-campus-layout/img/nav_hover_right.png) 100% 0 no-repeat;
}

#banner #mainNav ul li.hover {
	background:url(/downtown-campus-layout/img/nav_hover_left.png) 0 0 no-repeat;
}
/* sub menu navigation */
#banner #mainNav ul div.subMenu {
	position:absolute;
	margin:0 0 0 -7px;
	color:#fff;
}
#banner #mainNav ul li div.subMenu .tr {
	float:right;
	background:url(/downtown-campus-layout/img/subnav_tr.png) 0 0 no-repeat;
	width:7px;
	height:8px;
	margin:0 0 -8px 0;
	position:relative;
	display:block;
	overflow:hidden;
}
#banner #mainNav ul li div.subMenu .bl {
	float:left;
	background:url(/downtown-campus-layout/img/subnav_bl.png) 0 0 no-repeat;
	width:7px;
	height:8px;
	display:block;
	overflow:hidden;
}
#banner #mainNav ul li div.subMenu .br {
	float:right;
	background:url(/downtown-campus-layout/img/subnav_br.png) 100% 0 no-repeat;
	width:7px;
	height:8px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}
#banner #mainNav ul li div.subMenu .tbg, #banner #mainNav ul li div.subMenu .bbg {
	background:#55290e;
	height:8px;
	margin:0 7px 0 0;
	_margin:0;
	display:block;
	overflow:hidden;
}
#banner #mainNav ul li div.subMenu .bbg {
	width:auto;
	margin:0 -7px 0 7px;
	_margin:0;
}
#banner #mainNav ul li div.subMenu .clear {
	height:1px;
}
#banner #mainNav ul li div.subMenu .inner {
	background:#55290e;
	padding:0 20px 0 20px;
	margin:0;
}
#banner #mainNav ul li div.subMenu .inner ul {
	list-style:none;
	margin:0;
	padding:0;
}
#banner #mainNav ul li div.subMenu .inner ul li, #banner #mainNav ul li div.subMenu .inner ul li:hover {
	float:none;
	padding:0;
	margin:0;
	background:none;
}
#banner #mainNav ul li div.subMenu .inner ul li a, #banner #mainNav ul li div.subMenu .inner ul li:hover a {
	color:#fff;
	background:none;
	height:auto;
	padding:0;
}
#banner #mainNav ul li div.subMenu .inner ul li span, #banner #mainNav ul li div.subMenu .inner ul li:hover span {
	background:none;
}
#banner #mainNav ul li div.subMenu .inner h5 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
}
#banner #socialNav {
	float:left;
	list-style:none;
	margin:0;
	padding:34px 0 0 0;
}
#banner #socialNav li {
	float:left;
	margin:0 0 0 10px;
}
#sideNav {
	color:#75644b;
	width:213px;
	float:left;
	margin:0 30px 0 0;
}
#sideNav h5 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 8px 25px;
}
#sideNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sideNav ul li a {
	display:block;
	width:186px;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	padding:0 0 0 25px;
	font-size:12px;
	color:#75644b;
	text-decoration:none;
}
#sideNav ul li a:hover,#sideNav ul li a:active, #sideNav ul li.selected a {
	background:url(/downtown-campus-layout/img/bg_side_nav.png) 0 0px no-repeat #55290e;
	color:#fff;
	height:21px;
	line-height:21px;
	margin:-2px 0 -1px 0;
}
#sideNav ul li a h5 {
	font-size:14px;
	font-weight:normal;
	margin:15px 0 3px -25px;
	padding:0 0 0 25px;
	background:#fff;
	color:#75644b;
}
#menuContainer {
	float:left;
	width:233px;
	margin:0 15px 0 0;
	padding:40px 0 0 0;
	position:relative;
}
#menuContainer h2 {
	position:absolute;
	font-size:14px;
	margin:-40px 0 0 0;
}
#grayBox {
	background:url(/downtown-campus-layout/img/green_box.jpg) 0 0 no-repeat #9ba215;
	width:233px;
}
#grayBox #innerNav {
	color:#75644b;
	width:213px;
	padding:10px;
	min-height:274px;
}
#tanBox {
	background:url(/downtown-campus-layout/img/tan_box.jpg) 0 0 no-repeat #D6D4A9;
	width:233px;
}
#tanBox #innerNav {
	color:#75644b;
	width:213px;
	padding:10px;
	min-height:245px;
}
#innerNav h5 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 10px;
}
#innerNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#innerNav ul li a {
	display:block;
	width:203px;
	height:17px;
	padding:0 0 0 10px;
	font-size:12px;
	color:#75644b;
	text-decoration:none;
}
#innerNav ul li a:hover,#innerNav ul li a:active, #innerNav ul li a.selected {
	background:url(/downtown-campus-layout/img/sidenav_selected.png) 0 1px no-repeat;
	color:#fff;
}

/* =7 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#mainBox {
	width:1016px;
	margin:0 auto 0 auto;
}
#mainBox .top {
	background:url(/downtown-campus-layout/img/bg_top.png) 0 0 no-repeat;
	height:12px;
}
#mainBox .middle {
	background:url(/downtown-campus-layout/img/bg_middle.png) 0 0 repeat-y;
	_margin:-3px 0 0 0;
}
#mainBox .bottom {
	background:url(/downtown-campus-layout/img/bg_bottom.png) 0 100% no-repeat;
	height:12px;
}
#mainContent {
	margin:0 16px 0 16px;
	padding:0 0 17px 0;
	position:relative;
	z-index:1;
	background:#fff;
}
#mainContent #mainVideo {
	float:left;
}
#mainContent #brownQuote {
	float:right;
	background:url(/downtown-campus-layout/img/quotebox_bg_brown.jpg) 0 0 no-repeat #e3e1c3;
	color:#411c00;
	width:193px;
	height:197px;
	padding:90px 20px 0 20px;
	font-family:"Trebuchet MS";
	line-height:1.3;
}
#mainContent #grayQuote {
	float:right;
	background:url(/downtown-campus-layout/img/green_box_bg.jpg) 0 0 no-repeat #9ba215;
	color:#411c00;
	width:193px;
	height:198px;
	padding:20px 20px 0 20px;
	font-family:"Trebuchet MS";
	line-height:1.3;
	overflow:hidden;
}
#howWeHelpHome, #howWeHelpHomeHeading {
	float:left;
	width:232px;
	margin:0 14px 0 0;
}
#howWeHelpHome {
	clear:both;
}
#howWeHelpHomeHeading h1 {
	margin:0 0 0 3px;
	color:#75644b;
}
#howWeHelpHomeHeading h1 p {
	margin:0;
	padding:0;
}
#howWeHelpHome img {
	margin:10px 0 0 0;
}
#whyWeHelpHome, #whyWeHelpHomeHeading {
	float:left;
	width:477px;
}
#whyWeHelpHomeHeading h1 {
	margin:0 0 0 3px;
}
#whyWeHelpHomeHeading h1 p {
	margin:0;
	padding:0;
}
#whyWeHelpHome img {
	margin:10px 0 0 0;
}
#otherButtonsHome {
	float:right;
	width:233px;
	margin:10px 0 0 0;
	position:relative;
}
.copy {
	float:left;
	width:450px;
	margin:0 30px 0 0;
	position:relative;
	z-index:300;
}
.banner_right {
	float:right;
	width:233px;
}
#testimonial {
	float:right;
}
#videoContainer {
	float:left;
	margin:0 18px 0 0;
	padding:40px 0 0 0;
	width:478px;
	position:relative;
}
#videoContainer h1 {
	color:#75644b;
	font-size:24px;
	margin:-40px 0 0 10px;
	position:absolute;
}
#videoContainer #playerContainer {
	background:#1e2329;
	margin:0 0 30px 0;
	padding:0;
	position:relative;
	width:478px;
	height:294px;
}
#videoContainer #copy {
	float:none;
	width:478px;
	margin:0;
	padding:0;
}
#featuredVideos {
	float:right;
	margin:0;
	padding:40px 0 0 0;
	position:relative;
}
#featuredVideos div {
	margin:0 0 17px 0;
	padding:0;
}
.galleriesContainer .gallery {
	width:200px;
	margin:0 20px 20px 0;
	float:left;
	text-align:center;
}
.galleriesContainer .gallery .image a {
	display:block;
	border:1px solid #333;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	line-height:200px;
}
.galleriesContainer .gallery .image img {
	border:none;
}

/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:975px;
	margin:8px auto 0 auto;
	color:#7c6d55;
	font-size:10px;
	font-family:Arial,sans-serif;
	padding:0 0 50px 0;
}
#footer .menu {
	float:left;
	overflow:hidden;
}
#footer .menu ul {
	list-style:none;
	margin:0 0 0 -15px;
	padding:0;
}
#footer .menu ul li {
	float:left;
	border-left:1px solid #7c6d55;
	padding:0 16px 0 15px;
	margin:0 0 0 -1px;
}
#footer a {
	color:#7c6d55;
}
#footer .by {
	float:right;
}

/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Misc Classes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.volunteerBox {
	background:#efefef;
	cursor:pointer;
	font-size:11px;
}
.volunteerBox h2 {
	font-size:12px;
	font-weight:bold;
}
.volunteerBox ul {
	padding:0;
	margin:5px 0 5px 20px;
}
.volunteerBox ul li {
}
.volunteerBox div.sub {
	position:absolute;
	z-index:500;
	background:#fff;
	width:215px;
	border:1px solid #ccc;
	text-align:left;
	margin-top:20px;
}
.volunteerBox div.sub div.subsub {
	padding:20px;
}
.tl {
	background:url(/downtown-campus-layout/img/white_tl.png) 0 0 no-repeat;
}
.tr {
	background:url(/downtown-campus-layout/img/white_tr.png) 100% 0 no-repeat;
}
.bl {
	background:url(/downtown-campus-layout/img/white_bl.png) 0 100% no-repeat;
}
.br {
	background:url(/downtown-campus-layout/img/white_br.png) 100% 100% no-repeat;
}

a.emailDIRECTORY em {
left:250px;
position:absolute;
}
hr.dotted {
	border:none;
	border-top:1px dotted #ccc;
	height:1px;
}
.sponsorshipCategory {
	border-bottom:1px dotted #ccc;
	padding:12px 0 12px 0;
}
.sponsorshipCategory h2 {
	font-size:20px;
	font-weight:bold;
	color:#988c79;
}
.sponsorshipCategory img {
	float:right;
}
.sponsorshipCategory p {
	margin:18px;
}
.sponsorshipProfile {
	float:left;
	width:209px;
	min-height:400px;
	margin:0 7px 15px 7px;
	padding:5px 10px 10px 10px;
	border:1px solid #ccc;
	background:#e8eeee;
}
.sponsorshipProfile h2 {
	font-weight:bold;
	font-size:18px;
}
.sponsorshipProfile .sponsorshipLevels {
	margin:10px 0 10px 15px;
	font-size:11px;
}
.sponsorshipLevels input {
	vertical-align:top;
}
.sponsorshipMeals {
	padding:20px;
	border:1px solid #ccc;
	background:#e8eeee;
	font-size:14px;
}
.sponsorshipProfile h2 {
	font-weight:bold;
	font-size:18px;
}
.blueButton,.blueButton:visited,.blueButton:hover,.blueButton:link {
	display:inline-block;
	padding:5px 10px 5px 10px;
	background:url(/downtown-campus-layout/img/bg_blue_gradient.png) 0 50% repeat-x;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	border:1px solid #fff;
	vertical-align:middle;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	cursor:pointer;
}
.cart {
	padding:20px;
	border:1px solid #ccc;
	background:#e8eeee;
	font-size:14px;
}
.cart table tr td {
	border-top:1px solid #ccc;
	background:#fff;
}
.cart table tr td.empty {
	background:transparent;
}
.cart table tr th {
	border-top:1px solid #ccc;
	background:transparent;
}
table {
	font-size:12px;
}
#newsFeed h3 {
	color:#2bbed8;
	font-size:15px;
	font-weight:bold;
}
#newsFeed ul li {
	list-style:none;
	padding:20px 0 20px 0;
	margin: 0 0 0 -40px;
	border-top:1px solid #2bbed8;
}
#newsFeed ul li.first {
	padding:0 0 20px 0;
	margin: 0 0 0 -40px;
	border-top:none;
}
#newsFeed .submit input {
	background:#58acc0;
	color:#fff;
	font-size:15px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:0 15px 0 15px;
	height:30px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}
#newsFeed .submit input:hover {
	background:#1e718e;
}
#newsFeed .input.textarea.error .error-message {
	top:4px;
	left:-314px;
	white-space:nowrap;
}
#newsFeed .loading {
	padding:15px 0 0 0;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	float:right;
}
#newsFeed .comments {
	background:#efefef;
	padding:10px;
}
#newsFeed .comments ul li {
	list-style:none;
	list-style-image:none;
	padding:10px 0 10px 0;
	border-top:1px solid #ccc;
}
#newsFeed .comments ul li.first {
	padding:0 0 10px 0;
	border-top:none;
}
#newsFeed h5 a {
	font-weight:normal;
	font-size:14px;
	font-family:Georgia,"Times New Roman",times,sans-serif;
}