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

* {	
	margin:0;
	padding:0;
	outline:none;
}
html,body {
	width:100%;
	height:100%;
	background:url(../images/tile-top-home.jpg) top repeat-x;
}
p {
	margin:15px 0 15px 0;
	line-height:1.4em;
}
h1 {
	font-size:1.8em;
	color:#33cc00;
}
.clear { 
	clear:both; 
	background:none; 
}

/* BEGIN LAYOUT STYLES */
#outerWrap {
	position:relative; 
	width:100%;
	height:auto !important; 
	height:100%; 
	min-height:100%;
	text-align:center;
	font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
	font-size:62.5%;
	color:#666;
	background:url(../images/tile-bottom.jpg) bottom repeat-x;
}
#innerWrap {
	margin:0 auto;
	width:956px;
	text-align:center;
}

/* BEGIN HEADER */
#header {
	position:relative;
	width:956px;
	height:100px;
	border-bottom:1px solid #fff;
	background:url(../images/tile-header.jpg) bottom repeat-x;
}
#mainPhone {
	position:absolute;
	top:0;
	right:0;
	width:140px;
	height:30px;
	line-height:33px;
	text-align:right;
	font-size:1.7em;
	font-weight:bold;
	color:#fff;
	background:url(../images/phone.jpg) left no-repeat;
}
#logo {
	float:left;
	width:406px;
	height:100px;
	padding-right:35px;
	font-size:0px;
}

/* HEADER MENU */
#menuHome {
	float:left;
	width:515px;
	height:40px;
	margin-top:30px;
	background:url(../images/links-bg.png) top left no-repeat;
}
#menuHome ul {
	list-style:none;
}
#menuHome ul li {
	display:inline;
	padding:0 15px;
}
#menuHome a {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	text-decoration:none;
}
#menuHome a:hover {
	color:#85e0ff;
}

/* BEGIN FEATURED AREA */
#featuredArea {
	width:956px;
	height:201px;
	border-top:3px solid #1bb4f8;
}
#featuredArea a {
	display:block;
	width:239px;
	height:51px;
	padding:150px 0 0 0;
	font-size:2em;
	color:#0066ff;
	text-decoration:none;
}
#blog {
	float:left;
	width:239px;
	height:201px;
	background:url(../images/announcements.jpg) no-repeat;
}
#blog a:hover {
	background:url(../images/announcements-over.jpg) no-repeat;
}
#featuredProject {
	float:left;
	width:239px;
	height:201px;
	background:url(../images/featured-project.jpg) no-repeat;
}
#featuredProject a:hover {
	background:url(../images/featured-project-over.jpg) no-repeat;
}
#clientTestimonials {
	float:left;
	width:239px;
	height:201px;
	background:url(../images/client-testimonials.jpg) no-repeat;
}
#clientTestimonials a:hover {
	background:url(../images/client-testimonials-over.jpg) no-repeat;
}
#pressReleases {
	float:left;
	width:239px;
	height:201px;
	background:url(../images/press-releases.jpg) no-repeat;
}
#pressReleases a:hover {
	background:url(../images/press-releases-over.jpg) no-repeat;
}

/* BEGIN CONTENT */
#contentHeaderHome {
	position:relative;
	margin:15px 0;
	padding:0 20px;
	width:916px;
	height:40px;
	text-align:left;
	line-height:40px;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:0.04em;
	color:#fff;
	background:url(../images/content-header-home.jpg) no-repeat;
}	
#columnsWrapper {
	font-size:1.4em;
	padding:0 0 300px;
	width:956px;
	text-align:left;
}
#leftColumn {
	padding:15px 0 0 20px;
	float:left;
	width:561px;
}
#rightColumn {
	float:right;
	text-align:center;
	width:375px;
	height:350px;
}
#rightColumn img {
	border:none;
}
#rightColumn #flashPlayer {
	font-size:1.4em;
	margin:15px;
}

/* BEGIN FOOTER */
#footerWrap {
	position:absolute;
	width:956px;
	height:275px;
	bottom:0; 
	font-size:1em;
}
#companyHeadquarters {
	float:left;
	text-align:left;
	width:446px;
	height:75px;
	background:url(../images/companyHQ-arrow.jpg) bottom left no-repeat;
}
#companyHeadquarters a {
	display:block;
	padding:10px 0 10px 46px;
	width:400px;
	height:55px;
	font-size:1.1em;
	color:#333333;
	text-decoration:none;
}
#companyHeadquarters #arrow {
	float:left;
	width:32px;
	height:75px;
	padding-right:15px;
	background:url(../images/companyHQ-arrow.jpg) bottom left no-repeat;
}
#companyHeadquarters span {
	font-size:1.3em;
	font-weight:bold;
	margin:8px 0;
	color:#0066FF;
}
#footer {
	clear:both;
	height:185px;
	padding-top:15px;
	position:relative;
	text-align:left;
}

/* FOOTER MENU */
#footerMenu {
	width:578px;
	height:40px;
	padding-left:20px;
	background:url(../images/links-bg.png) top left no-repeat;
}
#footerMenu ul {
	list-style:none;
}
#footerMenu ul li {
	display:inline;
	padding:0 15px;
}
#footerMenu a {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	text-decoration:none;
}
#footerMenu a:hover {
	color:#85e0ff;
}

#footerContact {
	position:absolute;
	width:388px;
	height:205px;
	top:-52px;
	right:76px;
}
#footerContactBG {
	width:388px;
	height:205px;
	background:url(../images/footer-contactBG.png) no-repeat;
}
#footerContactHeader {
	padding:15px 0 0 0;
	text-align:center;
	font-size:3.1em;
	font-weight:bold;
	color:#fff;
}
#footerContactText {
	padding:15px 0 15px 75px;
	text-align:left;
	font-size:1.9em;
	color:#fff;
}
/*
#footerContactText #phone {
	font-weight:bold;
	color:#FF0000;
}
*/
#footerContactText a {
	color:#fff;
}
#footerContactText a:hover {
	color:#c9ff30;
}
#validator {
	float:left;
	width:378px;
	height:80px;
	text-align:center;
	padding-top:65px;
}
#validator a {
	display:block;
	width:80px;
	height:75px;
	text-decoration:none;
}
#validatorImgWrap {
	margin:0 auto;
	width:170px;
	height:75px;
}
#xhtml {
	float:left;
	width:80px;
	height:75px;
	background:url(../images/W3C-xhtml.png) no-repeat;
}
#css {
	float:left;
	margin-left:10px;
	width:80px;
	height:75px;
	background:url(../images/W3C-css.png) no-repeat;
}
#copyright {
	float:left;
	width:578px;
	height:30px;
	line-height:15px;
	padding-top:105px;
	color:#fff;
	text-align:center;
}
#copyright a {
	color:#fff;
	text-decoration:underline;
}
#copyright a:hover {
	color:#85e0ff;
}
	












