body {
	margin: 0px;
	padding: 0px;
	background: #B4F4FF url(../images/img01.jpg) repeat-x left top;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5698A3;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: lowercase;
	color: #337884;
}

h1 { font-size: 24px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

.headingbar-full-width {
	height: 32px;
	float: left;
	width: 864px;
	padding-top: 6px;
	padding-left: 6px;
	margin-bottom: 5px;
	background: url(../images/img06.jpg) repeat-x left top;
}

.headingbar {
	height: 32px;
	float: left;
	width: 714px;
	padding-top: 6px;
	padding-left: 6px;
	margin-bottom: 5px;
	background: url(../images/img06.jpg) repeat-x left top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	float: right;
}

.black-font {
	color: black;
}

.grey-font {
	color: rgb(100,100,100);
}

.red-font {
	color: rgb(255,0,0);
}

.blue-font {
	color: #5698A3;
}

.dark-blue-font {
	color: #337884
}

.green-font {
	color: #80A000;
}

span.highlight
{
background-color: #5698a3;;
}

span.dark-blue-font {
	color: #3378FF
}

span.black-font {
	color: black;
}

span.dark-green-font {
	color: rgb(100,125,0);
}


.font20pt {
	font-size: 20px;
}

.font18pt {
	font-size: 18px;
}

.font16pt {
	font-size: 16px;
}

.font12pt {
	font-size: 12px;
}

.font10pt {
	font-size: 10px;
}

.light-blue-bg {
	background-color: rgb(220,255,255);
}

.green-bg {
	background-color: rgb(206,249,181);
}

.grey-bg {
	background-color: rgb(230,230,230);
}

.nodecoration {
	text-decoration: none;
}

.lowercase {
text-transform: lowercase;
}


p, ul, ol {
	margin-top: 0;
	text-align: left;
	font-weight: normal;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.normal-list {
	list-style-type: disc;
	list-style-position: outside;
	padding-left:30px; 
	margin-left: 5px;
}

.normal-list-inside {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:30px;
	margin-left: 5px;
}

blockquote { }

a { color: #80A000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

.image80 {
	height:	80px;
	width: 80px;
}

.image100wide {
	float: left;
	width: 100px;
}

.image400wide {
	width: 400px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

hr {
	color: #B4F4FF;
	margin-top: 10px;
	margin-bottom: 15px;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
}

.divleft {
	float: left;
}

/* Header */

#header-wrapper {
	width: 900px;
	height: 143px;
	margin: 0px auto;
	padding: 0px;
}

#header-wrapper-big {
	width: 900px;
	height: 178px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 900px;
	height: 92px;
	margin: 0px auto;
	background: url(../images/img02.gif) no-repeat left top;
}

#logo {
	float: left;
	height: 52px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font: bold 34px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#logo h2 {
	float: left;
	padding: 10px 0px 0px 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 34px;
	color: #E4EEB3;
}

#ad-banner {
	float: right;
	padding-right: 30px; 
	padding-top: 15px;
	width: 468px;
	height: 60px;
}

.blue-sky {
	margin: 0px auto;
	background: url(../images/img05.jpg) repeat-x left top;
}

#menu {
	width: 900px;
	height: 51px;
	margin: 0px auto;
	padding-left: 40px;
	background: url(../images/img03.jpg) no-repeat left top;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	/*padding: 12px 15px 0px 17px;*/padding-right: 55px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	color: #D7E6A2;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
	padding-left: 0px;
}

.sub-menu {
	width: 900px;
	height: 35px;
	float: left;
	margin: 0px auto;
	padding-left: 40px;
	background: url(../images/img03.1.jpg) no-repeat left top;
}

.sub-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sub-menu li {
	float: left;
}

.sub-menu a {
	display: block;
	padding: 8px 10px 0px 12px; /*8px 20px 0px 22px;*/
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: normal;
	color: #D7E6A2;
}

.sub-menu a:hover {
	text-decoration: underline;
}

.sub-menu .first a {
	background: none;
	padding-left: 0px;
}

#page {
	width: 870px;
	margin: 0px auto;
	border: 15px solid #FFFFFF;
	background: #FFFFFF url(../images/img04.gif) repeat-x left top; 
}

#page-bgcontent {
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	background: url(../images/img04.gif) repeat-x left top;
}

.breadcrumb {
	float: left;
	width: 600px;
}

.search-main {
	float: right;
	width: 260px;
}

#content {
	float: left;
	width: 720px;
}

.morecontent {
	float: left;
	width: 720px;
}

#content-full-width {
	float: left;
	width: 870px;
}

.morecontent-full-width {
	float: left;
	width: 870px;
}

#logocontent {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

#channelboxes {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

#resultstable {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

.nomargin-noboarder-nopad {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.providerlogo {
	float: left;
	padding: 5px;
	height: 40px;
}

#experience {
	float: left;
	width: 720px;
}

.story-left {
	float: left;
	width: 340px;
	height: 290px;
	margin: 5px;
	padding: 4px;
	border: 1px;
	border-color: #B4F4FF;
	border-style: solid;
	list-style-type: none;
}

.full-article {
	float: left;
	margin: 5px;
	padding: 4px;
	border: 1px;
	border-color: #B4F4FF;
	border-style: solid;
	list-style-type: none;
}

.story-right{
	float: right;
	width: 340px;
	height: 290px;
	margin: 5px;
	padding: 4px;
	border: 1px;
	border-color: #B4F4FF;
	border-style: solid;
	list-style-type: none;
}

.story-heading {
	float: left;
	width: 187px;
	padding-bottom: 10px;
	text-decoration: none;
}

.story-image {
	float: right;
	width: 140px;
	height: 140px;
	margin-left: 8px;
	margin-bottom: 8px;
}

.story-image-vw {
	height: 140px;
	margin-right: 8px;
}

.story-image-right {
	float: right;
	height: 200px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.story-image-left {
	float: left;
	height: 200px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.story-image-v {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.story-wide-short {
	float: left;
	width: 700px;
	height: 90px;
	margin: 5px;
	padding: 4px;
	border: 1px;
	border-color: #B4F4FF;
	border-style: solid;
	list-style-type: none;
}

.story-wide {
	float: left;
	width: 700px;
	margin: 5px;
	padding: 4px;
	border: 1px;
	border-color: #B4F4FF;
	border-style: solid;
	list-style-type: none;
}

#banner {
	width: 870px;
	margin: 0px auto;
	padding-bottom: 5px;
}

.left-border-col	{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-color: #B4F4FF;
	border-right-style: none;
	border-left-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-width: thin;
}

.quicklink-col {
	float: left; 
	width: 222px; /*216*/ 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-style: none;
}

.quicklink-col-center {
	float: left; 
	width: 220px; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-color: #B4F4FF;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-width: thin;
}

.sitelink-col-left {
	float: left; 
	width: 230px; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-color: #B4F4FF;
	border-right-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-width: thin;
}

.sitelink-col-right {
	float: left; 
	width: 459px; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.list-heading {
	padding-top: 5px;
	padding-left: 0px;
	font-size: 12pt;
	list-style-type:square;
	list-style-position:inside;
	font-weight: bold;
	text-transform: lowercase;
}

.list-heading-sub {
	padding-top: 5px;
	padding-left: 0px;
	font-size: 12pt;
	list-style-type:square;
	list-style-position:inside;
	font-weight: normal;
	text-transform: lowercase;
}

.list-heading-big {
	padding-top: 5px;
	padding-left: 0px;
	font-size: 14pt;
	list-style-type:square;
	list-style-position:outside;
	font-weight: bold;
	text-transform: lowercase;
}

.quicklink-list {
	padding-left: 14px;
}

.promo-box {
	float: left;
	width: 390px;
	padding: 5px;
	border: 5px;
	border-color: rgb(235,235,235); /*#B4F4FF;*/
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(../images/img04.gif) repeat-x left top;
}

.promo-box p a {
	color: rgb(100,100,100); 
	text-decoration: none;
}

.promo-box h2 {
	display:block;
	text-align: center;
}

.promo-box-small {
	/*height: 70px;*/
	float: left;
	width: 330px;
	padding: 5px;
	border: 5px;
	border-color: rgb(235,235,235); /*#B4F4FF;*/
	border-style: solid;
	margin: 5px;
	background: url(../images/img04.gif) repeat-x left top;
}

.promo-box-small  p a {
	color: rgb(100,100,100); 
	text-decoration: none;
}

.promo-box-small h2 {
	display:block;
	text-align: center;
}

.promo-box-right {
	float: right;
	width: 390px;
	padding: 5px;
	border: 5px;
	border-color: rgb(235,235,235); /*#B4F4FF;*/
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px; 
	background: url(../images/img04.gif) repeat-x left top;
}

.promo-box-right  p a {
	color: rgb(100,100,100); 
	text-decoration: none;
}

.promo-box-right h2 {
	display:block;
	text-align: center;
}

.promo-box-vw {
	float: left;
	padding: 5px;
	border: 5px;
	border-color: rgb(235,235,235); /*#B4F4FF;*/
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(../images/img04.gif) repeat-x left top;
}

.promo-box-vw p a {
	color: rgb(100,100,100); 
	text-decoration: none;
}

.promo-box-vw h2 {
	display:block;
	text-align: center;
}

.promo-box-nobg {
	float: left;
	padding: 5px;
	border: 5px;
	border-color: rgb(235,235,235);
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidebar {
	float: right;
	width: 130px;
}

#sidebar ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 200%;
	padding: 0px;
	background: url(../images/img12.jpg) no-repeat left top;
}

#sidebar li li {
	margin: 0;
	padding: 7px 0px;
	background: url(../images/img09.jpg) repeat-x left bottom;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	width: 190px;
	height: 26px;
	padding: 20px 30px 10px 0px;
	/*background: url(../images/img11.jpg) no-repeat left top; img11 does not exist*/
	letter-spacing: -1px;
	text-align: left;
	text-transform: lowercase;
	font-size: 22px;
	font-weight: normal;
}

#sidebar p {
	line-height: 200%;
	padding-bottom: 20px;
}

#sidebar a {
}

#footer {
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/img04.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	font-size: 11px;
	color: #A2CAD1;
}

#footer a {
	color: #A2CAD1;
}

.box-border {
	float: left;
	width: 210px;
	margin-top: 5px;
	padding: 2px;
	list-style-type: none;
	border: 5px;
	border-color: rgb(235,235,235);
	border-style: solid;
	background: url(../images/img04.gif) repeat-x left top;
}

.box-border p a {
	color: rgb(100,100,100);
	text-decoration: none;
}

.black_overlay{ 
	display: none;
 	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.white_content { 
	display: none;
	position: fixed;
	top: 33%;
	left: 38%;
	width: 260px;
	/*height: 200px;*/
	padding: 16px;
	border: 16px solid #80A000;
	background-color: white;
	z-index:1002;
}
