@charset "utf-8";
/* CSS Document */

body {
font-size: 80%;
}

a, a:link { 
	color: #333; 
}

a:visited { 
	color: #666; 
}

a:hover { 
	color: #000; text-decoration: none; 
}

.hide { 
	display: none; 
}

a {
  outline: none;
}

html body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	color:#4F4E4E;
}

#page-container {
	width: 862px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	height: 100px;
	width: 862px;
	position: relative;
}

div#header h1#logo, div#header div#logo { margin: 0; padding: 0; position: absolute; top: 10px; left: 0; z-index: 100; }

div#header h1#logo a, div#header div#logo a { display: block; text-indent: -9999px; width: 195px; height: 81px; background: transparent url(../images/logo2.png) no-repeat 0 0; border: none; }

div#logo {
	height: 80px;
	width: 189px;
	background-image: url(../images/logo2.png);
	position: absolute;
	top: 10px;
} 

#banner {
	width: 862px;
	position: relative;
}

h1#headline, p#headline { 
	margin: 0.3em 0 0 0; 
	color: #54789e; 
	font-size: 57px; 
	font-family: Georgia, "Times New Roman", Times, serif; line-height: 120%; 
	line-height:120%;

}
				
p#headline span { 
	display: block; 
	font-size: 20px; 
	color: #666; 
}

div#headlines h1 { 
	display: block; 
	font-size: 20px; 
	color: #666; 
}
	
body#home div#headlines { 
	position: relative; 
	height: 210px; 
}
				
body#home div#headlines h1 {
	position: absolute;
	margin: 1em 0 1em 0;
	bottom: 0;
}
				
body#home div#headlines p#headline { 
	position: absolute; 
	top: 0; 
}
				
#frame {
	width:862px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content {
	width:550px;
	padding:0px;
	float: left;
	margin: 20px 0 20px 0;
}

#sidebar {
	width: 292px;
	margin: 20px 0 30px 20px;
	padding:0px;
	float: left;
}

body#home #content {
	width: 550px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

body#home #sidebar {
	width: 292px;
	margin: 0 0 0 20px;
	padding: 0px;
	float: right;
}

body#contact #content {
	width: 460px;
	margin: 20px 0 20px 0;
}

body#contact #sidebar {
	width: 337px;
	margin: 20px 0 10px 65px;
}

div#form-container {
	width: 460px;
	padding: 20px 0 20px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#form {
	width: 400px;
	margin: 0 0 0 22px;
	padding: 0;
}

div#form-container-backlink {
	width: 292px;
	padding: 20px 0 20px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#form-backlink {
	width: 250px;
	margin: 0 0 0 22px;
	padding: 0;
}

div#map {
	height: 290px;
	width: 337px;
	margin: 20px 0 10px 0;
	float: none;
	border: 0px solid #ddd;
	/*font: 100% Arial, Helvetica, sans-serif;*/
}

div#mb_map {
	height: 290px;
	width: 337px;
}

div.featured {
	width: 550px;
	margin: 0;
}

div.highlight {
	width: 550px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	float: left;
}

.featured h2 {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}

body#services h2 {
	font-size: 140%;
	border-bottom: none;
}

div.highlight dl {
	width: 510px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	display: inline;	
}

div.highlight dt {
	width: 305px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 125%; 
	color: #333; 
	font-weight: normal;
	float: right;
}

dt a {
	text-decoration: none;
}

dt a:hover {
	text-decoration: underline;
}

div.highlight dd {
	margin: 0 0 0 205px;
	padding: 0;
	font: 90%/150% Geneva, Arial, Helvetica, sans-serif;
}

div.highlight dl dd.img {
	margin: 0;
}

div.highlight dd.img img {
	float: left;
	background: #fff;
	padding: 3px;
	margin: 0 20px 0 0;
	border: 1px solid #eee;
}

div.highlight dd.visit {
	height: 18px;
	clear: both;
	visibility: hidden;
}

div.highlight dd.spacer {
	height: 18px;
	width: 100px;
	clear: both;
}

div.client {
	width: 862px;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;	
}

.client h2 {
	margin: 0 0 10px 20px;
	font-size:140%;
	border-bottom: none;
}

.client p {
	margin: 0 520px 1em 20px;
}

.client img {
	float: right;
	background: #fff;
	padding: 3px;
	margin: 0 20px 0 0;
	border: 1px solid #eee;
}

.client a img {
	float: left;
	background: none;
	padding: 0;
	border: none;
	margin: 0 0 0 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
}

.copyright {
	color: #a1a1a1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0 20px 0;
	padding:0 0 20px 0;
}



/*TEXT*/

p {
	margin: 0 0 1em;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:125%;
margin: 10px 0 10px 0;
padding: 0 0 0 0;
color:#54789e;
letter-spacing: 1px;
font-weight: normal;
text-transform: uppercase;
}

.overline {
	border-top: 1px solid #DDD;
	padding: 15px 0 0 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	color:#54789e;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
}

ul.services {
	line-height: 195%;
	list-style-position:outside;
	list-style-type: square;
	list-style-image:url(../images/bullet.png);
	padding: 3px 0 0 0;
	margin: 0px 0 15px 19px;
}

.address-bold {
	color: #666;
	font-weight: bold;
}

/*Menu */

div#nav-container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0;
}

ul#nav{
	list-style: none;
	margin: 0;
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #DDD;
	font: 85% Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	line-height: normal;
}

ul#nav li{
    display: inline;
    margin: 0 3px 0 3px;
}

ul#nav a{
	text-decoration: none;
	padding: 0 0 5px 0;
	border-bottom: 4px solid #FFF;
	color: #000;
}

ul#nav a#current{
	border-color: #DDD;
	color: #000;
}

ul#nav a:hover{
	border-color: #DDD;
	color: #000;
}

li.facebook{
	background-image: url(../images/facebook.png);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0 0 0 17px;
} 

/*Accordion*/

h3.atStart {
	margin: 10px 0 2px 0;
	padding: 0 0 5px 0;
	cursor: pointer;
	border-bottom: 1px solid #DDD;
}

div.ads {
	width: 292px;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.ads p {
margin: 0 0 .5em 0;
}

.ads img {
display: block;
margin: 0 auto;
padding: 15px 0 15px 0;
}

/*Contact Form*/

ul.form {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

label { 
	color:#666;  
	width: 100px; 
	padding: 8px 0 0 0; 
	font-weight: bold; 
}

input, textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 4px 0 13px 0;
	padding: 5px;
	width: 100%; }

input.submit {
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 44px;
	margin: 0;
	padding: 0 0 0 0;
	height: 36px;
	width: 165px; 
}

input.submit:hover {
	cursor:pointer;
	background: #ddd;
}

#backlinkform {
width: 233px;
}

input.backlink {
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	padding: 0 0 0 0;
	height: 36px;
	width: 165px; 
}

/*Tables*/

table#glossary {
	width: 520px; 
	margin: -5px 0 15px 20px;
	font-weight: normal;
	color: #333;
}

/*Definition List*/

dl {
	width: 550px; 
    float: left;
}

dt {
	margin: 0 0 9px 0;
	font-weight: bold;
}

dd {
	margin: 0;
}

.nav-up {
	height:60px;
	text-align:right;
	padding: 9px 9px 0 0;
}

.nav-up p {
	margin: 9px 0 20px 9px;
}

.portfolio {
	background-image: url(../images/button.png);
	height: 25px;
	width: 100px;
	padding: 2px 0 0 0;
	display: block;
}

a.xhtml-validator {
	display: block;
	float: right;
	width: 65px;
	height: 23px;
	margin: -2px 0 0 8px;
	background: url(../images/vxhtml-up.png);
	text-indent: -9999px;
}

a.xhtml-validator:hover {
	background-image: url(../images/vxhtml-down.png);
}

a.css-validator {
	display: block;
	float: right;
	width: 65px;
	height: 23px;
	margin: -2px 0 0 0;
	background: url(../images/vcss-up.png);
	text-indent: -9999px;
}

a.css-validator:hover {
	background-image: url(../images/vcss-down.png);
}