@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006600;
	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: #000000;
	margin-top: 40px;
	background-image: url(../media/images/patterns/greylines.gif);
	margin-bottom: 20px;
}
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: 15px 0 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006600;
}
h2 {
	margin: 10px 0 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	font-size: medium;
}
h3 {
	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: 10px 0 10px 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: medium;
}
h4 {
	margin: 0 0 -10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006600;
	font-size: small;
	text-align: justify;
	width: 500px;
	padding: 6px 0 0 15px;
}
h5 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #669900;
	font-size: xx-large;
	text-align: center;
	width: 500px;
	padding: 6px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	margin: 10px 0 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-size: medium;
}	
	
P  {
	font-size: 12px;
	color: #000000;
	margin: 10px 10px 10px 25px;
	text-align: justify;
	z-index: 9;
}
.Pindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 85px;
	padding-left: 50px;
	text-align: justify;
}
.Pindent-less {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 50px;
	text-align: justify;
	margin-bottom: 30px;
}


a, a:visited {
	color: #006600;
	text-decoration: underline;
	z-index: 15;
}

a:hover {
	color: #cccc99; 
	text-decoration: underline;
	font-size: inherit;
}

div.trackback a:link, div.trackback a:visited {
color:#ffffff
}
div.trackback a:hover {
color:#ffffff
}


div.sidebar a:link, div.sidebar a:visited {
color:#006600
}
div.sidebar a:hover {
color:#ffffff
}


#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left;
	position: relative;
}
#mainContent {
	padding: 0 20px;
	width: 550px;
	margin-left: 310px;
	margin-top: 50px;
	z-index: 2;
}
.staff_photo {
	margin: 0  0 10px -150px;
	float: left;
	clear: right;
	border: 0px;
}
.bio {
	padding-left: 150px;
	height: auto;
	width: 398px;
	float: none;
	clear: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


img {
	border: 0;
}

#header {
	padding: 0px 10px 0px 0px;
	background-color: #006600;
	height: 150px;
	margin-top: 0px;
	background-image: url(../media/images/gradients/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	z-index: 8;
}
.hgradient {
	background-repeat: repeat-x;
}
#logo {
	float: left;
	margin: 13px 118px 0 22px;
	border: 0px;
}
#navinside {
	padding-left: 12px;
	width: 500px;
	margin-bottom: -20px;
}
#navcontainer {
	height: 20px;
	float: left;
	background-color: #006600;
	z-index: 1;
}
#mainnav {
	margin-right: 0px;
	margin-left: 160px;
	z-index: 1;
	position: absolute;
	top: 125px;
	right: 0px;
	background-image: url(../media/images/corners/TMcrnr.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 26px;
	padding: 0 0 0 15px;
	width: 550px;
	background-color: #cccc99;
	float: left;
	text-align: left;
}
#clientcorner {
	position: absolute;
	top: 150px;
	right: 5px;
	color: 000000;
	margin: 5px 5px 0 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
}
.trackback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cccc99;
	width: auto;
	margin-left: 0px;
	background-color: #2A3815;
	position: absolute;
	top:150px;
	left:0px;
	height: 23px;
	background-image: url(../media/images/corners/TBcrnr.gif);
	background-position: right;
	background-repeat: no-repeat;
	min-width: 392px;
	padding: 0 30px 0 30px;
	vertical-align: bottom;
}



#sidenavbottom {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	height: 27px;
	width: 250px;
	background-image: url(../media/images/gradients/sidenavbtm.jpg);
	background-repeat: repeat-x;
}
.list {
	list-style-position: inside;
	list-style-type: square;
}
#leftcolumn {
	margin: 5px;
	float: left;
	width: 250px;
}
#rightcolumn {
	margin: 5px;
	float: right;
	width: 250px;
}

.sidebar {
	height: auto;
	width: 250px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc99;
	border-right-color: #cccc99;
	border-bottom-color: #cccc99;
	border-left-color: #cccc99;
}
.sidelogo {
	margin: 20px 0 10px 60px;
	border: 0px;
}
.sideimages {
	margin-left: 60px;
	border: 0px;
}
.liststart {
	float: left;
	clear: none;
}
.listcolor {
	background-color: #cccc99;
}
.listvalue {
	float: right;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../media/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 40px;
	padding-left: 25px;
	text-align: justify;
	margin: 15px 10px 10px 25px;
	margin-right: 7px;
}
.bulletsindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../media/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 75px;
	padding-left: 25px;
	text-align: justify;
}
.button {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 0px;
	clear: none;
	width: 100px;
}
.DLbutton {
	margin: -3px 20px 5px 0;
	border: 0px;
	clear: none;
	float: left;
}
.articlebutton {
	float: left;
	margin: 10px 0 0 0;
	border: 0px;
}
.graphic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
	padding: 10px;
	border: 0px;
}
#leadgraphic {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	background:#fff;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 920px;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #cccc99;
	clear: both;
	margin-left: 7px;
	z-index: 1;
}
.audioplayer {
	height: 60px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: -15px;
	margin-left: 25px;
        z-index: 25;
}
#download {
	margin: 10px 0 0 25px;
	border: 0;
}




#border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	border: 2px solid #666666;
	padding: 0 0 0 0;
	width: 560px;
	margin: 10px 10px 20px 0;
}
#color{
	background-color: #cccc99;
	color: #000000;
	margin: 10px 0 20px 0;






#roundborder {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

.roundcont {
	background-color: #cccc99;
	color: #fff;
	margin: 10px 0 20px 0;
} 

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(../media/images/corners/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

.roundbottom {
	background-image: url(../media/images/corners/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

	
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
	
	
}


.t {
	background: url(../media/images/corners/dot.gif) 0 0 repeat-x
}
.b {
	background: url(../media/images/corners/dot.gif) 0 100% repeat-x
}
.l {
	background: url(../media/images/corners/dot.gif) 0 0 repeat-y
}
.r {
	background: url(../media/images/corners/dot.gif) 100% 0 repeat-y
}
.bl {
	background: url(../media/images/corners/lbl.gif) 0 100% no-repeat
}
.br {
	background: url(../media/images/corners/lbr.gif) 100% 100% no-repeat
}
.tl {
	background: url(../media/images/corners/ltl.gif) 0 0 no-repeat
}
.tr {
	background: url(../media/images/corners/ltr.gif) 100% 0 no-repeat;
	padding:10px;
}
.clear {
	clear: both;
}
.indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 100px;
	text-align: justify;
}
.center {
	text-align: center;
	margin: 0 0 0 15px;
	position: relative;
}
