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

#header	{
	height: 180px;
	width: 960px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#header h1 {
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}
#header h2 {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}

#topnav {
	color: #FFFFFF;
	background-color: #3A6E8F;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#stripe	{
	height: 24px;
	background-color: #FFE198;
	color: #587A7B;
	padding: 2px 10px 4px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#stripe a:link, #stripe a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#stripe a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content	{
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
}
#content p	{
	font-size: 12px;
	padding-left: 10px;
	margin: 0px;
}

#content h1	{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #666;
}
#content h2	{
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
}
#content h3	{
	padding-left: 10px;
	margin: 0px;
	color: #3A6E8F;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#content h3 a:link, #content h3 a:visited {
	color: #396E8E;
	text-decoration: underline;
}
#content h3 a:hover {
	color: #396E8E;
	text-decoration: none;
	background-color: transparent;
}

#content ul {
	font-size: 12px;
}
#content a:link, #content a:visited {
	color: #666666;
}
#content a:hover {
	color: #FFE198;
	background-color: #3A6E8F;
}


#footer {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #587A7B;
	background-repeat: no-repeat;
	height: 45px;
	background-position: bottom;
	padding: 0px;
}
#footer p {
	line-height: 45px;

}

#footer a {
	color: #FFF;
	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;
}
