/* CSS Document */

body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000082;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #0139B2;
	/*background: #FFFFFF;*/
	background-image:url(page-bg.gif);
	text-align: Left; /* this overrides the text-align: center on the body element. */
} 
.boxmenu #mainContent ul {
list-style-image: url(arrow.gif);
}
#mainContent ul {
list-style-image: url(dot.gif);
}
.twoColFixLtHdr #header { 
	/*background: #0139B2; */
	padding: 0;  /* 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. */
	background-image:url(header-bg.jpg);
	background-repeat:no-repeat;
	height: 90px;
	clear:both;
} 
.twoColFixLtHdr #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: 45px 40px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000082;
	text-align:right;
}
.twoColFixLtHdr #header img {
display:none;
}
.breadcrumbdiv {
	width: 550px;
	float:left;
	height: 30px;
}

.breadcrumb {
	height: 25px;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
	font: normal 0.6em Tahoma;
	/*list-style-type: none;*/
	text-align: left;
}
.breadcrumb ul {
list-style-image: url(arrow.gif);
}
.breadcrumb li {
	position: relative;
	top:5px;
	display: inline;
	margin: 0;
	color: #ffffff;

}
.breadcrumb li a {
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:0px;
}

.breadcrumb li a:visited {}

.breadcrumb li a:hover {
	color: #ff0000;
}

.breadcrumb li a:active {

}
.twoColFixLtHdr #topnav { 
	/*background: #0139B2; */
	padding: 0px 10px 0px 25px;  /* 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. */
	background-image:url(topnav-bg.jpg);
	height: 30px;
	text-align:right;
} 
.twoColFixLtHdr #sidebarcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #00B4FF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
	padding: 0;
	margin: 0;
}
/* ############### menu boxes and ads ################# */
#boxes {margin-top: 25px;}
#boxes p{font-size:0.8em;}


/*### box1 Blue ###*/

#box1 {
margin-bottom:20px;
background-image:url(side-bg-blue.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0;
background:url(side-bg-blue.gif);
color:#FFFFFF;
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box1 p {
font-size:12px;
font-style:italic;
padding:9px 19px 24px 12px;
margin:0;
color:#FFFFFF;
}

/*### boxM Blue ###*/

#boxM {
margin-bottom:20px;
background-image:url(side-bg-blue.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#boxM h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0;
background:url(side-bg-blue.gif);
color:#FFFFFF;
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#boxM p {
padding:9px 19px 24px 12px;
margin:0;
color:#FFFFFF;
}
/* ############### tab menu box start ################# */
.boxtabmenu {
	position:relative;
	font-family: Tahoma, arial, helvetica, sans-serif;
	background-image:  url(boxtabmenu-over.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.boxtabmenu a {
	display: block;
	font-size: 0.8em;
	width: 200px;
	/*height: 20x;*/
	display: block;
	float: left;
	text-decoration: none;
}
.boxtabmenu a:link, a:visited {
color:#FFFFFF}
.boxtabmenu a:hover {
color:#000000}
.boxtabmenu img {
	width: 200px;
	height: 20px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.boxtabmenu a:hover img {
	visibility:hidden
}
.boxtabmenu span {
	position: absolute;
	left: 23px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 149px;
	height: 14px;
	text-align: left;
}

/* ############### tab menu box end ################# */



/*### box2 Blue faded ###*/

#box2 {
margin-bottom:20px;
background-image:url(side-bg-lt-blue.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box2 h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0;
background:url(side-bg-blue.gif);
color:#FFFFFF;
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box2 p {
padding:9px 19px 24px 12px;
margin:0
}

/*### box3 red ###*/

#box3 {
margin-bottom:20px;
background-image:url(side-bg-red.gif);
background-position:left bottom;
background-repeat:no-repeat;
}
#box3 h2 {
font-size:14px;
color:#FFFFFF;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0px;
background:url(side-bg-red.gif); /* top no-repeat #000082 */
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box3 p {
padding:9px 19px 24px 12px;
margin:0;
color:#FFFFFF;
}

/*### box4 Red faded ###*/

#box4 {
margin-bottom:20px;
background-image:url(side-bg-pink.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box4 h2 {
font-size:14px;
color:#FFFFFF;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0;
background:url(side-bg-red.gif);
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box4 p {
padding:9px 19px 24px 12px;
margin:0
}

/*### box5 Yellow ###*/

#box5 {
margin-bottom:20px;
background-image:url(side-bg-yellow.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box5 h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0px;
background:url(side-bg-yellow.gif);
color:#000099;
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box5 p {
padding:9px 19px 24px 12px;
margin:0
}

/*### box6 Yellow faded ###*/

#box6 {
margin-bottom:20px;
background-image:url(box6-botbg-yellowfaded.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box6 h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 0;
background:url(yellow-side-bg-top.gif);
color:#000099;
background-color:#000082;
background-position:left top;
background-repeat:no-repeat;
}
#box6 p {
padding:9px 19px 24px 12px;
margin:0
}

/*### hidden box ###*/

#hide{
margin-bottom:0px;
background-image:url(spacer.gif);
background-position:left bottom;
background-repeat:no-repeat;
display:none;
}
#hide h2 {
font-size:14px;
text-align:left;
padding:5px 0px 5px 30px;
margin:0 0 0 -1px;
background:url(spacer.gif) top no-repeat;
color:#000099;
display:none;
}
#hide p {
padding:9px 19px 24px 12px;
margin:0;
display:none;
}


/* ############### end menu boxes and ads ################# */

.twoColFixLtHdr #sidebarcontent {
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #00B4FF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image:url(side-bg.gif);

}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:25px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
} 
.twoColFixLtHdr #mainContent h1{ font-size: 2.4em;} 
.twoColFixLtHdr #mainContent h2{ font-size: 2em;} 
.twoColFixLtHdr #mainContent h3{ font-size: 1.8em;} 
.twoColFixLtHdr #mainContent h4{ font-size: 1.6em;} 
.twoColFixLtHdr #mainContent h5{ font-size: 1.4em;}
.twoColFixLtHdr #mainContent h6{ font-size: 1em;} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(footer-bg.gif);
	background-repeat:no-repeat;
	background-color:#000082; 
} 
.twoColFixLtHdr #mainContent p{
line-height: 1.4em;
word-spacing: 0.1em;
}
.twoColFixLtHdr #mainContent a:link{ text-decoration:underline; color:#0000FF;}
.twoColFixLtHdr #mainContent a:visited{ text-decoration:underline; color:#0099FF;}
.twoColFixLtHdr #mainContent a:hover{ text-decoration:underline; color:#ff0000;}
 
.twoColFixLtHdr #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 0px 30px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
.twoColFixLtHdr #copyright { font-size: 0.8em;}
.twoColFixLtHdr #white {
color:#FFFFFF;
font-size: 0.6em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*############################ menu tabs ###############################*/

.menu {
	width: 780px;

	background-image:url(tab-menu-bg.gif);
	clear:both;
}

.basictab {
	height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 2px;
	padding: 0px 0px 0px 10px;
	font: normal 0.8em Tahoma;
	list-style-type: none;
	text-align: left;
}

.basictab li {
	position: relative;
	top:5px;
	display: inline;
	margin: 0;
}

.basictab li a {
	color:#0000CC;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:4px;
}

.basictab li a:visited {
		color: #000000;
}

.basictab li a:hover {
	color: #000000;
/*background-color: #9DDFFF;*/
		background-image:url(tab.gif);
		background-repeat:repeat-x;
		/*margin-top: 6px;
		margin-bottom: 6px; */
	/*border-top:5px #9DDFFF solid;
	border-bottom:0px #9DDFFF solid;*/
}

.basictab li a:active {
	color: black;
	border-top:5px #9DDFFF solid;
	border-bottom:6px #9DDFFF solid;
}

/* Moved to pages in editable region as signififier, should look like this:- 

<style type="text/css">

.selected5 a {
	color:#000000;
	background-image:url(assets/tab.gif);
	background-repeat:repeat-x;
	}

</style>
*/

.basictab li.selected a:link, .basictab li.selected a:visited {
	background-color: #9DDFFF;
	color:#000000;
	border-bottom:6px #9DDFFF solid;
	border-top:5px #9DDFFF solid;

}

.basictab li.selected a:hover, .basictab li.selected a:active {
	background-color: #9DDFFF;
	color:#ff0000;
	border-bottom:5px #9DDFFF solid;
	border-top:5px #9DDFFF solid;
}


/*############################ menu tabs end ###############################*/

.searchboxdiv {
float:right;
width:175px;
height:30px;

}
.input-box
{
	/*float: left;*/
margin: 5px 3px 0 0;
	vertical-align: middle;
	background-image: url(searchbox-bg.gif);
	background-position: left top;
	padding: 2px 3px 0;
	font-size: 10px;
	border-width: 0;
	height: 14px;
	width: 104px;
}

.submit-button
{
	margin: 5px 0 0 0;
	vertical-align: middle;
}
.hidden-box
{
	margin: 0 0 0 0;
	vertical-align: middle;
	display:inline;
	}
.label {}
.twoColFixLtHdr #badges {
text-align:center;
padding-bottom: 20px;}

#sitemap { vertical-align:text-top;}