/* FLEX-ING */

/* BODY */

td img {
	display: block;
}
td.noDisplayBlock img{
display:inline;
border:none;
}
body {
	margin: 0px;
	padding: 0px;
	background:#282828 url(images/bg.png) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2, h3 {
	margin: 25px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	color: #196E00;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #006600;
}

h4 {
	font-size: 12px;
	color: #006600;
}
a, a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}

/* HEADER */
#header-bg{
background:url(images/header-bg.png) 0 0 repeat-x;
height:131px;
}
#header-wrap{
height:131px;
background:url(images/header-wrap.png) center 0 no-repeat;
margin:0 auto;
}

#header-top {
	width: 100%;
	height: 6px;
	background-color: #000000;
}
#header img {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#home-header-bg{
background:url(images/home-header-bg.png) 0 0 repeat-x;
height:137px;
}

/* LEFT NAVIGATION */

#leftnav {
	padding: 0px 0px;
	background-color: #b1b1b1;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}
#leftnav h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px 10px;
	margin: 0px;
	background-color: #666666;
}
#leftnav h2 a, #leftnav h2 a:visited, #leftnav h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div.leftnav {
	margin: 0px 0px 15px 0px;
}
div.leftnav a {
	padding: 5px 3px 0px 8px;
	display: block;
	height: 19px;
	margin-bottom: 1px;
}
div.leftnav a, div.leftnav a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(images/leftnav.gif)
}
div.leftnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/leftnav2.gif)
}
#leftnav-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	vertical-align: bottom;
}
.address {
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
div.logos {
	text-align: center;
}
.logos img {
	border: 1px solid #B9B9B9;
	margin-left: auto;
	margin-right: auto;
}

/* CONTENT */

#content-table {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#content {
	padding: 15px 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.home .text {
	background-repeat: no-repeat;
	padding: 0px 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
div.right { 
	display: block;
	float:right;
	padding: 0px 0px 15px 10px;
	text-align: right;
}
.right-border{
	float:right;
	margin: 0px 0px 15px 10px;
	border:1px solid #666;
}
.border{
border:1px solid #666;
}
table.layout td {
	vertical-align: top;
	padding: 5px;
}
table.links td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
}
table.links tr.noborder td {
	border: none;
}
table.grid {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 5px 0px;
}
table.grid td, table.grid th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}
table.grid th {
	color: #000000;
	background-color: #DDDDDD;
}
table.grid td.th {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: bold;
}
table.grid h1, table.grid h2 {
	margin-top: 15px;
}
img.border {
	border: 1px solid #999999;
}
img.img-right {
	padding: 0px 0px 10px 10px;
}
table.dataTable{
border:1px solid #ccc;
}
.dataTable th, .dataTable td{
padding:5px;
}
.dataTable th{
text-align:center;
font-weight:bold;
color:#fff;
background:#222;
}
.dataTable td{
border-bottom:1px solid #ccc;
}
.altrow{
background:#f0f0f0;
}
.clear{
clear:both;
}
hr{
height: 0;
border: 0;
width:85%;
border-bottom: 1px solid #ccc;
margin:6px 8%;
}

/* FOOTER */

#footer-top {
	height: 6px;
	background-color: #000000;
}
#footer {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	padding: 5px 5px 10px 5px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Home Styles */
#home-address{
background:url(images/home-address.png) 0 0 no-repeat;
width:171px;
height:188px;
margin-bottom:13px;
color:#FFFFFF;
padding-top:7px;
}
#home-address h3{
margin:0px;
color:#FFFFFF;
font-size:12px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:17px;
}
#home-address p{
font-size:12px;
margin-left:20px;
font-weight:normal;
}
#home-address a{
color:#FFFFFF;
}


