/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A73517;
	min-width:800px;
	background-image: url(/images/Wampler_Background_Red.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#wrapper {
	margin: 15px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFF2EB;
	background-image:url(/images/Wampler_Body_Bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/* Header Style */
#header {
	width: 800px;
	height: 158px;
	background: #1B4B4A;
}
/* End Header Style */


/* 2 Column Structure */
#left { 
	float:left;
	width:188px;
	height:545px;
	padding-top:30px;
	padding-bottom:10px;
	background-color:#1B4B4A;
}

#content { 
	padding-top:30px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:20px;
	float:left;
	width:557px;
}

#contentnarrow { 
	padding-top:30px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:10px;
	float:left;
	width:305px;
}

/* End 2 Column Structure */

/* Navogation & Left */
#nav a	{
	display: block;
	width: 145px;
	padding-right: 25px;
	line-height: 21px;
	min-height: 21px;
	text-decoration: none;
	font-size:1.4em;
	margin-left:10px;
	text-align:right;
	}

#nav a	{
	color: #FFFFFF;
	background:url(/images/Wampler_Nav_Dot.png) no-repeat;
	*background:url(/images/Wampler_Nav_Dot.gif) no-repeat;
	background-position: 0px 50%;
   }

#nav a:hover{
	text-decoration:underline;
   	background-position: -230px 50%; 
   }
   
#nav .here {
   background:url(/images/Wampler_Nav_Dot.png) no-repeat;
   *background:url(/images/Wampler_Nav_Dot.gif) no-repeat;
   background-position: -430px 50%; 
}
/* End Navigation & Left */

/* Round Cornered Box */
.roundcont {
	width: 142px;
	margin: 30px auto 0px auto;
	background-color: #B2BDA0;
	color: #042120;
}

.roundcont p {
	margin: 5px 5px;
	text-align:left;
}

.roundcont a {
	color: #042120;
}

.roundcont a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.roundtop { 
	background: url(/images/Wampler_Round_TR.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/Wampler_Round_BR.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.quote {
	width: 150px;
	background: #FFF2EB;
	margin: 25px;
	padding: 15px;
	border: 2px dotted #A73517;
	
}
.quote2 {
	width: 145px;
	background: #FFF2EB;
	margin: 2px;
	padding: 10px;
	border: 2px dotted #A73517;
}	
/* End Round Cornered Box */

/* Content text Styles */
#content, #contentnarrow {
	font-size:1.1em;
	line-height:1.3em;
}

#content p, #contentnarrow p {
	padding-top:5px;
	padding-bottom:5px;
}

#content ul, #contentnarrow ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* End Content Styles */

.right {
	float:right;
	margin-bottom:25px;
	margin-top:25px;
	margin-left:25px;
	width:205px;
}

.right2 {
	float:right;
	margin-bottom:25px;
	margin-top:25px;
}
.right3 {
	float:right;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:25px;
	width:205px;
}
/* Text Styles */
h2 {
	color: #1B4B4A;
	font-size:1.4em;
	line-height:1.3em;
}
.q2 {
	color: #FF3300;
	font-size:1.9em;
	line-height:1.3em;
	font-style: italic;	
}
.q3 {
	color: #FF3300;
	font-size:1.3em;
	line-height:1.3em;
	font-style: italic;
}
/* End Text Style */

/* Misc Styles */
.smaller {
	font-size:.8em;
}

.dotted {
	border-bottom: 2px dotted #1B4B4A;
	margin:10px 0 10px 0;
}

/* End Misc Styles */

/* Footer Styles */
#footernav {
	width:800px;
	margin-top:-50px;
	padding-bottom: 25px;
	padding-top: 80px;
	background-color: #A73517;
	clear:both;
	text-align:center;
	color: #FFF2EB;
	font-size:1.2em;
	background-image: url(/images/Wampler_Footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footernav a {
	color:#FFF2EB;
	text-decoration:none;
}

#footernav a:hover {
	color:#FFF2EB;
	text-decoration:underline;
}
/* End Footer Styles */

	.atrib {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
