@charset "UTF-8";
body  {
	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:  #0d3278;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #89A5CD;
}
a:link {
	color: #0e356e;
}
a:visited {
	color: #0e356e;
}
a:hover {
	color: #e51c2c;
}
a:active {
	color: #0e356e;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(slices/ic_060_content_bg_wide.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:30px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/ic_060_slogan_bg_wide.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	min-height:400px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #mainContenthome {
	margin-top: 400px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 70px;
} 

.twoColFixLtHdr #mainContenthome2 {
	margin-top: 400px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 70px;
} 

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0d3278;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #0d3278;
}
.twoColFixLtHdr #footer {
	padding: 20px 10px 0 20px;
	background-color: #FFFFFF;
	font-size:10px;
	color: #6a6a6a;
	
} 
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyright {
width:850px;
margin:0 auto;
font-size:10px;
text-align:left;
padding-left:20px;
color:#cccccc;
}

#listtable td {
font-size:10px;
}
.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;
}
#suckerfishnav {
	background:#ffffff repeat-x;
	font-size:12px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	width:190px;
    }
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:20px;
	padding:0;
	border:1px none #cccccc;
	margin:0;
	width:170px;
    }
#suckerfishnav a {
    display:block;
    color:#0d3278;
    text-decoration:none;
    padding:0px 20px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	  border-bottom:1px solid #cccccc;
    }
#suckerfishnav li a {
	width:149px;
	overflow:hidden;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #cccccc;
    margin:-20px 0 0 190px;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#0d3278;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#0d3278;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#0d3278;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffffff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#0d3278;
    }
#suckerfishnav .current_page_parent {
    background:#0d3278;
    }
#suckerfishnav .current_page_item {
    background:#0d3278;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#0d3278;
    content:"";
    }
.twoColFixLtHdr #container #header #bannerdiv {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 150px;
	width: 570px;
	overflow: hidden;
}
