body {
	margin: 0;
	padding: 0;
	background: #e4eaf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a {
	color: #008fd4;
	border: none;
	text-decoration: none;
}

img {
	border: none;
	padding:0px;
	margin:0px;
}


#wrapper {
	width: 765px;
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	margin-top: 11px;
	padding: 11px;
	background: White;
}

#top {
	overflow: hidden;
	height: 100%;
	padding-bottom: 5px;
}

#top img {
	float: left;
}

#top ul {
	float: left;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	margin-left: 7px;
	padding: 0;
	padding-left: 8px;
	border-left: 1px solid #018fd4;
	line-height: 1.7em;
}

#top ul li {
	display: inline;
	border-left: 1px solid #808b90;
	padding-left: 5px;
	padding-right: 3px;
}

#top ul li.first {
	border: none;
	padding-left: 0;
}

#top ul li a {
	color: #808b90;
}

#bits {
	overflow: hidden;
	height: 100%;
	text-align: right;
	float: right;
	margin-top: 10px;
}

#bits span img {
	display: block;
	margin-right: 20px;
}

#banner {
	overflow: hidden;
	height: 100%;
}

#banner img {
	float: left;
}

#sidebar {
	float: left;
	width: 212px;
	margin-bottom: 11px;
}


#menu {
	background: url('../images/menu-shadows-bg.gif') center repeat-y;
	margin-left: 8px;
}

#menu ul {
	width: 204px;
	/*height: 180px;*/
	margin: 0;
	padding: 0;
	background: url('../images/menu-bg.gif') 4px 0 no-repeat;
}

#menu ul li {
	list-style: none;
	margin-left: 45px;
	line-height: 2em;
}

#menu ul li a {
	color: Black;
}

#menu ul li.active a {
	color: #008fd4;
	font-weight: bold;
}

#menu-bg-fix {
	background: url('../images/menu-bottom-bg.gif') bottom center no-repeat;
	height: 26px;
	margin-left: 0 !important;
	margin-bottom: -3px;
	margin-top: -10px;
}

#menu ul li a:hover {
	color: #008fd4;
}

#sidebar .block {
	margin-left: 3px;
	background: url('../images/dots-vertical.gif') 4px top repeat-y;
}

#sidebar .block h2 {
	font-size: 120%;
	background: white url('../images/bullet.gif') left center no-repeat;
	padding-left: 20px;
}

#sidebar .block .content {
	margin-left: 4px;
	padding-left: 17px;
	padding-bottom: 1px;
	color: #758086;
}

#sidebar .block .content {
	background: url('../images/dots-horizontal.gif') bottom repeat-x;
}

#sidebar .block .content ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#sidebar .block .content ul li {
	list-style: none;	
}

#sidebar .block .content ul li a {
	color: #018fd4;
}

#horizontal-outer {
	background: white url('../images/dots-vertical.gif') 7px top repeat-y;
}

#horizontal {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 11px;
	background: url('../images/dots-horizontal.gif') bottom repeat-x;
}

#horizontal-inner {
	overflow: hidden;
	height: 100%;
	background: url('../images/bg-fix.gif') -1px bottom no-repeat;
}

#horizontal .block {
	float: left;
}

#horizontal #solutions,
#horizontal #clients-newsletter {
	width: 209px;
	margin-left: 3px;
}

#horizontal #tips {
	width: 230px;
	margin-top: 20px;
	margin-left: 40px;
}

#horizontal #clients {
	overflow: hidden;
	height: 100%;
}

#horizontal #clients ul {
	float: left;
}

#horizontal #clients ul.first {
	margin-right: 70px;
}

#horizontal #clients-newsletter {
	width: 270px;
	background: url('../images/dots-vertical.gif') 4px top repeat-y;
}

#horizontal #newsletter {
	background: url('../images/dots-horizontal.gif') top repeat-x;
	margin-left: 4px;
	padding: 1px 0 10px 1px;
}

#horizontal #newsletter fieldset {
	border: none;
}

#horizontal #newsletter p {
	margin: 0;
	padding: 0;
	margin-left: 35px;
}

#horizontal #newsletter input.text {
	border: 1px solid #758086;
	color: #808B90;
	font-size: 90%;
	padding: 2px;
	float: left;
}

#horizontal #newsletter a {
	float: left;
	margin-left: 10px;
}

#horizontal #solutions h2,
#horizontal #clients h2,
#horizontal #newsletter h2 {
	font-size: 120%;
	padding-left: 20px;
	margin-top: 0;
}

#horizontal #solutions h2,
#horizontal #clients h2 {
	background: white url('../images/bullet.gif') left center no-repeat;
}

#horizontal #tips h2 {
	font-size: 110%;
	margin: 0;
	padding-left: 30px;
}

#horizontal #newsletter h2 {
	text-align: right;
	background: white url('../images/newsletter-bullet.gif') right top no-repeat;
	line-height: 3em;
	margin-bottom: 0;
	padding-right: 35px;
}

#horizontal #tips .content {
	margin-left: 0;
	padding-left: 30px;
	padding-right: 10px;
	background: url('../images/dots-vertical.gif') 4px top repeat-y;
}

#horizontal .block .content {
	margin-left: 4px;
	padding-left: 17px;
	padding-bottom: 1px;
	color: #758086;
}

#horizontal .block .content ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#horizontal .block .content ul li {
	list-style: none;	
}

#horizontal .block .content ul li a {
	color: #018fd4;
}

#content {
	vertical-align:top;
	margin-left: 260px;
	margin-right: 20px;
}

#content .image-left {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 11px;
	margin-bottom: 11px;
}

#content p.center {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content h2 {
	font-size: 120%;
	background: white url('../images/content-bullet.gif') left center no-repeat;
	padding-left: 20px;
	color:#000;
}

#content h3 {
	font-size: 110%;
}

#content {
	color: #758086;
}


#content a {
	color: #018fd4;
}

#footer {
	background: #f3f3f3;
	color: #808b90;
	padding: 11px;
	overflow: hidden;
	height: 100%;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

input.fullw, textarea.fullw, select.fullw{
	width:100%;
	border:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

button {
	background:#F2F2F2;
	padding:0px 10px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}