/*
CSS style for Terra Vitae
Coded by Feisty Sites
URL: http://www.feistysites.com
September 2009
*/

@import url("reset.css");

body {
	background: #fff url(../img/bg-main.jpg) repeat-x fixed;
	font: 85% "Times New Roman", Times, serif;
	color: #555;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #255878;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	color: #62462c;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
	margin-bottom: 20px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

table {
	clear: both;
	margin: 10px 0;
}

.align-center {
	text-align: center;
}

ul, ol {
	margin: 0 24px;
}

ul li {
	list-style: disc;
	margin-bottom: 4px;
}

ol li {
	list-style: decimal;
	margin-bottom: 4px;
}

/* Common Style */
.clearfix, .wrapper {
	float: left;
	clear: both;
	width: 100%;
}

/* Main container style */
.container {
	width: 940px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
}

#maincontent .container {
	width: 965px;
}

#maincontent {
}

#leftcol {
	float: left;
	width: 660px;
	margin-right: 8px;
}

#rightcol {
	float: left;
	width: 265px;
	background: url(../img/bg-rightcol.gif) repeat-y;
	padding: 10px 0;
}

#leftcol a {
	color: #0f3e72;
	text-decoration: underline;
}

#rightcol a {
	color: #6e401a;
}

#rightcol a:hover {
	color: #905626;
}
/* Logo */
#header .logo {
	margin-top: 18px;
}

/* Top Menu */
#top-menu .container {
	width: 965px;
	height: 55px;
	background: url(../img/bg-header-top.png) 0 -5px no-repeat;
	overflow: hidden;
}

#top-menu ul {
	margin: 0;
	padding: 0;
	height: 55px;
	position: relative;
	top: 7px;
	margin-left: 16px;
}

#top-menu ul li {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 140%;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 8px 10px;
	border-right: 1px solid #464784;
	position: relative;
}

#top-menu ul a {
	color: #bebfd5;
}

#top-menu ul a:hover {
	color: #cba316;
}

/* Frames */
.f-repeat {
	background: url(../img/bg-maincontent-repeat.png) repeat-y;
	margin-top: -10px;
}

.f-bottom {
	height: 30px;
	background: url(../img/bg-maincontent-bottom.png) no-repeat;
}

.f-repeat .content {
	padding: 0 12px;
}

#maincontent .inside {
	padding: 0 10px;
}

/* About */
.about img {
	margin: 0 6px 6px 0;
}

/* Modules */
#rightcol .module {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}


#rightcol .module h3.heading {
	margin: 0 0 10px 0;
}

#rightcol ul {
	margin: 0;
	padding: 0;
}

#rightcol ul li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#rightcol .latest-news ul li {
	background: url(../img/icon-bullet.gif) 0 2px no-repeat;
	padding-left: 20px;
}

.main-banner {
	position: relative;
	left: -1px;
}

/* Footer */
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #dfdfee;
	padding: 10px 0;
}

#footer a {
	color: #dfdfee;
	text-decoration: underline;
}

#footer .col1 {
	float: left;
	width: 45%;
	margin-right: 20px;
}

#footer .col2 {
	float: right;
	width: 45%;
	text-align: right;
}
