@charset "utf-8";
/* CSS Document */

/******************************************** 
Project: Shoreside
Author Name: Sumesh Babu
Created on: 06 April 2009
Last Modified By: Sumesh Babu
Last Modified On:   06 April 2009
© 2009 INSIGNIA, All Rights Reserved

**************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%;
	background-color: #eeaf30;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	
	scrollbar-face-color: #fdb913; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #eeaf30;
	scrollbar-arrow-colur: #ffffff;
	scrollbar-track-color: #fab935;
	scrollbar-darkshadow-color: #fdb913;
}

div#wrapper {
	width: 980px;
	height: 650px;
	background-color:#eeaf30;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}

div#container {
	width: 980px;
	height: 600px;
	background-color:#3fcfd5;
	overflow: hidden;
	text-align: left;
}

div#main-home {
	width: 940px;
	height: 331px;
	background: url(../images/home_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-activities {
	width: 940px;
	height: 331px;
	background: url(../images/activities_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-about-us {
	width: 940px;
	height: 331px;
	background: url(../images/aboutus_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-admission {
	width: 940px;
	height: 331px;
	background: url(../images/admission_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-dining {
	width: 940px;
	height: 331px;
	background: url(../images/dining_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-events {
	width: 940px;
	height: 331px;
	background: url(../images/events_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-gallery {
	width: 940px;
	height: 331px;
	background: url(../images/gallery_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-gallery {
	width: 940px;
	height: 331px;
	background: url(../images/gallery_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#main-contact-us {
	width: 940px;
	height: 331px;
	background: url(../images/contactus_bg.jpg) no-repeat 0% 0% !important;
	background-color: #3fcfd5;
	padding: 107px 0px 0px 40px;
}

div#nav {
	width: 125px !important;
	height: 230px !important;
}

div#nav li {
	list-style: none !important;
	line-height: normal !important;
	margin: 0 0 1px 0 !important;
	padding: 0 !important;
}

div#content {
	width:900px;
	height: 152px;
	background-color: #3fcfd5;
	padding: 10px 40px 0px 40px;
}

div#content .two-columns {
	width: 100%;
	overflow: hidden;
	height: 125px;
}

div#content .left-column-main{
	width: 522px;
	padding-right: 38px;
	float: left;
	text-align: left;
}

div#content .left-column-gallery{
	width: 900px;
	float: left;
	text-align: left;
}

div#content .left-column {
	width: 408px;
	padding-right: 40px;
	float: left;
	text-align: left;
}

div#content .left-column a, .left-column-main a {
	color: #ffffff;
	text-decoration: underline;
}


div#content .right-column-main {
	width: 340px;
	float: right;
	padding-top: 30px;
	text-align: right;
}

div#content .right-column {
	width: 450px;
	float: right;
	padding-top: 30px;
	text-align: right;
}

.img-column {
	margin-right:18px;
	float: left;
}

div#footer {
	width: 900px;;
	padding: 5px 40px;
}

div#privacy {
	padding-top: 5px;
	height: 20px;
}

div#privacy p{
	color: #3d3d3d;
	font-size: 11px;
	text-align: left;
}

div#footer p {
	color: #3d3d3d;
	font-size: 11px;
	text-align: left;
}

div#footer .copyright {
	float: right;
	color: #3d3d3d;
	font-size: 11px;
	text-align: right;
}

h1 {
	padding-bottom: 10px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 10px;
	padding-top:5px;
}

a {
	color: #3d3d3d;
	text-decoration: underline;
}