@charset "UTF-8";
/* CSS Document */
/* /////////////////////////////////////////// GENERAL */
body {
	text-align:left;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:normal;
	margin:0;
	width:100%;
	height:100%;
}
a:link, a:visited {
	text-decoration:underline;
	color:#0066CC;
}
a:hover {
	text-decoration:none;
	color:#0033FF;
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.spacer {
	height:30px;
	clear:both;
}
.spacer_comm {
	height:15px;
	clear:both;
}
.spacer_bottom {
	height:60px;
}
.spacer_clear {
	height:175px;
}
/* /////////////////////////////////////////// LAYOUT */
#bgd {
	position:fixed;
	left:1000px;
	top:0px;
	height:100%;
	width:100%;
	background-color:#F5F5F5;
}
#bgd_page {
	position:fixed;
	left:0;
	top:0px;
	height:100%;
	width:1050px;
	background-color:#FFF;
	border-right:1px solid #EEE;
}
#head1 {
	position:absolute;
	left:0;
	top:0;
	height:140px;
}
#head2 {
	position:absolute;
	left:290px;
	top:0;
	height:140px;
}
#head_cont {
	height: 1%;
}
html>body #head_cont {
	height: auto;
}
#head_logo {
	float:left;
	margin-right:10px;
	margin-top:70px;
}
#head_pics {
	float:left;
}
#container {
	position: relative;
	height: 140px;
}
#container img {
	/*margin: 0 2px 0 0;*/
	padding: 0;
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
	cursor:pointer;
}
#nav {
	position:absolute;
	left:290px;
	top:145px;
}
/* /////////////////////////////////////////// CONTENT */
#content {
	position:absolute;
	top:230px;
	left:300px;
	width:635px;
}
.section {
	font-size:24px;
	color:#FF6600;
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:2px;	/* border-bottom:1px dotted #CCCC00; */
	line-height:24px;
}
.section_sub {
	font-size:18px;
	font-weight:normal;
	color:#0099CC;
	padding-top:20px;
	padding-bottom:10px;
}
#upcoming {
	text-align:left;
	font-size:10px;
	padding-left:10px;
}
.upcoming_head {
	font-size:14px;
	color:#FF6600;
}
#content_photo {
	position:absolute;
	top:230px;
	left:20px;
	width:240px;
	text-align:center;
}
#content_photo_container {
	position:absolute;
}
#content_photo img {
	border:1px solid #CCC;
}
#content_photo .spacer {
	height:5px;
}
#content_photo_caption {
	background-color:#EEE;
	padding:2px 5px;
	font-size:10px;
	font-style:italic;
	color:#333333;
	border-color:#CCC;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	text-align:right;
	line-height:12px;
}
.image {
	border:1px solid #AAA;
	padding:5px;
	text-align:center;
}
.image_caption {
	background-color:#EEE;
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	border-color:#AAA;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	text-align:center;
}
.image_caption a:link, .image_caption a:visited {
	text-decoration:none;
	color:#0099CC;
	font-weight:bold;
}
.image_caption a:hover {
	text-decoration:underline;
	color:#0066CC;
}
#content table {
	margin:0;
	border:0;
	width:500px;
}
#content th {
	background-color:#FFF;
	text-align:left;
	padding:5px;
	border-bottom:1px solid #333;
}
#content td {
	border-bottom:1px dotted #CCC;
	width:50%;
	padding:5px;
}
#content ul {
	margin-top:5px;
}
/* /////////////////////////////////////////// BLOG */
#blog {
	text-align:left;
}
#blog h3 {
	text-align:center;
}
#pikame { display:none; }

.thumb {
}
/* /////////////////////////////////////////// EVENTS */
.events_head {
	font-size:18px;
	font-weight:normal;
	color:#0099CC;
	padding-top:15px;
	padding-bottom:5px;
	margin-top:30px;
	border-top:1px dotted #FF6600;
}
.events_pic {
	float:left;
	border:1px solid #CCC;
	margin-right:10px;
	margin-bottom:10px;
}
.events_clear {
	clear:both;
}
.events_comments {
	margin:0px 30px 10px 30px;
	font-size:10px;
	border:1px dotted #CCC;
	background-color:#FFF;
	padding:10px;
}
.events_comments_head {
	margin:10px 30px 0px 30px;
	font-size:12px;
	color:#AAA;
}
.events_con {
	margin:10px 30px 0px 30px;
}
#Table_01 td {
	padding:0;
	margin:0;
}
#Table_01 img {
	border:0;
}
.comm_con {
}
.comm_left {
	float:left;
	margin-right:20px;
}
.comm_left .image {
	padding:0;
	width:auto;
}
.comm_right {
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
}
#comm a:link, #comm a:visited {
	text-decoration:none;
	font-weight:bold;
}
#logos {
	text-align:center;
	margin-top:40px;
}
#logos table {
	width:350px;
}
#logos td {
	border:0;
}