/*Styling for clinics and camps header*/
div#camphead
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	background: #212121;
}

div#camphead h1
{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 25px;
	left: 44px;
	font-family: sans-serif;
	text-shadow: 3px 3px 5px #333333;
	color: #e1e1e1;
	font-size: 2.7em;
}

/*Styling for camps section*/
div#camp
{
	position: relative;
	clear: left;
	width: 1000px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

div#camp a
{
	padding-top: 10px;
}

div#camp h3
{
	font-family: sans-serif;
	text-align: center;
	color: #333333;
	font-size: 1.8em;
}

.mainimg
{
	margin-left: 300px;
}

#reservespot
{
	text-align: center;
	font-family: sans-serif;
	text-decoration: none;
	text-decoration-color: #464646;
}

#reservespot p
{
	color: #464646;
	font-size: 1.5em;
	font-weight: bold;
}

/*Styling for camp info section*/
div#campinfo
{
	position: relative;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	/*background: #2a2a2a;*/
	background-image: url("../../images/clinicsandcamps/pool_bg.jpg");
	background-repeat: no-repeat;
}

#calendarheader
{
	/*display: inline-flex;*/
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	margin: 0;
	padding-top: 25px;
}

div#campinfo table
{
	table-layout: fixed;
	font-family: sans-serif;
	color: #ffffff;
	padding-top: 10px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

div#campinfo table h2
{
	/*display: inline-flex;*/
	font-size: 1.1em;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

div#campinfo table td
{
	/*width: 210px;*/
	/*border-right: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;*/
	width: 20%;
}

.t-border{
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}

div#campinfo table p
{
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

div#equipmentextra
{
	font-family: sans-serif;
	color: #ffffff;
	width: 500px;
	margin-top: 50px;
	margin-left: 44px;
}

div#equipmentextra p
{
	font-size: 0.8em;
}

/*Styling for sponsors section*/
div#sponsors
{
	position: relative;
	width: 1000px;
	height: 370px;
	margin: 0 auto;
	text-align: center;
	background: #333333;
}

div#sponsors table
{
	margin-left: 44px;
}

div#sponsors table tr td
{
	width: 300px;
}

div#sponsors table h2
{
	font-family: sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 30px;
}

#year
{
	position: absolute;
	right: 298px;
	top: 342px;
	width: 200px;
}

#year h2
{
	font-family: sans-serif;
	font-size: 60pt;
	text-align: center;
	color: white;
	font-weight: lighter;
	margin: 0;
}