@charset "UTF-8";
/* CSS Document
   Created by Erin Morrill, Victory Dog Design
   Copyright 2011 */

body {
	margin: 0px auto 0px auto;
	padding: 0 0px 0px 0;
	background-image:url(../images/BKG.gif);
	background-repeat:repeat-z;
	background-color:#BCBEC0;
}

img {
	border:none;
	padding:0;
}

a img { border: none; }

a { 
	text-decoration: none;
	outline: none;
	color: #4c483d;
	font:Georgia, serif;
	font-size: 12px;	
}

a:hover { 
	outline: none;
	color: #4c483d;
}

a.on { color: #000000; }

.right { float: right; } 

.left { float: left; }

.clear { clear: both; }

h1 {
	color: #BCBEC0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height:18px;
	text-align: left;
}

h2 {
	color: #BCBEC0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:18px;
	text-align: left;
}

p {
	/*color: #000000;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
}

dd {
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
	padding: 10px 10px 25px 10px;
}

#main {
	width:1148px;
	background-color:#fff;
	height:auto;
	min-height:569px;
	margin:0 auto 0 auto;
	padding:0px  0px 0 0px;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
}

.home_button {
	width:190px;
	height:453px;
	margin:0;
	padding: 0 0 0 20px;
	float:left;
	position:absolute;
}

.sub_banner {
	width:243px;
	height:550px;
	margin:0;
	padding: 20px;
	float:left;
	position:absolute;
}

.text {
	width:825px;
	min-height:550px;
	margin:20px 0px 0px 10px;
	padding:0px 0 20px 283px;
}

.dtable {
	width:825px;
	min-height:550px;
	margin:20px 0px 0px 10px;
	padding:0px 0 20px 150px;
}

.dtable td {
	min-width:50px;
	padding-left:15px; 
	margin-left:auto; 
	margin-right:auto;
}

.dtable img {
	width:150px;
}

#textbio {
	width:500px;
	height:auto;
	margin:20px 0px 0px 10px;
	padding:0px 0 40px 20px;
}

/*---------------------- 
	footer styles 
------------------------*/

#footer {
	width: 1148px;
	height:auto;
	padding:10px 0px 0px 0px;
	margin: 0px auto 10px auto;
}

#footer p {
	color:#000;
	font-size:11px;
}

#footer a {
	color:#000;
	font-size:11px;
}

