/*
	Montpeliers
	22nd December 2008
	by Shaun Perry.
*/

/* Tags
----------------------------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:50% 50%;
	background-image:url(../images/background.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	color:#4d4d4d;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	color: #2EB1BD;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-bottom: 1em;
}
a {
	color:#2EB1BD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	width: 100%;
	border: 0px;
	height: 1px;
	background-color: #dadad3;
	margin-bottom: .5em;
}
/* Containers 
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width:680px;
	min-height: 100%;
	height:100%;
	margin: auto;
}
* html #wrapper {
	height: 100%;
}
#header {
	width:544px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}
.header_image {
	float:left;
	padding-right:4px;
}
.header_image_last {
	float:left;
	padding-right:0;
}
.clear_cols {
	clear:both;
}
#content {
	width:544px;
	margin-left:auto;
	margin-right:auto;
	padding-top:22px;
}
#nav {	
	border-top:0px solid #dadad3;
	padding-top:0px;
	margin-bottom:10px;
}
#nav ul {
	list-style-type: none;	
}
#nav li {
	float: left;
	height: 15px;
	overflow: hidden;
	margin-right: 0px;
}
#nav a {
	display: block;
	text-indent: -9999px;
	height: 15px;
	background-image: url(../images/nav_complete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.aboutUs a {
	width: 84px;
}
#nav li.workWithUs a {
	background-position: -150px 0px;
	width: 126px;
}
#nav li.events a {
	background-position: -300px 0px;
	width: 67px;
}
#nav li.awards a {
	background-position: -450px 0px;
	width: 75px;
}
#nav li.contact a {
	background-position: -600px 0px;
	width: 75px;
}
#nav li.aboutUs a:hover, #nav li.aboutUs a.active {
	background-position: 0px -50px;
}
#nav li.workWithUs a:hover, #nav li.workWithUs a.active {
	background-position: -150px -50px;
}
#nav li.events a:hover, #nav li.events a.active {
	background-position: -300px -50px;
}
#nav li.awards a:hover, #nav li.awards a.active {
	background-position: -450px -50px;
}
#nav li.contact a:hover, #nav li.contact a.active {
	background-position: -600px -50px;
}
.snippet {	
	border-top:1px solid #dadad3;
	padding-top:8px;
	padding-bottom:15px;
}
.snippet ul {	
	margin-left:2em;
}
.image {
	float:left;
	width:192px;
}
.text {
	float:left;
	width:352px;
}
.textbottom {
	padding-top:15px;
	font-size:90%;
}
