/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/bg/bg_repeat.gif);
	background-repeat: repeat-x;
}
#container	{
	float: none;
	width: 880px;
}
#banner	{
	height: 75px;
	background-color: #7A7A7A;
}
#leftnav {
	width: 200px;
	font-size: 18px;
	line-height: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #008B0E;
	background-image: url(../images/bg/bg_green.gif);
	background-repeat: no-repeat;
	float: left;
	height:100%;
	padding-top: 10px;
}
#leftnav p {
	color: #F1F1F1;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	font-family: "Times New Roman", Times, serif;
}
#leftnav a:link, #leftnav a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
#leftnav a:hover {
	color: #F6D53C;
	text-decoration: none;
}
#content	{
	width: 680px;
	float: right;
	background-repeat: no-repeat;
}
#content p	{
	font-size: 16px;
}


#footer {
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

/**** CAPTIONIZE IMAGES ****/
.imgcontainer {
	position:relative;
	float:left;
	}
.caption {
	font: normal 1em/1.3em arial;
	background:#fff;
	color:#000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
	}

/**** PULL QUOTES ****/
.pullquote 
{width: 145px;
background:gold;
color:black;
float: right;
border:1px solid maroon;
font-weight:bold;
line-height:140%;
padding:5px;
margin-top:10px;
margin-left:10px;
}
