@import url('//fonts.googleapis.com/css?family=Capriola|Sintony');

body {
	margin: 0;
	padding: 0;
	background: #008FBC url(images/tile-bg.jpg) top center repeat;
	font: 14px/1.5 "Sintony", Arial, Helvetica, sans-serif;
	color: #24434D;
}

#header {
	background: url(images/stone-bg.jpg) top center repeat;
}
#header table {
	margin: auto;
	width: 940px;
	font: 20px/1.1 "Capriola", Verdana, Arial, Helvetica, sans-serif;
}
#header td {
	height: 80px;
}
#header a {	
	display: block;
	font-size: 38px;
	line-height: 1.0;
	color: #0D7C9E;
	text-decoration: none;
}
#header a img {
	max-width: 940px;
	height: auto;
	border: none;
}
#tagline {
	text-align: right;
	color: #51A5BE;
}

#pool-edge {
	background: url(images/edge.png) top center repeat-x;
	padding-top: 35px;
}

#container {
	margin: auto;
	width: 980px;
}
#stage {
	background: url(images/page-top-gap.png) top center no-repeat;
	padding-top: 55px;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	width: 260px;
	margin-bottom: -100px;
}
.nav-bg {
	background: url(images/nav-bg.png) top center repeat-y;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/nav-glow.png) top center no-repeat;
}
#nav li {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 0;
	background: none;
}
#nav li a {
	display: block;
	font: normal 16px/1.0 "Capriola", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav-div.png) bottom center repeat-x;
	padding: 15px 10px 17px 25px;
}
#nav li a:hover {
	color: #EBE4DE;
}
#nav li div {
	line-height: 0;
	background: url(images/nav-div.png) bottom center repeat-x;
	padding: 5px 0 20px;
}
#nav li div a {
	font: 12px/14px Sintony, Arial, Helvetica, sans-serif;
	color: #002E3B;
	background: url(images/bullet.gif) 25px 10px no-repeat;
	padding: 6px 10px 6px 37px;
}
#nav li div a:hover {
	color: #FFFFFF;
}

.nav-end {
	background: url(images/nav-end.png) bottom center no-repeat;
	height: 210px;
}



/* ============================================== general content ============================================== */

#content {
	margin: 0 0 0 220px;
	position: relative;
	padding: 3px 60px 10px 80px;
	background: url(images/page-bg.png) top right repeat-y;
	min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0 0 7px;
	font: normal 26px "Capriola", Verdana, Arial, Helvetica, sans-serif;
	color: #10A4CA;
	background: url(images/h1-bg.gif) bottom left repeat-x;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font: normal 20px "Capriola", Verdana, Arial, Helvetica, sans-serif;
	color: #005D79;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 16px;
	color: #10A4CA;
}
p {
	margin: 14px 0;
}
a {
	color: #10A4CA;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.gif) 20px 9px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #B8E5EF;
	background-color: #B8E5EF;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 620px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px "Sintony", Arial, Helvetica, sans-serif;
	color: #24434D;
	width: 300px;
}
.button {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #005D79;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
}



/* ============================================== footer ============================================== */

#footer {
	font-size: 11px;
	line-height: 16px;
	color: #CFE8EF;
	background: url(images/footer-bg.png) bottom right no-repeat;
	padding: 0 20px 40px 260px;
}
#footer p {
	margin: 0;
	padding: 10px 10px 0 40px;
	background: url(images/footer-shadow.png) top left repeat-x;
}

#credit {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 40px 300px;
	color: #002E3B;
}
#credit a {
	color: #002E3B;
}
