@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background.jpg) top right no-repeat #e5e5e5;
	background-attachment: fixed;
	font-family:'helvetica neue', arial, sans-serif;
	font-size:14px;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

#wrapper {
	width:910px;
	position:relative;
	margin:0 auto;
}

#header {
	height:160px;
	position:relative;
	padding:0;
}

#logo {
	background:url(../images/logo.png) no-repeat;
	width:140px;
	height:150px;
	position:absolute;
	top:05px;
	left:45px;
}

#main {
	background: url(../images/main_bg.png) repeat-x;
	-moz-box-shadow:0px 0px 10px #666;
	-webkit-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin:10px 0 0 0;
	padding:15px 30px;
	z-index:1000;
}

#map {
	-moz-box-shadow:0px 0px 10px #666;
	-webkit-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;
	margin:15px 0 15px 12px;
}

#ot_logo {
	background:url(../images/ot_logo2.jpg) no-repeat top center;
	width:150px;
	height:82px;
	margin:20px auto 52px auto;
	text-indent:-9999px;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	box-shadow:0px 0px 10px #999;
}

#ot_logo:hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#main h4 {
	font-weight: normal;
	color: #333;
	font-size:14px;
	text-transform:uppercase;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}

#main h3 {
	font-weight: normal;
	color:#00324f;
	font-size:1.4em;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	border-bottom: 1px solid #CCC;
	text-align:center;
}

#main p {
	font-weight:normal;
	text-align: center;
	margin:15px 50px;
	font-size:1.2em;
}

#justify {
	text-align:justify;
}

#left_column {
	width:400px;
	text-align:center;
	float:left;
}

#left_column p {
	text-align:center;
	color:#222;
}

#right_column {
	width:375px;
	float:right;
	margin:103px 0 0 0;
}

.center {
	text-align:center;
}

#footer {
	width:100%;
	height:auto;
	text-align:center;
	color: #333;
	font-size:1em;
	padding:5px 0 2px 0;
	margin:0;
	position:relative;
}

#footer_content {
	width:760px;
	height:auto;
	margin:0 auto;
}

#footer h4, p {
	font-weight:normal;
}

#footer_nav {
	text-align:center;
	color: #333;
	margin:10px 0 10px 0;
	font-weight:normal;
}

#footer_nav a {
	text-decoration:none;
	color:#333;
	font-weight:normal;
}

#footer_nav a:hover {
	text-decoration:underline;
}

#base {
	text-align:center;
	font-weight:normal;
}

#base a {
	font-weight:normal;
    color:#00324f;
}

#base a:hover {
	text-decoration:underline;
}

#welcome {
	background:url(../images/welcome.png) no-repeat;
	text-indent:-9999px;
	width:659px;
	height:151px;
	margin:0 0 -20px 0px;
	padding:0;
}

#menus {
	background:url(../images/menus.png) no-repeat bottom left;
	text-indent:-9999px;
	width:400px;
	height:95px;
	margin:0;
	padding:0;
}

#about {
	background:url(../images/about.png) no-repeat;
	text-indent:-9999px;
	width:350px;
	height:104px;
	margin:0;
	padding:0;
}

#events {
	background:url(../images/events.png) no-repeat;
	text-indent:-9999px;
	width:451px;
	height:155px;
	margin:0 0 -50px 0;
	padding:0;
}

#contact {
	background:url(../images/contact.png) no-repeat;
	text-indent:-9999px;
	width:400px;
	height:104px;
	margin:0;
	padding:0;
}

#facebook {
	background: url(../images/facebook.png) bottom left;
	width:32px;
	height:32px;
	position: relative;
	margin-left:0px;
	margin-top:2px;
	text-indent:-9999px;
	z-index:1000;
	float:left;
}

#facebook:hover {
	background: url(../images/facebook.png) top left;
}

#twitter {
	background: url(../images/twitter.png) bottom left;
	width:32px;
	height:32px;
	position:relative;
	margin-left:35px;
	margin-top:2px;
	text-indent:-9999px;
	z-index:1000;
}

#twitter:hover {
	background: url(../images/twitter.png) top left;
}

#social_nets {
	width:75px;
	position:absolute;
	top:5px;
	right:10px;
}

#social_wrapper {
	width:63px;
	height:215px;
	background:url(../images/socialback.png) bottom center;
	position:fixed;
	left:0px;
	top:256px;
	z-index:0;
	cursor:pointer;
}

#thumbnails {
	margin:10px auto 0 auto;
	width:auto;
	height:60px;
	text-align:center;
}

#thumbnails img {
	border:3px solid #CCC;
	margin:3px 4px;
	width:50px;
	height:50px;
	opacity:0.6;
}

#thumbnails img:hover {
	opacity:1;
}

#special_event {
	width:600px;
	padding:10px;
	margin:5px auto;
	text-align:center;
	border:1px solid #ccc;
	box-shadow:0px 0px 10px #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#special_event h3{
	border:none;
	margin:0 0 -15px 0;
	font-weight:normal;
}

#special_event h4{
	border:none;
	margin:0 0 -5px 0;
	font-weight:normal;
	font-size:12px;
}

#special_event p{
	margin:5px 0 10px 0;
	padding:0;
	text-align:center;
	font-weight:normal;
}

#special_event a{
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

#special_event a:hover{
	color:black;
}

a {
	color:#00324f;
}




