/* Basics
----------------------------------------------------------------------------------------------------*/

* {	margin: 0; padding: 0;	}

a:link, a:visited, a:focus {	outline: none; text-decoration: none; color: #9d8d85;	}

a:hover { color: #444;}

img {	border: none;	}
img.alignleft { float: left; display: inline; margin: 0 0 10px 0; }
img.alignright { float: right; display: inline; margin: 0 0 10px 0; }
img.aligncenter { display: block; margin: 10px auto; }

body {	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; background: #f9f9f9; color: #444;	}

.container {	margin: 0 auto; width: 1000px; padding: 20px 0;	}

.lastt { margin-top: 0 !important; }
.lastr { margin-right: 0 !important; border-right: none !important; }
.lastb { margin-bottom: 0 !important; }
.lastl { margin-left: 0 !important; }
.nobg { background: none !important; }
.loading { background: url(images/loading.gif) no-repeat center center; }

p { margin: 0 0 10px 0; }

.left { float: left; display: inline; }
.right { float: right; display: inline; }

.text_center { text-align: center; }


/* Layout 
----------------------------------------------------------------------------------------------------*/
#page {
	background: #f9f9f9 url(images/bg.jpg) no-repeat left center;
}

.top_menu {
	list-style: none;
	margin-left: 106px;
	overflow: hidden;
}

.top_menu li {
	float: left; display: inline;
	margin-right: 20px;
}

.top_menu li a {
	font: bold 16px Helvetica, sans-serif;
	text-transform: uppercase;
}

#logo {
	background: url(images/logo.png) no-repeat;
	float: left; display: inline;
	width: 86px;
	height: 97px;
	text-indent: -9999px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#logo a {
	display: block;
	height: 100%;
}

.slogan {
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #9d8d85;
	margin-top: 65px;
}

.contact {
	float: right; display: inline;
	font: bold 14px Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 78px;
}

.column {
	float: left; display: inline;
	width: 255px;
}

ul.links {
	list-style: none;
	float: left; display: inline;
	width: 240px;
	overflow: hidden;
	margin-bottom: 30px;
}

.links li {
	padding: 7px 0 7px 15px;
	border-top: 1px solid #c4c5c7;
	font: 18px Helvetica, sans-serif;
	border-bottom: 1px solid #c4c5c7;
	color: #9d9fa2;
}

.links .first {
	font: bold 16px Helvetica, sans-serif;
	background: #dcddde;
	border-top: 2px solid #c4c5c7;
	text-transform: uppercase;
}






/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.clearfix:after {clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}

* html .clearfix {height: 1%;}