/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_grid.gif);
	background-repeat: repeat;
}
#wrapper	{
	clear: both;
	float: none;
	width: 786px;
	margin:0px auto;
	border: 4px solid #8D8D66;
}
/* header */
#header {
	height: 120px;
	background-color: #285782;
	background-image: url(../images/bg_grid.gif);
	background-repeat: repeat;
}
#header h1 {
	display: none;
}
#header h2 {
	font-size: 24px;
	color: #DCDCA0;
	float: right;
	margin: 0px;
	padding-top: 20px;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	border: 0;
}

#logo {
	float: left;
	width: 125px;
	height: 126px;
}
.HomeLogo {
	z-index: 1; 
	left: 21px; 
	position: absolute; 
	top: 6px;
}
#topnav {
	background-color: #747474;
	margin-top: 0px;
	color: #DCDCA0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #285782;
	padding-left: 150px;
	font-size: 11px;
	font-weight: 500;
	line-height: 24px;
	height: 28px;
}
#topnav a {
	font-weight: 500;
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 10px 0px 5px 10px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #285782;
	border-left-color: #285782;
	background-repeat: repeat-x;
	background-image: url(../images/content_shadow.gif);
}

#content {
	padding: 0px 10px;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content-wrapper a img, #content abbr {
	border: 0;
}

#content-wrapper a {
	text-decoration: none;
	font-weight: bold;
	color: #285782;
}

#content-wrapper a:hover {
	text-decoration: none;
	color: #999900;
}

#content-wrapper ul, #content-wrapper ol {
	margin-left: 20px;
}
#content-wrapper li	{
	margin-left: 10px;
}

#content-wrapper ul, #content-wrapper ol {
	margin-bottom: 1em;
}
#content-wrapper ol li li {
	list-style-type: square;
}
.imgborder {
	border: 1px solid #333333;
	margin: 8px;
}

#slides {
	height: 231px;
}


h1	{
	font-size: 24px;
	color: #285782;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	color: #999900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 3px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	padding-bottom: 0px;
}
h2 a:link, h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover {
	color: #285782;
	text-decoration: none;
}
#sidebar h2 {
	color: #999900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 3px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	padding-bottom: 0px;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #999900;
	text-decoration: none;
}
#sidebar h2 a:hover {
	color: #285782;
	text-decoration: none;
}

h3 {
	color: #285782;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px;
	font-weight: lighter;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #285782;
	font-size: 16px;
	margin: 12px 0px 6px;
	font-weight: bold;
}
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 1.1em;
}
	
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 {
	display: block;
	width: 180px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #DCDCA0;
}

#sidebar {
	display: block;
	padding: 10px 10px 0;
	margin: 0px;
}
#sidebar p {
	margin: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* /sidebar */


/* footer */
#footer {
	width: 778px;
	margin: 0 auto;
	color: #747474;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	border-right: 4px solid #285782;
	border-bottom: 4px solid #285782;
	border-left: 4px solid #285782;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	font-weight: 500;
}

#footer a {
	color: #747474;
}
/* /footer */

#credits {
	color: #999999;
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 20px;
	line-height: 18px;
}
#credits a {
	color: #999999;
	text-decoration: underline;
}
