html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

p{ margin-bottom:1.2em;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font: 14px/19px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:transparent url(images/header.jpg) repeat-x;

}
.oneColFixCtr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:505px;
	display:block;
	overflow:hidden;
	float:right;
}

.oneColFixCtr #mainContent ul {
	margin:0 30px;
}

.oneColFixCtr #mainContent li {
	list-style:disc outside;
	margin:0 0 1em;
}

#header {
	height:285px;
	width:946px;
	display:block;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	top:25px;
	left:40px;
}

#laptop {
	position:absolute;
	right:37px;
}

#headerText {
	position:absolute;
	top:151px;
	left:40px;
	width:650px;
	text-align:left;
}

ul#mainNav{
	margin:0;
	padding:0;
	position:absolute;
	bottom:32px;
	width:950px;
}

ul#mainNav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

ul#mainNav li a {
	display:block;
	float:left;
	height:25px;
	overflow:hidden;
	text-indent:-9000px;
	height:29px;
	background:transparent url(images/main_nav.png) no-repeat;

}

ul#mainNav li#front {
	width:31px;
	display:block;
	float:left;
	height:25px;
	overflow:hidden;
	text-indent:-9000px;
	height:29px;
	background:transparent url(images/main_nav.png) 0 0 no-repeat;
}

ul#mainNav li#about a {
	width:107px;
	background-position:-31px 0;
}

ul#mainNav li#services a {
	width:87px;
	background-position:-138px 0;
}

ul#mainNav li#clients a {
	width: 102px;
	background-position:-225px 0;
}

ul#mainNav li#news a {
	width:153px;
	background-position:-327px 0;
}

ul#mainNav li#contact a {
	width:102px;
	background-position:-480px 0;
}

ul#mainNav li#end {
	width:362px;
	display:block;
	float:left;
	height:25px;
	overflow:hidden;
	text-indent:-9000px;
	height:29px;
	background:transparent url(images/main_nav.png) -582px 0 no-repeat;
}


span.red {
	color:#d02129;
}

* {margin:0;padding:0;} 


html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 125px;}  /* must be same height as the footer */
	
h1 {
	color:#a1a1a1;
	font-size:24px;
	margin:0 0 40px;
}



#footer {position: relative;
	margin-top: -124px; /* negative value of footer height */
	clear:both;
	background:transparent url(images/footer.gif) repeat-x;
	height: 124px;
	width:100%;
	display:block;
	} 
#footerContainer {
	width:946px;
	display:block;
	margin:0 auto;
	position:relative;
}

#footerConent {
	border:1px solid #BEBEBD;
	font-size:11px;
	line-height:14px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	right:0;
	top:30px;
}	

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

ul#serviceNav{
	margin:0;
	padding:15px 0 0 0;
	width:870px;
}

ul#serviceNav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

ul#serviceNav li a {
	display:block;
	float:left;
	height:25px;
	overflow:hidden;
	text-indent:-9000px;
	height:141px;
	width:171px;
	background:transparent url(images/service_icons.jpg) no-repeat;
	margin:0 0 10px 0;

}

ul#serviceNav li a:hover {
background-image: url(images/service_icons_over.jpg);
}

ul#serviceNav li#plan a {
	background-position:-347px 0;
}

ul#serviceNav li#pm a {
	background-position:-523px 0;
}
ul#serviceNav li#write a {
	background-position:-698px 0;
}
ul#serviceNav li#script a {
	background-position: 0 -151px;
}
ul#serviceNav li#it a {
	background-position:-172px -151px;
}
ul#serviceNav li#medi a {
	background-position:-347px -151px;
}
ul#serviceNav li#survive a {
	background-position:-523px -151px;
}
ul#serviceNav li#onsite a {
	background-position:-698px -151px;
}

ul#serviceSubNav {
	position:absolute;
	bottom:10px;
	left:40px;
}

ul#serviceSubNav li {
	list-style:none;
	margin:0;
	padding:0 10px 0 0;
	float:left;
}

ul#serviceSubNav li a {
	color:#606060;
	text-decoration:none;
}

ul#serviceSubNav li a:hover {
	color:#d02129;
	text-decoration:none;
}


