/*-----------------------------------------------------------------------------
Solace at Suite 640 Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com
website:   http://www.solaceatsuite640.com/
-----------------------------------------------------------------------------*/

@media screen {

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 10px 0 0 0;
	  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 780px; /* Centered design work around for Netscape 6. */
	  overflow: -moz-scrollbars-vertical;
	}
	
	/* Class for clearing floats */
	.clear { clear:both; }
	
	/* Remove border around linked images */
	img { border: 0; }
	
	p { margin: 0.8em 0; }
	
	h1, h2, h3, h4, h5 { color:#5c8682; margin: 10px 0; }
	h1 { font-size: 18px; }
	h2 { font-size: 15px; }
	h3 { font-size: 13px; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	blockquote{margin:0px 20px;}
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color:#5c8682; text-decoration:underline;}
	a:visited { color:#5c8682; text-decoration:underline;}
	a:hover { color:#5c8682; text-decoration:underline;}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  margin-top: 5px;
  margin-bottom: 20px;
}

#nav_main ul {
  list-style-type: none;
  width: 780px;
  float: left;
}

#nav_main ul li {
  float: left;
}

#nav_main ul li a, #nav_main ul li a:visited {
  display: block;
  float: left;
  width: 130px;
  height: 18px;
  padding: 7px 0;
  color: #3d3d3d;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  background: url(../images/bg_nav_tab.gif) no-repeat;
}

#nav_main ul li a:hover {
  color: #fffff2;
  font-weight: bold;
  background: url(../images/bg_nav_tab_over.gif) no-repeat;
}


#nav_utility {
  text-align: right;
  font-size: 11px;
}

#nav_utility a, #nav_utility a:visited {
  color: #000000;
  text-decoration: none;
}

#nav_utility a:hover {
  text-decoration: underline;
}

#nav_bottom {
  padding: 4px 0;
  background: url(../images/bg_footer.gif) no-repeat;
  text-align: center;
  font-size: 11px;
  color: #fffff2;
}

#nav_bottom a, #nav_bottom a:visited {
  padding: 0 10px;
  color: #fffff2;
  text-decoration: none;
}

#nav_bottom a:hover {
  text-decoration: underline;
}




/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}


/* =Header
-----------------------------------------------------------------------------*/
#three_column #branding {
  border-bottom: 3px dotted #F0F0F0;
}

#branding h1 {
  padding-bottom:15px;
  padding-top: 87px;
  padding-right: 30px;
  text-align: right;
  font-size: 20px;
  color:#5c8682;
  background: url(../images/bg_banner.jpg) no-repeat;
}



/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #bg_content {
  margin-bottom: 10px;
  background: #ffffff;
}


#three_column #primary_content {
  width: 270px;
  float: left;
}

#three_column #secondary_content {
  width: 197px;
  float: right;
  color:#464646;
}

#three_column #secondary_content p{
  color:#464646;
}

#three_column #secondary_content img {
  margin-right: 15px;
}

#three_column #secondary_content ul {
  margin-left: 20px;
  list-style-type: square;
}

#three_column #secondary_content ul li {
  line-height: 20px;
}


#three_column #secondary_content ul a {
  color: #464646;
}

#three_column #side_content {
  margin-left: 55px;
  width: 205px;
  float: left;
}

#three_column #secondary_content h2, #three_column #side_content h2 {
  height: 23px;
  padding: 3px;
  padding-left: 5px;
  color: #fffff2;
  font-size: 12px;
  font-weight: normal;
  background: url(../images/bg_banner.gif) no-repeat;
}



/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { width:620px; float:left;}

#two_column #primary_content ul {padding-left: 25px;}
#two_column #primary_content ol {padding-left: 25px;}

#two_column #secondary_content { width:146px; float:right; color:3d3d3d; font-size:11px;}
#two_column #secondary_content h1{ font-size:12px; width:136px; height:18px; color:#fffff2; margin:0; padding-left:10px; background:url(../images/in_this_section_bg.gif) no-repeat;}
#two_column #secondary_content ul{list-style-type:none; margin:0px; border:1px solid #d2d2d2; background:#e5fffe;}
#two_column #secondary_content li{ border-bottom:1px solid #d2d2d2; padding:2px 0;}
#two_column #secondary_content li a, #two_column #secondary_content li a:visited{ color:#3d3d3d; padding-left:10px; text-decoration:none;}
#two_column #secondary_content li a:hover { color:#3d3d3d; padding-left:10px; text-decoration:underline;}

#two_column #secondary_content p {margin:0px; padding:5px 5px 10px 10px; border:1px solid #d2d2d2; border-bottom:2px solid #d2d2d2; background:#e5fffe;}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}




/* =Forms
-----------------------------------------------------------------------------*/

form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Get Directions 
-----------------------------------------------------------------------------*/
#get_directions { margin:0; padding:0; border:0; width:265px; float:right;}
#get_directions #top {background: url(../images/directionsTop.gif) no-repeat; height:30px;}
#get_directions #middle {background: url(../images/directionsMiddle.gif) repeat-y; font-size:12px; padding:10px 20px;}
#get_directions #bottom {background: url(../images/directionsBottom.gif) no-repeat; height:35px;}
#get_directions #middle input {margin:5px 0px;}
#get_directions #bottom #submitButton {margin-top:2px; cursor:pointer;}


/* =Get Directions 
-----------------------------------------------------------------------------*/
.physician_bio{ float:left; width:600px;}
.physician_bio img {float:left; margin:15px 15px 15px 0;}

}
