/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d2d0d0;
	margin: 0;
	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;
}
.oneColFixCtrHdr #container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
.oneColFixCtrHdr #header {
	height: 62px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	background-color: #35376a;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	font-size: 7pt;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	background:#76b7cd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: ##232323;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
}
.oneColFixCtrHdr #copyright {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 8pt;
	color: #6c6c6c;
}
.oneColFixCtrHdr #LeftMenu {
	background-color: #bbbccc;
	/*line-height: 28px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	
}
.oneColFixCtrHdr #QuickLinks {
	background-color: #bbbccc;
	font-size: 9pt;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#QuickLinks form {
	margin: 0px;
}
.oneColFixCtrHdr #LeftPad {
	padding:15px;
}
.list ul{font-family:Verdana, Arial, Helvetica, sans-serif; }

/* LINKS */
#LeftMenu a:link {
	color:#35376a;
	font-size:9pt;
	text-decoration: none;
	line-height: 28px;
}
#LeftMenu a:active {
	color:#35376a;
	font-size:9pt;
	text-decoration: none;
	line-height: 28px;
}
#LeftMenu a:visited {
	color:#35376a;
	font-size:9pt;
	text-decoration: none;
	line-height: 28px;
}
#LeftMenu a:hover {
	color:#ffffff;
	font-size:9pt;
	text-decoration: none;
	line-height: 28px;
}

#footer a:link {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
}
#footer a:active {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
}
#footer a:visited {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
}
#footer a:hover {
	color:#6a6b94;
	font-size:8pt;
	text-decoration: none;
}

#header a:link {
	color:#FFFFFF;
	font-size:7pt;
	text-decoration: none;
}
#header a:active {
	color:#FFFFFF;
	font-size:7pt;
	text-decoration: none;
}
#header a:visited {
	color:#FFFFFF;
	font-size:7pt;
	text-decoration: none;
}
#header a:hover {
	color:#CCCCCC;
	font-size:7pt;
	text-decoration: none;
}

#topMenu a:link {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
	font-weight: bold;
}
.button {
	background-color: #F2A707;
	border: 1px solid #5052AF;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

#topMenu a:active {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
	font-weight: bold;
}
#topMenu a:visited {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration: none;
	font-weight: bold;
}
#topMenu a:hover {
	color:#FFF;
	font-size:8pt;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #76b7cd;
}
a:active {
	color: #76b7cd;
}
a:visited {
	color: #76b7cd;
}
a:hover {
	color:#cccccc;
}
.border {
	border: 1px solid #00849B;
}
/*FORMS*/
.search_input {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	border: 1px solid #303030;
	background-color: #FFFFFF;
	width: 130px;
	padding-bottom: 0px;
	height: 16px;
}
.search_button {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	border: 1px solid #303030;
	background-color: #444444;
	height: 20px;
	padding: 0px;
}
.quicklinks_menu {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 0px;
	border: 1px solid #303030;
	width: 170px;
	height: 20px;
	background-color: #FFFFFF;
}

.Tag1 {
	color: #f2a707;
	font-size: 9pt;
	line-height: 20px;
}
.Tag2 {
	color: #ffffff;
	font-size: 8.5pt;
	line-height: 20px;
}

#Content {
	z-index:0;
	padding: 20px;
	font-size: 8pt;
	margin-bottom: 10px;
	float:left;
}

#Content h1{
	padding:0px;
	color: #35376a;
	font-size: 11.5pt;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*float:left;*/
}
#Content h2{
	padding:0px;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*float:left;*/
}

/* FORMS */
input {
	font-size:8pt;
}
select {
	font-size:8pt;
}
.oneColFixCtrHdr #container #mainContent #Content img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.menu {

	width:100%;

	position:relative;

	z-index:100;	

	font-family:arial, sans-serif;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;
}

/* hack to correct IE5.5 faulty box model */



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	margin:0;
	
	list-style-type:none;	
	
	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left:0px;}

.menu ul ul {width:109px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {

	float:left;

	width:auto;

	position:relative;

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left:4px;

}

/* style the links for the top level */

.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; border:0px solid #46B8D0;  line-height:29px; font-weight:normal;font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */





/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd; }

/* style the second level hover */

.menu ul ul a:hover{color:#fff; background:#b7d186;}

.menu ul ul :hover > a {color:#fff; background:#308996;}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {background:#026877;}

/* style the third level hover */

.menu ul ul ul a:hover {
	background:#018FA7;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility:hidden;position:absolute;top:27px;left:0; solid: #000; font-size:11px; font-weight:normal; margin:0px; padding:0px;}

/* another hack for IE5.5 */

* html .menu ul ul {top:30px;t\op:31px;}



/* position the third level flyout menu */

.menu ul ul ul{left:201px; top:-1px; width:149px;}



/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {left:-149px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {background:#026877; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:180px;border-width:0 1px 1px 1px; font-size:11px; font-weight:normal;}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:128px;}



/* style the top level hover */

.menu ul ul a:hover{color:#fff; background:#b7d186;}

.menu ul ul :hover > a {color:#fff; background:#007589;}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}
/* End menu css */

form {
	margin: 0px;
	padding: 0px;
}


.menu2 ul {
	margin:0;
	z-index:1000;	
	
	list-style-type:none;	
	
	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left:0px;}




.menu2 li {

	float:left;

	width:auto;

	position:relative;

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left:4px;

}



.menu2 a, .menu2 a:visited {display:block;font-size:11px;text-decoration:none; color:#35376a; border:0px solid #46B8D0;  line-height:29px; font-weight:normal;font-weight:bold;}









.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {background:#d4d8bd; }



.menu2 ul ul a:hover{color:#fff; background:#b7d186;}

.menu2 ul ul :hover > a {color:#fff; background:#308996;}



.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#026877;}



.menu2 ul ul ul a:hover {
	background:#018FA7;
}




.menu2 ul ul {visibility:hidden;position:absolute;top:20px; solid: #000; font-size:11px; font-weight:normal; margin:0px; padding:0px;}



* html .menu2 ul ul {top:20px;t\op:31px;}





.menu2 ul ul ul{left:-201px; top:-1px; width:149px;}





.menu2 ul ul ul.left {left:-149px;}





.menu2 table {position:absolute; top:0; left:100; border-collapse:collapse;}





.menu2 ul ul a, .menu2 ul ul a:visited {background:#026877; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:180px;border-width:0 1px 1px 1px; font-size:11px; font-weight:normal;}



* html .menu2 ul ul a, * html .menu2 ul ul a:visited {width:100px;w\idth:128px;}





.menu2 ul ul a:hover{color:#fff; background:#b7d186;}

.menu2 ul ul :hover > a {color:#fff; background:#007589;}





.menu2 ul li:hover ul,

.menu2 ul a:hover ul{visibility:visible; }



.menu2 ul :hover ul ul{visibility:hidden;}



.menu2 ul :hover ul :hover ul{ visibility:visible;}
.menu2{color:#330033}

.img-bdr {
	border: 2px solid #76b7cd;
}
.img-bdr a{
	border: 2px solid #76b7cd;
}
.img-bdr a:hover{
	border: 2px solid #76b7cd;
}