@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}
 h2, h3, h4, p, ul, li, img{
	float:left;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}
a img{
	border:none;
}

 p a{
	color:#ed1c24;
	text-decoration:underline;
	font-weight: bold;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#cms ul{
	display:list-item ;
	list-style:list-style:circle inside;
	float:left;
}
 #cms li {float:none; 	
}
 #cms li a{float:none; 	color:#ed1c24;
	text-decoration:underline;
	font-weight:bold;}

.align{
	width:940px;
	clear:both;
	height:0px;
}
#header{
	float:left;
	width:940px;
	margin-top:50px;
	margin-bottom:15px;
}
#logo{
	float:left;
}
#top_navigation{
	float:left;
	margin-left:175px;
	margin-top: 25px;
}
#top_navigation ul{
	list-style:none;
	display:inline;
	text-transform:uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
#top_navigation li{
	margin-right:60px;
}
#top_navigation li a{
	
	color:#333;
	font-size:13px;
}
#top_navigation li a:hover{
	color:#000;
	
}
.home_banner{
	float:left;
	background-image: url(images/home-banner-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 967px;
	margin-left: -25px;
	padding-left: 26px;
	margin-bottom: 35px;
}
.home_left{
	float:left;
	width:148px;
	margin-right: 15px;
}
.home_left img{
	margin-bottom:10px;
}
.home_left p{
	font-size:12px;
	color:#6d6e71;
	line-height:18px;
}
a.more{
	color:#ed1c24;
	font-size:11px;
	text-decoration:underline;
	font-weight: bold;
}
.home_right{
	float:left;
	width: 614px;
}
.home_right h1{
	font-size:21px;
	font-weight:bold;
	color:#252525;
}
.home_right p{
	font-size:13px;
	color:#6d6e71;
	line-height:23px;
	margin-top:10px;
}
.home_right p a{
	color:#ed1c24;
	font-size:10px;
	text-decoration:underline;
	font-weight: bold;
}

.home_right   a{
	color:#ed1c24;
	font-size:10px;
	text-decoration:underline;
	font-weight: bold;
}
.twitter_home{
	float:left;
	width:920px;
	margin-top:30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6d6e71;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.twitter_home h1{
	font-size:18px;
	font-weight:bold;
	color:#252525;
}
.twitter_home p{
	font-size:12px;
	color:#000;
	font-style:italic;
	margin-left: 10px;
	margin-top: 5px;
}



hr{
 float:left;
 width:100%;
 margin-top:10px;
 margin-bottom:12px;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #88898C;
 height:1px;
 background:none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}



#footer{
	float:left;
	width:940px;
	margin-bottom: 30px;
}
.subscription_box{
	float:left;
	width:400px;
}
.subscription_input{
	float:left;
	background-color:#fff;
	padding:3px;
	width:190px;
	height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #868686;
	border-right-color: #d3d3d3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
	color: #666;
	margin-right: 15px;
	margin-left: 5px;
}
#footer ul{
	display:inline;
	list-style:none;
}
#footer li{
	font-size:11px;
	color:#959595;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}
#footer li a{
	color:#959595;
}
#footer p{
	float:right;
	font-size:11px;
	color: #959595;
}
#footer p a{
	color:#959595;
}
.fb_box{
	float:right;
	padding-left:30px;
	text-transform:uppercase;
	color:#6d6e71;
	font-size:12px;
	background-image: url(images/fb-black.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 2px;
	margin-left: 35px;
}

.fb_box a{
	
	color:#6d6e71;
	
}
.fb_box a:hover{
	
	color:#3d54a2;
	
}
.fb_box:hover{
	background-image: url(images/fb-color.jpg);
	
}

.tw_box{
	float:right;
	padding-left:30px;
	text-transform:uppercase;
	color:#6d6e71;
	font-size:12px;
	background-image: url(images/tw-black.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 2px;
	margin-left: 30px;
}

.tw_box a{
	
	color:#6d6e71;
	
}
.tw_box a:hover{
	
	color:#3d54a2;
	
}
.tw_box:hover{
	background-image: url(images/tw-color.jpg);
	
}

.in_box{
	float:right;
	padding-left:30px;
	text-transform:uppercase;
	color:#6d6e71;
	font-size:12px;
	background-image: url(images/in-black.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 2px;
	margin-left: 35px;
}

.in_box a{
	
	color:#6d6e71;
	
}
.in_box a:hover{
	
	color:#3d54a2;
	
}
.in_box:hover{
	background-image: url(images/in-color.jpg);
	
}
.rs_box{
	float:right;
	padding-left:30px;
	text-transform:uppercase;
	color:#6d6e71;
	font-size:12px;
	background-image: url(images/rs-black.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 2px;
	margin-left: 35px;
}

.rs_box a{
	
	color:#6d6e71;
	
}
.rs_box a:hover{
	
	color:#3d54a2;
	
}
.rs_box:hover{
	background-image: url(images/rs-color.jpg);
	
}
.inner_left{
	width:140px;
	margin-top: 57px;
	float:left;
}
.inner_left ul{
	font-size:12px;
	color:#ed1c24;
	list-style:none;
	width: 140px;
	
}
.inner_left li{
	color:#6d6e71;
	line-height:30px;
	float:none;
}
.inner_left li a{
	color:#6d6e71;
}
.inner_left li a:hover{
	color:#c60101;
	text-decoration:underline;
}
.inner_center{
	float:left;
	width:760px;
	margin-left: 40px;
}
.inner_top_strip{
	float:left;
	width: 755px;
	
}
.inner_top_strip p{
	color:#6d6e71;
	font-style:italic;
	font-size:12px;
	
	margin:0px !important;
	margin-right: 10px !important;
	line-height:0px;
}
.inner_top_strip p a{
	color:#6d6e71;
}

.inner_center h1{
	font-size:24px;
	font-weight:bold;
	color:#252525;
	text-transform: uppercase;
	margin-top: 7px;
}
.about_banner{
	float:left;
	margin-top: 10px;
	margin-left: -28px;
}
.inner_center p{
	font-size:12px;
	color:#6d6e71;
	line-height:22px;
	margin-top:20px;
	margin-bottom: 15px;
}
.result_page_image_container{
	float:left;
	width:760px;
	margin-top: 15px;
}
.result_page_image_container span{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#252525;
	text-transform:uppercase;
	margin-top: 2px;
	margin-bottom: 7px;
}
.result_image_box{
	float:left;
	width:250px;
	margin-right:10px;
}
.result_image_box span{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#6d6e71;
	text-transform:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.result_image_box p {
	color:#252525;
	
	font-size:12px;
	margin:0px ;
	padding:0px;
	line-height:0px;
}
.result_image_box p a {
	color:#ed1c24;
	text-decoration:underline;
	}
	
.result_image_box span a {
	color:#ed1c24;
	text-decoration:underline;
	font-weight:bold;
	}
	
.testimonials{
	float:left;
	margin-top:40px;
}

.testimonials span{
		float:left;
	font-size:14px;
	font-weight:bold;
	color:#252525;
	text-transform:uppercase;
	margin-top: 2px;
	margin-bottom: 7px;
}
.testimonials p{
	font-size:12px;
	color:#6d6e71;
	line-height:20px;
	margin-top:3px;
	margin-bottom: 0px;
}
.testi_name p{
	float:right;
	font-weight:bold;
	margin-bottom: 30px;
	width: 755px;
	text-align:right !important;
}
.title_red_txt{
	float:left;
	font-size:12px;
	color:#d13131;
	font-style:italic;
	font-weight:bold;
	clear:both;
	width: 755px;
}
.title_red_txt img{
	float:right;
	margin-top:-80px;
}
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 


/* Holiday 2013 Landing Page CSS Ambient Studios 20131125 */

.holiday_page_container {
	float: left;
	width: 860px;
	margin-left: 40px;
	margin-right: 40px;
}

.holiday_top_strip {
	float: left;
	width: 860px;
}