/* Commonwealth Rowing Championships stylsheet */

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 75% Georgia, "Times New Roman", Times, serif;	
	color: #4e4e4e;
}

body.background {
	background: #dcd9cc;
}

hr {
	display: none;
}

/* layout 
################################################################### */

#container {
	margin: 10px auto;
	width: 666px;
}

#header {
	width: 666px;
	height: 221px;
	background: transparent url("../images/header_img.jpg") left top no-repeat;
	position: relative;
}

#content {
	background: transparent url("../images/content_bg.gif") left top repeat-y;
	padding: 30px 40px;
	float: left;
	width: 586px;
}

#content img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.image_left {
	float: left;
	margin: 0 10px 10px 0;
}

.image_right {
	float: right;
	margin: 0 0 10px 10px;
}

.stained {
    margin-top: 10px;
}

#maps {
	width: 370px;
	margin: 0 auto 10px;
	text-align: center;
}

* html #height_20px {
	height: 20px;
}

#footer {
	float: left;
	width: 666px;
	height: 7px;
	background: transparent url("../images/footer.gif") left top no-repeat;
}

/* navigation 
################################################################### */

ul#nav {
	position: relative;
	list-style: none;
	background: transparent url("../images/nav.gif") left top no-repeat;
	padding: 10px 9px;
	height: 14px;
	width: 648px;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	height: 22px;
}

#home a {left: 9px; top: 10px; width: 47px;}
#about a {left: 56px; top: 10px; width: 82px;}
#service_times a {left: 138px; top: 10px; width: 71px;}
#bible_study a {left: 209px; top: 10px; width: 119px;}
#organ_choir a {left: 328px; top: 10px; width: 97px;}
#stained_glass a {left: 425px; top: 10px; width: 121px;}
#links a {left: 546px; top: 10px; width: 34px;}
#contact_us a {left: 580px; top: 10px; width: 77px;}

#home a:hover, #home a:focus {background: transparent url("../images/nav.gif") -9px -44px no-repeat;}
#about a:hover, #about a:focus {background: transparent url("../images/nav.gif") -56px -44px no-repeat;}
#service_times a:hover, #service_times a:focus {background: transparent url("../images/nav.gif") -138px -44px no-repeat;}
#bible_study a:hover, #bible_study a:focus {background: transparent url("../images/nav.gif") -209px -44px no-repeat;}
#organ_choir a:hover, #organ_choir a:focus {background: transparent url("../images/nav.gif") -328px -44px no-repeat;}
#stained_glass a:hover, #stained_glass a:focus {background: transparent url("../images/nav.gif") -425px -44px no-repeat;}
#links a:hover, #links a:focus {background: transparent url("../images/nav.gif") -546px -44px no-repeat;}
#contact_us a:hover, #contact_us a:focus {background: transparent url("../images/nav.gif") -580px -44px no-repeat;}

/* typography 
################################################################### */

h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 666px;
	height: 78px;
	background: transparent url("../images/header.gif") left top no-repeat;
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 666px;
	height: 78px;
}

h2 {
	margin: 0 0 15px 0;
	color: #0a487c;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #8c0000;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: #003b26;
}

.hotel h4 {
	border-top: 1px dashed #ccc;
	padding: 5px 0;
}

h5 {
	text-align: right;
	font-size: 1em;
}

h5 a {
	color: #231c64;
}

p {
	margin: 0 0 10px 0;
}

a {
	overflow: auto;
	color: #3c3c3c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content ul {
	margin: 0 0 10px 25px;
}

#content ul li {
	padding: 5px 0;
}

/* tables
################################################################### */

table.data_table {
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
}

.data_table th, .data_table td {
	padding: 5px;
	background: #f3f1e8;
	border: 1px solid #fff;
	color: #666;
}

.data_table .highlight {
	background: #e6e4d9;
}

.data_table th {
	background: #327394;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
}

.third {
	width: 33%;
}

td.spacer {
	padding: 0;
	background: #fff;
}

/* form
################################################################### */

fieldset {
	margin: 0 80px 20px;
	padding: 20px;
	border: 1px dashed #ccc;
	border-left: none;
	border-right: none;
}

legend {
	padding: 0 5px;
	color: #8c0000;
	font-weight: bold;
	background: #fff;
}

label {
	float: left;
	width: 10em;
	margin: 0 5px 5px 0;
	text-align: right;
	
}

input.field, textarea.field {
	float: left;
	width: 17em;
	margin-bottom: 5px;
	border: 1px solid #5b90ac;
}

textarea.field {
	width: 17.4em;
}

* html textarea.field {
	width: 17em;
}

input.field:focus, textarea.field:focus {
	border: 1px solid #0a487c;
}

fieldset p {
	margin: 0;
}

p#height_0 {
	margin-top: -15px;
}

* html p#height_0 {
	margin-top: 0;
}

.button {
	font-size: 1em;
	padding: 1px 3px;
}