@import "css/960/reset.css"; /*css reset from 960 grid system (http://960.gs)*/
@import "css/960/text.css"; /*typography setup from 960 grid system (http://960.gs)*/
@import "css/eb/menu.css"; /*tabbed css menu styles from exploding-boy (http://exploding-boy.com)*/
@import "css/portfolio/portfolio.css"; /*css for portfolio display*/
@import "css/process/process.css"; /*css for process display*/
@import "css/services/services.css"; /*css for services display*/

/*img, div, a, span, h1, h2, p { 
	behavior: url(../data/themes/effinmod/js/pngfix/iepngfix.htc); 
	}*/
	
html {
	height: 100.199%;
	min-height: 100.199%;
	}

body {
	width: 960px;
	margin: 0 auto;
	background: #000000;
	background-image: url('img/bodyBackground.jpg');
	background-position: center 25px;
	background-repeat: repeat-y;
	}
#wrapper {
	position: relative;
	}
#hd {
	width: 100%;
	height: 100px;
	float: right;
	background-image: url('img/headerBack.png');
	background-repeat: no-repeat;
	}
body#front .hideTitle, body#process .hideTitle, body#services .hideTitle, body#portfolio .hideTitle, body#contact .hideTitle {
	display: none;
	}
#hd h2 {
	text-indent: -100em;
	overflow: hidden;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	width: 285px;
	}

#hd h2 a {
	display: block;
	width: 285px;
	height: 85px;
	}

#ct {
	clear: left;
	width: 100%;
	height: 550px;
	min-height: 550px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	}

#ct p {
	color: #ffffff;
	}
#ct form {
	color:#ffffff;
    }	
.banner {
	width: 100%;
	height: 175px;/*
	background-image: url('img/bannerBackground.png');
	background-repeat: repeat-y;*/
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
body#front .innerContent {
	background-image: url('img/moduleLines.png');
	background-repeat: repeat-y;
	clear: both;
	height: 450px;
	width: 960px;
	margin: 0 auto;
	}
.module {
	width: 305px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/*background-image: url('img/moduleBackground.png');
	background-repeat: repeat-y;
	height: 500px;
	min-height:500px;*/
	}
/*body#front .lines {
	border-right: 1px solid #333333;
	height: 525px;
	min-height: 525px;
}*/
.module h2 {
	color: #F58220;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 14px;
	}
.module p {
	margin: 15px;
	margin-top: 5px;
	}
.module a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	}
.module a:hover {
	text-decoration: none;
	color: #ffffff;
	}
.module a:active {
	text-decoration: none;
	color: #ffffff;
	}
.module a:visited {
	color: #ffffff;
	}
#twitter-link {
	text-align: left;
	padding-left: 15px;
	margin-top: 0px;
	text-decoration: none;
	}
#twitter-link img {
	margin-right: 5px;
}
#twitter_div {
	color: #ffffff;
	}
#twitter_div ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
	width: 290px;
	}
#twitter_div ul li {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	float: left;
	margin-left: 0;
	}
#twitter_div ul li span {
	float: left;
	width: 290px;
}
#twitter_div ul li a {
	margin-top: 5px;
	/*float: left;
	width: 290px;
	display: block;*/
}
#twitter_div .validator {
	display: none;
}
#ft {
	background-image: url('img/footerBackground.png');
	width: 100%;
	position: relative;
	height: 50px;
	min-height: 50px;
	clear: both;
	float: left;
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	}
#ft p {
	margin-top: 3px;
	margin-right: 30px;
	}
#ft img {
	border: 0;
	margin-top: 7px;
	}
#ft a {
	text-decoration: none;
	}
