body {margin:0; padding:0; 
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #1A659F;;}

table, td {border-collapse:collapse; background:#282831;}
table, td, img {border:0;}
form, td, div {margin:0; padding:0;}
td, tr {
	color:#FFF;
	vertical-align:top;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}
#smallTopNav
{
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	width: 760px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
#smallTopNav a
{
	font-weight: bold;
}
#pageTitle
{
	/*font-family: Arial Narrow, Helvetica, sans-serif;*/
	font-size: 24px;
	color: #ffffff;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: -2px;
	line-height: 24px;
}

#button1Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #4f488e;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button1Nav #heading
{
	background-color: #4f488e;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}

#button1Tabs
{
    width: 100%;
    overflow: hidden;
}

#button1Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button1Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button1Tabs #tabRow .activeTab
{
    background-color: #4f488e;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button1Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #4f488e;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}

#button2Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #66CC66;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button2Nav #heading
{
	background-color: #66CC66;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}

#button2SecondaryNav
{
    border-width: 1px;
    border-style: solid;
    border-color: #66CC66;
    width: 200px;
    height: 100%;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 6px;
}

#button2SecondaryNav #title
{
    font-weight: bold;
    height: 20px;
    padding: 4px 4px 4px 4px;
}

#button2Tabs
{
    width: 100%;
    overflow: hidden;
}

#button2Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button2Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button2Tabs #tabRow .activeTab
{
    background-color: #66CC66;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button2Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #66CC66;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}

#button3Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #3398CC;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button3Nav #heading
{
	background-color: #3398CC;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}

#button3Tabs
{
    width: 100%;
    overflow: hidden;
}

#button3Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button3Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button3Tabs #tabRow .activeTab
{
    background-color: #3398CC;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button3Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #3398CC;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}

#button4Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #004685;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button4Nav #heading
{
	background-color: #004685;
	font-weight: bold;
	color: #000000;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}

#button4Tabs
{
    width: 100%;
    overflow: hidden;
}

#button4Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button4Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button4Tabs #tabRow .activeTab
{
    background-color: #004685;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button4Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #004685;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}

#button5Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffd400;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button5Nav #heading
{
	background-color: #ffd400;
	font-weight: bold;
	color: #000000;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}

#button5Tabs
{
    width: 100%;
    overflow: hidden;
}

#button5Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button5Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button5Tabs #tabRow .activeTab
{
    background-color: #ffd400;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button5Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #ffd400;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}

#button6Nav
{
	border-width: 1px;
	border-style: solid;
	border-color: #9A3334;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#button6Nav #heading
{
	background-color: #9A3334;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}

#button6Tabs
{
    width: 100%;
    overflow: hidden;
}

#button6Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button6Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: White;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button6Tabs #tabRow .activeTab
{
    background-color: #9A3334;
    color: Black;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button6Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #9A3334;
    width: 436px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}





#button7Tabs
{
    width: 100%;
    overflow: hidden;
}

#button7Tabs #tabRow
{
    height: 24px;
    padding: none;
    margin: none;
}

#button7Tabs #tabRow .inactiveTab
{
    background-color: #666666;
    color: black;
    height: 100%;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    display: block;
    float: left;
}

#button7Tabs #tabRow .activeTab
{
    background-color: #333333;;
    color: white;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    overflow: hidden;
    display: block;
    float: left;
}

#button7Tabs .tabContent
{
    background-color: #252525;
    clear: both;
    border: solid 1px #333333;
    width: 665px;
    overflow: hidden;
    padding: 6px;
    /*margin-top: 6px;*/
    border-spacing: 6px;
    display: block;
}





#button1Nav #content, 
#button2Nav #content, 
#button3Nav #content, 
#button4Nav #content, 
#button5Nav #content, 
#button6Nav #content,
#adminNav #content,
#button2SecondaryNav #navigation
{
	width: 100%;
	overflow: hidden;
}

#button1Nav #content a:link, #button1Nav #content a:visited,
#button2Nav #content a:link, #button2Nav #content a:visited,
#button3Nav #content a:link, #button3Nav #content a:visited,
#button4Nav #content a:link, #button4Nav #content a:visited,
#button5Nav #content a:link, #button5Nav #content a:visited,
#button6Nav #content a:link, #button6Nav #content a:visited,
#adminNav #content a:link, #adminNav #content a:visited,
#button2SecondaryNav #navigation a:link, #button2SecondaryNav #navigation a:visited
{
	width: 100%;
	padding: 4px 4px 4px 4px;
	display: block;
}

#button1Nav #content a:active, #button1Nav #content a:hover,
#button2Nav #content a:active, #button2Nav #content a:hover,
#button3Nav #content a:active, #button3Nav #content a:hover,
#button4Nav #content a:active, #button4Nav #content a:hover,
#button5Nav #content a:active, #button5Nav #content a:hover,
#button6Nav #content a:active, #button6Nav #content a:hover,
#adminNav #content a:active, #adminNav #content a:hover,
#button2SecondaryNav #navigation a:active, #button2SecondaryNav #navigation a:hover
{
	width: 100%;
	padding: 4px 4px 4px 4px;
	display: block;
	background-color: #999999;
	color: #FFF;
}

#adminNav
{
	border-width: 1px;
	border-style: solid;
	border-color: #5D7B9D;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#adminNav #heading
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}

td .leftColumn
{
    color: #DDDDDD;
    width: 175px;
    vertical-align: top;
    padding-right: 3px;
    padding-top: 3px;
    padding-left: -2px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: solid 1px #777777;
}

td .rightColumn
{
    width: 275px;
    vertical-align: top;
    padding: 3px;
    padding-bottom: 10px;
    border-bottom: solid 1px #777777;
}

td .leftColumn .note
{
    margin-top: 10px;
    font-weight: normal;
    color: #999999;
}

td .leftColumn .note dfn
{
    font-style: normal;
}

.productTitle
{
    font-weight: normal;
    font-size: large;
    color: White;
    padding-top: 6px;
    padding-bottom: 9px;
}

.productType
{
    text-align: right;
    font-weight: normal;
    font-size: large;
    padding-top: 6px;
    padding-bottom: 9px;
}

a{ color:#dddddd; text-decoration:underline;}   This is the color insides the nav boxes that show on the left side panel 
a:hover{color:#999; text-decoration:none;}

strong a{ color:#D3D3D3; text-decoration:none;}
strong a:hover{ color:#D3D3D3; text-decoration:underline;}
strong img{ margin:0 5px 1px 0;}

span a{ color:#DDDDDD; text-decoration:underline; font-size:12px;}
span a:hover{ color:#DDDDDD; text-decoration:none; font-size:12px;}

select
{
    width: 250px;
}



.r1 ul { margin:0; padding:0; list-style:none; line-height:17px; }
.r1 li { background:url(images/r1.gif) center left no-repeat; margin:0 0 0 0; padding:0 0 0 11px;}
.r1 li a {color:#979797; text-decoration:underline;  background-position:left center;}
.r1 li a:hover { text-decoration:none; color:#979797;}

.r2 ul { margin:0; padding:0; list-style:none; line-height:14px; }
.r2 li { background:url(images/r2.gif) top left no-repeat; margin:0 0 0 0; padding:0 0 0 12px; font-family:arial}
.r2 li a {color:#FFFFFF; text-decoration:none;  background-position:left center;}
.r2 li a:hover { text-decoration:underline; color:#FFFFFF;}

.r3 ul { margin:0; padding:0; list-style:none; line-height:18px; }
.r3 li { background:url(images/r3.gif) top left no-repeat; margin:0 0 0 0; padding:0 0 0 11px; }
.r3 li a {color:#DDDDDD; text-decoration:underline;  background-position:left center;}
.r3 li a:hover { text-decoration:none; color:#DDDDDD;}

.a1{width:1px; height:100%; background:#363636;}
.a2{background:url(images/top_img.jpg) top left no-repeat; width:758px; height:281px;}
.a2 img{margin:33px 0 0 140px;}

.w1 td{ line-height:15px;}
.w2 td{
	line-height:14px;
	color:#FFF
}
.w3{ line-height:16px;}

.f1{ vertical-align:middle;}
.f1 .input{ width:127px; height:17px; margin:0 4px 0 0; font-size:10px; color:#525252; padding:0 0 1px 5px; font-family:tahoma;}



.e1{width:758px; height:100%; background:#212121; padding:31px 0 34px 31px; color:#717171;}
.e1 span a{ color:#979797; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif}
.e1 span a:hover{ color:#979797; text-decoration:underline; font-size:11px; font-family:Arial, Helvetica, sans-serif}
.e1 span{ color:#979797; font-size:11px; font-family:Arial, Helvetica, sans-serif}

.txt1 td{ font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;}
.txt1 td span a{ color:#FFFFFF; text-decoration:underline; font-size:11px;}
.txt1 td span a:hover{ color:#FFFFFF; text-decoration:none; font-size:11px;}

.k1 span{
	font-size:16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #8f8abd;
}

.k1 h1 
{
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #23afe0;
}

.ff1 td input{ width:204px; height:21px; padding:1px 0 1px 6px; color:#252525; padding:1px 0 1px 5px; font-size:11px; font-family:tahoma; margin-bottom:9px;}
.ff1 td textarea{ width:204px; height:112px; padding:1px 0 1px 6px; color:#252525; padding:1px 0 1px 5px; font-size:11px; font-family:tahoma; margin-bottom:5px; overflow:auto;}



/*New Styles Created*/

div#left1 { position:relative; background-color:#2F2F2F; height:158px; padding:0 0 0 5px;}
  div#left1 h1 { font-size:14px; margin:0 0 20px 0; color:#e43638;}
div#date{width:72px; height:18px; background:#3B3B3B; padding:2px; color:#FFFFFF; font-weight:bold; text-indent:5px; position:absolute; top:0; right:5px;}

div#left2 {
	background-color:#2F2F2F;
	height:175px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
  div#left2 h1 { margin:0 0 10px 0; font-size:14px; color:#e43638;}
  div#left2 ul,li { list-style-position:inside; margin:0; padding:0; }
  
div#left3 {background-color:#2F2F2F; margin:20px 0 0 0; height:90px; padding:0 0 0 5px;}
  div#left3 h1 { margin:0 0 10px 0; font-size:14px; color:#8e86b7;}

div#right1 { height:158px;}
  div#right1 h1 {font-size:15px; margin:0 0 20px 0;}

div#right2 { height:107px;}

div#right3 { height:150px; position:relative;}
  div#right3 h1 { margin:0 0 10px 0; font-size:14px;}
  div#right3 ul,li { list-style-position:inside; margin:0; padding:0; }
  
div#subscribe { background-color:#2F2F2F; width:300px; height:120px; position:absolute; right:0; }
  div#subscribe .input{ width:127px; height:17px; margin:0 4px 0 0; font-size:10px; 
	                     color:#525252; padding:0 0 1px 5px; font-family:tahoma;}
  div#subscribe h3 {font-size:14px; margin:0 0 5px 0;}
  
div#divide { height:20px; background-image:url(images/HorDivider.jpg); background-repeat:repeat-x;}


div#aboutus ul { }

.white {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
}
.sitekeywords {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666;
	text-align: center;
}
.tablewhite {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.tablewhiteKM {
	background-color: #FFF;
	font-family: Times New Roman,Georgia,Serif;
	font-color: #282831;
	font-size: 17px;
	line-height: 109%;
	color: #282831;
	text-align: left;
	border:none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 
.topcore a {color: #282831; text-decoration: none;}
.topcore a:hover {text-decoration:underline; color:#282831;}
.topcore a:link {
	color:#282831;
	font-family: "Times New Roman", Times, serif;
}
.topcore a:visited: {color:#282831}


.table2 {
	background-image: url(images/Background/bg-282831.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}	

.lightfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999;
}


	
