/* MAIN */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(/images/pattern.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 100%;
}


body,td,th {
	
	font-family: Helvetica, Arial, sans-serif;
	color: #2f2f2f;
	font-size: 13px;
	line-height: 1.4;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

h1 {
	font-family: Karat Medium, Times New-Roman sans-serif;
	color: #2f2f2f;
}

h2 {
	font-family: "Century Gothic", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #c6680a;
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
}

h3 {
	color: #2f2f2f;
}

a {
	color: #c6680a;
	text-decoration: underline;
}

a hover {
	color: #9D9C50;
	text-decoration: none;
}

a visited {	
	color: #c6680a;
	text-decoration: underline;
}

.small {
	font-weight: normal;
	font-size:10px;
}

/* PAGE LAYOUT */


#pagewrap {
	position: relative;
	margin: 0 auto;
}

#header {
	position: relative;
	margin: 0 auto;
	background-image: url(/images/bg_header.gif);
	background-repeat: repeat-x;
	height: 180px;
}

#header_content {
	position: relative;
	margin: 0 auto;
	height: 180px;
	width: 900px;
}

#logo {
	position: absolute;
	top: 45px;
	left: 0px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 117px;
	z-index: 50;
}

#tagline {
	position: absolute;
	top: 45px;
	left: 500px;
	background-image: url(/images/tag-line.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 117px;
	z-index: 1;
}

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 564px;
	height: 30px;
}

#nav_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav_table tr td {
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_nav {
	position: relative;
	width: 55px;
	height: 30px;
	background-image: url(/images/home.gif);
	background-repeat: none;
}

#services_nav {
	position: relative;
	width: 70px;
	height: 30px;
	background-image: url(/images/services.gif);
	background-repeat: none;
}

#portfolio_nav {
	position: relative;
	width: 71px;
	height: 30px;
	background-image: url(/images/portfolio.gif);
	background-repeat: none;
}

#clients_nav {
	position: relative;
	width: 76px;
	height: 30px;
	background-image: url(/images/clients.gif);
	background-repeat: none;
}

#about_nav {
	position: relative;
	width: 70px;
	height: 30px;
	background-image: url(/images/about.gif);
	background-repeat: none;
}

#contact_nav {
	position: relative;
	width: 80px;
	height: 30px;
	background-image: url(/images/contact.gif);
	background-repeat: none;
}

#mpower_nav {
	position: relative;
	width: 72px;
	height: 30px;
	background-image: url(/images/mpowernav.gif);
	background-repeat: none;
}

#content_table {
	position: relative;
	margin: 0 auto;
}

#portfolio {
	list-style: none;
}

#portfolio a {
	text-decoration: none;
}

#portfolio img {	
	border-color: #c6680a;
}

#portfolio hr {
	border-color: #DDDDDD;
}

#left_home {
	width: 261px;
	vertical-align: top;
	border: black;
	border-right: #DDDDDD solid 1px;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 25px;
}

#center_home {
	width: 261px;
	vertical-align: top;
	border: black;
	border-right: #DDDDDD solid 1px;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 25px;
}

#right_home {
	width: 261px;
	vertical-align: top;
	border: black;
	margin-top: 25px;
}

#bottom_home {
	width: 858px;
	vertical-align: top;
	margin-top: 15px;
	padding-top: 15px;
	border-top: #DDDDDD solid 1px;
}

#left_col {
	width: 455px;
	vertical-align: top;
	border: black;
	border-right: #DDDDDD solid 1px;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 25px;
}

#spacer {
	vertical-align: top;
}

#right_col {
	width: 240px;
	vertical-align: top;
	border: black;
	margin-top: 25px;
}

#sidequote {
	padding: 15px 15px 15px 15px;
	font-family: Times New-Roman, Times, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #c6680a;
}

#sidequote_mpower {
	padding: 0px 15px 15px 15px;
	font-size: 12px;
}

#sidequote_mpower dl {
	padding: 0px;
	margin: 15px 0px 15px 0px;
	background-color: #AEB480;
	border-bottom: 1px solid #949C50;
	border-left: 1px solid #949C50;
}

#sidequote_mpower dt {
	color: #FFF;
	border-top: 1px solid #949C50;
}

#sidequote_mpower dt:hover {
	background-color:#949C50;
}

#sidequote_mpower dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;	
}

.mpower_table {
	border-right: 1px solid #949C50;
	border-bottom: 1px solid #949C50;
	background-color: #FFF;
}

.mpower_table th {
	color: #FFF;
	background-color:#B4BC70;
	border-left: 1px solid #949C50;
	border-top: 1px solid #949C50;
}

tr.zebra {
	background-color: #F7FAF3;
}

.mpower_table td {
	text-align: center;
	white-space: nowrap;
	border-left: 1px solid #949C50;
	border-top: 1px solid #949C50;
}

.mpower_table th.blank {
	border-left: 1px none #949C50;
	border-top: 1px none #949C50;
	background-color: transparent;
}

.mpower_table td.label {
	text-align: left;
	font-weight: bold;
	white-space: normal;
}

.mpower_table td.label2 {
	text-align: left;
	white-space: normal;
}

.mpower_table td p {
	margin-top: 0px;
}

#mpower {
	position: relative;
	width: 380px;
	float: left;
}

#featured {
	position: relative;
	float: right;
	font-size: 14px;
	width: 475px;
	background-image: url(/images/featured_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}

#featured dl {	
	display: inline;
}

#featured_content {
	position: relative;
	width: 425px;
	left: 33px;
}

#copyright {
	color: #666666;
	text-decoration: none;
	margin-bottom: 40px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: #DDDDDD solid 1px;
	font-size: 11px;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a visited {
	color: #666666;
	text-decoration: none;
}

#copyright a hover {
	color: #c6680a;
	text-decoration: none;
}

#copyright .dark {
	background-color: inherit;
	color: #2f2f2f;
	text-decoration: none;
}