html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family: 'trebuchet MS', verdana, arial, helvetica, sans-serif;	
	font-size:70%;
	background:url(images/bg.gif) repeat-x;	
}

a:link, a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#fff;
	background-color:#287ca8;
}
#content {
	width: 750px;    
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}


#logo {
	position:relative;
	float:right;
	top:10px;
	width:197px;
	height:49px;
}

h1 {
	color:#206285;
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:-2px;
	text-align:left;
}

h2 {
	color:#287ca8;
}

h3 {
	border:1px solid #999;
	height:20px;
	margin:0;
	clear:both;
	padding:5px;
	color:#000;
	margin-top:20px;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background-image: -webkit-linear-gradient(top, #ccc, #999);
	background-image: -moz-linear-gradient(top, #ccc, #999);
	background-image: -ms-linear-gradient(top, #ccc, #999);
	background-image: -o-linear-gradient(top, #ccc, #999);
	background-image: linear-gradient(top, #ccc, #999);
}

nav  {
	position:relative;
	top:-10px;
	clear:both;	
	position:relative;
	display: block;
	overflow: hidden;
	padding-top:43px;
}

nav ul {
	margin: 0 0 0 0;
	padding:0;
	float: left;
	list-style: none;			
}

nav li {
	float:left;
}

nav a {
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);
 }

nav a:hover, nav a:focus, nav a.current {
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #287ca8;
	background: -moz-linear-gradient(#21678b, #287ca8);
	background: -webkit-gradient(linear, left top, left bottom, from(#21678b), to(#287ca8));
	background: -webkit-linear-gradient(#21678b, #287ca8);
	background: -o-linear-gradient(#21678b, #287ca8);
	background: -ms-linear-gradient(#21678b, #287ca8);
	background: linear-gradient(#21678b, #287ca8);
	border-bottom:none;
}

nav a:active {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}

nav li:first-child a {
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

nav li:last-child a {
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#mainContent {
	width:420px;
	float:left;	
}

#sideColumn {
	width:310px;
	float:right;
}

#footer {
	color:#fff;
	background-color:#000;
	border-top:2px solid #999;
	width:100%;
	height:100px;
	text-align:right;
}
#footer div {
	width:750px;
	margin: 0 auto;
	display:block;
	clear:both;
	margin-top:20px;
}
.box {
	background-color:#e9e9e9;
	border:1px dotted #999;
	padding:5px;
	border-top:0;
}
.image {
	border:2px dashed #21678b;
	margin:10px;
	margin-bottom:10px;
}
.bulletList {
	width:190px;	
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-right:20px;	
} 
.bulletList li {
	background-color:#ccc;
	border:1px solid #999;
	margin-bottom:1px;
}
.map {
	margin:20px;
}
.push {
	clear:both;
	height:100px;
}
.pad {
	margin: 10px;
}
