@charset "UTF-8";
/* (c)2009 TECHTRIAD.COM - CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/page-backdrop.jpg);
	background-color: #252429;
}a:link {
	text-decoration: underline;
	color: #09486b;
}
a:visited {
	text-decoration: underline;
	color: #2F6E91;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #296A90;
	text-decoration: none;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #09486b;
	margin-bottom: 6px;
	letter-spacing: -0.5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#master-wrapper {
	background-image: url(../images/master-wrapper-backdrop.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 1002px;
}
#logo {
	height: 65px;
	width: 620px;
	float: right;
	margin-right: 38px;
	margin-top: 40px;
}
#logo a {
	height: 65px;
	width: 620px;
	float: right;
	margin-right: 20px;
	display: block;
}
#logo h1 {
	display: none;
}


#menu-wrapper {
	height: 30px;
	width: 950px;
	padding-top: 22px;
	margin-right: 50px;
	margin-left: 10px;
	position:relative;
  z-index:999999;
}
#menu {
}
#content-wrapper {
	width: 1002px;
	background-image: url(../images/content-mid.jpg);
	background-repeat: repeat-y;
}
#content-top {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1002px;
}
#content {
	float: right;
	width: 670px;
	margin-right: 40px;
	padding-right: 15px;
	margin-bottom: 0px;
}
#content-bot {
	background-image: url(../images/content-bot.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 1002px;
}
#content blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* sidebar */
#sidebar2Wrapper {
	float: right;
	display: block;
	width: 250px;
	border: 4px solid #2C759E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar2 {
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#master-wrapper #wrapper #content-wrapper #content #sidebar2Wrapper #sidebar2 h2 {
	margin-top: 4px;
}

/* /sidebar */

#sidebar-wrapper {
	width: 190px;
	float: left;
	font-size: 11px;
	margin-left: 42px;
}
#sidebar-content {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.clearfloater {
	clear: both;
	float: none;

}
#footer-wrapper {
	margin-bottom: 50px;
	color: #FFF;
	font-size: 11px;
}
#footer {
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
