body {
	background: url(../images/bgcolor.gif);
	font: 9pt 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

a {
	color: #FF6635;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}


#page {
	margin: 10px auto;
	width: 876px;
	background: url(../images/container_middle.gif);
}

#header {
	height: 110px;
	width: 876px;
	overflow: hidden;
	background: url(../images/container_top.gif) no-repeat top center;
	padding: 21px 0 0 0;
	margin: 0;
	text-align: right;
}
#hero_blurb {
	position: relative;
	font-size: 1.1em;
	top: -95px;
	left: 30px;
	color: #fff;
}
#hero_blurb a {
	font-weight: bold;
	color: #fff;
}


#content {
	width: 826px;
	padding: 60px 25px 40px 25px;
	background: url(../images/container_bottom.gif) no-repeat bottom center #fff;
}

#footer {
	padding: 20px 25px;
	font-size: .9em;
	background: url(../images/bgcolor.gif);
	color: #666;
}
#footer em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}


/* tab rollovers */
#header dl { margin: 0; padding: 0; float: left;}
#header dt {
	float: left;
	width: 99px;
}
#header dt a {
	display: block;
	height: 0px !important;
	height /**/:42px; /* IE 5/Win hack */ 
	padding: 42px 0 0 0;
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}
#header dt a:hover,
#header dt a.tab_on {
	background-position: 0 -42px;
}
#header dt#tab_home,
#header dt#tab_home a { background-image: url(../images/tab_home.gif); }
#header dt#tab_about,
#header dt#tab_about a { background-image: url(../images/tab_about.gif); }
#header dt#tab_solutions,
#header dt#tab_solutions a { background-image: url(../images/tab_solutions.gif); }
#header dt#tab_clients,
#header dt#tab_clients a { background-image: url(../images/tab_clients.gif); }
#header dt#tab_contact,
#header dt#tab_contact a { background-image: url(../images/tab_contact.gif); }


/* subnav rollovers */
#subnav {
	margin: -31px 0 50px -25px;
	padding: 0 0 0 25px;
	width: 851px;
	height: 32px;
	overflow: hidden;
	background: url(../images/subnav_left.gif);
}
#subnav dl {
	margin: 0;
	padding: 0;
	float: left; 
	display: inline;
}
#subnav dt {
	float: left;
	width: 176px;
	text-align: center;
	font-size: 1em;
}
#subnav dt a {
	display: block;
	height: 32px;
	color: #fff;
	padding-top: 9px;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-image: url(../images/subnav_tab.gif);
}
#subnav dt a.tab_on {
	background-position: 0 -32px;
	text-decoration: none;
}



.bold {
	font-weight: bold;
}

/* HILITE COLORS, GENERAL AND PAGE-SPECIFIC */
.hilite { color: #408A9E; }

#home .hilite,
#home h1,
#home h2 {
	color: #00a1b1; }
#about .hilite,
#about h1,
#about h2 {
	color: #898989;}
#solutions .hilite,
#solutions h1,
#solutions h2 {
	color: #9d015a; }
#clients .hilite,
#clients h1,
#clients h2 {
	color: #71b939; }
#contact .hilite,
#contact h1,
#contact h2 {
	color: #c60851; }


.client_sidebar {
	float: left;
	width: 180px;
	font-size: 93%;
	line-height: 1.3em;
}

.client_sidebar h2 {
	margin: 0 0 .5em 0;
	font-size: 110%;
	font-weight: bold;
}

.client_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.client_sidebar li {
	height: 41px;
	border-top: 1px dashed #ccc;
	padding: 3px 0 0 0;
}

.client_sidebar img {
	padding-right: 3px;
}
.client_sidebar span {
	vertical-align: 15px;
}


.main {
	float: left;
	width: 415px;
	margin-left: 25px;
	color: #777;
}

.main h1 {
	margin: 0 0 1.4em 0;
	font-size: 170%;
	font-weight: normal;
	font-style: italic
}
.main h2 {
	margin: 20px 0 0 0;
	font-size: 105%;
	font-weight: bold;
}
.main h2+p {
	margin-top: 0;
}
.main p {
	text-align: justify;
}

#clients .main a {
	font-size: .9em;
	padding-top: 5px;
}



.sidebar {
	float: left;
	margin: 0 0 0 26px;
	width: 180px;
	color: #777;
	font-size: 93%;
	line-height: 1.3em;
}

.sidebar h2 {
	margin: 0;
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
}


/* right sidebar quote boxes */

ul.sidebox {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	width: 180px;
	overflow: hidden;
} 

ul.sidebox li.top {
	height: 10px;
	padding: 0;
	background: url(../images/sidebox_top.gif) bottom no-repeat;
}

ul.sidebox li {
	color: #888;
	padding: 3px 15px;
	background: url(../images/sidebox_bg.gif);
}

ul.sidebox li.bottom {
	height: 10px;
	padding: 0;
	background: url(../images/sidebox_bottom.gif) top no-repeat;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


