@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #086606;
	margin: 15% auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: transparent; 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a { color: #fff; text-decoration: none; }
#container #header .fixlt { position: relative; top: 20px; left: 40px;  margin-bottom: -40px;}
#container #header .fixrt { position: relative; top: -40px; left: 800px; }
#mainContent {
	margin: 0; padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url('bgphoto.jpg') 0 0 no-repeat;
	min-height: 600px;
}
#contactContent {
	margin: 0; padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url('contactphoto.jpg') 0 0 no-repeat;
	min-height: 600px;
}
#summerContent {
	margin: 0; padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url('summerphoto.jpg') 0 0 no-repeat;
	min-height: 600px;
}
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
h1 { font-size: 42px; text-align: center; padding: 10px; }
h2 { font-size: 18px; text-align: center; padding: 0; margin: 0; margin-bottom: 15px; }
#nav { width: 225px; height: auto; float: left; margin-right: 25px; list-style: none;}
#nav ul li { display: block; background: url(tab.gif) 0 0 no-repeat; height: 50px; width: 130px; margin-bottom: 5px; list-style: none; padding-top: 8px;}
#nav ul li a { color: #fff; text-decoration: none; font-size: 12px; list-style: none; margin-left: 44px; width: 70px; }
#breakout { margin-left: 260px; height: auto; border: 2px solid #fff; background: #622a0f; width: 600px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; padding: 15px; }
#breakout h1 {text-align:center;  font-size: 16px; margin: 0; padding: 0; margin-bottom: 15px; } 
#breakout #table{ float: left;   width: 300px; margin: 0; padding: 0;}
#breakout form { display: inline; }

#addr { margin: 0; padding: 0;  height: auto; border: 2px solid #fff; background: transparent; width: 245px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; padding: 10px; }
#taada { margin-left: 230px; height: auto; border: 2px solid #003399; background: #33CC00; width: 300px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; padding: 15px; }
#blackbox { margin-left: 185px; padding:0; height: auto; border: 2px solid #fff; background: #000000; width: 400px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; padding: 15px; }



#taada2 { margin-left: 240px; height: auto; border: 2px solid #000066; background: #000066; width: 300px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; padding: 15px; }

#costbox { margin-left:670px; padding:0; height: auto; border: 2px solid #fff; background: #000000; width: 212px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; padding: 15px; }

