/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(images/background_crisscross.png);
	background-repeat:repeat;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;  /* 100% equals 16px */
	text-align:center;
    }

html {
    height:100%;
    margin-bottom:0.01em;
    }
	
#container {
	width:950px;
	text-align:left;
	margin:0 auto;
}

#border {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	background-color:#FFF;
}

#header img, #banner_right img {
	display:block;
	margin:0 0 5px 0;	
}

#header_left {
	float: left;
}

#header_right {
	float: right;
	margin-top:7px;
}	

#topnav, #bottomnav {
	background-color:#336;
	margin-bottom:2px;
}

#topnav ul, #bottomnav ul {
	margin:0;
	padding:7px 0px;
	text-align:center;
}

#topnav ul li, #bottomnav ul li {
	list-style-type:none;
	display:inline;
	border-right:1px solid #FFF;
	padding:0px 10px;	
}

#topnav ul li a, #bottomnav ul li a {	
	text-decoration:none;
	color:#FFF;
}

#topnav ul li.Last-Child, #bottomnav ul li.Last-Child {
	border:none;
}


#banner_left {
	width:500px;
	float:left;
}

.bannerColumn {
	height: 270px;
	float: left;
}

.bannerblock {
	width:166px;
	height:135px;
	float:left;
}

.bannerblocktext {
	width:136px;
	height:111px;
	float:left;
	background-color:#e2e2e2;
	padding:12px 15px;
}

#bannerbar {
	background-color:#999;
	height:25px;
	padding:5px 0px 0px 10px;
	margin-right:2px;
}

#bannerbar a:hover{
	text-decoration: none;
}

.clearfix {
	clear:both;
}

.bannertext {
	font-size:1.5em;
	color:#FFF;
}

.dealheader {
	font-size:1.5em;
	margin-bottom:8px;
}

.moreinfo {
	margin-top:8px;
}

.moreinfo a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:0.9em;
}

.moreinfo a img {
	display:inline-block;
}

#banner_right {
	width:448px;
	/*height:300px;*/
	float:left;		
}

#content {
	min-height:360px;
    height:auto !important;
    height:360px;
	background-color:#FFF;
}

#content p {
	font-size:1.5em;
	color:#4d4c4c;
}

#content_left {
	width:459px;
	float:left;
	padding:20px 20px 0px 20px;
}

html>/**/body #content_right {
	width:419px;
	float:left;
	background-image:url(images/background_gradient_rightside.png);
	background-repeat:repeat-y;
	padding:20px 20px 20px 10px;
}

#content_right {
	width:419px;
	float:left;
	background-image:url(images/background_gradient_rightside.png);
	background-repeat:repeat-y;
	padding:20px 20px 0px 10px;
}

#content_right ul li {
	line-height:1.8em;
	font-size:1.5em;
	color:#e87e40;
}

.textlist {
	color:#4d4c4c;
}

h1 {
	color:#336;
	margin-top:0;
	font-size:2em;
}


#logo_slogan {
	float:right;
	margin-top:16px;
}	

#logo {
	float:left;
	margin-right:15px;
}

#slogan {
	float:left;
	font-size:1.8em;
	color:#336;
	padding-top:0px;
}

#search_input {
	float:left;

}

#search_map {
	float:left;
	margin:0px 0px 15px 30px;
}

.blockWrapper {
	display: inline;
}
	
/* This removes dotted outline from focused or active links on Firefox */
	
a:active, a:focus {
	outline: 0;
	}
	
