@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/main_back.gif);
	background-repeat: repeat;
}


.linkTitle {
	color: #00209F;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
}
a.linkTitle {
	text-decoration: underline;
}
a.linkTitle:hover {
	text-decoration: none;
}

.goodwillTitle {
	color: #00209F;
	font-weight: bold;
	font-size: 18px;
}

.imageNoBorder{
	border: none;
}

/*
ul {
	padding: 0px;
	margin: 0px;
}
*/

#navlist
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid gray;
	width: 100%;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navlist li
{
	color: #404443;
	background-image: url(images/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 1.2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-top: 8px;
	border-top: 1px solid #E2BE5E;
	height: 21px;
	background-color: #F9D889;
}

#navlist li a { 
	color: #404443;
	text-decoration: none; 
}
#navlist li a:hover { 
	color: #000000;
	text-decoration: underline; 
}

#navlist #top {
	border-top: 0px solid gray;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#content {
	color: #404443;
	font-weight: normal;
	font-size: 12px;
}
/*
#content ul {
	padding: 8px;
	margin: 12px;
}
*/

#icons a {
	color: #404443;
	text-decoration: none;
}
#icons a:hover {
	color: #000000;
	text-decoration: none;
}

#cse-search-box input {
	width: 136px; 
	height: 12px; 
	padding: 0px; 
	margin-right: 4px; 
	font-size: 10px;
}
#cse-search-box .submit {
	width: auto;
	height: auto; 
	padding: 0px; 
	margin: 0px; 
	font-size: 9px;
}
.break br {
	line-height: 10px;
}
label {
	width: 180px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.suckerdiv ul{
margin: 0 1px 0 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
background: #ffc827;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
margin-left: 1px;
z-index: 9999;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
/*background: #fff;*/
padding: 6px 5px;
border-top: 1px solid #ffe292;
border-bottom: 1px solid #c0981e;
border-left: 1px solid #c0981e;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #FBB005;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list-alt.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */legend {
	font-size: 16px;
	font-weight: bold;
}
