/* CSS Document */
body {
	background:url(../images/pageBg.jpg) bottom repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width:100%;
	background:url(../images/bannerBg.jpg) repeat-x;
}
#wrapper {
	width:750px;
	margin:auto;
}
#clear {
	clear:both;
}
.header {
	margin:auto;
}
img {
	border:0;
}
h1 {
	color: #000080; 
	font-weight: bold;
	font-size:14px;
	margin-top:0;
}
h2 {
	color: #000080;
	font-weight: bold; 
	font-size:12px;
}
.boldstart {
	color: #000080;
	font-weight: bold; 
	font-size:12px;
}
p, li, td {
	font-size:12px;
	text-align: justify;
}
li, ul {
	margin-bottom:0;
	margin-top:0;
}
a, a:visited, a:link{
	text-decoration: underline; 
	color: #3366FF;
}
a:hover {
	text-decoration: none;
}
/*- Menu Tabs 5--------------------------- */
#tabs5 {
	/*float:left;*/
    /*background:#3366FF;*/
	height:37px;
	/*100% mod*/
	display:table;
	width:100%;
}
#tabs5 ul {
	margin:0;
	padding:0;
	list-style:none;
	height:37px;
	display:table-row;
}
#tabs5 li {
	display:inline;
    /*display:table-cell;*/
	margin:0;
    padding:0;
	height:37px;
}
#tabs5 a {
    float:left;
    background:url("../images/tableft.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 0px;/*make left padding 5px to display left background*/ 
    text-decoration:none;
	border-bottom:1px solid #3366FF;
}
#tabs5 a span {
    /*float:left;*/
    display:block;
    background:url("../images/tabright.gif") no-repeat right top;
    /*padding:5px 12px 5px 5px; original line*/
	padding:5px 0;
    color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:27px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs5 a:hover span {
  	color:#FFFFFF;
	cursor:hand;
}
#tabs5 a:hover, a.active {
    background-position:0% -42px;
	border-bottom:1px solid #00cc99;
}
#tabs5 a:hover span, a.active {
    background-position:100% -42px;
}
/*- End of Menu Tabs 5--------------------------- */

#footer {
	font-size: 10px;
	position:absolute 100%;
	text-align:center;
}
.footer1 {
	font-size:10px;
}
.footer2 {
	font-size: 8px;
}
.subLinks {
	color:#FFFFFF;
}
a.subLinks, a:visited.subLinks, a:link.subLinks{
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight:bold;
}
a:hover.subLinks {
	text-decoration: underline;
}
#rightmenu {
	background-color: #00CC99;
	float:right;
	width:146px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
}
#rightmenu a {
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
}
#rightmenu a:hover {
	text-decoration:none;
	color:#3366FF;
}
#menutop {
	color: #FFFFFF; 
	background-color:#000080;
	background:url(../images/menuBgLeft.gif) left top no-repeat;
	padding:5px;
	font-weight:bold; 
	font-size:12px;
}
#rightmenuContent {
	background-color: #00CC99;
	float:right;
	width:146px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	position: relative;
	z-index:99;
}

#content {
	/*float:left;
	width: 595px;*/
	/*margin-top:5px; line works in IE but not Firefox so have positioned manually*/
	position:relative;
	top:5px;
	left:0px;
}
.newstext {
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
.newstext a {
	color:#FFFFFF;
	text-decoration:none;
}
.insetleft {
	float:left;
	padding-right:5px;
}
.insetright {
	float:right;
	padding-left:5px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	position: relative;

}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	/*background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;*/
	width: 100px;
	height: 67px;
}

.hoverbox li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
	display: inline;
	/*float: left;
	margin: 3px;
	padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 133px;
	z-index:1;
}
.clear {
	clear: both;
}

/* =Hoverbox 2 Code
----------------------------------------------------------------------*/

.hoverbox2
{
	cursor: default;
	list-style: none;
	width: 372px;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox2 img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 140px;
	height: 67px;
}

.hoverbox2 li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 280px;
	height: 133px;
}