/* Lastic.CSS - a Constrained Elastic Layout Template */

/* 

   Default font size on most browsers: 16 pixels
   Knock down to 10 pixels in CSS body; calculations will be easier
   set font-size in the body to 62.5% (62.5 percent of 16 = 10)
*/

/* basic elements */

html {

	margin: 0px;
	padding: 0px;

}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: georgia;
	color: #555753;
	font-size:62.5%;
	min-height: 100%;
	/*background-color: #fff;*/
	background-image: url(resources/bodyBackground.gif);
	background-attachment: fixed;
	}

#wrapper {
	font-size: 1.4em;
	width: 60em; /* - was set originally to 56em, then 60em -- */
	max-width: 95%;
	margin: 10px auto;
	text-align: left;
	border: 1px solid silver;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header {	
	background: #fff;
}


#content-wrapper {
	float: left;
	width: 60em;  /* - was set originally to 56em, then 60em -- */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:60em;	
	background: #fff url(resources/navigraph.gif) repeat-y right;
}

html>body #content-wrapper {  /* For Opera 5 issues */
  width:60em;
} 

#content-inner {
	width:70%; /* - was set originally to 75% -- */
	padding: 0px 15px 30px 15px ;
	float:left;
}

#footer {
	clear: both;
	/*background-color: #036;  /* - was set to #006633 -- */
	background-image: url(resources/gradbar.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	
}

#footer_text {
	color: White;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}



/*-------------------------------------*/

#navbar {
	clear:both;
	width: 60em;
	background-color: #036;
	}

#navbar ul
{
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background-color: #036;
	margin: 0px;
	font-weight: bold;

}

#navbar ul li {
	display: inline;
}

#navbar ul li a
{
padding: 0.2em 1em;
color: White;
background-color: #036;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navbar ul li a:hover
{
	background-color: #006699;
}




/*-----------------------------Left  Navigation --------------------------*/

#leftnavbar {
	width:25%
	max-width:25%;
	float:left;
	padding-top:15px;	
}

#leftnavbar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}

#leftnavbar a
{
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em; /* Was 0.8 em - */
	font-style: oblique;
}

#leftnavbar a:link, a:visited
{
color:#0066CC;
text-decoration: none;
}

#leftnavbar a:hover
{
	color: #0000FF;
	background-color: #CCFFFF;	
}

/*----------------Content Area---------------------------------------------*/

#green_heading {
	float:left;
	width:100%;
	margin: 20px 0px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: oblique;
	font-weight: bold;	
	color: #006600;	
}

#content-inner ul {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #003366;	
}

#servicebox_A {
	/*---border: 1px dashed blue;---*/
	float:left;
	width: 45%;
	margin: 0px;
	padding: 10px;
}

#servicebox_B {
	/*---border: 1px dashed blue;---*/	
	float:left;
	width: 80%
	margin: 5px 35px 5px 35px; 
	padding: 10px;
}



#service_blurb {
	float: left;
	width: 50%;
	margin: 10px 0px 15px 20px;
	padding: 2px;
	/*border: thin solid #000066;*/
}

/*-------- Typography ------------*/

#content-inner p {font: 1.0em "trebuchet ms", arial, helvetica, sans-serif;}


/*-------- Miscelaneous Rules ------------*/

#clearer {clear: left; line-height: 0; height: 0;}

#photo {
	float:left;
	margin: 10px;
}

#photo2 {
	float:right;
	margin: 5px;
}

#service_photo {
	float: right;
	margin: 10px;
}

/*-------------------staff.html rules-------------------------------------------------------------------------------------*/
#staffArea {
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px;
}

#staff_mugs {
float: left;
margin: 5px;
}

#staff_boxes
{
	float: left;
	margin: 5px;
	border: thin solid #000066;
	padding: 10px;
	width:43%;
}

#staff_name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
}

#staff_name p2 /*--degrees attained--------*/
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #330000;
}

#staff_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #336600;
	padding-left: 2px;
	font-weight: bold;
	padding-top: 2px;
}

#staff_mugs p2 /*---contact info--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #333399;
}


/*-------------------Service Description rules---------------------------------------------------------------------*/

#service_describe_box
{
	float: left;
	margin: 0px;
	border: thin solid #000066;
	padding: 3px;
	width:500px%;
}	

#directions {
	float: left;
	margin: 10px 10px 0px 10px;
	border: thin solid #000066;
	padding: 3px;
	width:500px;
	
}

#direction_text {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
}

#address_text {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	text-align: center;
}	

/*-------------------Contact Form rules-------------------------------------------------------------------------------------*/

form {
	float: left;
	margin-left: 1em; /*-- Was 3em auto --*/
	width: 90%; /*--Was 75% --*/
}

fieldset {
	background-image: url(resources/form_back.gif);
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 1em;
	background-repeat: repeat-x;
	background-position: left bottom;	
}

fieldset fieldset {
	background-color: #efefef;
	margin: 1em 0;
}

fieldset fieldset legend{
	font-size: 1.2em;
}


label {
	display: block;
	float:left;
	clear:left;
	width: 10em;
	padding-right: 1em;
	test-align: right:
	line-height: 1.8em;
	color: #990000;
	font-weight: bold;
}

	
input {
	display:block;
	float:left;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	top: -.4em; /* was 3em */
	color: #000099;
}

br {
	clear: both;
}

/*-------------------TEXT Styling rules-------------------------------------------------------------------------------------*/

#page_title { 

	float: left;
	width: 100%;
	margin: 20px 0px 15px 10px;
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	color: #006600;	

	}

/*--------------- TMCMB STfuff ------------------------------------------------------------------------------------------*/
#content-inner2 {
	width:80%; /* - was set originally to 75% -- */
	padding: 0px 15px 30px 15px ;
	float:left;
}

#sub_title {

	float: left;
	width: 100%;
	margin: 10px 0px 10px 10px;
	font: bold 1.2em georgia, sans-serif;
	letter-spacing: 1px;
	color: #000000;	
}

#pro_blurb {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 10px;
	font: normal 1.1em georgia, sans-serif;
	color: #2F4F4F;
	padding: 2px;
	/*border: thin solid #000066;*/
}