@charset "UTF-8";

body  {
	font-family: Arial, sans-serif;
	font-size: 12px;
	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;
	font-weight:  normal;
	 }
a { color: #FFFFFF; text-decoration: underline; }

h1 { font-size: 20px; font-weight: lighter; color: #000000; }
h2 { font-size: 13px; color: #000000; }
h3 { font-size: 17px; color: #000000; font-weight: lighter; padding: 0 101px 0 10px; margin: 0; }

.textsmall  { font-family: Arial, sans-serif; font-size: 12px; margin: 0; padding: 0; text-align: center; color: #000000; font-weight:  normal; }
.textmed  { font-family: Arial, sans-serif; font-size: 13px; margin: 0; padding: 0; text-align: center; color: #000000; font-weight:  normal; }
.textlarge  { font-family: Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; text-align: center; color: #000000; font-weight:  normal; }

.quote {font-style: italic;}


.toolbar { color: #000000; padding: 0 0 0 10px; height: 24px; float: right; }
.toolbar img { padding: 0 5px 0 0; vertical-align: middle; border: 0px; }
.toolbar a { text-decoration: none; color: #000000; }
.toolbar a:hover { color: #000000; }

.attention { color: #000000; }

#container { width: 996px;	background: #02cacb url(../images/container-bg.gif) repeat-x; margin: 0 auto; text-align: left; } 

#header { height: 105px; padding: 10px 50px 0 50px; } 
#header h1 { margin: 0; padding: 10px 0; }

#sidebar1 { display: inline; font-size: 17px; font-weight: bold; color: #FFFFFF; float: left; margin: 0 0 0 50px; width: 250px; padding: 0 0 15px 0; }
#sidebar1 img { border: 0; }

#sidebar2 { display: inline; float: right; margin: 0 50px 0 0; width: 220px; padding: 0; }


#mainContent { margin: 0 280px 0 310px; padding: 0 10px; }
#mainContent img { padding: 0px 20px 20px 0; }
#mainContent .img2 { padding: 0px 0px 20px 20px; }
#mainContent a { color: #FFFFFF; text-decoration: underline; }

img { padding: 0px 10px 0px 0; }

#contentGeneric { margin: 0 50px 0 310px; padding: 0 10px; }

/* MENU */
#menu {	width: 616px; height: 36px;	margin: 10px 0 0 0;	padding: 0;	background: url(../images/menu/menu-bg.gif) repeat-x; float: right; font-size: 15px; color: #FFFFFF; }
#menu ul { margin: 0; padding: 0 10px; list-style: none; }
#menu li { float: left; text-align: center; padding: 10px 10px 0 10px; font-weight: lighter; color: #000000; }
#menu a { color: #000000; text-decoration: none; }
#menu a:hover {	color: #000000; }
#menu a:active { color: #000000; }
/* end MENU */


/* LOGO */
#logo { width: 246px; height: 61px;	margin: 0 auto; float: left; }

#title-wrap { background: url(../images/bread-crumb-bg.gif) repeat-x; height: 30px; margin: 0 50px; font-size: 10px; }
#title-wrap img { border: 0; }

/* BREADCRUMB */
#breadcrumb { font-size: 10px; float: left; padding: 10px 10px 0 23px; }
#breadcrumb ul { margin: 0px; padding: 0px; }
#breadcrumb li { display: inline; }
#breadcrumb a {	padding: 0px 2px 0px 2px; text-decoration: none; color: #000000; }
#breadcrumb a:hover { color: #000000; text-decoration: none; }
#breadcrumb .active { background: #FFFFFF; }


/* 2 LEVEL NAV */
.sub-menu { font-size: 11px; background: #666666; margin: 0 auto; padding: 10px 0; }
.sub-menu ul { margin: 0 auto; padding: 0px; }
.sub-menu li { padding: 5px 0; display: block;}
.sub-menu a { background: url(../images/sub_dot.gif) 5px center no-repeat; text-decoration: none; color: #000000; padding: 1px 0 0 20px; display: block; }

/*IE only. Actual menu width minus left padding of LINK (20px) */
* html .sub-menu ul li a { width: 200px; }
.sub-menu ul li :hover { background: #002468 repeat-x; text-decoration: none; color: #666666; } 
.sub-menu .active a { background: #002468 url(../images/sub_dot_active.gif) 5px center no-repeat; text-decoration: none; color: #666666; }


/* TOPIC BLOCK */
.topic-block { background: #52a4aa; width: 220px; padding: 0px 0; color: #FFFFFF; text-align:left; }
.topic-block p { padding: 5px 101px 0px 10px; margin: 0; }
.topic-block img { margin: 0; padding: 0; float: right; }
.topic-block a { text-decoration: none; color: #FFFFFF; }
.topic-block a:hover { text-decoration: underline; }



/* FOOTER */
#footer-wrap { margin: 20px 0 0 0; padding: 0 50px 20px 50px; background: #EEEEEE; font-size: 11px;	color: #999999; }
#footer-wrap a { text-decoration: underline; color: #999999; }
#footer-wrap a:hover { color: #666666; }

#footer { height: 27px; margin: 0; color: #939598; padding: 0; list-style: none; }
#footer a { text-decoration: none; font-weight: bold; color: #939598; }
#footer a:hover { color: #666666; }
.footer-logo { float: right; padding: 0 10px 10px 0;}
#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 */
}
.footer-icon { color: #666666; padding: 0 10px 0 0; height: 27px; float: left; }
.footer-icon img { border-style:none; padding: 0 5px 0 0; vertical-align: middle; } 
/* end FOOTER */


.fltrt { float: right; margin-left: 8px; }
/* 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. */

.fltlft { float: left; margin-right: 8px; }
/* this class can be used to float an element left in your page */

.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
/* 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 */

/* QUOTE SCROLLER */
.headline { font-size: 17px; font-style: italic; position: absolute; top: 210px; width: 190px; text-align: left; }
