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

html { min-height: 100%; margin-bottom: 1px; }


body {
	background-image: url(../images/MainTopBG.jpg);
	background-repeat: repeat-x;
	height: 611px;
	width: 100%;
	overflow:scroll;
  	overflow-x:auto;
}
#top-container {
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	height: 183px;
	width: 960px;
}

#booknowbanner {
	width: 960px;
	height: 110px;
}
#toplinks {
	width:960px;
	height:30px;
}

#column-container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#leftcolumn {
	width: 300px;
	height: auto;
	float: left;
	overflow: hidden;
	display: inline;
	position: relative;
	background-image: url(../images/HomeSideBarBG.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20010px;  /* X + padding-bottom */
  	margin-bottom: -20000px;  /* X */
}
#flashbox {
	float: right;
	height: 273px;
	width: 660px;
	background-image: url(../images/FlashBox.jpg);
	background-repeat: no-repeat;	
}
#content {
	width: 635px;
	height: auto;
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	text-align: left;
	overflow: auto;
	display: inline;
	position: relative;
	background-image: url(../images/BodyBG.jpg);
	background-repeat: no-repeat;
	background-color: #daedf3;
	background-position: top;
	padding-bottom: 20010px;  /* X + padding-bottom */
  	margin-bottom: -20000px;  /* X */
}
	
#footer {
	background-image: url(../images/Footer.jpg);
	clear: both;
	height: 150px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
}

.bodytext01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	color: #000;
	text-align: left;
	overflow: auto;
	}
	
.boldtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	color: #000;
	text-align: left;
	overflow: auto;
	}
.header01{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060;
	text-align: left;
	line-height: 21px;
}
.header02{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
.sidebarheader{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060;
	text-align: left;
	line-height: 21px;
	text-decoration: underline;
}
.sidebartext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	line-height: 18px;
}



a:link {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:hover, a:active {
	color: #09F;
}


a.two:link {
	color: #000;
}
a.two:visited {
	color: #000;
}
a.two:hover, a:active {
	color: #09F;
}




.footer_social_links {
	text-align: right;
	vertical-align: top;
}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}	
.disclaimer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	line-height: 15px;
}