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;
}

#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;
}


#horizontal {
	height: 100%;
	margin-bottom: 15px;
}

#horizontal-inner {
	height: 100%;
	width: 100%;
	margin-top:15px;
	background: url('../images/dots-horizontal.gif') bottom repeat-x;
}

#horizontal .block {
	vertical-align:top;
	background: white url('../images/dots-vertical.gif') 7px top repeat-y;
	margin-left: -6px;
	margin-bottom:3px;
	padding-left:15px;
}

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

#horizontal h2 {
	font-size: 120%;
	padding-left: 20px;
	margin-top: 0;
	margin-left:-11px;
	margin-top: -3px;
	background: white url('../images/bullet.gif') left center no-repeat;
}

#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;
}