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




html {
    background-image: url('/images/site/home-background.jpg');
	background-color: #151515;
	background-repeat: no-repeat;
	background-position: top center;
}



body {
	font-family: Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 35px;
}


p {
	line-height: 18px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Tahoma;
	line-height: 24px;
}

h1 {
	color: #ffffff;
	font-size: 28px;
}

h1.blue {
	color: #030925;
	font-size: 24px;
}

h1.lightblue {
	color: #5391d4;
	font-size: 21px;
}

h2 {
	color: #fba818;
	font-size: 18px;
	font-weight: normal;
font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #151515;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

h2.white { color: #ffffff; font-size: 24px; font-weight: bold;  padding-bottom: 5px; padding-top: 5px; font-family: "Times New Roman", Times, serif; }

h2.blue { color: #2a6ba7; font-size: 18px; font-weight: bold; padding-bottom: 3; padding-top: 3px; font-family: "Times New Roman", Times, serif; }

h3.white {color: #ffffff; font-size: 21px; font-weight:bold; padding-bottom: 1px; font-family: "Times New Roman", Times, serif; }

h4 {
	font-weight: bold;
	color: #495d7b;
font-size: 18px;
}

a:link, a:visited {
	color: #fdb116;
	text-decoration: none;
font-weight: bold;
}

a:hover, a:visited:hover {
	color: #fdb116;
font-weight: bold;
text-decoration: underline;
}


#hd {
	position: relative;
	height: 350px;
                z-index: 2;
width: 990px; margin: 0 auto;
text-align: left;
}

#main_logo {
	position: absolute;
	left: 12px;
                width: 251px;
               height: 136px;
               top: 30px;
}

 #hd #navbar { position: absolute; top: 50px; left: 335px;  z-index: 999;  height: 46px;  }



 #hd #booktext { position: relative; top: 120px; float: right; right: 70px; }

 #hd #booktext .button_pad {  padding-top: 10px; }

#top_wrapper {
	margin: 0 auto; /* the auto margins the page */
width: 100%;
}

#top_wrapper #container { 
width: 990px; 
margin: 0 auto;
text-align: left;
margin-top: 130px;

}

#top_wrapper #container #sidebar {
width: 270px;
float: right;
top: 10px;
color: #c5e3fe;


}

#top_wrapper #container #sidebar #side_container { position: relative; top: 10px; left: 0;  }

#top_wrapper #container #sidebar #side_container .breadcrumb { text-align: right; font-size: 11px; padding-right: 8px; padding-bottom: 3px;  }

#top_wrapper #container #sidebar #side_container .sidebar_pad {
padding-left: 5px;

}



#top_wrapper #container #mainContentHome {
position: relative;
margin-top: 10px;
min-height: 200px;
float: left;
width: 700px;
padding-top: 10px;
background: url('/images/site/gray-content-sep.gif') top right no-repeat;
}

#top_wrapper #container #mainContentHome #promo_items {  
float: left:
padding: 0;
width: 700px;
}

#top_wrapper #container #mainContentHome #promo_items #promobox1 { background: url('/images/site/feature-bg.png') left top no-repeat; width: 284px; height: 182px; float: left; }
#top_wrapper #container #mainContentHome #promo_items #promobox1 .promo_pad_1 { padding-left: 10px; padding-top: 7px; padding-right: 10px; }

#top_wrapper #container #mainContentHome #promo_items #promobox2 { background: url('/images/site/feature-bg.png') left top no-repeat; width: 284px; height: 182px; float: right; }
#top_wrapper #container #mainContentHome #promo_items #promobox2 .promo_pad_2 { padding-left: 10px; padding-top: 7px; padding-right: 10px; }


#top_wrapper #container ul, #top_wrapper #container ol { margin-bottom: 10px; }
#top_wrapper #container ul li {  list-style-type: disc; margin-left: 35px;}
#top_wrapper #container ol li { list-style-type: decimal; margin-left: 35px;}

#email {
	display: block;
	margin-top: 5px;
}
#emailhome {
	display: block;
	margin-top: 1px;
}



div#preload {
	display: none;
}






#ft_wrapper { background: url('/images/site/footer_bg.jpg') repeat-x bottom center #151515; height: 130px; margin: 0 auto; }
#ft { width: 990px; margin: 0 auto; position: relative; top: 45px; }
.footer_link_bar {
	text-align: center;
	color: #f3f3f3;
	font-size: 85%;

}

.footer_link_bar a, .footer_link_bar a:visited {
	color: #f3f3f3;
	text-decoration: none;
}

.footer_link_bar a:hover, .footer_link_bar a:visited:hover  {
	text-decoration: underline;
color: #f3f3f3;
}

#footer_link_bar_container {

}

.powered_by {
	float: right;
	color: #f3f3f3;
	font-size: 85%;
margin-top: -35px;

}

.powered_by a {
	color: #f3f3f3;

}

.powered_by p.1 {
float: left;
margin-top: -10px;
padding-right: 5px;
}
.powered_by p {
float: left;
margin-top: -5px;
padding-right: 20px;
}

div#preload {
	display: none;
}









			



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


.clear {
	clear: both;
	display: inline-block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}