@import url('reset.css');
@import url('typography.css');
@import url('forms.css');
@import url('menu.css');

@charset "utf-8";
/* CSS Document */




/* layout.css */
body, html {
	text-align : center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	margin : 0 auto; 
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	padding: 0;
	background: #eff1e0;
}

html>body #outer {height:auto}
img {
	border: 5px solid #eff1e0;
	background: #fff;
	padding: 1px;
	margin: 8px;
}


#column {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 4px;
	
	background: url(../images/col-bg.gif) #fff center;
}

#logo{
	background: url(../images/logo.jpg);
	width: 261px;
	height: 137px;
	float: left;
	display: block;
	text-indent: -999em;
}
#logo a {
	width: 264px;
	height: 137px;
	display: block;

}
#contact {
	background: url(../images/contact-call.jpg);
	width: 145px;
	height: 137px;
	float: left;

}
#contact a {
	width: 145px;
	height: 137px;
	display: block;
	text-indent: -999em;
}
#clients {
	background: url(../images/clients-call.jpg);
	width: 139px;
	height: 137px;
	float: left;
}
#clients a {
	width: 139px;
	height: 137px;
	display: block;
	text-indent: -999em;
}
#access {
	background: url(../images/access-call.jpg);
	width: 171px;
	height: 137px;
	float: left;
}
#access a {
	width: 171px;
	height: 137px;
	display: block;
	text-indent: -999em;
}
#header {
	background: url(../images/header.jpg);
	width: 713px;
	clear: both;
	height: 255px;


}
#nav {
	float: left;
	width: 242px;
	height: 254px;
	margin: 0 0 0 10px;
}
#divider-lines {
	width: 716px;
	height: 30px;
	background: url(../images/divider-lines.gif) left no-repeat;
	clear: both;
}
#divider-lines h2 {
	margin: 0 0 0 30px;
	font-size: 1.4em;
}
#divider-lines h2 a {
		text-decoration: none;
}
#divider-lines h2 a:hover {
	color: #fff;
}
fieldset {
	border: 1px solid #dadabf;
	background: #f9f9ef;
	margin: 10px 30px;
	padding: 20px;
}

/*********************/
#leftcol {
	width: 242px;
	
	color: #fff;
	margin: 0 0 0 11px !important;
	margin/**/: 0 0 0 5px;
	float: left;
}
#leftcol p {
	color: #fff;
	margin: 20px;
}
#leftcol a:hover {
	color: #fff;
}
#rightcol {
	float: right;
	width: 440px;
	margin-right: 10px;

}
blockquote {
	background: url(../images/quote-bg.gif) left top no-repeat #f3f2e5;
	padding: 20px;
	float: right;
	width: 280px;
	border: 5px solid #eee;
	margin: 0 25px;
	font-family:  Times New Roman, Times, Sans Serif;
	font-size: 18px;
	font-style: italic;
}
.cleaner {
	clear: both;
}
#footer {
	width: 713px;
	background: url(../images/footer-bg.jpg) center top;
	padding: 20px 0 0 0;
	border: 4px solid #fff;
	border-top: 0;
	color: #BFC9D1;
	font-size: 10px;
	clear: both;
	height: 74px;
	margin:0 auto;
	
	
}
.schedule td{
	padding: 5px;
}