@charset "UTF-8";
/* TechTriad CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}
a:link {
	text-decoration: underline;
	color: #0b4c5f;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #427c8d;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #0b4c5f;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0b4c5f;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin-bottom: 4px;
}
h5 {
	font-size: 14px;
	margin-bottom: 0px;
}
h6 {
	font-size: 15px;
	font-weight: normal;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/structure/masthead.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 960px;
}
#logo {
	height: 200px;
	width: 200px;
	float: right;
	margin: 0px;
}
#logo a {
	height: 200px;
	width: 200px;
	float: right;
	margin: 0px;
	display: block;
}
#logo h1 {
	display: none;
}
#menu {
	height: 40px;
	width: 730px;
	margin-top: 140px;
	float: left;

}
#menu	{
	position:relative;
  	z-index:999999;
}
.clearfloater {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#content-wrapper {
	
}
#content {
	padding-left: 25px;
	padding-right: 25px;	
}
#video-wrapper {
	background-image: url(../images/structure/video-mid.jpg);
	background-repeat: repeat-y;
	width: 396px;
}
#video-top {
	background-image: url(../images/structure/video-top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 396px;
}
#video-content {
	width: 360px;
	margin-right: auto;
	margin-left: 26px;
	margin-bottom: 15px;
}
#video-bot {
	background-image: url(../images/structure/video-bot.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 396px;
}
#left-sidebar-wrapper {
	float: left;
	width: 396px;
}
#left-sidebar-content {
	padding-left: 30px;
	padding-right: 35px;
}
#right-sidebar-wrapper {
	width: 560px;
	float: right;
}
#search {
	width: 215px;
}
#search2 {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 4px;
}

#middle-column {
	width: 240px;
	float: left;
}
#right-column {
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
}
#right-column p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
#right-column h1 {
	font-size: 22px;
	font-weight: normal;
	color: #0b4c5f;
}
#right-column h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0b4c5f;
	margin-top: 10px;
	margin-bottom: 5px;
}
#lownav {
	margin-top: 20px;

}
#lownav p	{
	font-size: 11px;
	text-align: center;
	margin: 0px;
}
#lownav a:link, #lownav a:visited	{
	text-decoration: none;
	color: #000;
}
#lownav a:hover	{
	text-decoration:underline;
}
#lownav ul	{
	margin: 0px;
	list-style-type:none;
	text-align:center;
	height: 30px;
}
#lownav ul li	{
	display: inline;
	border-right: 1px solid #BBBBBB;
	margin-left: 14px;
	padding-right: 14px;
	line-height: 30px;
}
#lownav ul li a:link, #lownav ul li a:visited	{
	font-weight: normal;
	
	
}
#lownav ul li a:hover	{
}

#footer-wrapper {
	color: #0b4c5f;
	font-size: 11px;
	background-image: url(../images/structure/footer2.jpg);
	height: 95px;
	width: 900px;
	padding-right: 30px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 30px;
	background-position: right top;
}

#footer a:link {
	color: #0b4c5f;
	text-decoration: none;
	font-style: italic;
}
#footer a:visited {
	text-decoration: none;
	color: #0b4c5f;
}
#footer a:hover {
	text-decoration: underline;
}
