body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	background: #FFF;
	color: #FFF;
	font: 75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/page_bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

/* links  */

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

#right a {
	color: black;
	color: #92278F;
}

#both a {
	color: #92278F;
}

p.center {
	text-align: center;
}

img.map {
	border: 1px #92278F dashed;
	margin-top: 20px;
}

hr {
	border: 1px #92278F dashed;
}

/* headings */

h1 {
	font-size: 2em;
}

/* displayed at 24px */

h2 {
	font-size: 1.5em;
}

/* displayed at 18px */

h3 {
	font-size: 1.25em;
}

/* displayed at 15px */

h4 {
	font-size: 1em;
}

h6 {
	color: #92278F;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: bold;
}

#left h1 {
	padding-bottom: 20px;
}

/* displayed at 12px */

#right h1 {
	padding-bottom: 20px;
}

/* strong em */

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

/* tables & forms */

input,select,th,td {
	font-size: 1em;
}

/* classes */

.error {
	color: red;
}

/* page structure & layout */

#page {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
}

#header {
	height: 220px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 15px;
}

#nav {
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	right: 0px;
	padding-left: 10px;
	background-color: #660066;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#links {
	height: 120px;
	margin-left: 50px;
	margin-top: 15px;
}

#nolinks {
	height: 20px;
	margin-left: 50px;
	margin-top: 15px;
}

#content {
	padding-bottom: 90px;
	padding-top: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 830px;
	background-color: white;
	color: black;
	margin-left: 35px;
	margin-right: 35px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#feedback {
	height: 2400px;
}

#sidebar {
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 30px 20px 20px;
	width: 206px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: center right;
	margin-right: 20px;
	background-repeat: no-repeat;
}

.entry-end {
	height: 1px;
	width: 60px;
	border: none;
	border-top: 1px dashed black;
	padding-bottom: 30px;
}

#both {
	width: 90%;
	padding-left: 18px;
}

#left {
	float: left;
	width: 45%;
	padding-left: 18px;
}

#right {
	float: right;
	width: 45%;
	padding-right: 18px;
}

#clear {
	clear: both;
}

/* header */

#header h1 {
	position: absolute;
	margin-left: 35px;
	margin-top: 22px;
}

#links ul {
	display: inline;
}

#links li {
	display: block;
	float: left;
	list-style: none;
}

/* navigation */

#nav ul {
	display: inline;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
}

#nav li a {
	background: #660066;
	color: #fff;
	display: block;
	margin: 0;
	line-height: 1em;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover,#nav li a.current {
	color: #CC66CC;
}

/* breadcrumb */

#breadcrumb a {
	color: #4c7897;
	text-decoration: none;
}

/* info */

#info a {
	color: #E4EEF4;
}

/* content */

#content p {
	line-height: 1.5em;
	margin: 0 0 20px;
}

#content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}

#content ul {
	line-height: 1.8em;
	margin: 0 30px 20px;
}

#content ul li {
	line-height: 1.8em;
	list-style: square;
	padding-left: 2px;
}

h2 {
	padding-bottom: 20px;
	text-transform: uppercase;
}

/* footer */

#footer p {
	line-height: 1em;
	font-size: 0.9em;
	margin-left: 35px;
	text-align: left;
}

/* misc */

a img {
	border: none;
}

acronym {
	cursor: help;
}

blockquote {
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px;
	padding: 0 10px;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

pre,code {
	font-size: 1.1em;
	line-height: normal;
	background: #eee;
	color: #444;
}

#content a {
	color: #000000;
}

/* classes */

.right,.left {
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}

.right {
	float: right;
	margin: .5em 0 6px 12px;
}

.left {
	float: left;
	margin: .5em 12px 6px 0;
}

/* Contact Form */

textarea {
	width: 200px;
}

form.contact {
	width: 350px;
	font-size: 1em;
	color: black;
}

form.contact legend {
	padding-left: 0;
}

form.contact legend,form.contact label {
	color: black;
}

form.contact fieldset {
	border: none;
}

form.contact fieldset fieldset {
	background: none;
}

form.contact fieldset p,form.contact fieldset fieldset {
	padding: 5px 10px 7px;
}

form.contact label.error,label.error {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

div.error {
	display: none;
}

form.contact .gray * {
	color: gray;
}

form.contact fieldset {
	margin-bottom: 10px;
}

form.contact legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px;


/* 
IE Win */
}

form.contact label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.contact fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.contact fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.contact fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.contact fieldset fieldset label {
	display: block;
	width: auto;
}

form.contact label {
	width: 100px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

/* Width of labels */

form.contact fieldset fieldset label {
	margin-left: 10px;
}

/* Width plus 3 (html space) */

form.contact label.error {
	margin-left: 2px;
}

form.contact input, textarea {
	width: 190px;
	border: 1px solid black;
	padding: 1em;
}

form.contact input.submit {
	border: none;
	background-color: #92278F;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 75px;
}

body.news #left {
	width: 55%;
}

body.news #right {
	width: 35%;
}

#dsq-comments-title, .dsq-dc-logo, .dsq-num-posts, .dsq-request-user-stats, .dsq-login-button, .dsq-autheneticate-copy {
	display: none;
}

.thumbnail {
	margin: 10px 10px;
	padding: 3px;
}

.full_size {
	border: 1px solid #CFCFCF;
	margin: 10px 10px;
	padding: 3px;
	width: 448px;
	height: 400px;
}

.description {
	text-align: center;
	font-style: italic;
}

.thumbnail_photo {
	border: 1px solid #CFCFCF;
	margin: 10px 10px;
	padding: 3px;
	float: left;
}

p.label {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	clear: both;
}

p.field {
	width: 65%;
	float: right;
}

form#feedback input {
	border: 1px solid black;
	padding: 0.2em;
}

form#feedback textarea {
	height: 100px;
	width: 300px;
}

form#feedback input.submit {
	padding: 1em;
	border: none;
	background-color: #92278F;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form#feedback h2 {
	padding-top: 1em;
	border-top: 1px solid black;
	left: 265px;
	position: relative;
	width: 60%;
	clear: both;
}

body.map table tr td {
	vertical-align: top;
}