/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	background: #123 url('../images/bg.jpg') top left fixed repeat-x; 
	color: #000;
	padding: 5px 0 20px 0;
	font: 11px/1.5 verdana, arial, sans-serif;
}
a {
	color: #00478a;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted invert;
}
p {
	overflow: hidden;
	padding: 10px 0 0 0;
	text-align: justify;
}
.container_16 {
	background: #fff;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	padding: 10px 0 0 0;
}
h2 {
	font-size: 16px;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 11px;
	padding: 10px 0 0 0;
}

/* Content
----------------------------------------------------------------------------------------------------*/

#content {
	text-align: left;	
}
#map {
	position: absolute;
	top: 10px;
	left: 10px;	
}
.mappic {
	border: 1px solid #000;	
}
.welcome {
	padding: 10px 0 0 170px;
}
.toplinks {
	padding: 13px 20px 0 0;
	text-align: right;
}
.headerpic {
	border: 1px solid #000;	
}
.links {
	border: 1px solid #999;
	margin-top: 10px;
	padding: 5px 5px 5px 10px;
	background: #bac2d9;
}
#footer {
	border-top: 1px solid #999;
	background: #ccc;	
}
.copy {
	padding: 10px 0 0 20px;
	text-align: left;
}

.design {
	padding: 10px 20px 0 0;
	text-align: right;	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

