/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EADFB9;
} 
 
#container {
	width: 100%;
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000;
} 

 
#header {

 	height: 130px; /* IMPORTANT */
 	width: 822px;
} 

 
#nav {
	float: right;
	width: 590px;
	padding: 2px 0px 0px 2px;
	text-align: center;
	color: #620A0C;
	margin-top: 80px;
}

#nav a {
	color: #620A0C;
	text-decoration: none;
}

#nav a:link {
	color: #620A0C;
	text-decoration: none;
}

#nav a:visited {
	color: #620A0C;
	text-decoration: none;
}

#nav a:hover {
color: #620A0C;
text-decoration: none;
}

#wrapper {
	text-align: center;
	width: 822px;
}

#content {
	width: 760px;
	position: relative;
	padding : 10px 10px 10px 10px;
	text-align: left;
	color: #620A0C;
	font-family: Times New Roman;
	border: 21px solid #620A0C;
}

#mainimage {
	float: left;
	margin-top: 20px;
	padding: 10px;
}

h1 {
	font-size: 22pt;
	text-align: center;
	padding: 0px;
	margin-left: 300px;
}

h2 {
	font-size: 12pt;
	text-align: center;
	margin: 0px;
	margin-left: 300px;
}

#logo {
	position: absolute; 
	top: -90px;
	left: -75px;
}

#footer{
	text-align: center;
	font-size: 8pt;
	width: 100%;
	height: 170px;
	position: relative;
	color: #620A0C;
}


/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}

hr {
     color: #713638;
     background-color: #713638;
     border: none;
     height: 2px;
}

#testimonial_image {
     float: right;
     margin-top: 10px;
     padding: 10px;
}

td.info {
     vertical-align: text-top;
}

.img_link {
     border: none;
}

span.staff {
     font-weight: bold;
}

a, a:visited {
     color: navy;
     text-decoration: none;
}

a:hover {
     color: #620A0C;
     text-decoration: underline; 
}

.services {
     text-align: left;
     margin-left: 0px;
}