/* 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 {
	background: #fff url(/media/img/bg.jpg) no-repeat top center ;
	font-family: Georgia;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

p {
	margin-bottom: 1em;
}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	background: url(/media/img/logo.jpg) no-repeat;
	outline: 0;
	width: 139px;
	height: 113px;
}

h2, h3, h4 {
	color: #c01a3f;
	margin: 0.5em 0;
}

h2 {
	font-size:30px;
	margin-top:0;
	line-height:35px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

a {
	color: #c01a3f;
}

a:hover {
	color: #d7899a;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 .5em;
}


ul.piped2 li {
	background: url(/media/img/pipe2.gif) no-repeat center right;
	padding: 0 .5em;
}

ul.piped li.last, ul.piped2 li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first, ul.piped2 li.first  {
	padding-left: 0;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
}

label {
	float: left;
	width: 10em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 250px;
}

form input.submit {
	width: auto;
}

form p {
	overflow: hidden;
}
