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

html {scrollbar-face-color: #64a1fa;
scrollbar-shadow-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-track-color: #fff;
scrollbar-arrow-color: #fff;}

* {
	padding:0;
	margin:0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#99ccff;
}

p {
	padding-bottom:10px;
	color:#000;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
	padding-top:0px;
}

img {
	border:none;
}

body {
	background:url(../images/bg.jpg) top repeat-x #72a5d4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:center;
	margin-top:2em;
}

#shell {
	width:971px;
	height:692px;
	padding-left:0px;
	margin:0 auto;
	background:#fff;
	border:1px solid #000;
	padding:0px;
}

#logo  {
	height:21px;
	background:#fff;
}

.blue {
	color:#99ccff;
}

#nav {
	height:41px;
}


#nav ul {

	color:#000;
	height:41px;
	float: left;
	width: 100%;
	background-image:url(../images/extra/menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fdd7bc;
	font-size:12px;
	clear:both;
	

}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	padding-top:10px;
	height:31px;
	width:96px;
	color:#000;
	text-decoration: none;
	float: left;
	padding-bottom:0px;
}

#nav ul li a:hover {
	border-right: 2px solid #1873f7;
	width:94px;
	height:31px;
	color: #1873f7;
}

#content {

	padding-top:6px;
	height:490px;
	background-image: url(../images/extra/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fff;
	padding-left:45px;
	padding-bottom:40px;
	padding-right:20px;
}

#top {

	height:94px;
	background-image: url(../images/extra/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
}



#page {


	text-align: justify;
	width:465px;
	height:420px;
	float:right;
	overflow:auto;
	padding-right:10px;

}

#page ul {
	padding-left:20px;
}

#left {

	padding:10px;
	text-align: justify;
	width:400px;
	height:420px;
	float:left;
	margin:0px;
	overflow:auto;

}

#Images {
	padding-top:180px;
}



#contact {
	
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	background-position:bottom;
		height:560px;
		padding-left:80px;
}


#gallery {
	width:250px;
	padding-top:180px;
	float:left;
}

#details {
	width:300px;
	text-align:left;
	color:#333333;
	padding-top:40px;
	float:left;
}

#details h4 {
	font-size:20px;
	color:#FFF;
	padding:0px;
}

#wel-img {
	float:left;
	padding-right:0.5em;
}

#text {
	filter:alpha(opacity=100);
	opacity: 1;
	clear:both;
	overflow:auto;
}

#text a {
	color:#000;
}

#text ul {
	padding-left:20px;
}

#text h1 {
	font-size:18px;
	padding-bottom:10px;
}

#text h2 {
	font-size:14px;
}


#gallery-inner {
	width:445px;
	text-align:left;
}

#gallery-inner h1 {
	padding-bottom:5px;
}

#clear-both {
	clear:both;
}

#ems {
	width:800px;
	margin:0 auto;
	text-align:right;
	padding-top:5px;
}

#ems a {
	color:#000;
}

#ems img {
	border:none;
}

#footer {
	height:25px;
	width:900px;;
	margin:auto;

	color:#000;
	padding:0px;
	text-align: right;
}

#footer a{
	color:#000;
}


label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #fff;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}