/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #B4B1B1;
}

h2 {
	font-size: 2.0em;
	margin-top: 10px;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	color: #000000;
	margin-left: 23px;
}

ol {
	margin: 0;
	padding: 0 0 0 46px;
	line-height: 30px;
	font-size: 1.1em;
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 17px;
}

p {
	margin-top: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
}

p.simple {
	background: none;
	padding-left: 0;
}

div#envelope {
	width: 760px;
	height: 100%;
	margin: auto;
	text-align: left;
}

div#header {
}

div#menu {
	background: url('../img/menu_bg.png') top left no-repeat;
	width: 744px;
	background-color: #B4B1B1;
	height: 30px;
	padding-left: 16px;
}

div#menu a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
}

div#menu a:hover {
	background-color: #FFFFFF;
	color: #B4B1B1;
}

div#logo {
	background: url('../img/header.png') center left no-repeat;;
	height: 110px;
	width: 100%;
}

div#main {
	background: #FFFFFF;
	width: 100%;
	_height: 400px;
	margin-top: 10px;
	border-left: 1px solid #F4F0F0;
	border-bottom: 1px solid #F4F0F0;
}

div#main h2 {
	padding-left: 23px;
}

div#main h3 {
	padding-left: 0;
}

div#feed {
	width: 539px;
	padding-top: 10px;
	float: left;
	padding-right: 30px;
}

div#feed div.item a {
	padding-left: 23px;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#feed div.item a:hover {
	color: #747171;
}

div#feed div.item span {
	font-size: 11px;
	font-style: italic;
	color: #A2A2A2;
	font-weight: bold;
	margin-left: 15px;
}

div#feed div.item p {
	background: url('../img/feed-item-bg.png') bottom left repeat-y;
	padding: 10px 0 0 10px;
	margin: 0 0 30px 23px;
	line-height: 18px;
}

div#column {
	width: 190px;
	float: left;
	background-color: #FFFFFF;
}

div#column div.service {
	color: #727272;
}

div#column div.service p {
	float: left;
	text-indent: 12px;
	border-left: 1px solid #F4F0F0;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

div#column div.service img {
	margin: 0;
	padding: 0;
	border: 0;
}

div#column div.service a:hover {
	color: #444444;
}

div#column div.service p.blue {
	background: url('../img/blue-square.png') top left no-repeat;
}

div#column div.service p.orange {
	background: url('../img/orange-square.png') top left no-repeat;
}

div#column div.service p.green {
	background: url('../img/green-square.png') top left no-repeat;
}

div#footer {
	text-align: center;
	clear: both;
	padding-top: 3px;
}

div#footer a {
	color: #999999;
	margin: 5px;
}

div#footer a:hover {
	color: #444444;
}