﻿@import url("layout.css");

body
{
	background-color:#fff;
	background-image: url(../images/CampSurefireMainBack.png);
	background-repeat: repeat-x;
}
	
	
#tablet
{
	width: 850px;
	background:#fff url(../images/CampSurefireTabletBack.png) top center;
	margin-left:auto;
	margin-right:auto;
	height:200px;
	margin-bottom:1px;
}
	
.menutable  
{
	
	width: 850px; 
	height:30px;
	padding: none; 
	border: none;
	color:Maroon;
	border-collapse:collapse;
	font-family::Times New Roman, Helvetica, sans-serif;
}

.menutable td  
{
	width:10%;
	height:100%;
	color:#E3CF29;
	font-size: 20px; 
	vertical-align: middle; 
	padding: none; 
	font-family:Times New Roman, Helvetica, sans-serif;
	background-image:url("../images/SureFireMenuButton.png");
	cursor:pointer; 
}

.menutable td:hover
{
	background-image:url("../images/SureFireMenuButtonHov.png");
	color:#E3CF29;
}

#container 
{
	width: 100%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F4F6D6;
	background-position:center;
	background-repeat:no-repeat;
	border-width:2px;
	
}

#ContentPlaceHolder1
{
	background-color:#F4F6D6;
	color:#DD0000;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-width:2px;
	padding-top:5px;
	padding-bottom:5px;

}

#GalleryPlaceHolder
{
	background-color:#F4F6D6;
	color:#DD0000;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-width:2px;
	padding-top:5px;
	padding-bottom:5px;

}

#mainmenubutton 
{
	background-image:url("../images/SureFireMenuButton.png");
	width: 80px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Times New Roman, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color:#DD0000;
}

.masthead {
	width: 810px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bolder;
	text-transform: capitalize;
	color:#DD0000;
	background-color: White;
	border-style:solid;
	border-width:2px;
	border-color:#DD0000;

}

#navigation {
	width: 100%;
	height: 40px;
	
}

#navigation2 {
	width: 800px;
	height: 40px;
	margin-top: 1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:3;
	clear: both;
	overflow: visible;
	vertical-align:text-top;
	padding-bottom:5;
	padding-top:1;
}

#page_content {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#masterFooter 
{
	color:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#bc0f0f;

}
/* Masthead Styles */
.masthead h1 
{
	font-size:30px;
	font-weight: bolder;
	font-family:Times New Roman, Helvetica, sans-serif;
	color: #FF0000;
	float: left;
	margin-top: 5px;
	display: inline;
}
.masthead h3 {
	font-weight: normal;
	font-size:15px;
	color: #FF0000;
	float: left;
	display: block;
}
/* Navigation Styles */
#navigation Menu {
	list-style-type:none;
	width: 800px;
	margin: 0;
	padding: 0;
}
#navigation MenuItem {
	height:20px;
	width:80px;
	background-color:White;
	font-family:Arial;
	text-align:center;
	vertical-align:middle;	
}

#navigation a {
	text-decoration: none;
	font-size:medium;
	font-weight: 200;
	font-family:Rockwell;
	color: Yellow;
	display: table-cell;
	border: none;
	margin: none;
	padding: 5px;
	background-color: Red;
	vertical-align:text-top;
}
#navigation a:hover {
	text-decoration: none;
	color:White;
	background-color:Maroon;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #a0522d;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p 
{
	text-align:center;
	font-size: 0.95em;
	color: #E3CF29;
}
#footer a {
	color: #E3CF29;
	text-decoration: underline;
}
#footer a:hover {
	color: White;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #E3CF29;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}