body {
	margin: 30px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Arial", verdana, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h5 {
	text-transform: none;
	text-decoration:none;
	color: #666666;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: .875em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

a {
	color: #58142D;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

/* Header */

#header {
	width: 700px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 0px;
	height: 0px;
	margin: 0 auto;
	background: url(images/img01.gif) no-repeat left center;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 36px;
}

#logo h2 {
	margin: -5px 0 0 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #58142D;
}

/* New Menu */
#menu1 {
	float: right;
	padding: 0px 0 0 0;
}
#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: none;
	color: #666666;
}

#menu1 a:hover {
	text-decoration: underline;
	color: #BC4F9E;
}

#menu1 .first a {
	background: none;
}

/* Menu */
#menu {
	float: none;
	padding: 10px 0 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: url(../images/img02.gif) no-repeat left center;
	font-weight: 500;
	color: #4e0520;
}

#menu a:hover {
	text-decoration: none;
	color: #666666;
}

#menu .first a {
	background: none;
}

/*Downstate for menu */
#section-contact #nav-contact a,
#section-travelinformation #nav-travelinformation a,
#section-about #nav-about a,
#section-gallery #nav-gallery a,
#section-services #nav-services a,
#section-facilities #nav-facilities a,
#section-virtual_tour #nav-virtual_tour a,
#section-home #nav-home a,


#menu a:active
{
	text-decoration: none;
	color: #666666;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#content1 {
	width: 700px;
	height:850px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	float: left;
	width: 700px;
	padding-bottom: 15px;
	margin-bottom: 2px;
}

#welcome .more {
	padding-top: 8px;
	border-top: 1px dashed #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 350px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	width: 700px;
	font-size:12px;
	margin: 0 auto;
	padding: 20px 0 50px 0px;
	background: none;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #CCC;
}



/*  CSS for form */

body {
	font-family:Arial, Tahoma, sans-serif;
	background-position:right;
}
#contact-wrapper {
	width:330px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:10px;
	width:auto;
}
form#contactform input {
	background-color:#FFFFFF;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:10px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}