@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body, #wrapper {height: 100%;}

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}
#wrapper {
	height: auto;
	min-height: 100%;
	width: 882px;
	margin: 0px auto;
	text-align: left;
}
#main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 100px;
}  
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 293px;
	width: 882px;
}
/* Main Content Containers */
.mainContainer {
	float: left;
	width: 732px;
	position: relative;
}
.threeCol {
	clear: none;
	float: left;
	width: 244px;
	position: relative;
}
.twoCol {
	clear: none;
	float: left;
	width: 444px;
	position: relative;
	padding-right: 20px;
}
.oneCol {
	clear: both;
	float: left;
	width: 732px;
	position: relative;
}

/* Nav bar */
#navBar {
	height: 50px;
	width: 882px;
	padding-top: 243px;
}
#navContainer {
	height: 48px;
	width: 822px;
	padding-left: 60px;
}

/* Nav 1 */
#navPortfolio ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
}
#navPortfolio li {
	display:inline;
	margin:0; padding:0;
}
#navPortfolio a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 97px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navPortfolio a:hover {
	background-position: 0px -48px;
}
/* Nav 2 */
#navServices ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
}
#navServices li {
	display:inline;
	margin:0; padding:0;
}
#navServices a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/navServices.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 97px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navServices a:hover {
	background-position: 0px -48px;
}

/* Nav 3 */
#navContact ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
}
#navContact li {
	display:inline;
	margin:0; padding:0;
}
#navContact a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 97px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navContact a:hover {
	background-position: 0px -48px;
}
/* Nav 4 */
#navBlog ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
}
#navBlog li {
	display:inline;
	margin:0; padding:0;
}
#navBlog a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/navBlog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 97px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navBlog a:hover {
	background-position: 0px -48px;
}
/* Nav 5 */
#navProcess ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
}
#navProcess li {
	display:inline;
	margin:0; padding:0;
}
#navProcess a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/navProcess.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 97px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navProcess a:hover {
	background-position: 0px -48px;
}
/* END nav */


#footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
} 
#footerTop {
	clear: both;
	width: 732px;
	padding-left: 50px;
	font-size: 0.8em;
	padding-right: 100px;
	background-image: url(../images/footer_bg_top.gif);
	background-repeat: no-repeat;
	height: 41px;
}
#footerMain {
	clear: both;
	width: 732px;
	padding-top: 20px;
	padding-left: 50px;
	font-size: 0.8em;
	padding-right: 100px;
}
#footerBottom {
	background-image: url(../images/footer_bottom.gif);
	height: 35px;
	width: 732px;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 100px;
}
#footerMain .mainContainer {
	float: left;
	width: 732px;
	position: relative;
}
#footerMain .threeCol {
	clear: none;
	float: left;
	width: 244px;	
	position: relative;
}
#footerMain .twoCol {
	clear: none;
	float: left;
	width: 466px;
	position: relative;
}
#footerMain .oneCol {
	clear: both;
	float: left;
	width: 732px;
	position: relative;
}


#footerMain a {
	color: #139AE7;
	text-decoration: underline;
}
#footerMain a:hover {
	color: #F90;
	text-decoration: underline;
}
#footerMain a:visited {
	color: #C66;
	text-decoration: underline;
}
#footerMain a:active {
	color: #F33;
	text-decoration: underline;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {
	display: block;
	clear: both;
}
/* End hide from IE-mac */
a {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	color: #FC9;
	text-decoration: underline;
}
a:active {
	color: #F33;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	color: #FFF;
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
h2 {
	font-size: 1.6em;
	color: #FFF;

}
h3 {
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
h5 {
	
}
h6 {
	
}
.subTitle {
	line-height: 1.5em;
	margin-top: 0px;
	font-style: italic;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	color: #036;
	font-weight: bold;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.emphasis {
	font-weight: bold;
	text-transform: uppercase;
}
.italic {
	font-style: italic;	
}
.center {
	text-align: center;	
}
.whatwedo {
	background-image: url(../images/art_brush.png);
}
.process {
	background-image: url(../images/process.png);
}
.success {
	background-image: url(../images/success_story.png);
}
.testimonials {
	background-image: url(../images/comments.png);
}
.airport {
	background-image: url(../images/airport.png);
}
.compass {
	background-image: url(../images/compass.png);
}
.clock {
	background-image: url(../images/clock.png);
}
.wings {
	background-image: url(../images/wings.png);
}
.penPaper {
	background-image: url(../images/pen_paper.png);
}
.comment {
	background-image: url(../images/comment.png);
}
.iconTitles {
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 50px;
	line-height: 45px;
	margin-top: 10px;
}
.tinyList {
	font-size: 0.9em;
	display: block;
	margin-left: 30px;
	line-height: 1.5em;
}
.tinyParagraph {
	font-size: 0.9em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 1.5em;
}
.allCaps {
	text-transform: uppercase;	
}
.clear-right {
	clear: right;	
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}

.fullJustify {
	text-align: justify;	
}
.lessLineSpacing {
	line-height: 1.4em;
	padding-top: 5px;
}
ul {
	list-style-position: outside;
	padding-left: 30px;
	line-height: 1.5em;
	margin: 10px;
}
.featureImage {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	border: 5px solid #FFF;
}
.portfolioImage {
	border: 5px solid #FFF;
}
.portfolioBox {
	clear: none;
	float: left;
	width: 330px;
	position: relative;
	padding: 15px;
	text-align: center;
}
