@charset "utf-8";
/* CTBS CSS 2008-11 */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #c1e2fa;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #fff url(../images/wrapper-bg-bot.png) repeat-x bottom;
	padding: 0 10px;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
}

#header {
	padding-top: 12px; 
	margin-bottom: 10px;
}

#content {
	width: 710px;
	float: right;
	margin-bottom: 30px;
}

#content #body-content {
	padding-left: 10px;
}

#sidebar {
	width: 220px;
	margin-bottom: 30px;
}



a:link {
	color: #10548e;
}
a:hover{
	color: #FF0000;
}

p, h2, ul, ol {
	margin-bottom: 15px;
}

h1 {
	color: #0080cc;
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	color: #015d94;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}


.img-right {
	float: right;
	margin: 3px 0 10px 10px;
}

.img-left {
	float: left;
	margin: 3px 10px 10px 0;
}

.border {
	border: 1px solid #ccc;
}

/* Top Contact */
#contact {
	margin: 0px -10px 0 0;
	padding: 25px 0 0 20px;
	width: 435px;
	height: 51px;
	float: right;
	position: relative;
	background: url(../images/contact-bg.png) no-repeat top left;
}

#contact-button {
	padding-top: 14px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
	font-size:14px;
	width:225px;
	float:left
}
#contact-button-click {
	padding:7px 44px 0 0;
	margin:0px;
	float:right;
}
#contact-button a {
	text-decoration: none;
	color: #0972c1;
}

#contact-button a span {
	text-decoration: underline;
}


#contact a img {
	border: 0;
}

#contact form {
	margin-top: 20px;
}

input#searchbox {
	width: 188px;
	height: 19px;
	padding: 2px 0 0 2px;
	display: inline;
	margin-right: 5px;
	float: left;
	position: relative;
}

#search form button {
	border: 0;
	width: 81px;
	height: 23px;
	background: none;
	display: inline;
	position: relative;
	float: left;
}

/* Navigation =================  */
#nav {
	border: 5px solid #CDE1F1;
	background: #CDE1F1;
	margin: 0 0 15px 0;
	font: bold 12px/14px Verdana,Geneva,sans-serif;
}
#nav ul {
	margin: 0;
}
#nav li {
	list-style: none;
}
#nav > ul > li {
	margin-top: 1px;
	font-weight: bold;
}
#nav > ul > li:first-child {
	margin: 0;
}
#nav a {
	display: block;
	color: #0972C1;
	padding: 8px 0 0 16px;
	min-height: 21px;
	text-decoration: none;
}
#nav > ul > li > a {
	background: #f0efef url(/images/nav-bg.png) repeat-x top;
}
#nav li.wcactive > a,
#nav li.wcactive a.active {
	background-color: #CDE1F1;
}
#nav > ul > li > a:hover,
#nav > ul > li > a.active,
#nav > ul > li.wcactive > a {
	background: #f0efef url(/images/nav-bg-inside-x.png) repeat-x top;
}
#nav ul ul li.wchild a:hover {
	background-color: #CDE1F1;
}
#nav ul ul {
	background-color: #EAF4FB;
}
#nav > ul > li > ul {
	padding: 5px 0 0;
}
#nav ul ul a {
	padding: 3px 0 4px 18px;
	min-height: 16px;
}
#nav ul ul ul a {
	padding-left: 22px;
}
#nav ul ul ul ul a {
	padding-left: 38px;
}

#nav ul ul li.wchild a {
	background: #EAF4FB url(/images/layout/nav-arrow-r.gif) no-repeat 8px 5px;
}
#nav ul ul li.wcactive > a {
	background: #EAF4FB url(/images/layout/nav-arrow-d.gif) no-repeat 6px 7px;
}
#nav ul ul ul li.wchild a {
	background: #EAF4FB url(/images/layout/nav-arrow-r.gif) no-repeat 13px 5px;
}
#nav ul ul ul li.wcactive > a {
	background: #EAF4FB url(/images/layout/nav-arrow-d.gif) no-repeat 11px 7px;
	padding-bottom: 4px;
}
/* Dryzone Custom Nav Styles */
#nav ul.nav > li {
	border: 2px solid #BEBABA;
}
#nav ul ul a:hover,
#nav ul ul a.active:hover,
#nav ul ul li.wchild a:hover,
#nav ul ul li.wcactive > a:hover {
	background-color: #52a1db;
	color: #fff;
}


/* End Nav */

/* Financing Styles */
#financing {
	margin-bottom: 6px;
}

#financing a img {
	border: 0;
}

/* Learning Center Styles */
#learningcenter {
	margin-bottom: 6px;
	color: #fff;
}

#learningcenter .title {
	text-transform: uppercase;
	background: #005e74;
	height: 26px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 1px;
}

#learningcenter .lc-item {
	margin-bottom: 1px;
	font-size: 12px;
}
#learningcenter span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#learningcenter .lc-item a {
	background: #1f85a3;
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#learningcenter .lc-item a:hover {
	background: #befcfd;
	color: #045e79;
}

/* As seen on TV styles */
#seenontv {
	background: #f1f0f0;
	padding: 10px 10px 0;
	margin: 10px 0;
	border: 1px solid #d5d5d5;
	text-align:center;
}

#seenontv span {
	text-transform: uppercase;
	font-weight: bold;
}

#seenontv img {
	border: 0;
	margin: 0 0 5px 0;
}

/* Map styles */

#map {
	border: 1px solid #cccccc;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
	padding: 10px 5px;
	margin: 10px 0 4px;
	width: 210px;
}

#body-content #map {
	float: right;
	margin: 0 0 10px 10px;
}

#map p {
	margin: 10px;
	text-align:left;
	font-size:10px;
}

#map h3 {
	margin: 15px 10px 0px 10px;
	text-align:left;
	font-size:12px;
}

/* facebook styles */

#fb {
	width:220px;
	margin: 5px 0;
	text-align:center;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #d6eaf8;
	font-size: 12px;
	padding: 10px 15px;
	width: 190px;
	margin: 10px 0;
}

/* News styles */
#news {
	color: #545353;
	font-size: 12px;
	padding:0 8px 8px; 
	border:1px #cccccc solid; 
	background-color:#ffffff;
	margin-top:10px;
}

#testimonial-side {
	color: #545353;
	font-size: 12px;
	border:1px #cccccc solid; 
	background-color:#ffffff;
	width: 220px;
	float:center;
}

#news-header {
	color: #545353;
	font-size: 14px;
	padding:8px; 
	border-bottom:1px #cccccc solid; 
	background-color:#edeff4;
	margin:0 -8px 10px -8px;
	font-weight:bold;
	text-align:center;
}

#test-header {
	color: #545353;
	font-size: 14px;
	padding:8px; 
	border-bottom:1px #cccccc solid; 
	background-color:#edeff4;
	margin:0 -8px 5px -8px;
	font-weight:bold;
	text-align:center;
}

#news span {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#news a {
	display: block;
}

.blogcredit {
	margin-bottom: 6px;
}

#content #news {
	float: right;
	width: 200px;
	border: 1px solid #1F85A3;
}

/* Front Page Splash */
#fp-splash {
	height: 240px;
	background-color: #c1e2fa;
	margin: 0 0 15px 0;
	border: 1px solid #bebaba;
	padding:10px;
}

#img-rotate {
	width:460px;
	float:left;
	border: 1px solid #b5b5b5;

}

#splash-testimonials {
	width:200px;
	float:right;
	height:220px;
	background-color: #fff;
	border:1px solid #B5B5B5;
	padding:10px;
}

#splash-testimonials a {
	margin:10px 0px;
	display:block;
}

#splash-testimonials p {
	font-size:12px;
	margin-bottom:0px;
	text-align:left;
}
#splash-testimonials h2 {
	margin-top:0px;
}
#fp-splash a img {
	border: 0;
}

#fp-splash #phone-box {
	background: #000 url(../images/free-estimate-splash.png);
}

#fp-splash #phone-box a {
	height: 30px;
	display: block;
	padding: 46px 0 0 375px;
	color: #fee2bf;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#fp-splash #phone-box a span {
	text-decoration: underline;
}


/* Interior Page Splashes */
#int-splash {
	height: 172px;
	margin-bottom: 15px;
	/*padding-left: 10px;*/
}
#breadcrumbs {
	clear: both;
	margin: 15px 0 0 10px;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #999;
}
#breadcrumbs a {
	color: #ccc;
}
#breadcrumbs a:hover {
	color: #10548E;
}

#int-splash a img {
	float: left;
	border: 0;
}

/* Contact Page Styles */
table#main-contact td {
	padding: 5px;
}

/* Footer Styles */
#footer {
	font-size: 11px;
	clear: both;
	border-top: 1px solid #959494;
	padding-bottom:10px;
}
#footer-links {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
}

#footer-address {
	text-align: center;
}


#stock{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 160px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 128px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather a{
	text-decoration:none;
}
#weather div{
	text-align:center;
	height:11px;
	width:128px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(http://static.automotive.com/_SiteConfigs/_global/images/GasPriceWidget/gaswidget_regional_120x90/REGIO_GAS_WIDGET-120X90_02.gif);
}

#gas{
	width:128px;
	height:140px;
	border: solid;
	border-width: thin;
	border-color:#000000;
	align:center;
}
#events{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#events a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#events a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#events a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

#localnews{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#localnews a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#localnews a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#localnews a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}


#traffic{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;
 	
}
#traffic a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#traffic a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#traffic a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

table#service td {
	padding: 3px;
	vertical-align: top;
}

#home_t_box {
	float:right; 
	width:300px; 
	margin-left:5px; 
	padding:8px; 
	border:1px #cccccc solid; 
	background-color:#EEEEEE;
}
.home_callout-L {
	width:325px; 
	margin:0 10px 10px 0; 
	padding:8px; 
	border:1px #cccccc solid; 
	background-color:#eff9fe;
	float:left;
	height:120px;
}
.home_callout-L p {
	margin-bottom:0px; 
}
.home_callout-R p {
	margin-bottom:0px; 
}
.home_callout-R {
	width:325px; 
	margin:0 4px 10px 0; 
	padding:8px; 
	border:1px #cccccc solid; 
	background-color:#eff9fe;
	float:right;
	height:120px;
}
.home_callout-img {
	padding:0px;
	margin-right:5px;
	clear:both;
}
#fourUp-wrapper {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

div.scroll {
height: 75px;
width: 172px;
overflow-Y: scroll;
border: 1px solid #cccccc;
padding: 8px;
margin:10px 0 8px 10px;
background-color: #FFF;
text-align:left;
}
table#opinion td {

            padding: 5px;

            vertical-align: top;

}

#lp_box_right {
background-color:#FDE5F0;
color:#AC2F67;
float:right;
margin: 3px 0 3px 4px;
width:200px;
}
#lp_box_right_tag {
background-color:#AC2F67;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
padding:10px;
text-align:center;
}
#lp_box_right_tag span {
font-size:22px;
}

#lp_box_right li {
background-image:url(/images/pink-check.png);
background-position:0 0.1em;
background-repeat:no-repeat;
border:0 none;
font-size:12px;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px;
padding:0 10px 0 30px;
}

.testimonials {
background: #ffffff;
font-size:12px;
margin-bottom:4px;
}

/* get ria:active {
 outline:none;
}d of those system borders being generated for A tags */


:focus {
 -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */
.boxdetails {
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	color:#fff;
	width:200px;
}

.boxdetails h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 15px 0;
}

#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:580px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://www.basementwaterproofingmassachusetts.com/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#long-content-box {
background-color: #f1f1f1;
border:1px solid;
border-color: #5977b2;
padding:10px;
margin-top:20px;
}

#long-content-box h3 {
color:#153980;

}

#gray-hr {
	margin:15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

#right-content-box {
width:352px;
float:right;
border: 1px;
border-color:#000000;
margin: 0 0 5px 15px;
background-color: #f1f1f1;
}

#right-content-box p {
margin: 10px;
}

#spaced li {
margin-bottom:10px;
}

#productpage h2 {
	color:#292929;
	font-size:14pt;
	font-weight:bold;
	margin:0
}

#productpage .img-left {
	margin-right:17px
}

#productpage .img-right {
	margin-left:17px
}

#productpage .warranty {
	margin:0px 0px 25px 0px;
	font-style:italic;
	color:#4d3789
}

#productpage .quote {
	margin-top:30px;
}

#productpage .quote a {
	font-weight:bold;
	font-style:italic;
	color:#00a8a8;
	font-size:13pt;
	text-decoration:none
}

#productpage .quote a:hover {
	font-weight:bold;
	font-style:italic;
	color:#bb047e;
	font-size:13pt;
	text-decoration:none
}

#productpage .proddetails h3 {
	color:#00a8a8
}

#productpage .proddetails ul {
	padding-left:250px
}

.zoom {
	margin-top:25px;
	width:211px;
	text-align:center;
	color:#4d3789;
	font-weight:bold;
	text-decoration:none
}

#productpage ul.product-left {
	list-style-type:none;
	padding:10px 0px 0px 0px;
	margin-bottom:490px;
}

#productpage ul.product-left li {
	background-image:url('http://www.basementwaterproofingmassachusetts.com/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:0em .1em;
	padding-left:2em;
	padding-bottom:8px;
}

#productpage ul a {
	color:#292929;
	text-decoration:none
}

#productpage ul a:hover {
	text-decoration:underline
}

#productpage .detailtitle {
	font-weight:bold;
	font-size:12pt;
}

table.colors {
	margin:0px;
}

table.colors th {
	padding:5px
}

table.colors td {
	text-align:center;
	padding:3px 0px;
}


#productpage hr {
	margin:15px 0px 15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

#quotebox {
background-color:#ecf7fe;
border:#cccccc solid 1px;
padding:10px;
clear:both;
}

.productspecs {
	font-weight:bold;
	font-style:italic;
	color:#00538f;
	margin: 5px 0 5px 10px;
}

#productphotobox {
	background-color:#f4f4f4;
	margin: 0 10px 5px 0;
	border: 1px solid #034e88x;
	width:325px;
	float:left;
}

#productphotobox p {
	margin-left:7px;
}

#productphotobox hr {
border-top: 1px solid #dadada;
border-bottom: 0;
margin-top: 0px;
}

#img-right {
	float:right;
	padding: 0 0 5px 5px;
}

#city-scroll {background-color:#fff; text-align:left;}


h3 {
margin: 0 0 10px 0;
}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}


#review-comments {
 float:right;
 width:520px;
}


.margin-top	{
	margin-top: 25px;
}


/* CUSTOM Refer page styles  */


	



.wrap h1, .wrap h2 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px 0;
}
.wrap h2 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-align:center;
	}
.wrap p, .wrap li {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:5px;
}
.wrap {
	width: 562px;
	margin: 10px auto;
	overflow: hidden;
	background-color:#FFF;
	padding:10px;
}

 
 
.content {
	width:235px;
	overflow:hidden;
	float:left;
	margin:20px 20px 0 0;
}

#contact-refer {
	background-color: #ffffff;
}

.form {
	margin:20px 0 40px;
	background-color:#E9E9E9;
}




.form .yours, .form .friend {
	width:280px;
	overflow:hidden;
	padding:10px 15px 10px 10px;
}
.form .friend {
	border-top: 1px solid #999;
}
.form .yours .directions, .form .friend .directions {
	width:95px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
	display:inline;
}
.form .yours .zip-body, .form .friend .zip-body {
	width:20px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 7px;
	text-align:right;
	float:left;
	display:inline;
}
.form .yours .comment-body, .form .friend .comment-body {
	width:95px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
	display:inline;
}   
#contact-refer input[type=text] {
	width:170px;
}
#contact-refer input[name=State] {
	width:50px;
}
#contact-refer input[name=State_r] {
	width:30px;
}
#contact-refer input[name=Zip_Code] {
	width:85px;
}
#contact-refer input[name=Zip_Code_r] {
	width:80px;
}
#contact-refer textarea[name=Message_r] {
	height:50px;
	width:170px;
}
.name, .address, .city, .phone, .email, .comment, .phone
.name_r, .lname_r, .address_r, .city_r, .phone_r, .email_r, comment_r, .phone_r {
	width:280px;
	clear:both;
	padding:3px 0;
}
#contact-refer .state, .zip {
	float:left;
	overflow:hidden;
	padding:3px 0;
}
#contact-refer .submit {
	width:97px;
	float:right;
	margin:4px 0 0 0;
	padding-right: 2px;
}

#contact-refer ul {padding-left:20px;}

#contact-refer .required-fill {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:15px 0 0px 105px;
}
#contact-refer .wrap p.response {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color:#323B97;
}
#contact-refer .cred-title {
	font: bold 12px/14px Arial,Helvetica,sans-serif;
	text-align:center;
	color:#999;
}

#cboxLoadedContent	{
	background-color: #eee;
}

	 
#top-open {
    background: url("/images/layout/open-sign-grayblock-bg.png") no-repeat scroll left top transparent;
    color: #074368;
    float: right;
    font-weight: bold;
    height: 75px;
    margin: 15px 0 0;
    padding: 12px 0 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 279px;
}

#top-open span {
    font-size: 19px;
    line-height: 19px;
}

#top-open a {
    color: #074368;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}

#top-open-wrapper {
padding-top:24px;
margin-left: -2px;
}

#top-open .o-callout {

}

#top-open .o-phone {
font-size:13px;
}

#top-open .o-email {
font-size:15px;
}

#top-open .o-email a {
text-decoration:underline;
}


.newstop {
    background-color: #EDEDED;
    border: 1px solid #D9D9D9;
    color: #888888;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 0 5px 8px;
}

.newstophome {
    background-color: #EDEDED;
    border: 1px solid #D9D9D9;
    color: #888888;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 0 5px 8px;
}


.newstophome {
    background-color: #EDEDED;
    border: 1px solid #D9D9D9;
    color: #888888;
    display: block;
    font-weight: bold;
    margin-top: -11px;
    padding: 5px 0 5px 8px;
}


.newsbox {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 12px;
	
}

.newsboxhome {
    background-color: #FFFFFF;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
	margin-top:23px;
	
}


.cms-widget .items .title {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    color: #888888 !important;
    display: block;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 5px 0 5px 8px !important;
    text-align: left !important;
}
div#youtube_videos {
	font-size: 13px !important;
	line-height: 15px !important;
	padding:8px !important;
	width:136px !important;
	margin:20px 15px 0px 0px !important;
	height: 142px !important;
	background-color:#eaeaea
}

div#youtube_videos a {
	text-decoration:none !important;
	color:#2d2d2d !important;
}

div#youtube_videos a:hover {
	color: #cf4e00 !important;
	text-decoration:underline !important
}

div#youtube_videos img {
	margin-bottom:5px !important;
	border:1px solid #ccc !important
}
/***** Home Page Splash Messages ******/
#splash {
margin: 0 10px 0 0;
width: 700px;
float: right;
overflow: hidden;
border: 1px solid #F9E3A6;
font-size: 14px;
margin-bottom:10px;
}

.splash-cta {
background: #2C3177;
padding: 5px 20px 4px 10px;
overflow: hidden;
color: white;
text-transform: uppercase;
}

.splash-cta a {
    display: block;
    float: right;
}

/***** END Home Page Splash Messages ******/


#content ul, #content ol {
padding-left: 20px;
overflow: auto;
}

