@charset "utf-8";
/* CSS Document */
/* remember that padding is the space inside the div box and margin is the space outside the div box */
/*CURRENT NLR STUFF */
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-height:800px;
	font-size:13px;
}
.imgleft{
	float:right;
	padding:0 0px 10px 10px;
	border-left:1px solid #F60;
}
.imgright{
	float:right;
	padding:0 0 20px 10px;
	border-left:1px solid #F60;
	margin-left:15px;
	margin-bottom:15px;
}
.imgleft2{
	float:left;
	padding:0 10px 20px 0px;
	/*border-right:1px solid #F60;*/
	margin-right:15px;
	margin-bottom:10px;
}

.leftlist {
	padding:0 0 0 15px;
	margin:0;
}
/* navbar columns */
#colleft {
	float:left;
	width:600px;
}
#colright {
	float:right;
	width:180px;
	margin-right:10px;
}
/* end navbar columns */
.centered{
	text-align:center;
}
#content{
	min-height:300px;
}
p.centered{
	text-align:center;
}
#home_left_col {
	width:54%;
	float:left;
	vertical-align:top;
}
#home_right_col {
	width:45%;
	float:right;
	vertical-align:top;
}
.hometxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
}
/*flash dotted line in FF*/
#FlashID2{
outline:none;
}
.subtitle {
	color:#000000;
	font-weight:800;
	font-size:12px;
}
.home_bullet {
	margin-left: 0;
	padding: 0 5px 5px 5px;
	font-size:12px;
}
.home_bullet2 {
	margin-left: 0;
	padding: 0 5px 1px 5px;
	font-size:12px;
}
.home_bullet3 {
	margin-left: 0;
	padding: 0 0px 1px 0px;
	font-size:12px;
}
.homelinkfooter {
	color:#000;
	color:#000;
	font-weight:bold;
}
.homelinkfooter2 {
	color:#ff9933;
	font-weight:bold;
	padding-top:3px;
}
.homelinkfooter a:link {
	color:#ff9933;
	font-weight:bold;
}
.homelinkfooter a:visited {
	color:#ff9933;
	font-weight:bold;
}

.homelinkfooter a:hover {
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
}
.home_bullet a:hover {
	color:#006699;
}
#hometext {
	width:430px;
	padding:0 5px 0 15px;
	padding-top:3px;
}
.org_div {
	background-image:url(../images/orange_verticle.gif);
	background-repeat:no-repeat;
}
.homeheader {
	font-size:17px;
	font-weight:800;
	color:#006699;
	padding-bottom:10px;
}
.skip {
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;
}
.alink {
	color:#006699;
	text-decoration:none
}
title {
	color:#006699;
	font-size:17px;
}
#navbar ul li a:hover {
	color:#000000;
	height:10px;
}
#navbar ul li a.active {
	font-weight:bold;
	color:#000000;
}
#navbar ul li a.active:hover {
	text-decoration:none;
}
#navbarmain a:hover {
	color:#000000;
	height:10px;
}
#navbarmain a.active {
	color:#ff9933;
}
#navbarmain a.active:hover {
	text-decoration:none;
}
#leftnavigation {
	font-size:12px;
	font-weight:500;
	color:#000000;
	list-style:none;
	border-top:thin dashed;
	border-top-color:#ff9933;
	padding-top:7px;
	padding-bottom:7px;
	margin-left:-40px;
	/*padding-left:-10px;*/
}
.leftnavigation {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	list-style:none;
	border-top:thin dashed;
	border-top-color:#ff9933;
	padding-top:7px;
	padding-bottom:7px;
	margin-left:-40px;
	/*padding-left:-10px;*/
}
#contentholder {
	width:600px;
	float:right;
}
#contentholderLeft {
	width:600px;
	float:left;
}
#contentholderFull {
	width:100%;
}
#lftnavholder {
	width:170px;
	float:left;
}
.nlrnavigation {
	font-size:14px;
	font-weight:500;
	color:#000000;
	list-style:none;
	border-bottom:thin dashed;
	border-bottom-color:#ff9933;
	padding-top:4px;
	padding-bottom:4px;
}
h1 {
	font-size:19px;
	font-weight:900;
}
hone {
	font-size:19px;
	font-weight:900;
}
h2 {
	font-size:14px;
	font-weight:800;
	color:#006699;
	padding-top:15px;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	font-weight:800;
	color:#006699;
	margin-bottom:-10px;
}
h4 {
	font-size:14px;
	font-weight:800;
	color:#000000;
	margin-bottom:-10px;
}
li {
	font-size:13px;
	margin-left:-5px;
}
li.navlist {
	font-size:14px;
	margin-left:-5px;
}
.footertxt {
	font-size:11px;
	margin-left:10px;
}
.nlrnavtxt {
	font-size:13px;
	font-weight:700;
}
#nav {
	background:#c99;
}
#main {
	background:#9c9;
	float:left;
	width:500px;
}
#sidebar {
	background:#c9c;
	float:right;
	width:250px;
}

.icon {
	border:0;
	vertical-align:bottom;
}
.header-image {
	margin-left:-10px;
	padding-bottom:8px;
	padding-top:13px;
}
.bulletnav {
	list-style:none outside;
	margin-left:-30px;
}
.blue_horizontal {
	border-bottom:1px solid;
	border-bottom-color:#006699;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
}
.leftlist2{
	padding:0 0 0 20px;
	margin:0;
}
#leftcol {
	float:left;
	width:30%;
	border-color:#FFF;
	border-right-color:#F60;
	border-style:solid;
	border-width:1px;
	padding-right:10px
}
#rightcol {
	float:right;
	width:67%;
}
.subb{
	border-bottom:1px solid;
	border-bottom-color:#006699;
	padding-bottom:10px;
	margin-bottom:10px;
	/*margin-right:10px;*/
}
.orange_horizontal {
	border-bottom:1px solid;
	border-bottom-color:#ff9933;
	padding-bottom:10px;
	padding-right:10px;
	margin-right:5px;
	margin-bottom:10px;
}
.orange_horizontal2 {
	border-top:1px solid;
	border-top-color:#ff9933;
	padding-right:10px;
	margin-right:5px;
}
.date {
	font-size:10px;
}
.nobr {
	white-space: nowrap
}
.orange_horizontal_dashed {
	border-bottom:thin dashed;
	border-bottom-color:#ff9933;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* OLD STUFF */
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	/*border-style:dotted;*/
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;/*border-style:dashed;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top-style:solid;
	border-top-width:thin;
	border-color:#cccccc;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #006699;
	text-decoration:none
}
a:visited {
	color: #006699;
	text-decoration:none
}
a:hover {
	color: #ff9933;
	text-decoration:underline;
}
a:active {
	color: #006699;
	text-decoration:none
}
.topnav {
	text-decoration: none;
	margin-right:10px;
	width: 740px;
	height:100px;
	background-color:#ffffff;
}
.contactnav {
	text-decoration: none;
	border:dotted;
	margin-right:10px;
	text-align:right;
	width:100px;
	background-color:#ffffff;
}
.navtext {
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
	color:#006699;
	font-size:15px;
	padding-top:81px;
	margin-left:-3px;
}
.navtext_sub {
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
	color:#006699;
	font-size:15px;
	background-image:url(http://www.mediawerkz.net/img/title_background_sub.gif);
	background-repeat:no-repeat;
	padding-top:81px;
	margin-left:-3px;
}
.homeaction {
	font-size:11px;
	padding-right:5px;
}
.homeaction2 {
	padding-right:5px;
}
.tencolumn{
	width:10px;
}
.hometable{
	background-image:url(../images/bluebox.gif);
	height:216px;
	width:100%;
	
}

hr{
	height:1px;
	background-color:#666;
	color:#666;
	border:none;
	margin-bottom:20px;
	/*border-bottom:1px solid;
	border-bottom-color:#ff9933;
	padding-bottom:10px;
	padding-right:10px;
	margin-right:5px;
	margin-bottom:10px;*/
}
.smltxt2 {
	font-size:12px;
}
.txtDate {
	font-size:10px;
	font-weight:600;
	color:#666;
	
}
.txtcentered{
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#666;
	margin-top:15px;
}

.rtrn {
	font-size:11px;
	font-weight:600;
	text-decoration:underline;
	color:#336699;
	margin-bottom:15px;
}
/*Nav Buttons */
a.squarebutton{
background: transparent url('../images/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.googl3{
	float:right;
	white-space:nowrap;
}
.googl{
	float:right;
	z-index:400;
	margin-top:-22px;
	margin-right:0px;
	border: solid 1px #000;
}
/*for search ba*/
.googl2{
	position:absolute;
top:140px;
z-index:500;
padding-left:25px;
}
.blue {
	color:#006699;
}
.memberh
{
	font-size:19px;
	font-weight:900;
}
.acronym {
	color:#006699;
}
.nobttm{
	margin-bottom:0;
	padding-bottom:0;
}

