/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background-color:#c0d8d8;
}

.container {
/*	background: url(/media/img/container-bg.jpg) repeat-y;*/
}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	background: url(/media/img/logo.jpg) no-repeat;
	outline: 0;
	width: 336px;
	height: 65px;
	position: absolute;
	top: 20px;
	left: 20px;
}



h2, h3, h4 {
	color: #18979e;
	font-family: Georgia, serif;
}

h2 {
	font-size: 24px;
	margin-bottom: 18px;
	line-height:26px;
	
}

h3 {
	font-size: 18px;
	line-height:24px;
	margin-bottom:10px;
}

h4 {
}

a {
	color: #be3322;
}

a:hover {
	color: #e58f84;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 10px;
}

ul.piped li.last {
	background: none;
	padding-right: 20px;
}

ul.piped li.first {
	padding-left: 20px;
}

ul.piped2 li {
	background-image:url(/media/img/pipe2.gif);
}

ul.piped2 li.last {
	padding-right:0px;
}

p, address{
	font-family: Arial, sans-serif;
}

.main p img, .main img{
	float:left;
	margin:0 15px 15px 0; 
}
