/* -- reset styles -- */
fieldset,form,h1,h2,h3,h4,img,label,legend,li,ol,p,td,th,ul {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}

/* -- base styles -- */
body,input,select,textarea {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
}

body {
	color: #000000;
	margin: 0 0 2.5em 0;
	text-align: center; /* IE fix */
}

a {
	color: #7C99CA;
}

h2 {
	font-size: 2.3em;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.7em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.3em;
	margin: 0.6em 0;
}

hr {
	display: none;
}

input,textarea {
	font-size: 1em;
}

p,li {
	font-size: 1.2em;
	line-height: 1.4;
}

p {
	margin-bottom: 1.3em;
}

ol,ul {
	margin: 0 0 1.8em 2em;
}

.hide {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 1em;
}

/* -- header -- */
#header {
	background: url(../img/headergradient.gif) repeat-x top left;
	float: left; /* floated left to clear all child floats and pull down background */
	padding-top: 20px;
	width: 100%;
}

#header .inner {
	margin: 0 auto;
	text-align: left; /* IE fix */
	width: 755px;
}

#header h1 {
	background: url(../img/logo.gif) no-repeat top left;
	display: block;
	height: 84px;
	margin: 0 0 26px 10px;
	width: 261px;
}

#header ul {
	height: 1%; /* IE fix */
	list-style: none;
	margin: 0 0 0 6px;
}

#header li {
	background: url(../img/tableft.gif) no-repeat top left;
	float: left;
	font-size: 1em;
	margin-right: 6px;
}

#header li.active {
	background: url(../img/tabactiveleft.gif) no-repeat top left;
}

#header a {
	background: url(../img/tabright.gif) no-repeat top right;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 12px 5px;
	text-decoration: none;
}

#header li.active a {
	background: url(../img/tabactiveright.gif) no-repeat top right;
}

#headerdivide {
	background: url(../img/headerdivide.gif) repeat-x top right;
	clear: left;
	height: 54px;
}

/* -- content -- */
#content {
	margin: 0 auto;
	padding: 0 46px;
	text-align: left; /* IE fix */
	width: 663px;
}

/* -- home styles -- */
#welcomeimage {
	float: left;
	height: 232px;
	width: 250px;
}

#welcometext {
	padding-bottom: 12px;
	/* margin-left: 253px; */
}

#welcometext a {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#welcometext p {
	color: #838383;
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 1em;
}

#welcomedefinitions {
	border-top: 1px solid #B5B5B5;
	clear: both;
	float: left;
	height: 1%; /* IE fix */
	padding-top: 12px;
	width: 100%;
}

#welcomedefinitions p {
	margin-bottom: 16px;
}

#welcomedefinitions ul {
	list-style: none;
	margin: 0;
}

#welcomedefinitions li {
	float: left;
	font-size: 1em;
	width: 49.9%;
}

#welcomedefinitions li.first {
	clear: left;
}

#welcomedefinitions h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#welcomedefinitions div {
	margin: 0 12px 0 46px;
	padding: 0 2px;
}

#welcomedefinitions .empower,
#welcomedefinitions .enlighten,
#welcomedefinitions .engage,
#welcomedefinitions .exchange {
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 40px;
}

#welcomedefinitions .empower {
	background-color: #000000;
}

#welcomedefinitions .enlighten {
	background-color: #5B2875;
}

#welcomedefinitions .engage {
	background-color: #7C98CA;
}

#welcomedefinitions .exchange {
	background-color: #B9CFE8;
}

/*
-- what we offer styles (defunct) --
#quotedetails {
	background-color: #F3F5F8;
	border: 1px solid #7C99CA;
	margin-top: 4em;
	padding: 0.5em;
}

#quotedetails p {
	margin: 0;
}

#quotedetails .quote {
	font-weight: bold;
	margin-bottom: 1em;
}

#quotedetails .contact {
	margin-top: 0.6em;
}
*/

/* -- contact styles -- */
#contact ul {
	color: #FF0000;
}

#contact p {
	clear: left;
	margin-bottom: 1em;
}

#contact label {
	float: left;
	font-weight: bold;
	width: 11em;
}

#contact span {
	color: #FF0000;
}

#contact input,
#contact textarea {
	width: 18em;
}

#contact textarea {
	height: 12em;
	width: 28em;
}

#contact .submit {
	margin-left: 11em;
}

#contact .submit input {
	width: auto;
}

/* -- footer -- */
#footermargin {
	clear: both;
	padding-top: 3em;
}

#footer {
	background-color: #F9F9F9;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	padding: 6px 0;
}

#footer .inner {
	color: #838383;
	margin: 0 auto;
	text-align: left; /* IE fix */
	width: 755px;
}

#footer p {
	font-size: 1em;
	margin-bottom: 0.1em;
	text-align: center;
}

#footer .website {
	margin-top: 0.4em;
}

#footer a {
	text-decoration: none;
}

