@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

a.link2 {
	color: #333333;
	text-decoration: none;
}

a.link2:hover {
	color: #999999;
	text-decoration: none;
}

a.link3 {
	color: #666666;
	text-decoration: none;
}

a.link3:hover {
	color: #999999;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 22px;
}

h4.subhdr {
	margin: 20px 0 10px 0;
	padding: 5px 0 8px 0;
	color: #333333;
	background: url(../images/horln.gif) bottom repeat-x;
}

h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.margin-bot-1 {
	margin-bottom: 20px;
}

.margin-bot-2 {
	margin-bottom: 10px;
}

.margin-bot-3 {
	margin-bottom: 5px;
}

.txt-color-darkblue {
	color: #002B5D;
}

.txt-color-darkgrey {
	color: #333333;
}

#wrapper {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 930px;
	background: url(../images/pg_bg.jpg) repeat-y;
}

#hdrlinks {
	margin: 0;
	padding: 5px;
	font-size: 11px;
}

#hdrlinks a{
	color: #999999;
	text-decoration: none;
}

#hdrlinks a:hover {
	color: #666666;
	text-decoration: none;
}

#mainmenu {
	margin: 0;
	padding: 0px 0 0 0;
	height: 40px;
	background: url(../images/menu_bg.jpg) repeat-x;
}

#nav{
	float: left;
	margin: 0;
	padding: 0;
}

#nav li{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a{
	float: left;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 17px 15px 9px 15px;
	color: #65C4EB;
	background: url(../images/mn_div.gif) right bottom no-repeat;
}

#nav li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_bg_active.jpg) repeat-x;
}

#nav li a.last{
	background: none;
}

#nav li a.current{
	color: #FFFFFF;
	background: url(../images/menu_bg_active.jpg) repeat-x;
}

#nav li a.lastcurrent{
	color: #FFFFFF;
	background: none;
}

#content {
	margin: 0;
	padding: 20px 10px 30px 10px;
	background: url(../images/content_bg.jpg) right bottom no-repeat;
	min-height:200px;
	height:auto !important;
	height:200px;
}

.hmblbhdr {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	color: #002B5D;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/horln.gif) bottom repeat-x;
}

.hmpic {
	margin: 0 5px 0 0;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

#footer {
	margin: 0 auto;
	padding: 20px 25px 0 25px;
	width: 930px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

.bktop {
	margin: 0;
	padding: 4px;
	font-size: 11px;
}

.img-left{
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 20px 0;
	clear: both;
}

.img-right {
	float: right;
	margin: 0 0 0 20px;
	padding: 5px 0 10px 0;
	clear: both;
}

table.data {
	border-collapse: collapse; 
	margin: 0 0 30px 0;
}

table.data th {
	border: 1px solid #fff;
	padding: 8px;
	background: #CC3333;
	color: #FFFFFF;
	text-align: left;
}

table.data tr.row1{
	background: #FFE0D1;
}

table.data tr.row2{
	background: #FFEFE8;
}

table.data td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #fff;
	padding: 8px;
}
table.tech {
	border-collapse: collapse;
}

table.tech td {
	padding: 4px;
	text-align: center;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-size: 11px;
}

table.tech td.whiteleft {
	padding: 4px;
	text-align: left;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-size: 11px;
}


table.tech td.darkgrey {
	background: #666666;
	color: #FFFFFF;
	font-size: 12px;
}

table.tech td.midgrey {
	background: #999999;
	color: #FFFFFF;
	font-size: 12px;
}


table.tech td.lightgrey {
	background: #e6e6e6;
}

table.tech td.lightgrey1 {
	background: #e6e6e6;
	color: #000000;
	text-align: left;
	vertical-align: top;
	
}


table.tech td.darkyellow {
	background: #F8B101;
	font-size: 12px;
}

table.tech td.lightyellow {
	background: #FCD884;
}

table.tech td.darkblue {
	background: #32508C;
	color: #FFFFFF;
	font-size: 12px;
}

table.tech td.lightblue {
	background: #7D97BD;
}

ol li {
	margin: 0;
	padding: 0 0 3px 0;
}

ul.mlist {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul.mlist li{
	list-style-type:square;
	margin: 0;
	padding: 0 0 20px 0;
}

ul.nlist {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul.nlist li{
	list-style-type:square;
	margin: 0;
	padding: 0 0 5px 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
/*position: relative;*/
background: url(../images/bull_arr.gif) no-repeat top left;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
/*position: absolute;*/
width: 170px; /*sub menu width*/
top: 0;
margin: 0 0 0 0px;
padding: 0 0 0 15px;
/*visibility: hidden;
background: #f0f0f0;*/
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 5px 5px 5px 20px;
}

.suckerdiv ul li a:hover{
color: #555555;
}

.suckerdiv ul li a.current{
color: #555555;
font-weight: bold;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

