@charset "UTF-8";

/* ========================================
		Import Master Reset CSS
======================================== */

@import url(reset.css);


/* ========================================
		General Layout
======================================== */

body {
	background-color: #b7c82f;
	background-image: url(../imagebank/background_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
}

p {  padding-bottom: 4px; padding-top: 4px; }

a { color: #ff9900; font-weight: bold; text-decoration: none; }
a:visited {
	color: #FF8222;
}
a:hover { color: #12679b; }
a:active { color: #12679b; }

/* Basic Styles */

div.clear { clear: both; }
div p img.rightAlign { float: right; }

/* Forms */

input.search {
	background-image: url(../imagebank/but_search_off.gif);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	line-height: 0px;
	text-indent: -9000px;	
	width: 72px;
}
input.send {
	background-image: url(../imagebank/but_send_off.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	line-height: 0px;
	text-indent: -9000px;	
	width: 72px;
}
input.submit {
	background-image: url(../imagebank/but_submit_off.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	line-height: 0px;
	text-indent: -9000px;	
	width: 72px;
}


input.filter {
	background-image: url(../imagebank/but_filter_off.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	line-height: 0px;
	text-indent: -9000px;	
	width: 72px;
	float:right;
}
input.signup {
	background-image: url(../imagebank/but_signup_off.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 27px;
	line-height: 0px;
	margin-left: 123px;
	text-indent: -9000px;	
	width: 72px;
}

/* Forms */

div.contactUsLeftCol {
	float: left;
	margin-left: 18px;
	width: 136px;
}
div.contactUsRightCol {
	float: left;
	margin-left: 18px;
	width: 366px;
}
div.contactUsRightCol fieldset {
  margin-bottom: 10px;
}
div.contactUsRightCol legend {
  padding: 0 2px;
}
div.contactUsRightCol label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
div.contactUsRightCol fieldset ol {
  margin: 0;
  padding: 0;
}
div.contactUsRightCol fieldset li {
  padding: 5px;
  margin: 0;
}
div.contactUsRightCol fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
div.contactUsRightCol fieldset fieldset legend {
  padding: 0 0 5px;
}
div.contactUsRightCol fieldset fieldset label {
  display: block;
  width: auto;
}
div.contactUsRightCol em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
div.contactUsRightCol label {
  width: 120px; /* Width of labels */
}
div.contactUsRightCol fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

div.signupCol {
	float: left;
	margin-left: 18px;
	width: 468px;
}
div.signupCol fieldset {
  margin-bottom: 10px;
}
div.signupCol legend {
  padding: 0 2px;
}
div.signupCol label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
div.signupCol fieldset ol {
  margin: 0;
  padding: 0;
}
div.signupCol fieldset li {
  padding: 5px;
  margin: 0;
}
div.signupCol fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
div.signupCol fieldset fieldset legend {
  padding: 0 0 5px;
}
div.signupCol fieldset fieldset label {
  display: block;
  width: auto;
}
div.signupCol em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
div.signupCol label {
  width: 120px; /* Width of labels */
}
div.signupCol fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
input.contactbox {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 180px; /* Width plus 3 (html space) */
}
textarea.contactbox {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
  width: 180px; /* Width plus 3 (html space) */
}


/* Page Container */

div#container {
	background-color: #f2f2f2;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
div#containerBottom {
	background-image: url(../imagebank/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 18px;
	width: 900px;
}

/* Header */

div#header {
	height: 90px;
	margin: 0px 36px 18px 36px;
	padding-top: 18px;
	width: 828px;
	background-image: url(../imagebank/header_background.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
}

div#header-micro {
	height:85px;
	margin: 0px 36px 0px 36px;
	padding-top: 18px;
	width: 828px;
	background-image: url(../imagebank/microsite_header.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
}


div#headerSearch {
	float: right;
	text-align: right;
}

/* Top Content */
/* 
div#leftTitle {
	float:left;
	padding-left: 18px;
	width: 270px;
}*/

div#leftTitle {
	float:left;
	padding-left: 18px;
	width: 740px;
	clear:left;
}
div#rightText {
	float: left;
	padding-left: 36px;
	padding-right: 18px;
	width: 486px;
}

/* Content */

div#topContent { margin: 18px 18px 18px 18px; width: 864px; }

div#topContent-micro { margin: 0px 18px 18px 18px; width: 864px; }

div#mainContent { margin: 0px 18px 0px 18px; width: 864px; }
div#mainContentMainCol { float: left; margin-right: 18px; width: 576px; }
div#mainContentMainCol-micro { float: left; width: 576px; }
div#mainContentRightCol { float: left; width: 270px; }
div#mainContentRightCol-micro { float: left; width: 270px; margin-right: 18px;}

div#rightColList { width: 234px; }
div#rightColList ul li { clear: left; margin-top: 4px; margin-bottom: 4px; }
div#rightColList ul li img { 
/*margin-left: 18px;*/ 
margin-right: 18px;
} 
img.floatLeft { float: left; padding-top: 4px; padding-bottom: 18px;  }
div.rightColListItem {
	display: inline;
	float: left;
	padding-bottom: 18px;
	/*margin-left: 18px; */
	width: 180px;
}

/* Columns */

div.list2Col {
	margin-left: 18px;
	width: 504px;
}
div.list2Col ul li {
	margin-bottom: 9px;
}
div.list2Col li.reply {
	border-top: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 9px;
}

div.list1Col {
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	width:500px
}

div.filterbox{
	width:500px;
	background-color:#ffebcc;
	background-image:url(../imagebank/filter-box-top.gif);
	background-repeat:no-repeat;
	color:#666666;
}

div.fliterbox-left{
margin:10px;
width:230px;
float:left;
}

div.fliterbox-right{

margin:10px;
float:right;
width:210px;

}
div.filter-box-bottom{
background-image:url(../imagebank/filter-box-bottom.gif);
background-repeat:no-repeat;
width:500px;
height:14px;
}

div.fliterbox-right select{
float:right;
width:120px;
}

div.fliterbox-right p{
clear:both;
width:90px;
float:left;
}

div.folder-name{
clear:both;
margin-top:20px;
}

div.form-elements{
clear:both;
margin-bottom:15px;
}


div.list1Col ul li {
	display:block;
	padding-top:30px;
	margin-bottom: 9px;
	background-image: url(../imagebank/seperate500.gif);
	background-repeat:no-repeat;
	clear:both;
}
div.list1ColOffsetItem {
	display: inline;
	float: left;
	margin-bottom: 9px; 
	margin-left: 18px;
	width: 420px;
	
}


/* Footer */

div#footerQuickLinksCol3 { margin: 0px 0px 18px 18px; width: 828px; }
div.footerQuickLinksContentColumn {
	float: left;
	display: inline;
	margin: 0px 18px 0px 18px; 
	width: 126px; 
}
div.footerQuickLinksContentColumn ul li { margin-top: 4px; margin-bottom: 4px; }
div#footerAddressCol3 { margin: 18px 18px 0px 36px; width: 828px; }
div#footerLogosCol3 { margin: 0px 18px 0px 18px; width: 864px; }
div#footerLogosCol3 img { margin-right: 18px; }

/* ========================================
		Specific Page Layout
======================================== */

/* TEMP */

div#homeTemp {
	background-color: #666666;
	background-image: url(../imagebank/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 323px;
	padding: 0px 18px 18px 18px;
	width: 828px; 
}
div#footerAddressCol3Temp { margin: 18px 18px 0px 36px; padding-bottom: 18px; width: 828px; }

/* Home */

div#topContentHome { margin: 0px 18px 18px 18px; width: 864px; }

div#homeLatestNews { margin: 0px 18px 0px 18px; width: 504px; }
div#homeLatestNews li { clear: both; margin-top: 18px; }
div#homeLatestNews img { float: left; margin-right:18px; }
div.homeLatestNewsItem {
	display: inline;
	margin-bottom: 18px;
}

div#homeCarousel {
	height: 360px;
	position: relative;
	width: 864px;
}
div#homeCarouselMenu {
	height: 36px;
	left: 36px;
	position: absolute;
 	top: 270px;
	width: 200px;
	z-index: 10;
}
div#homeCarouselMenu ul li {
	display: block;
	float: left;
}
div#homeCarouselMenu ul li a {
	background-image: url(../imagebank/carousel_dot_inactive.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 36px;
	outline: none;
	text-indent: -9000px;
	width: 18px;
}
div#homeCarouselMenu ul li a.current {
	background-image: url(../imagebank/carousel_dot_active.png);
	cursor: default;
}
a#carouselMenuPrev {
	background-image: url(../imagebank/carousel_arrow_prev_active.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 36px;
	outline: none;
	text-indent: -9000px;
	width: 28px;
}
a#carouselMenuPrev.disable {
	background-image: url(../imagebank/carousel_arrow_prev_inactive.png);
	cursor: default;
}
a#carouselMenuNext {
	background-image: url(../imagebank/carousel_arrow_next_active.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 36px;
	outline: none;
	text-indent: -9000px;
	width: 28px;
}
a#carouselMenuNext.disable {
	background-image: url(../imagebank/carousel_arrow_next_inactive.png);
	cursor: default;
}
div#scrollPanel {
	height: 360px;
	overflow: hidden;
	width: 864px;
}
div#scrollContainer {
	height: 360px;
	width: 6048px;
}
div#scrollPg1 {
	background-color: #666666;
	background-image: url(../contentcontrol/imagebank/carousel_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}
div#scrollPg2 {
	background-color: #999999;
	background-image: url(../contentcontrol/imagebank/carousel_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}
div#scrollPg3 {
	background-color: #CCCCCC;
	background-image: url(../contentcontrol/imagebank/carousel_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}
div#scrollPg4 {
	background-color: #CCCCCC;
	background-image: url(../contentcontrol/imagebank/carousel_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}
div#scrollPg5 {
	background-color: #CCCCCC;
	background-image: url(../contentcontrol/imagebank/carousel_bg_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}
div#scrollPg6 {
	background-color: #CCCCCC;
	background-image: url(../contentcontrol/imagebank/carousel_bg_6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}

div#scrollPg7 {
	background-color: #CCCCCC;
	background-image: url(../contentcontrol/imagebank/carousel_bg_7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 360px;
	width: 864px;
}


img.micrositeButton {
	float: right;
	margin-left: 3px;
}

/* Personal Homepage */

div#personalGreeting {
	float: left;
	width: 432px;
}
div#personalUpdate {
	float: left;
	padding-left: 18px;
	width: 342px;
}

/* Personal Messages */

div#personalMessages { margin: 0px 18px 0px 18px; width: 504px; }
div#personalMessages li { clear: left; }
div#personalMessages img { float: left; margin-bottom: 18px; }
div.personalMessagesItem {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 448px;
}

/* Resources/Documents */

div#contactInfo { margin: 0px 18px 0px 18px; width: 504px; }
div#contactInfo li { clear: left; }
div#contactInfo img { float: left; margin-bottom: 18px; }
div.contactInfoItem {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 448px;
}

/* News Article */

div#newsTitle {
	float:left;
	padding-left: 18px;
	/* width: 405px; */
	width: 740px;
}

/* ========================================
		Panels
======================================== */

/* Header */

div.panelContainer { margin-bottom: 18px; width: 100%; }

div.panelHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 12px;
	width: 100%;
}
div.panelHeaderMenu {
	float: right;
	line-height: 26px;
	width: 230px;
	text-align: right;
}
div.panelHeaderMenu img { margin-right: 5px;}
div.panelHeaderMenu a.disable { color: #999999; cursor: default; }
div.panelHeaderMenu a.current { color: #12679b; cursor: default; }

/* 1 Column */

div.panelWhiteCol1 {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col1_tile.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	width: 234px;
}
div.panelWhiteCol1Top {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col1_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}
div.panelWhiteCol1Bottom {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col1_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}

div.panelBlueCol1Short {
	color: #FFFFFF;
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_short_tile.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 18px;
	width: 252px;
}

div.panelBlueCol1Short p{
padding:0px 18px 0px 0px;
}
div.panelBlueCol1Short a {
	color: #ffad33;
}
div.panelBlueCol1Short a:visited {
	color: #CE8A28;
}
div.panelBlueCol1Short a:hover {
	color: #FFFFFF;
}
div.panelBlueCol1Short a:active {
	color: #ffad33;
}
div.panelBlueCol1ShortTop {
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_short_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}
div.panelBlueCol1ShortBottom {
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_short_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}

div.panelBlueCol1 {
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_tile.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-left: 18px;
	width: 252px;
}
div.panelBlueCol1 a {
	color: #ffad33;
}
div.panelBlueCol1 a:visited {
	color: #CE8A28;
}
div.panelBlueCol1 a:hover {
	color: #FFFFFF;
}
div.panelBlueCol1 a:active {
	color: #ffad33;
}
div.panelBlueCol1Top {
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}
div.panelBlueCol1Bottom {
	background-color: #016aae;
	background-image: url(../imagebank/panel_blue_col1_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 270px;
}


/* 2 Column */

div.panelWhiteCol2 {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col2_tile.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	width: 540px;

}
div.panelWhiteCol2Top {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col2_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 576px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}
div.panelWhiteCol2Bottom {
float:left;
	background-color: #fff;
	background-image: url(../imagebank/panel_white_col2_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 576px;
	clear:both;
	margin:0px 0px 18px 0px;
	padding:0px 0px 0px 0px;
}

/* 3 Column */

div.panelWhiteCol3 {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col3_tile.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	width: 828px;
}
div.panelWhiteCol3Top {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col3_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 864px;
}
div.panelWhiteCol3Bottom {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col3_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 864px;
}

div.panelBlueCol3 {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_blue_col3_tile.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-left: 18px;
	padding-right: 18px;
	width: 828px;
}
div.panelBlueCol3 a {
	color: #ffad33;
}
div.panelBlueCol3 a:visited {
	color: #CE8A28;
}
div.panelBlueCol3 a:hover {
	color: #FFFFFF;
}
div.panelBlueCol3 a:active {
	color: #ffad33;
}
div.panelBlueCol3Top {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_blue_col3_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 864px;
}
div.panelBlueCol3Bottom {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_blue_col3_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 864px;
}

/* 3 Column home */

div.panelWhiteCol3Home {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_white_col3_tile.gif);
	background-repeat: repeat-y;
	padding-top: 18px;
	padding-left: 10px;
	width: 854px;
}

/* Comment Panel */

div.panelComment {
	background-color: #fef2db;
	padding-left: 18px;
	padding-right: 18px;
	width: 468px;
}
div.panelCommentTop {
	background-color: #fef2db;
	background-image: url(../imagebank/panel_comment_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 504px;
}
div.panelCommentBottom {
	background-color: #FFFFFF;
	background-image: url(../imagebank/panel_comment_bottom.gif);
	background-repeat: no-repeat;
	height: 42px;
	padding-right: 72px;
	padding-top: 22px;
	text-align: right;
	width: 432px;
}

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin-bottom: 2px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(../imagebank/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(../imagebank/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px;}
ul.rating li.four a:hover {background-position:0 -144px;}
ul.rating li.five a:hover {background-position:0 -160px;}

.micro-site-header{
padding-bottom:10px;
padding-left:15px;
padding-top:5px;
width:500px;
}

#home-link{
float:left;
width: 340px;
}

.image-float-left{
float: left;
margin-right: 10px;
margin-bottom:10px;
}

.image-float-right{
float: right;
margin-left: 10px;
margin-bottom:10px;
}

 /*.bullet-list{
margin:3px;
list-style-type:disc;
list-style-position:inside;
}*/

td{
padding:5px;
}


.bullet-list ul{
margin-left:20px;
list-style-type:circle;
list-style-position:inside;
}

.sub-navigation{
font-weight: normal;
}

.sub-navigation a{
font-weight: normal;
}

.sub-navigation a:visited{
font-weight: normal;
}

.sub-navigation a:active{
font-weight: normal;
}

.sub-navigation a:selected{
font-weight: normal;
}


div.micro-content ul{
margin:10px;
list-style-type:disc;
list-style-position:outside;
}
div.micro-content li{
margin:10px;
list-style-type:disc;
list-style-position:outside;
}
div.micro-content {
	margin-left: 18px;
	width: 504px;
}

.content-span ul{
margin:10px;
list-style-type:disc;
list-style-position:outside;
}

.content-span li{
margin:10px;
list-style-type:disc;
list-style-position:outside;
}

div#util-links{
margin-left: auto;
margin-right: auto;
padding-bottom: 18px;
width: 900px;
}

div#util-links p{
font-size:10px;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

div#util-links img{
margin-left:30px;
margin-right:10px;
float:left;
}

div#util-links a{
color:#FFFFFF;
}





