html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #E5E5E5 url(/images/bg_body.jpg) repeat-y center;
}

h1 {
	
}

h2 {
	margin: 15px 0 10px;
	font-size: 18px;
	color: #848384;
}

h3 {
	margin: 15px 0 5px;
	font-size: 15px;
	color: #848384;
}

a img {
	border: none;
}


/***********************************************************
	Top
***********************************************************/

#top {
	background: #F5F1F5;
	padding: 7px 20px 3px;
	height: 24px;
	color: #828080;
}

#top a {
	color: #828080;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

#top .content {
	margin: 0 auto;
	width: 955px;
}

#top #breadcrumb {
	float: left;
	font-size: 12px;
}

#top #contactInfo {
	float: right;
	font-size: 16px;
}


/***********************************************************
	Main
***********************************************************/

#main:after {
   	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}
#main {
	height: 1%;
	margin: 0 auto;
	width: 875px;
	padding: 120px 40px 50px;
	color: #848384;
	position: relative;
}

#main a {
	color: #848384;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main #logoHomepage {
	float: left;
	width: 280px;
}

#main #logoInternal {
	float: left;
	width: 155px;
}

#main #contentHomepage {
	float: left;
	margin: 8px 0 0 10px;
	width: 404px;
	padding: 10px 0 10px;
}

#main #contentInternal {
	float: left;
	width: 474px;
	border-left: 1px solid #CCC;
	padding: 0 0 0 20px;
	font-size: 14px;
}

#main #contentHomepage h1 {
	font-size: 20px;
	font-weight: normal;
	color: #848384;
	line-height: 1.4em;
}

#main #contentInternal h1 {
	color: #8C0101;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4em;
}

#main #contentHomepage p.readMore {
	font-size: 11px;
	margin-top: 10px;
}

#main #contentInternal p {
	margin: 10px 0;
	line-height: 1.8em;
}

#main #contentInternal ul {
	font-size: 14px;
}

#main #contentInternal li {
	list-style: none;
	background: url(/images/bg_li.gif) no-repeat 10px 9px;
	padding: 0 0 10px 25px;
	line-height: 1.6em;
}

#main #contentInternal a {
	color: #4273FC;
	text-decoration: underline;
}

#main #postIt {
	position: absolute;
	right: 00px;
	top: 250px;
}

/***********************************************************
	Discover
***********************************************************/

#discover {
	clear: both;
	height: 75px;
	background: url(/images/bg_discover.gif) no-repeat 180px 40px;
	padding-top: 40px;
}

#discover p {
	display: none;
}

#discover #icons {
	padding-left: 320px;
}

#discover #icons li {
	float: left;
	margin-right: 7px;
	list-style: none;
	position: relative;
}

#discover #icons div {
	position: absolute;
	top: 33px;
	left: -35px;
	text-align: center;
	color: #505050;
	font-size: 11px;
	width: 100px;
	display: none;
}

#discover #icons li.name div {
	display: inline-block;
}


/***********************************************************
	Footer
***********************************************************/

#footer {
	margin: 80px 0 0;
}

#footer p {
	font-size: 11px;
	text-align: center;
}
