/* 0-0 Browser Reset */

/* 1-0 general layout (backgrounds, dimensions, positioning) */

	/* 1-1 banner, nav layout */

	/* 1-2 featured project, gallery view */
	
	/* 1-3 content-columns layout */

	/* 1-4 footer-top layout */

	/* 1-5 footer-bottom layout */

/* 2-0 general styling (text alignment/colors/font/spacing) */

	/* 2-1 nav styling */

	/* 2-2 featured project (toggle) */

	/* 2-3 content block */

	/* 2-4 footer-top styling */

	/* 2-5 footer-bottom styling */

/* 3-0 Specific Styling (text alignment/colors/font/spacing) */

	/* 3-1 Home */
	
		/* 3-1a main-column styling */
	
		/* 3-1b side-column styling */

	/* 3-2 Services */

	/* 3-3 Portfolio */

	/* 3-5 Contact */

		/* 3-5a Message Status */

/* ================================================== */
/* 0-0 browser reset */

/* adapted from meyerweb.com */

html, body, div, span, object, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	border: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ================================================== */
/* 1-0 general layout (alignment, backgrounds, dimensions, positioning, whitespace) */

body {
	background: #f0f4f5 url(/images/bg_body.jpg) 0 176px repeat-x;
}

	/* ================================================== */
	/* 1-1 banner, nav layout */

div#banner {
	background: #000 url(/images/bg_banner.jpg) center center no-repeat;
	height: 135px;
}
div#nav {
	background: url(/images/bg_nav.jpg) center center repeat-x;
	height: 41px;
}
div#nav ul {
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
div#nav ul li {
	float: left;
}

	/* ================================================== */
	/* 1-2 featured project, gallery view */

	/* see slider.css */

	/* ================================================== */
	/* 1-3 content-columns layout */
	
div#content-container {
	background: #fff;
	margin: 0 auto 30px;
	overflow: hidden;
	width: 960px;
}
div#content-container div.one-third-col {
	display: inline;						/* for IE6: fixes double-margin bug */	
	float: left;
	margin: 20px;
	width: 270px;
}
div#content-container div.one-half-col {
	display: inline;						/* for IE6: fixes double-margin bug */	
	float: left;
	margin: 20px;
	width: 440px;
}
div#content-container div.two-thirds-col {
	display: inline;						/* for IE6: fixes double-margin bug */	
	float: left;
	margin: 20px;
	width: 610px;
}
div#content-container div.quadruplet-col {
	display: inline;						/* for IE6: fixes double-margin bug */	
	float: left;
	margin-left: 20px;
	width: 215px;
}
div#content-container div.triplet-col {
	display: inline;						/* for IE6: fixes double-margin bug */	
	float: left;
	margin-left: 20px;
	width: 293px;
}
div#content-container div.leftmost-col {
	clear: left;
}
div#content-container div.rightmost-col {
	margin-right: -3px;					/* for IE6: fixes duplicate-characters bug */
}
div.clear-block {
	display: block;
	height: 1px;
	line-height: 1px;
}

	/* ================================================== */
	/* 1-4 footer-top layout  */

div#footer-top {
	background: #fff url(/images/bg_footer_top.jpg) center center repeat-x;
	height: 50px;
}
div#footer-top-container {
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
div#footer-top-container ul#footer-nav {
	float: left;
	width: 630px;
}
div#footer-top-container ul#footer-nav li {
	float: left;
	padding-right: 1.5em;
}
div#footer-top-container p#copyright {
	float: left;
	width: 330px;
}

	/* ================================================== */
	/* 1-5 footer-bottom layout  */

div#footer-bottom {
	background: #000 url(/images/bg_footer_bottom.jpg) center top repeat-x;
}
div#footer-bottom-container {
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	width: 960px;
}
div#footer-bottom-container div.first-col, 
div#footer-bottom-container div.second-col, 
div#footer-bottom-container div.third-col {
	float: left;
	width: 320px;
}
div#footer-bottom-container div.second-col {
	border: #5ca3c2 solid;
	border-width: 0 1px;
	width: 318px;
}

/* ================================================== */
/* 2-0 general styling (text alignment/colors/font/spacing) */


body {
	font-family: "Lucida Grande", Helvetica, "Lucida Sans Unicode", sans-serif;
	font-size: 75%;
	color: #333333;
							/* sets base font-size roughly equal to 12px */
}
em {
	color: #333333;
	font-style: normal;
}
strong {
	color: #333333;
}

	/* ================================================== */
	/* 2-1 nav styling */

div#nav ul li a {
	color: #ccc;
	display: block;						/* enables height/width styling */
	font-size: 1em;
	font-weight: bold;
	line-height: 41px;					/* vertically centers element within parent */
	letter-spacing: -0.01em;
	width: 160px;						/* 960px divided by 6 items */
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
div#nav ul li a:hover {
	color: #ff3600;
}
div#nav ul li a:active {
	color: #ff7022;
}
body#page-home div#nav a.link-home, 
body#page-serv div#nav a.link-serv,
body#page-port div#nav a.link-port, 
body#page-faq div#nav a.link-faq, 
body#page-arti div#nav a.link-arti, 
body#page-cont div#nav a.link-cont
body#page-cont-stat div#nav a.link-cont {	/* you-are-here links */
	color: #fff;
}

	/* ================================================== */
	/* 2-2 featured project (toggle) */

	/* see slider.css */

	/* ================================================== */
	/* 2-3 content-columns styling */

div#content-container a {
	color: #ff7022;
	text-decoration: none;
}
div#content-container a:hover {
	color: #ff3600;
}
div#content-container h1, div#content-container h2, div#content-container h3 {
	letter-spacing: -0.05em;
	font-weight: bold;
}
div#content-container h1 {
	color: #666;
 	font-size: 3em; 		/* 36px */
  	line-height: 1em; 		/* 36px */
  	margin: 0.5em 0;
}
div#content-container h2 {
	color: #999;
	font-size: 2.5em; 		/* 30px */
  	line-height: 1.2em; 	/* 36px */
  	margin: 0.6em 0;
}
div#content-container h3 {
	color: #292929;
	font-size: 1.1667em; 	/* 14px */
	line-height: 1.2857em; 	/* 18px */
	margin: 1.2857em 0;
}
div#content-container h4 {
	font-size: 0.9167em; 	/* 11px */
  	line-height: 1.6364em; 	/* 18px */
  	margin: 1.6364em 0;
}  
div#content-container p {
  	font-size: 1em; 		/* 12px */
  	line-height: 1.5em; 	/* 18px */
  	margin: 0 0 1.5em 0;
}
div#content-container ul {
  	font-size: 1em; 		/* 12px */
  	line-height: 1.5em; 	/* 18px */
  	margin: 0 0 1.5em 0;
}

	/* ================================================== */
	/* 2-4 footer-top styling */

div#footer-top-container ul#footer-nav li a {
	color: #000;
	text-decoration: none;
}
div#footer-top-container ul#footer-nav li a:hover {
	color: #ff3600;
}
body#page-home ul#footer-nav a.link-home,
body#page-serv ul#footer-nav a.link-serv, 
body#page-port ul#footer-nav a.link-port, 
body#page-faq ul#footer-nav a.link-faq, 
body#page-arti ul#footer-nav a.link-arti, 
body#page-cont ul#footer-nav a.link-cont, 
body#page-cont-stat ul#footer-nav a.link-cont {	/* you-are-here links */
	color: #2bacde;
}
div#footer-top-container p#copyright {
	text-align: right;
}

	/* ================================================== */
	/* 2-5 footer-bottom styling */
	
div#footer-bottom {
	color: #fff;
	font-size: 1.1em;
}
div#footer-bottom a {
	color: #81cbec;
}
div#footer-bottom a:hover {
	color: #ff7022;
}
div#footer-bottom a:active {
	color: #f79236;
}	
div#footer-bottom-container h3 {
	font-size: 1.1667em; 		/* 14px */
	font-weight: bold;
	line-height: 1.2857em; 		/* 18px */
	margin: 0 20px;
	text-transform: uppercase;
}
div#footer-bottom-container p, div#footer-bottom-container ul {
  	font-size: 0.9167em; 		/* 11px */
  	line-height: 1.6364em; 		/* 18px */
  	margin: 1.6364em 20px;
}
div#footer-bottom-container div.first-col h3, div#footer-bottom-container div.first-col ul {
	margin-left: 0;
}

/* ================================================== */
/* 3-0 specific layout, styling (text alignmennt/colors/font/spacing) */

	/* ================================================== */
	/* 3-1 Home */
	
		/* ================================================== */
		/* 3-1a main-column styling */

ul#question-boxes {
	overflow: hidden;
	width: 610px;
}
ul#question-boxes li {
	background: #46c826;
	display: block;
	float: left;
	height: 90px;
	width: 294px;
}
ul#question-boxes li.leftmost {
	margin: 0 20px 20px 0;
}
ul#question-boxes li.logo {
	background: url(/images/bg_pencil.jpg) left bottom no-repeat;
}
ul#question-boxes li.photography {
	background: url(/images/bg_camera.jpg) left bottom no-repeat;
}
ul#question-boxes li.brochure {
	background: url(/images/bg_brochure.jpg) left bottom no-repeat;
}
ul#question-boxes li.website{
	background: url(/images/bg_monitor.jpg) left bottom no-repeat;
}
ul#question-boxes li.sign {
	background: url(/images/bg_store.jpg) left bottom no-repeat;
}
ul#question-boxes li.writing {
	background: url(/images/bg_pen.jpg) left bottom no-repeat;
}
ul#question-boxes li span {
	display: block;
	font-weight: bold;
	height: 90px;
	width: 294px;
}
ul#question-boxes li span a {					/* default links */
	color: #fff;
	display: block;
	margin: 35px 10px 0;
	text-decoration: none;
	width: 175px;
}
ul#question-boxes li span a:hover {
	color: #000;
}

		/* ================================================== */
		/* 3-1b side-column styling */
		
div.one-third-col h3#quote {
	text-indent: -5px;						/* for hanging quotes */
	line-height: 1.25em;
}

	/* ================================================== */
	/* 3-2 Services */
	
body#page-serv div#content-container h3 {
	color: #0085ca;
	text-transform: uppercase;
}

	/* ================================================== */
	/* 3-3 Portfolio */

body#page-port div#gallery-view {
	background: #fff;
	height: 350px;						/* fixed height prevents element from re-sizing to each image */
	margin: 0 auto 40px;
	width: 960px;
}
body#page-port div.galleria_wrapper {
	text-align: center;					/* centers enlarged image within parent */
}
body#page-port ul.galleria li {	/* thumbnails */
	border: #d1d1d1 solid 1px;
	float:left;
	margin: 0 13px 13px 0;
	height: 38px;
	overflow: hidden;						/* needed to crop thumbnails */
	width: 38px; 
}
body#page-port div#content-container h3 {
	color: #0085ca;
	text-transform: uppercase;
}

	/* ================================================== */
	/* 3-4 FAQ */
	
	/* in order of appearance */

body#page-faq div#content-container h1 {
	margin-left: 20px;
}
body#page-faq div#content-container div.one-third-col {
	background: url(/images/bg_brace_left.jpg) right top no-repeat;
	height: 200px;
	margin-right: 0px;
	width: 290px;							/* greater width than default class (270px) because of reduced right-margin */
}
body#page-faq div#content-container div.one-third-col h2 {
	color: #666;
	font-style: italic;
	padding-top:10px;
	letter-spacing:-0.1em;
	
}
body#page-faq div#content-container div.two-thirds-col {
	background: url(/images/bg_brace_right.jpg) 450px bottom no-repeat;
	position: relative;
}
body#page-faq div#content-container div.two-thirds-col div.left-col {
	float: left;
	width: 440px;
}
body#page-faq div#content-container div.two-thirds-col div.left-col ul {
	list-style: decimal;
	margin-left: 2em;
}
body#page-faq div#content-container div.two-thirds-col div.right-col {
	bottom: 0;
	float: right;
	height: 130px;
	position: absolute;
	right: 0;
	width: 120px;
}
body#page-faq div#content-container div.two-thirds-col div.right-col h3 {
	line-height: 130px;
	margin: 0;
}
body#page-faq div#content-container div.two-thirds-col div.right-col h3 a {
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
body#page-faq div#content-container div.two-thirds-col div.right-col h3 a:hover {
	color: #ff3600;
}
p.top-fold, p.bottom-fold {
	clear: both;
	height: 20px;
	margin: 0 auto;
	width: auto;
}
p.top-fold {
	background: url(/images/bg_fold_top.jpg) center center no-repeat;

}
p.bottom-fold  {
	background: url(/images/bg_fold_bottom.jpg) center center no-repeat;
}

	/* ================================================== */
	/* 3-5 Articles */
	
body#page-arti h3.beginning-section {
	color: #0085ca;
}
body#page-arti h3.middle-section {
	color: #ff3600;
}
body#page-arti h3.ending-section {
	color: #0f9d00;
}

	/* ================================================== */
	/* 3-6 Contact */
	
	/* in order of appearance */
	
body#page-cont a img {
	border: #ff7022 solid 1px;
}
body#page-cont a:hover img {
	border-color: #ff3600;
}
body#page-cont form {
	margin: 2em auto 0;					/* makes form expand to match parent width */
	overflow: hidden;
	width: 293px;						/* same width as containing column */
}
body#page-cont form input, 
body#page-cont form label, 
body#page-cont form textarea {
  	font-size: 1.5em; 		/* 18px */
  	line-height: 1em; 		/* 18px */
	width: 289px;						/* for IE6: percentage width causes textarea to expand horizontally with text; smaller width than form (293px) to accomodate left- and right-borders */
}
body#page-cont form input, 
body#page-cont form textarea {
	background: #f2fafd;
	border: #999 solid 1px;
}
body#page-cont form input:focus, body#page-cont form input.sffocus,
body#page-cont form textarea:focus, body#page-cont form textarea.sffocus {
	border-color: #f36300;
}
body#page-cont form input {
	padding: 2px 0;
}
body#page-cont form label {
	color: #0085ca;
}
body#page-cont form p {
	margin: 1.5em 0;						/* reset general paragraph margins */
}
body#page-cont form p#submit {
	overflow: auto;
}
body#page-cont form p#submit input {
	background: #ff7022;
	color: #fff;
	cursor: pointer;
	float: right;
	width: 50%;
}
body#page-cont form p#submit input:hover {
	background: #ff3600;
}
body#page-cont form p#submit input:focus, body#page-cont form p#submit input.sffocus {
	background: #0085ca;
}

		/* ================================================== */
		/* 3-6a Message Status */

body#page-cont-stat div#content-container div#message-container {
	margin: 20px;
	padding-bottom: 100px;
}	
body#page-cont-stat div#content-container div#message-containerul li {
	margin: 0 20px;
}
body#page-cont-stat div#footer-bottom {
	padding-bottom: 100px;
}