* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background: #3dc2eb url('/_grafix/bg.png') top left repeat-x; 
	color: #fff;
}

br.clear {
	clear: both;
}

/* wrappers */

#outer_wrapper {
	margin: auto;
	width: 1005px;
}

#wrapper {
	float: left;
	width: 1005px;
	background: url('/_grafix/bg_wrapper.png') top left repeat-y;
}

/* container */

#container {
	float: left;
	width: 975px;
	padding: 0 15px;	
}

/* banner */

#banner {
	float: left;
	width: 975px;
	height: 200px;
	background: #0991b9;
	overflow: hidden;
}

/* header */

#header {
	float: left;
	width: 975px;
	height: 150px;
	background: #fff;
	overflow: hidden;
}

/* logo */

#logo {
	float: left;
	width: 310px;
	height: 150px;
}

/* navigation */

#navigation {
	float: left;
	width: 660px;
	height: 120px;
	overflow: hidden;
	margin-top: 18px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation ul li {
	vertical-align: top;
	background: url('/_grafix/arrow_blue.gif') center left no-repeat;
	padding-left: 20px;
}

#navigation ul li a {
	display: block;
	vertical-align: top;
	color: #3dc2eb;
	font-size: 13px;
	padding: 3px 0 3px 0;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover { 
	color: #000;
}

#navigation ul li a.selected { 
	color: #000;
}

#navigation ul li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	margin-top: -30px;
	margin-left: 95px;
	padding: 8px 0;
}

#navigation ul li ul li {
	float: left;
	vertical-align: top;
	width: auto;
	height: auto;
	padding: 0;
	background: url('/_grafix/line.gif') center left no-repeat;
	margin-left: 10px;
}

#navigation ul li ul li a {
	float: left;
	vertical-align: top;
	font-size: 12px;
	padding: 3px 0 3px 10px;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

#navigation ul li ul li a:hover {
	color: #0991b9 !important;
}

#navigation ul li ul li strong {
	float: left;
	vertical-align: top;
	font-size: 12px;
	padding: 3px 0 3px 10px;
	text-align: left;
	font-weight: bold;
	color: #000;
}

/* content */

#content {
	float: left;
	width: 700px;
}

#content .gutter {
	float: left;
	width: 620px;
	padding: 20px 50px 40px 30px;
}

#content a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content h1 {
	margin-bottom: 5px;
}

#content h2 {
	margin-bottom: 2px;
}

#content p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#content table {
	width: 100%;
	padding: 0;
	margin: 0;
}

#content td {
	padding: 5px;
	border-bottom: 1px solid #80d7f1;
	text-align: left;
	vertical-align: top;
}

/* sidebar */

#sidebar {
	float: right;
	width: 275px;
}

#sidebar .gutter {
	float: left;
	width: 225px;
	padding: 20px 25px 15px 25px;
}

/* sponsor slideshow */

#sponsor_slideshow {
	float: left;
	width: 225px;
	height: 170px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 25px;
}

/* sponsors */

ul.sponsor_list_large, 
ul.sponsor_list_medium, 
ul.sponsor_list_small {
	float: left;
	width: 225px;
	list-style-type: none !important;
	margin-bottom: 15px !important;
}

ul.sponsor_list_large li a, 
ul.sponsor_list_medium li a, 
ul.sponsor_list_small li a {
	color: #fff;
}

ul.sponsor_list_large li a:hover, 
ul.sponsor_list_medium li a:hover, 
ul.sponsor_list_small li a:hover {
	color: #000;
}

ul.sponsor_list_large li {
	float: left;
	width: 225px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 0 !important;
}

ul.sponsor_list_medium li {
	float: left;
	width: 225px;
	font-size: 13px;
	margin-bottom: 2px;
	margin-left: 0 !important;
}

ul.sponsor_list_small li {
	float: left;
	width: 225px;
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 0 !important;
}

/* fotoalbums */

div.album {
	float: left;
	width: 190px;
	background: #4cc6eb;
	margin: 0 15px 15px 0;
}

div.album_gutter {
	float: left;
	width: 160px;
	padding: 15px;
}

div.album strong {
	display: block;
	margin-bottom: 5px;
}

div.album a {
	border: 0 !important;
}

div.album span.small {
	font-size: 11px;
}

/* calendar */

#calendar {
	background: #4cc6eb;
}

#calendar td {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

#calendar td.header {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#calendar td.header a {
	text-decoration: none;
	border: 0;
}

#calendar td.day {
	color: #fff;
}

#calendar td.link {
	font-weight: bold;
	background: #00aee3;
}

#calendar td.link a {
	color: #fff;
	border: 0;
}

#calendar td.link a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#calendar td.weekend {
	background: #ccc;
}

#calendar td.normal {
	background: #fff;
}

/* wrapper bottom */

#wrapper_bottom {
	float: left;
	width: 1005px;
	height: 40px;
	background: url('/_grafix/bg_wrapper_bottom.png') top left no-repeat;
}

/* footer */

#footer {
	float: left;
	width: 975px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #720500;
	text-decoration: underline;
}

#footer a:hover {
	color: #ad2f00;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

