/* CSS Document */

/* Background Initialization
------------------------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fbf4e2 url(../images/topo_bg.jpg) no-repeat 0 0;
	width: 100%;
	color: #646464;	
}

*, html, body {
	margin: 0;
	padding: 0;
}

html { font-size: 1.3em; }

/*  CLEARING METHOD  
------------------------------------------------------------------------------------------*/


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Classes and Tags 
------------------------------------------------------------------------------------------*/

p, .experience { margin-bottom: 1em; }

ul {
	list-style: none;
}

.column {
	float: left;
}

h2 {
	color: #6f1d26;
	font: 1.6em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

blockquote {
	border-bottom: 1px dotted #000;
	padding: 1.5em 0;
}

blockquote.last { border-bottom: none; }

blockquote p { margin-bottom: 0; }

.name {
	color: #6f1d26;
	font: 1.3em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}

ul#address {
	color: #6f1d26;
	font: 1.1em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding-top: 1em;
}

img.align {
	padding: 2px;
	border: 1px solid #aba9a9;
	margin: 0 5px;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

.subHead {
	font-style: italic;
	text-decoration: underline;
	color: #468966;
}

li.position {
	padding: 0 0 0 2em;
}

li.location {
	padding: 0 0 0.5em 2em;
	font-style: italic;
}

li.first {
	padding-top: 0.5em;
}

.menu li { padding: 0 0 0.5em 1em; }

.italic {
	font-style: italic;
	font-size: 1.0em;
}

span.right{float: right; font-weight: bold;}

/* Content Divs 
------------------------------------------------------------------------------------------*/

#header {
	background:url("../images/logo.png") no-repeat;
	height:58px;
	margin:10px auto;
	width:756px;
	background-position: top right;	

}

#header h1 {
	text-indent: -9999px;

}

#container {
	width: 756px;
	min-height: 650px;
	margin: 0 auto;
	background-color: #fbf4e2;
	border: 2px solid #aba9a9;
}

/* mac IE5 hide \*/
* html #container { height: 650px; }
/* end hide*/



/* NAVIGATION SECTION 
------------------------------------------------------------------------------------------*/

#navContainer {
	width: 756px;
	height: 32px;
	border-bottom: 2px solid #aba9a9;
	padding: 180px 0 0 0;
}

/* Top of Page Images */
#home #navContainer { background: url(../images/header_home.jpg) no-repeat 0 0; }
#about #navContainer { background: url(../images/header_about.jpg) no-repeat 0 0; }
#services #navContainer { background: url(../images/header_services.jpg) no-repeat 0 0; }
#menu #navContainer { background: url(../images/header_menu.jpg) no-repeat 0 0; }
#testimonials #navContainer { background: url(../images/header_testimonial.jpg) no-repeat 0 0; }
#contact #navContainer { background: url(../images/header_contact.jpg) no-repeat 0 0; }

#navbar {
	height: 32px;
	width: 756px;
	background: url(../images/nav_bg.jpg) repeat-x 0 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#navbar li {
	float: left;
	padding: 0 15px;
	background: url(../images/nav_div.gif) 100% 0 no-repeat;
}

#navbar li a {
	display: inline;
	text-transform: uppercase;
	color: #468966;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
}

#navbar #navContact { background: none; }

/* END OF NAVIGATION 
------------------------------------------------------------------------------------------*/

#main {
	width: 756px;	
	clear: both;
	background: #fbf4e2 url(../images/main_bg.gif) repeat-y top left;
}

#content {
	width: 451px;/*  WAS 451 */
	padding: 25px;
	border-right: 2px solid #aba9a9;
}

#expertise { 
	margin-bottom: 1em;
	list-style: disc;
	padding: 0 0 0 2em;
}

#sidebar {
	width: 203px;
	padding: 25px;
	text-align: left;
}

#sidebar img {
	padding: 3px;
	border: 1px solid #aba9a9;
}

#address a, #address a:visited {
	text-decoration: none;
	color: #6f1d26;
}

#address a:hover { text-decoration: underline; }

#footer {
	clear: both;
	width: 731px;
	height: 25px;
	padding: 0 0 0 25px;
	background-color: #f2e7d0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #aba9a9;
}

#footer .byline { padding-left: 25px; }
#footer .copyright { letter-spacing: 0.23em; }

#footer a:link, #footer a:visited { color: #7f7e7e; text-decoration: none; }
#footer a:hover { color: #6f1d26; text-decoration: underline; }

#footer p{	
	line-height: 25px;
}

/*  CONTACT FORM STYLES  
------------------------------------------------------------------------------------------*/

form { margin-top: 2em; }

form ol#contactus li {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: auto;
}

form label {
	float: left;
	line-height: 1.5;
	width: 120px;
	display: inline;
	color: #646464;

}

form input, form select, form textarea {
	background-color: #f2e7d0;
	border: 1px solid #646464;
	color: #000;
	width: 275px;

}

form textarea {	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form input.submit {
	width: 80px;
	height: 25px;
	text-align: center;
	color: #646464;
	margin-left: 120px;

}
