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

body {
	background-color: #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
	background-color: #FFFFFF;
}
/* header */
#header {
	height: 200px;
	padding: 0 15px;
	background-color: #fff;
	background-image: url(../images/homebg/rotator.php);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 160px;
	height: 200px;
}

#logo a {
	width: 160px;
	height: 200px;
	display: block;
}
#tagline	{
	float: right;
	width: 500px;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
}
/* /header */


/* navigation */

#leftnav {
	width: 180px;
	font-size: 20px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#leftnav p {
	color: #BFBFB2;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
/* /navigation */

/* stripe */
#stripe	{
	background-image: url(../images/divider2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 60px;
	width: 550px;
	float: left;
	clear: both;
	text-align: center;
}
#stripe p {
	margin-left: 10px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

#stripe a:link, #stripe a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#stripe a:hover {
	color: #A9D8C7;
	text-decoration: none;
}

#stripe ul	{
	margin:14px 0px 0px;
}
#stripe li	{
	display: inline;
	margin-top: 20px;
	padding-right: 14px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* /stripe */

/* content */
#content-wrapper {
	padding: 10px 15px 5px;
	background-color: #fff;
}
#content {
	clear: left;
}


#content a img, #content abbr {
	border: 0;
}

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2B4E2E;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul, #content ol, #content p {
	margin-bottom: 1em;
	margin-top: 0em;
}
#content ul li {
	margin-bottom: 8px;
}


h1	{
	display:none;
	margin: 0px;
}
h2, h3, h4, h5, h6 {

}

h2 {
	color: #2B4C2D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: -0.5px;
	font-weight: lighter;
	margin: 0px 0px 12px;
}

h3 {
	color: #2B4C2D;
	font-size: 14px;
	margin: 10px 0px 0px;
	font-weight: bold;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2B4C2D;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 8px;
}
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 1.1em;
}
h6	{
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

blockquote.styled {
	float: right;
	width: 300px;
	margin: 15px 0 15px 15px;
	padding-left: 15px;
	border-left: 1px dotted #999;
	color: #777;
	font-weight: bold;
	}
/* /content */


/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 200px;
	margin: 0 0 10px 10px;
	border: 1px solid #2D5032;
}

#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
	font-size: 12px;
}
#sidebar p {
	margin: 6px 10px 16px;
}
#sidebar a:link, #sidebar a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #2D5032;
	text-decoration: underline;
}
#sidebar ul li {
	margin-bottom: 12px;
}




/* /sidebar */




/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(../images/curve_bot.jpg) no-repeat bottom;
	clear: both;
	text-align: center;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p {
	padding: 10px 0px 20 0;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin: 0px;
}

#footer p a {
	color: #666;
}
/* /footer */
.border {
	margin: 10px;
	border: 1px solid #666666;
}
