@import 'lib/reset.css';
@import 'lib/buttons.css';
@import 'lib/typography.css';
@import 'lib/grid.css';

/***********************************************************/
/* CONTAINERS                                              */
/***********************************************************/
body {
	background:black;
	margin-top: 10px;
}
.container {
	background:white;
}
#header {
	height: 337px;
}

/***********************************************************/
/* HEADER: PANELS                                          */
/***********************************************************/
#Header #TopPanel {
	height: 89px;
}

#Header #BottomPanel {
	height: 207px;
	background-image: url(../main_images/BottomPanelBackground.gif);
}

#Header #Navigation {
	text-align: center;
	background-image: url(../main_images/NavigationBackground.gif);
	border-top: 1px solid #E71F2E;
	height: 36px;
}

#Header #BottomPanel #Video {
	float: left;
	margin-left: 16px;
	margin-top: 8px;
	width: 234px;
	height: 188px;
	background-color: #333333;
}

/***********************************************************/
/* HEADER: SLIDESHOW  CLASSES                              */
/***********************************************************/
#Header #BottomPanel #SlideshowWrap #Tab {
	position: absolute;
	width: 140px;
	height: 28px;
	padding-top: 7px;
	background-image: url(../main_images/slideshowTab.gif);
	background-repeat: no-repeat;
	z-index: 1;
	margin: 160px 0px 10px 493px;
	text-align: center;
}

#Header #BottomPanel #SlideshowWrap #Tab a{
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	text-decoration: none;
}

#Header #BottomPanel #SlideshowWrap #Tab a:hover, #Header #BottomPanel #SlideshowWrap #Tab a:active, #Header #BottomPanel #SlideshowWrap #Tab a:focus {
	color: #E71F2E;
}

#Header #BottomPanel #SlideshowWrap {
	float: right;
	background-color: #333333;
	border: 1px solid #666666;
	width: 633px; 
	height: 188px; 
	margin-top: 8px;
	margin-right: 16px;
}

#Header #BottomPanel #Slideshow {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 633px; 
	height: 188px; 
}



#Header #BottomPanel #Slideshow .contentdiv {
	float: left; /*leave this value alone*/
	overflow: hidden; 
	width: 633px; 
}


.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
text-decoration: none; 
color: #333333!important;
}

.pagination a:hover, .pagination a.selected{
color: #FF0000!important;
}

/***********************************************************/
/* HEADER: NAVIGATION CLASSES                              */
/***********************************************************/

#Header #Navigation ul {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	margin-left: 50px;
}

#Header #Navigation ul li{
	display: inline;
}

#Header #Navigation ul li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
}

#Header #Navigation ul li a:visited{
	color: white;
}

#Header #Navigation ul li a:hover, #Header #Navigation ul li a.selected{
	color: white;
	background-image: url(../main_images/NavigationBackground-Hover.gif);
}

#Page {
	background-image: url(../main_images/contentBackground.gif)!important;
	background-repeat: repeat-y!important;
}
/***********************************************************/
/* SIDEBAR                                                 */
/***********************************************************/
#sidebar {
	clear: both;
	width:270px;
	padding-bottom:20px;
	color: #666666;
	float: left;
}
#sidebar p {
	padding-left:10px;
	padding-right:10px;
	color: #666666;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
}
#sidebar li {
	color: #666666;
	margin-bottom:10px;
	margin-left:5px;
	padding-left:15px;
	padding-right:10px;
	background-position:2px;
}
#sidebar a {
	color:white;
}
#sidebar a:hover {
	color:#CC0000;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #666666;
	margin: 15px 20px 10px 15px;
	color: #FFFFFF;
	text-align: center;
	font-family: verdana;
	line-height: 30px;
}

#sidebar .news {
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	background-image: none;
}
#sidebar .news li {
	background-image: none!important;
	color: #666666;
	font-weight: normal;
	
}
#sidebar .news .title {
	letter-spacing: normal;
	color: #990000;
	text-decoration: underline;
}
#sidebar a {
	color: #333333;
}
#sidebar .meta {
	font-size: 10px;
}
/***********************************************************/
/* CONTENT                                                 */
/***********************************************************/
#main {
	border-top:1px solid #E71F2E;
}

#content {
	padding-top:15px;
	width: 630px;
	float: right;
	margin-right: 13px;
}
#content p {
	padding-right:20px;
}
#content img.person {
	padding:2px;
	border:1px solid black;
	background:white;
	float:left;
	margin:5px;
	height:140px;
	width:120px;
}
#content p.name {
	font-weight:bold;
	font-size:1.3em;
	padding-top:35px;
}
#content p.sponsor_name {
	font-weight:bold;
	font-size:1.3em;
	padding-top:10px;
}
#content .sponsor_logo {
	padding:2px;
	border:1px solid black;
	background:white;
	float:left;
	margin:10px 10px 10px 10px;
}
ul.camp_info {
}
ul.camp_info li {
	padding-bottom:5px;
}
ul.camp_info li strong {
	font-weight:bold;
	color:red;
}
#sponsor {
	background:url(../main_images/background_sponsors.jpg) no-repeat;
	height:56px;
	border-top:1px solid #FBCFD3;
	border-bottom:1px solid #FBCFD3;
	text-align:center;
}
#sponsor a {
	text-decoration:none;
	border:0;
}
#sponsor img {
	padding:0;
	margin:0;
}
#footer {
	background:black;
	padding-top:5px;
}
#footer p {
	color:#DDDDDD;
	padding-right:5px;
	padding-left:5px;
	margin: 0px;
	font-size:.8em;
}
#footer p.left {
	float:left;
}
#footer p.right {
	float:right;
}
#footer a {
	color:#DDDDDD;
}
#footer a:hover {
	color:#AAAAAA;
}
.float_left {
	float: left;
	margin:4px;
}
.float_right {
	float: right;
	margin: 4px;
}
.center {
	text-align:center;
}
div.clear {
	clear: both;
}
p.red {
	color:red;
}
p.small {
	font-size:.8em;
	font-weight:bold;
}
/***********************************************************/
/* MEDIA GALLERY                                           */
/***********************************************************/

#Collections {
	border-left: 0px;
}

#Collections .header {
	background-image: url(../main_images/media_seperator.jpg);
	background-repeat: repeat-x;
}

#Collections .image {
	background-color: #EAEAEA; 
	vertical-align: middle;
	border-left: 1px solid #DDDDDD;
}
#Collections .meta {
	color: #990000; 
	font-size: 9px; 
	font-family: verdana;
}

#Collections .seperator {
	border: 0px!important;
	border-left: 0px!important;
}

#flag {
	margin-top: -78px;
	margin-left: 390px;
}