/* CSS Document */

body, html {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.8em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:center;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
	text-decoration: underline;
}

li {
	margin-left: -15px;
	line-height:20px;
	text-align:left;
}

#page {margin: 0 auto; padding: 0; text-align: left; min-height: 100%; height: auto !important; height: 100%; position: relative;}

#header {
	width:750px;
	margin:40px auto 0 auto;
	margin-bottom:0px;
}

h2 {
	font-size: 17px;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
	min-height: 600px;
	height: 100%; 
}

img#home {
	margin-top: 30px;
	margin-left: -30px;
}

.clearer {clear:both;}

#mainbar {
	min-height: 400px;
}

#mainbar h1, h1 a {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#000;
	margin-top: 50px;
}

#mainbar p {
	padding:15px;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#home-details .column {float: left; padding: 7px; width: 220px; text-align: left;}
#home-details .bordered {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}


.container {padding-bottom: 35px;text-align: center;}

#footer {
	width:100%;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	bottom: 0;
}
