/* @override http://dev.axondm.com/www.campsunshine.org/bricks/_css/main.css */

*{
	padding: 0px;
	margin: 0px;
}

html{
}

body{
	color: #FFF;
	font: 13px/17px Helvetica, Arial, verdana, sans-serif;
	background: url(../_img/brown_swatch.jpg) repeat;
}

img{
	border: none;
}

a:link{
	color: #FFF;
}

a:visited{
	color: #FFF;
}

a:hover, a:active{
	color: #000;
}

h1{
	font-size: 30px;
	margin-bottom: 5px;
	line-height: 32px;
	text-transform: uppercase;
}

h2{
	font-size: 23px;
	margin-bottom: 5px;
	line-height: 25px;
}

h3{
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 22px;
}

h4{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 20px;
}

h5{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 18px;
}

h6{
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
}

.note{
	font-size: 10px;
	color: #a36819;
}

.error{
	color: red;
}

.right_align{
	float: right;
}

#header{
	height: 164px;
	width: 100%;
	position: relative;
	background: url(../_img/red_swatch.jpg) repeat;
	overflow: hidden;
}

#header_left{
	position: absolute;
	width: 222px;
	height: 164px;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#header_middle{
	position: relative;
	margin: auto;
	width: 1024px;
	height: 164px;
	z-index: 0;
}

#header_right{
	position: absolute;
	width: 234px;
	height: 164px;
	top: 0px;
	right: 0px;
	z-index: 5;
}

#container{
	position: relative;
	margin: auto;
	width: 959px;

}

#container p{
	margin-bottom: 15px;
	z-index: 5;
}

#container ul{
	margin-left: 40px;
}

#container li{
	margin-bottom: 10px;
}

table{
	border-collapse: collapse;
	margin-bottom: 15px;
}

table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: white;
}

#navigation{
	position: relative;
	height: 44px;
	width: 959px;
	padding-left: 14px;
	padding-top: 60px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../_img/bricks.png) no-repeat;
}

#tab1{
	position: relative;
	float: left;
	width: 344px;
	height: 29px;
	padding-top: 15px;
	padding-left: 13px;
	background: url(../_img/tab1.jpg) no-repeat;
	cursor: pointer;
}

#tab2{
	position: relative;
	float: left;
	width: 249px;
	height: 29px;
	padding-top: 15px;
	padding-left: 13px;
	background: url(../_img/tab2.jpg) no-repeat;
	cursor: pointer;
}

#tab3{
	position: relative;
	float: left;
	width: 136px;
	height: 29px;
	padding-top: 15px;
	padding-left: 35px;
	background: url(../_img/tab3.jpg) no-repeat;
	cursor: pointer;
}

#tab4{
	position: relative;
	float: left;
	width: 133px;
	height: 29px;
	padding-top: 15px;
	padding-left: 6px;
	background: url(../_img/tab4.jpg) no-repeat;
	cursor: pointer;
}

#brick{
	width: 909px;
	padding: 10px 25px;
	background: url(../_img/tab1_bg.png) repeat;
}

#tributes{
	width: 909px;
	padding: 10px 25px;
	background: url(../_img/tab2_bg.png) repeat;
	display: none;
}

#mission{
	width: 909px;
	padding: 10px 25px;
	background: url(../_img/tab3_bg.png) repeat;
	display: none;
}

#groups{
	width: 909px;
	padding: 10px 25px;
	background: url(../_img/tab4_bg.png) repeat;
	display: none;
}

.col_1{
	position: relative;
	float: left;
	width: 215px;
	text-align: center;
}

.col_2{
	position: relative;
	float: left;
	margin-left: 15px;
	width: 675px;
}

#sunburst{
	position: absolute;
	bottom: 0px;
	left: 287px;
	width: 577px;
	height: 281px;
	background: url(../_img/sunburst_bottom.png) no-repeat;
}

#footer{
	width: 959px;
	position: relative;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p{
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
