/* This CSS originally borrowed from The CSS Anthology - 101          */ 
/*     Essential Tips, Tricks & Hacks							      */ 
/* Chapter 8 - 2col-fixedwidth.css                                    */
/* Created by Barbara H. McNeely   bwhWebDesigns.com  08/22/2005      */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #3F3F7F;
}

img.displayed {  /* used to center */
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}

/* Wrapper is a centered div that will center a block on the page */
#wrapper {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 75px 0 0 0;  /* padding is for the background image on next line */
	color: #000000;
	background-color: #3F3F7F;
	background-image:  url("images/DicksGunsLogo6x1.gif");  /* put your logo here */
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin-left: 50px;  /* margin allows for the navigation */ 
	padding: 20px 10px 0 0;
	color: #000000;
	background-color: #FFFFFF;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 1em;
}
#content h1 {
	font: bold x-large Arial, sans-serif;
	color: #FF0000;
	padding-left: 1em;
	background-color: #FFFFFF;
}
#content h2 {
	font: large Arial, sans-serif;
	color: #007F00;
	padding-left: 1em;
	background-color: #FFFFFF;
}

#content h3 {
	font: bold medium Arial, sans-serif;
	color: #FF0000;
	background-color: #FFFFFF;
	}

#content h4 {
	font: bold small Verdana, sans-serif;
	color: #000066;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	}

#content h5 {
	font: italic bold small Arial, sans-serif;
	color: #E6A803;
	background-color: #FFFFFF;
	margin-top: 2px;
	}

#content ul {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}

#linklist {
	list-style-image: url(images/HeartBullet.jpg);
	line-height: 1.5em;
}

#linklist li {
	margin-bottom: 5px;
}

.albumlist {
	list-style-type: none;
}

.albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}

.albumlist img {
	display: block;
	border: 1px solid #000000;
	padding: 2px;
}

.PhotoShoot {
	display: inline;
	float: left;
	margin:  0 1em 1em 1em;
	border: 2px solid #00007F;
	padding: 2px;
	}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #FF0000;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em/1em verdana, sans-serif;
	color: #FF0000;
	background-color: #3F3F7F;
	}

.floatclr {
    clear: both;
	}

#footer {
	clear: both;
	padding: 0 0 10px 10px;
	font-size: 90%;
	color: #767676;
	background-color: #FFFFFF;
}

#footer a {
	color: #767676;
	background-color: #FFFFFF;
	text-decoration: none;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}
	/* Begin Form Styling - added 02/27/2006 */
form {
	border: 1px dotted #70B780;
	padding: 3px 6px 3px 6px
	}
	
input {
	color: #00310C;
	background-color: #FFFFFF;
	border: 1px solid #00310C;
	margin: 2px 1px 3px 1px;
	}

select {
	width: 100px;
	color: #00310C;
	background-color: #FFFFFF;
	border: 1px solid #00310C;
	margin: 2px 1px 3px 1px;
	}

textarea {
	width: 400px;
	height: 100px;
	color: #00310C;
	background-color: #FFFFFF;
	border: 1px solid #00310C;
	font: 0.9em Arial, sans-serif;
	}

form p {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0 ;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

form label {
	color: #00310C;
	background-color: #FFFFFF;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #00310C;
  background-color: #FFFFFF;
}
/* End Form Styling */

.ErrMsgInset {  /* inset text on right - see training schedule */
	margin: 40px;
	padding: 10px;
	text-align: left; /* added 01/30/06 */
	width: 80%; /* added 01/30/06 */
	border: 2px solid #007F00;
	font-family: Arial, Helvetica, sans-serif;
}
