@charset "UTF-8";
/* CSS Document */

body {
	/*font:400 12px/20px Geneva, Arial, Helvetica, sans-serif;*/
	color:#DC5B09;
	margin:0;
	padding:0;
	background-color: #DC5B09;
}
	
a{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#DDDDDD;
	text-decoration: none;
}

/*a:visited{
	color:#336699;
}*/

.textBold {
	font-size: 16px;
	font-weight: bold;
}

#wrapper {
	position:relative;
	left:50%;
	width: 770px;
	background-color: #FFFFFF;
	margin:0px 0px 0px -375px;
	/*padding-bottom:102px;*/
	border: 2px solid #FFFFFF;
}

#bgTile {
	width: 770px;
	padding: 10px 0px 10px 0px;
	background-image:url(../images/bg_tile.gif);
	background-repeat: repeat;	
}

#homeContainer {
	position:relative;
	left:50%;
	width: 750px;
	background-color: #DC5B09;
	margin:10px 0 50px -375px;
}

#header {
	/*position: relative;*/
	background-color: #FFFFFF;
	height: 110px;
	width: 700px;
	background-image: url(../images/rb_header.gif);
	background-repeat: no-repeat;
}

/* NAV =================== */

#navMenu {
	background-color: #4A7C7D;
	height: 40px;
	width: 700px;
	padding:0;
  	margin:0;
}

#navMenu ul {
	list-style-type:none;
	padding:3px 0 20px 15px;
	margin:10px 0;
}

#navMenu ul li {
	float:left;
	margin:10px;
}

ul li a:hover {
	color:#DFEA07;
	/*font-weight: bold;*/
}

a.active {
	color: #DFEA07;
}

ul li a {
	color:#FFFFFF;
}

/* NAV =================== */

#mainArea {
	/*position: relative;*/
	width: 700px;
	margin: 35px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#innerArea {
	/*position: relative;*/
	width: 675px;
	background-color: #FFFFFF;
	border: 1px solid #DC5B09;
	margin: 12.5px;
}

#subheader {
	height: 20px;
	width: 665px;
	padding: 5px 0px 0px 10px;
}

#subImage {
	padding-top: 5px;
	width: 675px;
	height: 193px;
}

#content {
	width: 645px;
	padding: 15px;
	margin-bottom:10px;
}

td {
	/*padding: 0 20px 0px 20px;*/
	vertical-align: top;
}

td img {
	padding: 5px 15px 0 0;
	vertical-align: top;
}

#columnOne {
	width: 300px;
	height: 300px;
	background-color:#999999;
	float:left;
}

#columnTwo {
	width: 345px;
	height: 300px;
	background-color:#777777;
	float:left;
}


#supportingText{
	position:absolute;
	text-align:justify;
	width: 339px;
	left: 66px;
	top: 104px;
	height: 297px;
	padding: 15px;
	margin: 0px;
}

.mainBodytext {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	letter-spacing: .5px;
/* 	text-align: justify; */
}

.mainBodytext a {
	text-decoration: underline;
	color: #dc5b08;
}

.titles {
	color: #DC5B09;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	letter-spacing: .5px;
	text-align: justify;
}

.subHeaderText {
	color: #DC5B09;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .2px;
}

.navText {
	color: #DC5B09;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight:500;
}

#footer {
	position: relative;
	height: 102px;
	width: 770px;
	background-image: url(file:///Babytron/Super%20Lotek/Rebecca%20Bloom/Web/images/bottom.png);
	background-repeat: no-repeat;
}

#credit {
	height: 15px;
	width: 770px;
	font-size: 8pt;
	text-align: right;
	color: #9E9289;
}
