* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	background: #80878f;
	color: #333;
	font-size: 12px;
}

td {
	padding:5px;
}

p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

a {
	color: #712222;
	text-decoration: none;
}

h1 {
	color: #152336;
	font-size: 18px;
}

h2 {
	color: #152336;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}

#container {
	width: 950px;
	background: #fff;
	overflow: hidden;
	border: #777 solid 1px;
	margin: 20px auto;
	position: relative;
}

#header {
	width: 950px;
	height: 95px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	background: #fff url(/site_images/bg_header.gif) top left repeat-x;
}

#logo {
	float: left;
	width: 203px;
	height: 58px;
	padding: 20px;
}

#utilnav {
	float: right;
	text-align: right;
	width: 400px;
}

#utilnav ul {
	list-style-type: none;
	padding: 10px 15px 0px 0px;
}

#utilnav li {
	display: inline;
	font-size: 12px;
	color: #999;
	margin: 0px 2px;
}

#utilnav a {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

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


#mainnav {
	width: 950px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	background: url(/site_images/nav/bg_nav.gif) top left repeat-x;
}

#mainnav ul {
	list-style: none;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

#mainnav li {
	float: left;
	width: 190px;
	padding: 0px 0px 5px 0px;
}

#mainnav a {
	width: 188px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #333333 2px 2px 1px;
	border-left: #cfa7a7 solid 1px;
	border-right: #580e0e solid 1px;
}

#mainnav a:hover {
	line-height: 28px;
	text-shadow: #333333 -1px -1px 1px;
	background: url(/site_images/nav/bg_nav_over.gif) top left repeat-x;
	border-left: #cfa7a7 solid 1px;
	border-right: #580e0e solid 1px;
}

#mainnav a:active {
	line-height: 28px;
	text-shadow: #333333 -2px -2px 1px;
	background: url(/site_images/nav/bg_nav_active.gif) top left repeat-x;
	border-left: #cfa7a7 solid 1px;
	border-right: #580e0e solid 1px;
}

body#development a#subnav1 { text-shadow: #333333 -2px -2px 1px; background: url(/site_images/nav/bg_nav_on.gif) top left repeat-x; }
body#hosting a#subnav2 { text-shadow: #333333 -2px -2px 1px; background: url(/site_images/nav/bg_nav_on.gif) top left repeat-x; }
body#services a#subnav3 { text-shadow: #333333 -2px -2px 1px; background: url(/site_images/nav/bg_nav_on.gif) top left repeat-x; }
body#clients a#subnav4 { text-shadow: #333333 -2px -2px 1px; background: url(/site_images/nav/bg_nav_on.gif) top left repeat-x; }
body#about a#subnav5 { text-shadow: #333333 -2px -2px 1px; background: url(/site_images/nav/bg_nav_on.gif) top left repeat-x; }


#main_home {
	width: 950px;
	background: #cdcdcd;
	overflow: hidden;
}

#main_home2 {
	width: 950px;
	background: #cdcdcd;
	overflow: hidden;
}

#masthead {
	width: 950px;
	height: 325px;
	margin-bottom: 30px;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}

#left_col_home {
	width: 455px;
	margin: -85px 20px 20px 0px;
	padding-left:30px;
	float:left;
	position: relative;
	z-index:1000;
}

#left_col_home h1 {
	font-size: 18px;
	color: #712222;
	margin-bottom: 3px;
}

#pullquote {
	width: 384px;
	background: #152336;
	overflow: hidden;
	text-align:justify;
	padding: 20px 25px 25px 25px;
	margin: 0px 0px 25px 0px;
	border:1px solid #80878f;
}

#pullquote p {
	color: #cdcdcd;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

#pullquote em p {
	color: #b7b6b6;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin:5px 0px 0px 10px;
}

#news_announcements {
	width: 405px;
	background: #e5e5d4;
	padding: 15px;
}

#news_announcements h1 {
	border-bottom: #666666 solid 1px;
	margin-bottom: 7px;
}

.news_item p {
	color: #333;
	font-size: 11px;
	line-height: 15px;
}

.news_item h2 {
	color: #333;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.news_item a {
	color: #333;
	display: block;
	font-weight: bold;
	text-align: right;
}

.dateline {
	font-size: 11px;
	color: #712222;
	font-weight: bold;
	margin-bottom: 3px;
}

#right_col_home2 {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

#right_col_home2 h2 {
	font-size: 16px;
	color: #712222;
	margin-bottom: 3px;
}

#right_col_home2 p {
	color: #333; 
	font-size: 14px;
}

#main_content_home {
	width: 545px;
	padding: 25px 48px;
	float: left;
}

#main_content_home h1 {
	text-align: center;
}

#home_image {
	width: 548px;
	height: 258px;
	background: #efefef;
	margin-bottom: 40px;
	border: #777 solid 1px;
}

#main_content_home p {
	text-align: center;
	width: 465px;
	color: #333;
	margin: 0px auto;
}

#right_col_home {
	width: 257px;
	float: right;
	height: 450px;
	background: #dddcc5;
	padding: 20px;
	border-left: #777 solid 1px;
}

#main {
	width: 950px;
	background: #efefef url(/site_images/bg_main.gif) top left repeat-y;
	overflow: hidden;
	padding-bottom: 70px;
}

#main_content {
	float: left;
	width: 610px;
	padding: 30px 0px 25px 40px;
}

#main_content ul {
	list-style-type:circle;
	margin: 0px 0px 10px 25px;
}

#main_content ul li {
	line-height:23px;
}

#main_content ol {
	margin: 0px 0px 15px 25px;
}

#main_content ol li {
	line-height:18px;
}

.alpha_list {
	list-style-type: upper-alpha;
	margin: 0px 0px 15px 25px;
}

.alpha_list li {
	margin-bottom: 5px;
}

#main_content h1 {
	color: #152336;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border-bottom: #712222 solid 1px;
}

#main_content h2 {
	color: #152336;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 4px;
}

#main_content h3 {
	color: #712222;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	margin: 20px 0px 7px 0px;
	padding-bottom:3px;
	border-bottom: #958976 solid 1px;
}

body#about #main_content h3 {
	margin-top: 0px;
}
#main_content h4 {
	color: #333;
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0px 5px 0px;
	padding-bottom:3px;
}
#main_content h4 a {
	color: #666;
}
.personnel {
	width: 610px;
	overflow: hidden;
	margin-bottom: 10px;
}

.bio_photo {
	float: left;
	width: 198px;
	height: 163px;
	margin: 2px 15px 0px 0px;
	border: #777 solid 1px;
}

h2 em {
	display: inline;
	font-size: 16px;
	font-style: normal;
	color: #333;
	padding-bottom: 5px;
}

blockquote {
	margin-left:40px;
}

#right_col {
	width: 207px;
	min-height: 400px;
	float: right;
	background: #dddcc5;
	padding: 50px 35px 35px 20px;
}

#subnav {
	width: 190px;
}

#subnav ul {
	list-style-type: none;
	border-top: #80878f solid 1px;
}

#subnav li {
	border-bottom: #80878f solid 1px;
	line-height: 13px;
	padding: 6px 5px 5px 10px;
}

#subnav a {
	color: #958976;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#subnav a:hover {
	color: #152336;
}

#subnav li:hover {
	color: #152336;	
	background: #958976;
	cursor: pointer;
}

#subnav li:hover a{
	color: #152336;	
	background: #958976;
	cursor: pointer;
}

body#development.development a#development_development { color: #712222; font-weight: bold; }
body#development.development-process-overview a#development_development-process-overview { color: #712222; font-weight: bold; }
body#development.packages-pricing a#development_packages-pricing { color: #712222; font-weight: bold; }

body#hosting.hosting a#hosting_hosting { color: #712222; font-weight: bold; }
body#hosting.shared-hosting a#hosting_shared { color: #712222; font-weight: bold; }
body#hosting.colocation a#hosting_colocation { color: #712222; font-weight: bold; }

body#services.services a#services_services { color: #712222; font-weight: bold; }
body#services.strategy a#services_strategy { color: #712222; font-weight: bold; }
body#services.email-solutions a#services_email-solutions { color: #712222; font-weight: bold; }
body#services.system-administration a#services_system-administration { color: #712222; font-weight: bold; }
body#services.website-maintenance a#services_website-maintenance { color: #712222; font-weight: bold; }
body#services.google-seo a#services_google-seo { color: #712222; font-weight: bold; }
body#services.merchant-services a#services_merchant-services { color: #712222; font-weight: bold; }
body#services.ssl-certificates a#services_ssl-certificates { color: #712222; font-weight: bold; }
body#services.domain-names a#services_domain-names { color: #712222; font-weight: bold; }

body#clients.list a#clients_list { color: #712222; font-weight: bold; }
body#clients.portfolio a#clients_portfolio { color: #712222; font-weight: bold; }
body#clients.testimonials a#clients_testimonials { color: #712222; font-weight: bold; }

body#about.who a#about_who { color: #712222; font-weight: bold; }
body#about.philosophy a#about_philosophy { color: #712222; font-weight: bold; }
body#about.mission a#about_mission { color: #712222; font-weight: bold; }
body#about.poodles a#about_poodles { color: #712222; font-weight: bold; }

body#policies.privacy a#policies_privacy { color: #712222; font-weight: bold; }
body#policies.terms a#policies_terms { color: #712222; font-weight: bold; }
body#policies.use a#policies_use { color: #712222; font-weight: bold; }

.AuthorizeNetSeal {

}


#main_content {
	float: left;
	width: 610px;
	padding: 30px 0px 25px 40px;
}


#logos {
	width: 685px;
	height: 80px;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 36px;
	left: 1px;
}

#logos img {
	vertical-align: middle;
	padding: 15px 6px 0px 6px;
}

body#hosting.hosting #main_content { margin-bottom: 80px; }
body#services #logos img { padding-top: 27px; }
body#hosting #logos img { padding-top: 20px; }

* html #content {
	height: 1%;
}

#footer {
	width: 950px;
	height: 22px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999;
	padding: 13px 0px 0px 0px;
	background: #152336 url(/site_images/bg_footer.gif) top left repeat-x;
}

#footer a {
	color: #999;
}

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

