/* css for TEG-DODD website.
 original inspiration came from: http://www.robalan.com/
*/
@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h2 {
	margin: 25px 0 0 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	padding-bottom: 1em;
}

p.newline {
	clear: both;
}

a, a:visited  {
	color: #000000;
	text-decoration: none;
}


ul.services{
	list-style: none;
	width: 210px;
	float: left;
	padding-left: 10px;
}



ul.services li {
	margin-bottom: 15px;
	background: url("../img/bullet_nb_square-blk_check.png") no-repeat;
	padding-left: 25px;
}

#navUl {
	list-style: none;
	margin-top: 10px;
	width: 415px;
	padding: 0;
}

li.navLi {
	background: url("../img/nav.png");
	width: 100px;
	height: 34px;
	margin-right: 3px;
	float: left;
	padding: 0;
}

li.active {
	background: url("../img/navActive.png");
}

#navUl li a, #navUl li a:visited {
	padding-top: 5px;
	display:block;
	text-decoration:none;
	width:104px;
	height:24px;
	text-align:center;
	line-height:20px;
	color: black;
	font-size:14px;
	overflow:hidden;
}

#navUl li.active a, #navUl li.active a:visited {
	color: #66000;
}


/* THE CONTAINTER DIV - NEEDED TO STICK FOOTER TO BOTTOM OF PAGE */
#container {
	background: url("../img/bg-outerWrap.gif");
	min-height:100%;
	position:relative;
}

.divLeft {
	width: 490px;
	float: left;
}

.divRight {
	float: left;
	width: 300px;
	margin: 5px;
}


/* THE HEADER DIVS */
#headerWrap {
	background: url("../img/bg-header.gif") repeat-x;
	height: 196px;
}

#header {
	width: 800px;
	margin: 0 auto;
}


img {
	border: none;
}


/* CONTENT */
#contentWrap {
	padding-bottom: 130px; /* make sure this number is identical to the footerWrap height */
}

#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}

div.portfolio {
	margin-right: 20px;
	margin-bottom: 30px;
	width: 240px;
	height: 170px;
	float: left;
}


/* THE FOOTER DIV */
#footerWrap {
	background: url("../img/bg-footer.gif") repeat-x;
	height: 200px;
	position:relative;
	bottom:0;
	width: 100%;
}

#footer {
	width: 800px;
	margin: 0 auto;
}

#footer h3 {
	margin: 35px 0 0 0;
}

#footer h4 {
	font-size: smaller;
	margin: 0 0 10px 0;
}

#footer p {
	font-size: smaller;
	padding: 3px 0 0 0;
	float: left;
	margin: 0;
}


#footer p.contactLeft {
	clear: both;
	width: 70px;
	padding: 3px 0 0 0;
	margin: 0;
}


.smacnab {
	color: #999966;
	font-size: 10px;
}

.smacnab a, .smacnab a:visited {
	text-decoration: none;
	color: #999966;
}



/* CLEARFIX */
.clearfix {
	padding-bottom: 10px;
}

 .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 .clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */
 * html .clearfix{ height:1px; }
