@charset "utf-8";
/* CSS Document */

/*
bccoasthost.com
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, img, dl, dt, dd, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
 
body {
    background: #000000;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial;
	font-size: 1em;
	color: #0;
	line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, .intro ul, #side ul {
	margin-bottom: 15px;
	font-weight: normal;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
	color: #66CC33;
	text-decoration: underline;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	padding-bottom: 15px;
	background-color: #33332d;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {	
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 127px;
}
	img#logo {
		float: left;
		margin-top: 37px;
		display: inline;
		margin-left: 10px;
	}
	#phone {
	float: right;
	margin-top: 32px;
	margin-right: 10px;
	display: inline;
	text-align: right;
	width: 695px;
	}
		#phone a:link, #phone a:visited {
			color: #fff7e3;
		}
		#phone a:hover, #phone a:active {
			color: #FFF;
		}
	#menu {
		float: right;
		margin-top: 27px;
		display: inline;
	}
		#menu li {
			display: inline;
			font-size: 16px;
			text-transform: uppercase;
			margin-left: 16px;
		}
		#menu a:link, #menu a:visited {
			color: #FFF;
			text-decoration: none;
			padding: 7px 10px;
		}
		#menu a:hover, #menu a:active, #menu li.current_page_item a, #menu li.current_page_parent a {
			background: transparent url(../images/menu-over.gif) 0 0 repeat;
			padding: 7px 10px;
			line-height: 25px;
		}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	padding: 10px;
	margin-bottom: 30px;
	height: 276px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #afbccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #afbccc;
}
	#banner li { list-style: none; }

#welcome {
	width: 475px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 20px;
}
	#welcome h1 {
		height: 25px;
		text-indent: -3000px;
		background: transparent url(../images/welcome.gif) 0 0 no-repeat;
	}

#contact-intro, #quote-intro {
	width: 340px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
	#contact-intro {
		background: transparent url(../images/icons/email.gif) 0 35px no-repeat;
	}
	#quote-intro {
		background: transparent url(../images/icons/quote.gif) 0 35px no-repeat;
	}
	#contact-intro h1 {
		height: 25px;
		text-indent: -3000px;
		background: transparent url(../images/contact.gif) 0 0 no-repeat;
	}
	#quote-intro h1 {
		height: 25px;
		text-indent: -3000px;
		background: transparent url(../images/quote.gif) 0 0 no-repeat;
	}
	#contact-intro p, #quote-intro p {
		color: #a2a2a2;
		font-size: 11px;
		line-height: 14px;
		margin-left: 20px;
	}
	p.author {
		font-size: 12px;
		color: #FFF;
		text-align: right;
	}
		p.author a {
			font-size: 11px;
		}

#services-intro {
	clear: both;
	border-top: 2px solid #41413b;
	padding-top: 10px;
	background: transparent url(../images/services-intro-divider.gif) 0 0 repeat-y;
	margin-bottom: 30px;
}
	.intro {
		width: 195px;
		float: left;
		margin: 0 15px;
		display: inline;
	}
	.intro h1 {
		height: 41px;
		text-indent: -3000px;
	}
	#intro-1 { background: transparent url(../images/web-design.gif) 0 0 no-repeat; }
	#intro-1 p,li{ color:#FFFFFF; }
	#intro-2 { background: transparent url(../images/web-development.gif) 0 0 no-repeat; }
	#intro-2 p,li{ color:#FFFFFF; }
	#intro-3 { background: transparent url(../images/web-marketing.gif) 0 0 no-repeat; }
	#intro-3 p,li{ color:#FFFFFF; }
	
	#intro-4 {background: transparent url(../images/other-services.gif) 0 0 no-repeat;}
	#intro-4 p,li{ color:#FFFFFF; 
}
	.intro p, .intro li {
	font-size: .9em;
	line-height: 14px;
	}
	.intro li {
		margin-left: 20px;
	}
	
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#main {
	background-color: transparent;
	background-image: url(../images/main.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content {
	margin-left: 30px;
	width: 563px;
	float: left;
	display: inline;
	padding-top: 15px;
}
	#content h1 {
		font-size: 25px;
		line-height: 28px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	#content p#tagline {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 30px;
	}
	#content h2 {
		font-size: 16px;
		font-weight: normal;
		color: #fff7e3;
	}
	#content li {
		margin-left: 25px;
	}
	
	.project {
		width: 235px;
		float: left;
		height: 225px;
		margin-right: 40px;
	}
		.project img {
			width: 225px;
			height: 100px;
			padding: 5px;
			border: 1px solid #788aa1;
			margin-bottom: 10px;
		}
		#content .project h2 {
			margin-bottom: 5px;
			font-size: 15px;
		}
		.project p.details {
			font-size: 11px;
		}
			.project p.details a:link, .project p.details a:visited {
				text-decoration: none;
				color: #FFF;
			}
			.project p.details a:hover, .project p.details a:active {
				text-decoration: underline;
			}

	#featured-project h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 7px;
	}
	
	p.tags {
	font-size: 11px;
	line-height: 14px;
	color: #006600;
	margin-bottom: 5px;
	}
		p.tags a:link, p.tags a:visited {
			text-decoration: none;
		}
		p.tags a:hover, p.tags a:active {
			text-decoration: underline;
			color: #9fb4cc;
		}
	
	.service-intro {
		padding-left: 75px;
		margin-bottom: 30px;
	}
		#service-design { background: transparent url(../../imagesweb-design.gif) 0 0 no-repeat; }
		#service-development { background: transparent url(../images/web-development.gif) 0 0 no-repeat; }
		#service-marketing { background: transparent url(../images/web-marketing.gif) 0 0 no-repeat; }
		#service-other { background: transparent url(../images/other-services.gif) 0 0 no-repeat; }
		

#side {
	width: 240px;
	float: right;
	margin-right: 12px;
	padding-top: 15px;
}
	#featured-thumb img {
	width: 225px;
	height: auto;
	padding: 5px;
	border: 1px solid #788aa1;
	margin-bottom: 10px;
	}
	#featured-project h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 7px;
	}
		#featured-project h2 span {
			font-size: 11px;
			text-transform: uppercase;
			display: block;
		}
	
	#featured-project blockquote {
		background: transparent url(../images/quote-featured.gif) 0 0 no-repeat;
		padding: 10px 0 0 10px;
	}
		#featured-project blockquote p {
			color: #a2a2a2;
			font-size: 11px;
			line-height: 14px;
		}
	
	#project-types h2 {
		font-size: 13px;
		color: #fff7e3;
		font-weight: normal;
	}
		#project-types li {
			list-style: none;
			margin-bottom: 5px;
		}
		#project-types a:link, #project-types a:visited {
			text-decoration: none;
			color: #FFF;
		}
		#project-types a:hover, #project-types a:active {
			text-decoration: underline;
		}
	
	#project-meta {
		margin-bottom: 30px;
	}
	#project-meta dd {
		font-size: 11px;
		line-height: 14px;
		color: #9fb4cc;
		margin-bottom: 10px;
	}
	
	.navigation {
		clear: both;
		text-align: center;
	}
	
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 50px 0;
}
	#footer span {
		float: right;
	}
	#footer li {
		list-style: none;
		display: inline;
		margin: 0 10px 0 0;
	}
	#footer p {
		font-size: 11px;
		color: #FFF;
	}
