/*  CSS STYLE SHEET
    (c)2010 TechTriad.com */

body {
	background-color: #2E2E36;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/page_design/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#master-wrapper {
	background-image: url(../images/page_design/wrapper-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper	{
	background-image: url(../images/page_design/contentwrapper-bg.jpg);
	background-repeat: repeat-y;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#slideshow {
	height: 75px;
	width: 200px;
}

.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div { behavior: url(iepngfix.htc) }
/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#masthead {
	height: 155px;
	background-color: #fff;
	background-image: url(../images/page_design/masthead.jpg);
	width: 982px;
}
#logo {
	float: left;
	width: 400px;
	height: 140px;
	margin-top: 10px;
	margin-left: 8px;
	background-image: url(../images/page_design/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 400px;
	height: 140px;
	display: block;
}
#logo h1	{
	display:none;
}
#menu-wrapper {
	width: 550px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 110px;
}
/* /header */


/* navigation */
#menu 	{
	width: 450px;
	float: left;
	font-size: 12px;
	position:relative;
	z-index:999999;
}
#homelink {
	float: right;
	width: 75px;
	height: 10px;
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#homelink a:link {
	text-decoration: none;
	color: #4C4D4F;
	font-size: 13px;
}
#homelink a:hover {
	text-decoration: underline;
}
#homelink a:visited {
	color: #4A4B4D;
}
#menu li	{
	display:inline;
}
/* /navigation */


/* content */
#content-wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentwrapper-bot {
	background-image: url(../images/page_design/contentwrapper-bot.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 982px;
}
#content-top {
	background-image: url(../images/page_design/content-top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 982px;
}
#content-bot {
	background-image: url(../images/page_design/content-bot.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 982px;
}
#content-title {
	width: 600px;
	float: left;
	margin-left: 40px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00649F;
}
#searchbox-wrapper {
	margin-top: 10px;
	margin-right: 25px;
}
#searchbox {
	width: 225px;
	color: #FFF;
	float: right;
}
#searchbox a:link, #searchbox a:visited {
	color: #fff;
	text-decoration: none;
}
#searchbox a:hover {
	text-decoration: underline;
	color: #fff;
}
#searchbox #form {
	color: #333;
}
#emailsignup {
	margin-right: auto;
	margin-left: auto;
}
#signup {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#content {
	background-image: url(../images/page_design/content-bg.jpg);
	background-repeat: repeat-y;
	width: 982px;
}
#content-left {
	float: left;
	width: 220px;
	margin-left: 35px;
	padding-top: 40px;
	padding-bottom: 15px;
}
#content-right {
	float: right;
	width: 630px;
	margin-right: 40px;
}
#content a img, #content abbr {
	border: 0;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #307497;
}
#content a:hover {
	text-decoration: none;
}
#content-right ul, #content-right ol {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 12px;
}
#content-right ul li, #content-right ol li	{
	margin-top: 8px;
	margin-bottom: 12px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {

}
#content h1	{
	color: #4B4C4E;
	font-size: 24px;
	margin-bottom: 6px;
}
#content h2 {
	color: #285E7A;
	margin-bottom: 6px;
	font-size: 20px;
}
#content h3 {
	color: #3D81A6;
	margin-bottom: 6px;
	font-size: 16px;
}
#content h4 {
	color: #4C4D4F;
	margin-bottom: 6px;
	font-size: 14px;
}
#content h5 {
	color: #4C4D4F;
	font-size: 12px;
	margin-bottom: 6px;
}
#content blockquote {
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #333;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
}
/* /content */

/* sidebar */
#sidebar-wrapper {
	display: block;
	width: 285px;
	margin: 0;
	background-image: url(../images/page_design/sidebar-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#sidebar-wrapper p	{
	margin-top: 4px;
	margin-bottom: 12px;
}
/* /sidebar */

/* footer */
#footer {
	width: 880px;
	padding-bottom: 25px;
	text-align: left;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-top: 25px;
}
#footer a:link, #footer a:visited	{
	color: #fff;
	text-decoration:underline;
}
#footer a:hover	{
	text-decoration:none;
	color: #fff;
}
