/* 
  Theme Name: Mesotheliomatreatmentcenters.org Blog
  Author: CMTM, Inc. 
 ----------------------------------------------------------------------------
  Copyright CMTM, Inc 2008. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - styles.css
 ---------------------------------------------------------------------------- 
*/



body {
	margin: 0;
	padding: 0;
	font:12px/1.3 arial, helvetica, sans-serif;
	font-size: .7em;
	color: #444;
	background: #F0F8FB url(http://mesotheliomatreatmentcenters.org/images/home/bg_container.gif) top center repeat-x;
	border-top: 7px solid #D0D0CE;
	}
	
#home h2{
	color:#FFFFFF;
	font: 14px/1.6 arial, helvetica, sans-serif;
	font-size:30px;
	margin:0;
	padding:0;
	line-height:24px;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}	

a img,:link img,:visited img,fieldset { border:none; }
/* 
Wraps --------------------- */

#container {
	background: url(http://mesotheliomatreatmentcenters.org/images/home/bg_container.gif) repeat-y center;
	width: 775px;
}

#container, #footer {
	margin: 0 auto; 
}

	
/* 
BRANDING --------------------- */

#branding {
	position: relative;
	height: 54px;
	padding-bottom:20px;
	}

#branding h1 {
	position: absolute;
	top: 10px;
	left: 25px;
	margin: 0;
	width: 410px;
	height: 54px;
	background:url(http://mesotheliomatreatmentcenters.org/images/home/meso-logo.gif) no-repeat;
	}
#branding h1 a {
	display: block; 
	height: 54px; 
	}
#branding strong{
	display:none;
	}
	
/* 
NAVIGATION --------------------- */
#nav-container {
	width: 100%
	}
	
#nav-left {
	float:left;
	}

#nav-right {
	float:left;
	}
	 
ul#nav {
	margin: 0 10px 0 10px;
	padding: 0 0 0 0px;
	list-style: none;
	background: url(http://mesotheliomatreatmentcenters.org/images/home/nav-bg.gif) bottom repeat-x;
	font-size:11px;
	height:37px;
	/*width: 585px;*/
	text-align:center; 
	}
	
#nav-help{
	margin: 0 10px 0 10px;
	padding: 0px 0 0 0px;
	list-style: none;
	background: url(http://mesotheliomatreatmentcenters.org/images/home/nav-bg-btn.gif) bottom no-repeat;
	font-size:11px;
	/*color:#FFFFFF*/
	width: 149px;
	height:37px;
	text-align:center;
	
} 

/* nav design for li tags --------------- */
#nav li {
	display: block; 
	float: left;
	}
	
li#nav-home, li#nav-meso, li#nav-treatments, li#nav-centers, li#nav-financial{
	border-right: 1px solid #CFCFCF;	
	}

#nav li a {
	display: block;
	color: #035379;
	text-decoration: none;
	padding: 10px 11px 10px 11px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	}
	
#nav-help li a {
	display: block;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 10px 11px 10px 11px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	}

li#nav-home {
	background: none;
	}

li#nav-home a {
	border-left: 0;	
	padding-right: 15px;
	background: none;
	}	

li#nav-contact {
	border-right: 0;	
	}	

	
/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 14.4em;
	w\idth: 13.9em;
	height: auto;
	border: solid #C7C7C7;
	border-width: 1px 1px 0;
	background: #F9F9F9;
}

#nav ul li{
line-height:15px;
}
/* 2nd level menus */
#nav li li {
	padding: 2px 1em 2px 0;
	width: 13em;
	border-bottom: 1px solid #DBDBDB;
}

/* 2nd level menus */
#nav ul a {
	width: 13em;
	w\idth: 9em;
	border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav li:hover, #nav li.sfhover {
background:url(http://mesotheliomatreatmentcenters.org/images/home/over-bg.gif);
}

#nav li:hover.nav-wecanhelp {
background:url(http://mesotheliomatreatmentcenters.org/images/home/over-bg-btn.gif) bottom no-repeat;
/*margin: 0 10px 0 10px;
padding: 0px 0 0 0px;
width: 149px;
height:37px;
text-align:center;*/
}

/* 2nd level menus */
#nav ul li:hover, #nav ul li.sfhover{
	background: #F3F0E3;
}

/* 2nd level menus */
#nav ul li a{
	background: none;
	}


/*
search --------------*/
#search {
	position: absolute;
	top: 0px;
	left: 515px;
	text-align:right;
	margin:0;
	padding:0;

	}	
#search a {	text-decoration: none;}
	
input.searchbox {
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #DBDBDB #DBDBDB #888;
	background: #F5F5F5;
	/*margin:10px 0 0 0; */
	margin:0;
	}	
	
input.searchbtn {
	vertical-align: top;
	width:40px;
	height:20px;
	/*margin:0px 0 0 3px; */
	margin: 0 0 0 3px;
	}	


/*
Columns -----------*/
#column-wrap {
	margin: 5px 0 0 10px;
	}
	
	
/*
left-Column -----------*/	
.learn{
	background:url(http://mesotheliomatreatmentcenters.org/images/home/learn-more.jpg) no-repeat;
	height:30px;
	width:81px;
	margin:7px 0 10px 9px;
	}
	
.learn span{
	visibility: hidden;
  	display: block;
	}
	
#left-column {
	width:510px;
	float:left;
	}
	
	#left-column img {
		margin: 10px 10px 5px 9px;
		}
		
		
		
#left-column #videos_center {margin: 0px 95px 0px 95px;}
	
/*
left-Column MESO -----------*/		
#meso{
	background: #5DB1D9 url(http://mesotheliomatreatmentcenters.org/images/home/meso-bg-img.jpg) top no-repeat;
	}
	
	#meso h2, #meso p, #meso strong {
		padding: 10px 0 0 10px;
		color:#FFFFFF;
		}
		
		#meso p, #meso strong {
			margin:0;
			width:350px;
			color:#FFFFFF;
			font-size:12px;
			}
			#float{ float:right;}
			#float-left{ float:left;}

	.meso-bottom{
		background: #287BA3 url(http://mesotheliomatreatmentcenters.org/images/home/meso-bottom.jpg) bottom no-repeat;
		padding:1px 0 5px 0;
		vertical-align:bottom;
		margin:4px 0 0 0;
		}
		.meso-bottom ul{
			color:#FFFFFF;
			padding:0 0 0 10px;
			margin:0;
			
			}
			.meso-bottom a:link, .meso-bottom a:active, .meso-bottom a:visited {
				color:#FFFFFF;
				}
			.meso-bottom ul li{
				margin-top: .5em;
				_position:relative;
				background: transparent url(http://mesotheliomatreatmentcenters.org/images/home/whit-arrow.gif) 0px .3em no-repeat; 
				padding: 0 0 1px 10px;
           		line-height:1.25; 
           		list-style: none; 
				}
			
			
			
			
/*
left-Column NEWS-----------*/
#news{
	background:url(http://mesotheliomatreatmentcenters.org/images/home/news-header-bg.jpg) repeat-y;
	margin:0px 0 0 0;
	}
	#news p, #news strong { 
		color:#000000; 
		margin:0;
		padding:5px 0 0 0;
		}
		#news h2{
			color:#004262; 
			padding:10px 0 0 14px;
			font-size:20px;
			}
		#news-top{
			background: url(http://mesotheliomatreatmentcenters.org/images/home/news-top.jpg) top no-repeat;
			height:40px;
			padding:0;
			margin:0;
			}
			#news-header{
				border-left: 2px solid #CFB992;
				border-right: 2px solid #CFB992;
				padding:0;
				margin:0;
				}
				#news-bottom{
					background-color:#F9F7F0;
					border-left: 2px solid #CFB992;
					border-right: 2px solid #CFB992;
					padding:0;
					margin:0;
					}
					.artical, .artical p, .artical a {
						width:475px;
						float:left;
						color:#01567F;
						padding: 5px 0 0 5px;
						text-decoration:none;
						}
						#news-bottom strong{
							color:#01567F;
							padding:0;
							}
					#news-footer{
						background: #F9F7F0 url(http://mesotheliomatreatmentcenters.org/images/home/news-bottom.jpg)  no-repeat;
						height:11px;
						padding:0;
						margin:0;
						}
	
/*
Left-Column ABOUT MESO-----------*/						
#about-meso{
	padding:0;
	margin:15px 0 15px 5px;
	}
	#about-meso img {padding:0; margin:0;}
	#about-meso p{
		color:#444444;
		padding:4px 0 20px 0;
		margin:0;
		}
	#about-meso strong{
		font-size:14px;
		color:#01567F;
		padding:0;
		margin:0;
		}
		
		.treatment{
			width:220px;
			float:left;
			margin:5px 40px 0 0;
			}
			
		.treatment-image {padding:0 0 0px 15px;}	

		.specialists{
			width:220px;
			float:left;
			margin:5px 0 0 0;
			}
			
/*
Left-Column Financial-----------*/	
#financial{ 
	background:url(http://mesotheliomatreatmentcenters.org/images/home/financial-top.jpg) no-repeat;
	height:150px;
	margin-top:8px;
		}
	
#financial h2{
	padding:10px 0 0 10px;
	margin:0;
	color:#000000;
	font-size:20px;
	}
	
#financial strong {
	padding: 0 0 0 10px;
	}
	
#financial-content{
	margin:0px 0 0 0;
	padding:0px 0 0 0;
		border-left: 2px #CFB992 solid;
	border-right: 2px #CFB992 solid;
	background-color:#ffffff;
	
	}
	
#financial-content p {
	padding:5px 5px 0px 10px;
	margin:0;
	}
	
#financial-content img{
	padding:5px 0 0 9px;
	margin:0;
	}

#bottom-financial{
	background:url(http://mesotheliomatreatmentcenters.org/images/home/financial-bottom.jpg) no-repeat;
	height:150px;
	padding-left:15px;
	margin:0;
	}
	
/*
Disclaimer Blurb-------------------------*/
#disclaimer{ 
	background:url(http://mesotheliomatreatmentcenters.org/images/home/financial-top.jpg) no-repeat;
	height:150px;
	margin-top:50px;
		}
	
#disclaimer h2{
	padding:10px 0 0 10px;
	margin:0;
	color:#000000;
	font-size:20px;
	}
	
#disclaimer strong {
	padding: 0 0 0 10px;
	}
	
#disclaimer-content{
	margin:0px 0 0 0;
	padding:0px 0 0 0;
		border-left: 2px #CFB992 solid;
	border-right: 2px #CFB992 solid;
	background-color:#ffffff;
	
	}
	
#disclaimer-content p {
	padding:5px 5px 0px 10px;
	margin:0;
	}
	
#disclaimer-content img{
	padding:5px 0 0 9px;
	margin:0;
	}

#bottom-disclaimer{
	background:url(http://mesotheliomatreatmentcenters.org/images/home/disclaimer-bottom.jpg) no-repeat;
	height:150px;
	padding-left:15px;
	margin:0;
	}
	
/*
Right-Column -----------*/

.orange {color:#e45123; font-weight:bold; font-size:16px;}

.phone {color:#e45123; font-weight:bold; font-size:23px;}

#quick-form { width: 200px; color: #000000; line-height: 20px; padding: 5px 0 20px 15px; }
			#quick-form p { margin: 0px 13px 0px 20px; width:190px;}
			.quick_field { width: 175px; height: 17px; border-width: 1px; border-style: solid; border-color: #cacaca; font-size: 11px; color: #676666; margin-bottom: 2px; padding: 0px 0px 0px 3px }
			.quick_textarea { width: 175px; height: 78px; border-width: 1px; border-style: solid; border-color: #cacaca; font-size: 11px; color: #676666; padding: 0px 0px 0px 3px; margin-bottom: 2px; }
			.quick-form-btn {width:100px;}

#meso-info-wrap ul li a {
    text-decoration: none;
	color:#444444;
	}

#meso-info-wrap ul li a:focus, #meso-info-wrap ul li a:hover {
	text-decoration: underline;
	color:#444444;
	}
	
#right-column{
	width:235px;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	}
		   
	#right-column p{margin:0; padding:0;}
	
	#meso-info-wrap{
		border-left: 1px solid #287BA3;
		border-right: 1px solid #287BA3;
		}
		#right-column ul{
			margin: 0.9em 0 0.9em;
			padding-left: 10px;
			}
			#right-column ul li{
				_position:relative;
				background: transparent url(http://mesotheliomatreatmentcenters.org/images/home/blue-bulet.gif) 0px .3em no-repeat; 
          	 	padding-bottom:5px; 
           		line-height:1.25; 
		    	padding-left: 15px; 
           		list-style: none; 
				}
.information{
	background-color:#287BA3;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 10px;
	}

	
	#info-bottom{
		background:url(http://mesotheliomatreatmentcenters.org/images/home/info-bottom.jpg) top no-repeat;
		height:10px;
		}
		
	#rights-bg{
		background:url(http://mesotheliomatreatmentcenters.org/images/home/rights-building.jpg) no-repeat;
		height:107px;
		margin:10px 0 0 0;
		padding:0;
		}
	#rights-bg-grad{
		background: #4698C1 url(http://mesotheliomatreatmentcenters.org/images/home/rights-grad.jpg) no-repeat; 
		}
		#rights-bg-grad strong, #rights-bg-grad p { padding:0 5px 0 5px;}
		#rights-bg-grad strong{font-size:18px; color:#FFFFFF;}
		#rights-bg-grad p{color:#FFFFFF;}
		#rights-bg-grad a {
			font-weight:bold;
    		text-decoration: none;
			color:#ffffff;
			}
			
		#rights-bg-grad a:focus, #rights-bg-grad a:hover {
			font-weight:bold;
			text-decoration: underline;
			color:#ffffff;
			}
		
	#right-bottom{
		background:url(http://mesotheliomatreatmentcenters.org/images/home/rights-bottom.jpg) no-repeat; height:9px;
		}


#rights-bg2{
		background:url(http://mesotheliomatreatmentcenters.org/images/home/rights-building2.jpg) no-repeat;
		height:9px;
		margin:10px 0 0 0;
		padding:0;
		}
	#rights-bg-grad2{
		background: #4698C1 url(http://mesotheliomatreatmentcenters.org/images/home/rights-grad.jpg) no-repeat; 
		}
		#rights-bg-grad2 strong, #rights-bg-grad2 p { padding:0 5px 0 5px;}
		#rights-bg-grad2 strong{font-size:18px; color:#FFFFFF;}
		#rights-bg-grad2 p{color:#FFFFFF;}
		#rights-bg-grad2 a {
			font-weight:bold;
    		text-decoration: none;
			color:#ffffff;
			}
			
		#rights-bg-grad2 a:focus, #rights-bg-grad2 a:hover {
			font-weight:bold;
			text-decoration: underline;
			color:#ffffff;
			}
		
	#right-bottom2{
		background:url(http://mesotheliomatreatmentcenters.org/images/home/rights-bottom.jpg) no-repeat; height:9px;
		}




/*
SUB PAGE----------------------*/
#sup h1{
	color: #ffffff;
	font: 14px/1.6  Avenir,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	line-height:24px;
	}
	
#sup h2{
	color:#01567F;
	font: 1.5em/1.6 Avenir,Helvetica,Arial,sans-serif;
	margin:10px 0 0 0;
	padding:0;
	line-height:16px;
	}
#sup p{
	font:12px/1.3 arial, helvetica, sans-serif;
	padding:0 5px 0 10px;
	}


div#hdcontainer{background: #287BA3 url(http://mesotheliomatreatmentcenters.org/images/home/header-sup.jpg) no-repeat; padding-bottom:10px;}
div#hdcontainer p, div#hdcontainer h1{ color:#FFFFFF; padding:0 10px 5px 10px; margin:0;}
div#hdcontainer strong{color:#FFFFFF; font-size:18px; padding:0 10px 0px 10px; margin:0;}

/*
#sup blockquote{
	float: right;
	width: 207px;	
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	margin: 5px 15px 10px 10px;
	line-height: 1.6em;
	background: url(http://mesotheliomatreatmentcenters.org/images/home/comments.gif) 3px 8px no-repeat;
	border-top: 5px #287BA3 solid;
	border-bottom: 1px #287BA3 solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	}
*/

/*
Site Map ----------------------*/
ul#level-1{
	padding:0 0 0 30px;
	}
ul#level-2{
	padding:0 0 0 50px;
	}
ul#level-3{
	padding:0 0 0 70px;
	}

/*
Footer -----------*/		
#footer{ 
	background:url(http://mesotheliomatreatmentcenters.org/images/home/footer.gif) no-repeat;
	height:22px;
	margin: 0 auto;
	}
#footer-links, #footer-links p, #footer-links ul {
	margin: 0 auto;
	padding:5px 0px 10px 0;
	height:0px;
	width:760px;
	text-align:center;
	}

#footer-links ul li {
	padding: 0px 6px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	font-size:10px;
	}
	
#footer-links ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
	}

#disclaimer { padding-top: 20px; }


/*
Forms -----------------*/

label,input,select{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
	}
	
textarea{
	display: block;
	width:250px;
	float:left;
	}
/*#zip, select, option{
	display: block;
	width:50px; 
	float:left;
	margin-bottom: 20px;
	} */

#zip{
	display: block;
	width:50px; 
	float:left;
	margin-bottom: 20px;
	}



/*#stateResources select {
	display:block;
	width: 180px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	
} */

#area{
	width:30px;
	float:left;
	}
#phone{width:115px;}
	
label {
	text-align: right;
	padding-right: 20px;
	}

label {
	clear: left;
	}

.submit-contact-main { 
	width:60px;
	height:23px; 
	cursor:pointer; 
	margin:5px;
	padding:0;
	}
fieldset{width:200px; float:left; padding:10px 0 30px 160px;}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
/*-------home page-----------*/	
.text-right{
	text-align:right;
}

/* WORD PRESS CUSTOM ADDITIONS */
.post, .narrowcolumn
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h1#body-content-title
	{
	font-weight: bold;
	font-size: 1em;
	}

.narrowcolumn a:link, .post a:visited, div#content a:visited, div#content a:link
	{
		text-decoration: none;
		color: #003399;
	}

.narrowcolumn a:hover, div#content a:hover
	{
		text-decoration: underline;
		color: #0033CC;
	}
	
div#content p
	{
	padding-left: 2em;
	padding-right: 1em;
	}
	
.post h3
	{
		font-size: 1.5em;
	}

div#hdcontainer
	{
	height: 1.3em;
	}