/* CSS Document */

/* body eliminates all unwanted padding and margins from browsers*/	
* {margin:0px; padding:0px;}
body {
	margin:0px; 
	padding:0px; 
	background-color:#EBEBEB;
	color:#000000;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
/* Other CSS through entire site. */
/* This code controls the format of all forms. */
input {width:145px;
		height:10px;
		font-size:9px;
		background-color:#FFFFFF;
		font-size:8.5px;
		}
/* This controls both forms on the page. */		
form {	
	width:150px;
	margin:0px;
	padding:0px;}	

/* wrapper is creating fixed width and center aligned. */	
#wrapper {
	position:relative;
	width:778px;
	margin:auto;
	background-color:#FFFFFF;}
	
/* This positions the search within the navigation. Had to make
wrapper position:relative before it worked */	
#search {
	position:absolute;
	top:90px;
	left:4px;}
p.nomargin{
	padding:0px;
	margin:0px;}
#search form{
	width:250px;}

/* No header- Image only. */

/* Main navigation styling. */
#navigation {
	background-color:#8BA188;
	height:28px;}
#navigation ul{
	/*position:relative;
	left:80px;
	margin-left:-975px;*/
	float:left;
	padding-left:15px;
 	list-style:none;
	padding-top:7px;
	/*margin-left:-220;*/
	text-align:center;
	font-weight:bold;
	font-size:10px;}
#navigation ul li {
	/*display:inline;
	border-right:solid 1px white;*/
	padding-right:5px; 
	padding-left:5px;
}
#navigation ul li a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;}
	
#navigation ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;}
/* End of  navigation styling. */	

/* Left navigation. */
#leftnavigation{
	float:left;
	width:155px;
	background-color:#FFFFFF;}
#leftnavigation img {
	border:none;}

/* Moves VISA/MC/AEx over a nudge */	
.move {
	padding-top:5px;
	padding-left:17px;}
	
#leftnavigation p{
	margin:0px;
	padding:0px;
	color:#505A52;}
	
/* Controls color of paragraph text */	
#leftnavigation p.newsletter{
	color:#818E84;
	font-size:8px;}
/* Division for the newsletter form */	
#newslettercontent{
	padding-left:4px;
	margin-top:15px;
	margin-bottom:22px;}
/* End of newsletter form. */	
/* End of left navigation. */

/* This holds right content. */
#content {
	clear:right;
	padding:0px;
	margin-left:155px;
	width:619px;}
#content1{
	background-image:url(images/shacksSliced04.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:177px;
	background-color:#FFFFFF;
	overflow:hidden;}
#content2{
	background-image:url(images/centerbrowngraphic.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:118px;
	background-color:#FFFFFF;
	overflow:hidden;}
#content2 img {
	position:relative;
	top:75px;
	left:460px;
	border:0px;}
/* This will hold tables of data. */
#content3{
	background-color:#FFFFFF;}
#content3 h3 {
	padding:0px;
	margin:0px;
	color:#505A52;
	text-transform:uppercase;}
table {
	color:#8F3201;
	font-size:10px;
	font-weight:bold;
	text-align:center;}
/* End of right content. */
	
/* This is the footer.	 */
#footer{
	clear:both;
	color:#5E6A79;
	font-size:10px;
	background-image:url(images/shacksSliced19.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:25px;
	padding-top:10px;}

#footer p a:link, #footer p a:visited, #footer p a:active {
	color:#5E6A79;

	text-decoration:underline;}
#footer p  a:hover {
	color:#000033;
} 


#content3 p {padding-left:25px; padding-right:25px;
} 

	

	
