/* CSS Document */
/* ================================================ */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #5E6C75;
	background-image: url(../images/default_background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	overflow-x: hidden;
}

a:link, a:visited, a:hover, a:active {
	color: #333333;
}

td img {display: block;}

p {margin-bottom: 20px;}

li {
	margin-left: 20px;
}

/* ================================================ */

#container {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#sectionheader {
	width: 790px;
	background-color: #FFFFFF;
}

#mainbody {
	width: 945px;
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
}

#mainbody_narrow {
	width: 730px;
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
}

#mainbody_home {
	width: 1005px;
	background-color: #666666;
	font-size: 12px;
}

#mainbody_home p {margin-bottom: 0px;}

#footer {
	width: 1005px;
	background-color: #FFFFFF;
}

#latestnews {
	width: 521px;
	height: 140px;
	background-color: #666666;
	background-image: url(../images/default_latestnews.png);
	padding: 60px 20px 0px 35px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}

#savenow {
	width: 429px;
	height: 200px;
	background-color: #666666;
	float: left;
}

#sponsors {
	width: 940px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#benefits {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#imagebar {
	width: 215px;
	float: right;
}

#crfashowbanner {
	width: 1005px;
	height: 50px;
	clear: both;
}

#logoscroller {
	width: 1005px;
	height: 70px;
}

/* ================================================ */

.large {
	font-size: 22px;
}

.largewhite {
	font-size: 22px;
	color: #FFFFFF;
}

.medium {
	font-size: 16px;
}

.small {
	font-size: 11px;
}

.paddedimage {
	padding-left: 20px;
	padding-right: 20px;
}

.paddedtext {
	padding: 10px; 10px; 5px; 10px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.imagebarlogo {
	padding-bottom: 4px;
}


/*********************************************************************************************/

#opaque {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#facebox .b {
  background:url(/examples/facebox/b.png);
}
#facebox .tl {
  background:url(/examples/facebox/tl.png);
}
#facebox .tr {
  background:url(/examples/facebox/tr.png);
}
#facebox .bl {
  background:url(/examples/facebox/bl.png);
}
#facebox .br {
  background:url(/examples/facebox/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 600px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


