@charset "UTF-8";
* { behavior: URL(../csshover.htc) }

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #77A7D6;
	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: #444444;
}
#container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 


#toplinks {
	margin: 0px;
	width: 855px;
	font-size: 12px;
	font-weight: bold;
}

#toplinks ul  {
	float: right;
	margin: 0px;
}
#toplinks ul li {
	display: inline;
	}

#toplinks ul li a
{
	padding: 0.4em 1em;
	color: #369;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7CCE1;
}

#toplinks ul li a.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#toplinks ul li a:hover
{
	color: #0099CC;
	text-decoration: underline;
}


#header {
	clear:both;
	margin-right: 15px;
	background-image: url(../img/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 888px;
}

#headercontent {
	margin-left: 15px;
	margin-right: 15px;
	display: inline;
	height: 98px;
}

#header .logo {
	margin-left: 31px;
	margin-right: 0px;
}

#center {
	clear:both;
	width: 873px;
	margin-left: 15px;
	margin-right: 15px;
}

#center img {
	float: right;
	margin-right: 1px;
	margin-left: 0px;
  	display: inline;
}

#centerint {
	clear: both;
	width: 873px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../img/header-int_bg.jpg);
	background-repeat: repeat-x;
	height: 98px;	
	min-height: 1%; !important
	z-index:999;
}
.inthdr {
	margin-left: 34px;
	margin-top: 34px;
	padding: 0px;
	position: absolute;
}
.pics {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #036;
	margin-top: 10px;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	color: #036;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #369;
	margin-bottom: 3px;
}

#intpg {
	width: 873px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../img/intcontent_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: right 0px;
	display: table;
}

td{
	font-size: 13px;
}

#intcontent {
	padding: 38px;
	float: right;
	width: 530px;
	font-size: 13px;
	/*line-height: 17px;*/
	display:inline;
	min-height: 600px;
}
#addthis {
	padding: 0px;
	float: right;
	width: 830px;
	font-size: 13px;
	display:inline;
}
#intcontent #title{

	font-size: 22px;
	color: #036;

}

#intcontent ul {
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
}

#intcontent li {
	background-image: url(../img/li_checkbox.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-left: 0px;
	list-style-type: none;
	background-position: 1px 2px;
}

#intcontent a:link {
	color: #003366;
	text-decoration: none;
}
#intcontent a:visited {
	color: #003333;
	text-decoration: none;
}
#intcontent a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#intcontent a:active {
	color: #FF6600;
}



#cols { 
	width: 873px;
	margin-left: 15px;
	margin-right: 15px;
}

#cols a:link {
	color: #003366;
	text-decoration: none;
}
#cols a:visited {
	color: #003333;
	text-decoration: none;
}
#cols a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#cols a:active {
	color: #FF6600;
}
#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 291px; /* 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: #FFFFFF url(../img/home-leftcol_bg.jpg) no-repeat; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 1px;
	border: 1px solid #FFFFFF;
	display:inline;
}

#rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 286px; /* 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: #ffffff url(../img/home-rightcol_bg.jpg) no-repeat; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 1px solid #FFFFFF;
	display:inline;
}

#centercol {
	float: left;
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../img/home-centercol_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 291px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	display:inline;
}

#coltext {
	font-size: 13px;
	padding: 0px 35px;
}
#coltext h3 {
	font-size: 22px;
	font-weight: bold;
	color: #036;
}

#coltext ul {
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
}

#coltext li {
	background-image: url(../img/home-arrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 18px;
	margin: 0px;
	list-style-type: none;
	background-position: 1px 2px;
}
.alert {
	color:#FF6600;
}

#footer {
	font-size: 12px;
	background-image: url(../img/footer_bg.jpg);
	height: 65px;
	width: 903px;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.footertxt {
	color: #FFFFFF;
	margin-top: 28px;
	margin-left: 60px;
}

.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;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.detail {
	font-size: 12px;
	margin-top: 2px;
}

#navcontainer {
	width: 290px;
	float: left;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

#navcontainer li
{
	
}

#navcontainer a
{
	display: block;
	padding: 2px 1px 2px 35px;
	width: 254px;
	background-color: #426E95;
	border-bottom: 1px solid #B5CBE0;
	margin: 0;
	height:16px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/*#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}*/

#navcontainer a:hover
{
	background-color: #ECDA79;
	color: #111;
}

#navcontainer ul li
{
	position:relative;
}

#navcontainer li ul
{
	position: absolute;
	top: 0;
	left: 291px;
	display: none;
}

#navcontainer li ul li a:link {
	background-color: #ECDA79;
	color: #111;
	margin-top: 0px;
	width: 208px;
	padding-left: 20px;
}

#navcontainer li ul li a:visited {
	background-color: #ECDA79;
	color: #111;
	margin-top: 0px;
	width: 208px;
	padding-left: 20px;
}

#navcontainer li ul li a:hover {
	background-color: #EEEECC;
}

div#navcontainer ul ul, div#intnav ul ul ul
{
	margin:0px;
	padding:0px;
	width: 6em;
}

div#navcontainer ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
{
	display: none;
}

div#navcontainer ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
{
	display: block;
}

#intnav {
	width: 248px;
	float: left;
	clear: right;
	margin-left: 19px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(../img/leftnav_bg.jpg);
	background-repeat: no-repeat;
	display:inline;
	position: absolute;
}

.selector {
  min-height:400px;
  height:auto !important;
  height:400px;
}
#intnav ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 19px 0 0;
	padding: 0;
}
#intnav li:hover ul,
#intnav li.hover ul {display:block;}

#intnav li {
	width: 211px;
	margin-left: 19px;
	margin-top: 0px;
	padding-top: 0px;
}

#intnav li.active {
	background-image: url(../img/nav_arrow.gif);
	background-repeat: no-repeat;
	margin-left: 18px;
	background-position: 4px;
}


#intnav li.active a:hover {
	background-image: url(../img/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}

#intnav a
{
	display: block;
	padding: 3px 1px 3px 22px;
	border-bottom: 1px solid #A9CFE4;
	margin-top: 0px;
}



#intnav a:link, #intnav a:visited
{
	color: #003366;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#intnav a:hover {
	background-color: #ECDA79;
	margin-top: 0px;
}

.intnavhover{
	background-color: #ECDA79 !important;
}

#intnav ul li,
#intnav li:hover,
#intnav li.hover
	{
	position:relative;
	}
#intnav li:hover ul,
#intnav li.hover ul {display:block;}

#intnav li ul
	{
	position: absolute;
	top: 0;
	left: 12em;
	display: none;
	}

#intnav li ul li a:link {
	background-color: #ECDA79;
	margin-top: 0px;
}

#intnav li ul li a:hover {
	background-color: #EEEECC;
}

#intnav li ul li {
	/*background-color: #EEEECC;*/
	background-color: #ECDA79;
}

div#intnav ul ul, div#intnav ul ul ul
	{
	margin:0;
	padding:0;
	width: 8em;
	}

div#intnav ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#intnav ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
/* sIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#header-internal {
	visibility: hidden;
	font-size: 28px;
	color: #fff;
	margin-left: 46px;
	margin-top: 35px;
	float: left;
	
}

#header-internal2 {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	margin-left: 46px;
	margin-top: 35px;
	float: left;
	
}

.main {
	font-size: 12px;
}