/* Balboa Medical Group CSS styles, by Greg Judelman  */


/*  page structure  */

html {
	height: 100%;
}

body {
	background-color: #c0d5e5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#outercontainer {
	background-image: url(../images/bgGradient.jpg);
	background-repeat: repeat-x;
 	width: 100%;
	height: 100%;
}

#innercontainer {
	background-image: url(../images/bgNavTop.gif);
	background-repeat: repeat-x;
	width: 700px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, li {
	margin:0px;
}

#topzone {
	height: 130px;
	padding-top: 50px;
}

#logo {
	float:left;
	width:400px;
}

#logo h1 {
	color:#FFFFFF;
	font-size:30px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}

#logo h2 {
	color:#FFFFFF;
	font-size:16px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

.nav {
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.nav ul  {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h5       {
	margin:0px;
	color: #3c5669;
}

.nav li  {
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}

#contentmain {
	width:700px;
	background-image:url(../images/bgContent.gif);
	background-repeat: repeat-y;  
	height: auto;
	text-align:left;
/*	border:solid #FF0000;  */
}

#contentleft {
/*	background-color: #ffffff; */
/*	background-image:url(../images/bgContent.gif);
	background-repeat: repeat-y;  */
	height:auto;
	width:440px;
	float: left;  
	clear:none; 
	margin-right:10px;
	border-top:solid;
	border-top-color:#adc1d1;
	border-top-width:5px;
	overflow:visible;
}

#contentright {
	height:auto;
	width: 250px;
/*	background-color: #dfe0da;  */
	float: right; 
	border-top:solid;
	border-top-color:#adc1d1;
	border-top-width:5px;
}

.contentarea {
	padding:15px;
	margin-left: 5px;
}

.footercontentarea {
	padding:10px; 
}

#footer {
	vertical-align: middle;
	clear:both;
	margin: 10px 0px 10px 0px;
	height: 30px;
	background-color:#86a0b4;
}

#footer p {
	font-size:10px;
	
}
#contentFull {
	/*	background-color: #ffffff; */
/*	background-image:url(../images/bgContent.gif);
	background-repeat: repeat-y;  */
	height:auto;
	width:700px;
	float: left;
	clear:none;
	margin-right:10px;
	border-top:solid;
	border-top-color:#adc1d1;
	border-top-width:5px;
	overflow:visible;
	background-color: #FFF;
}

/*  formatting  */


h1  {
	color: #90a9bc; 
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
}

p {
	color: #3c5669;
	font-size: 12px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.image {
	margin: 5px 0px 15px 0px;
/*	padding:3px;  
	background:#fff;  */
	color:#404040;
	border: 1px solid #adc1d1;
}

.imagefloat {
	margin: 0px 12px 5px 0px;
/*	padding:3px;  
	background:#fff;  */
	color:#404040;
	border: 1px solid #adc1d1;
	float:left;
}

/* CLEARFIX PASTED IN  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Hilite {
	color: #03F;

}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END CLEARFIX */


/* link styling */

a:link     {
	text-decoration: underline;
	color: #b18f7a;
}
	 
a:visited  {
	text-decoration: underline;
	color: #b18f7a;
}

a:hover    {
/*	color:#FFFFFF;  */
	text-decoration: none;
/*	background-color: #b18f7a; */
	border: none;
}

a:active   {
	color: #6f6057;
	text-decoration: none;
}

.nav a:link {
	color:#FFFFFF;
	text-decoration: none;
}
	
.nav a:visited  {
	color:#FFFFFF; 
	text-decoration: none;
}

.nav a:hover  {
	color: #baa191;
	text-decoration: none;
}

.nav a:active {
	color: #efd8c9;
	text-decoration: none;
}

.current {
	color:#baa191;
}
.red_para_text {
	color: #F00;
}
