/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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 - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
}
a.visited {
	color: #000000;
	text-decoration: underline;
}
a.active {
	color: #666666;
	text-decoration: underline;
}
a.hover {
	color: #666666;
	text-decoration: underline;
}
a.link {
	color: #000000;
	text-decoration: underline;
}
.indexAll {
	background-image: url(../images/index/index_r11_c1.jpg);
	background-repeat: repeat;
}
.indexSub2 {
	background-image: url(../images/sub/subBG2.jpg);
	background-repeat: repeat-y;
}
.listingsBG {
	background-image:url(../images/sub/listings_bg.jpg);
	background-repeat:repeat-y;
}
.listing {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-image:url(../images/listings/arrow.jpg);
	padding-left: 10px;
	}
	
.listing A:link {text-decoration: underline; color:#000000;}
.listing A:visited {text-decoration: underline; color:#000000;}
.listing A:active {text-decoration: underline; color:#666666;}
.listing A:hover {text-decoration: underline; color:#666666;}

.agents { float:left; padding-right: 5px;}

.indexHeader {
	background-image: url(../images/index/index_r10_c2.jpg);
	background-repeat: no-repeat;
}
.indexMiddle {
	background-image: url(../images/index/index_r14_c2.jpg);
	background-repeat: repeat;
}
.subheader {
	background-image: url(../images/sub/sub_r10_c2.jpg);
	background-repeat: no-repeat;
}
.subheader2 {
	background-image: url(../images/sub/subtitle2.jpg);
	background-repeat: no-repeat;
}
.sublisting {
	background-color:#FFFFFF;
}
.adminMain {
	background-image: url(../images/listings/admin_r2_c1.jpg);
	background-repeat: no-repeat;
}
.adminBG {
	background-image: url(../images/listings/adminbg.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
h1 span {display:none;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.black12 A:link {text-decoration: underline; color:#000000;}
.black12 A:visited {text-decoration: underline; color:#000000;}
.black12 A:active {text-decoration: underline; color:#CC0000;}
.black12 A:hover {text-decoration: underline; color:#CC0000;}

/* Forms */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	
}

.formmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	overflow: auto;
	height: 56px;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}

/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	border: 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#FFFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:10px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}

/*input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:200px 0 0 242px; }*/
input.submit-image {
	background:url(../images/sub/submit.jpg) no-repeat;
	width:64px;
	height: 22px;
	border: none;
	cursor:pointer;
}
	
input.submit-image-main {
	background:url(../images/sub/submit.jpg) no-repeat;
	width:64px;
	height:22px;
	border:none;
	cursor:pointer;
	margin:90px 0 0 200px;	
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label {
	width:180px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1em;
	margin-top: 10px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:150px;
	position:absolute; 
	left:199px; 
	top:-1px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }

/* ----- end form ----- */ 

#Specialty_Practices,
#Los_Angeles,
#San_Diego,
#Orange_County,
#Riverside,
#San_Bernadino,
#Santa_Barbara,
#Kern,
#Imperial,
#San_Luis_Obispo,
#Ventura { 
	text-transform:uppercase;
	background-color:#85848A;
	width: 198px; 
	height: 20px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	font-size:16px;
	 margin-top:10px;
}

.thumbnail { float: left; margin-left: 2px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; }
.nophotos{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }


#media-button {
	position:relative;
	background:url("../images/media-button.jpg");
	height:71px;
	width:204px;
	margin:0px 0px 7px 0px;
	}
	#media-button a {
		position:absolute;
		top:9px;
		left:16px;
		width:172px;
		height:59px;
		outline:none;
		}
	#media-button a:hover {
		background:url("../images/media-button.jpg") -16px -80px;
		}
		#media-button a span {
			display:none;
			}
			
#vms-lightwindow-link span {display:none;}

a.blog-btn {
		display: block;
		height: 36px;
		width: 208px;
		background: url("../images/blog-btn.jpg");
		/*margin: 10px 0px 5px 0px;*/
		
	}		
		a.blog-btn:hover {
			background: url("../images/blog-btn.jpg") -0px -36px no-repeat;
		} 
		
		a.blog-btn span { display:none; }
