body {
	margin: 0;
	padding: 0;
	background: url(/images/background-pattern.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
	
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}



img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
	border: solid 3px #38979B;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
	/*border: solid 3px #38979B;*/
	box-shadow: 10px 10px 5px #888;
}

hr {
	display: none;
}

/* Menu */

.headerlink {
	color: #630000;
	text-decoration:none;
}

.headerlink:hover{
	color: #630000;
	text-decoration:underline;
}

.tourlink {
	color: #38979B;
	text-decoration:none;
	position: relative;
	left:50px;
	top:5px;
}

.tourlink:hover{
	color: #fff;
	text-decoration:underline;
	margin-top:3px;
}

#menu {
	width:990px;
	height: 51px;
	margin: 0 auto;
	padding-left: 10px;
	border-top: solid 4px #38979B;
	background: url(/images/menu-bg.png) repeat-x ;
	z-index:100001;
	margin-top:-5px;
		
}
#undermenu{
	height: 5px;
	padding: 0;
	width:1020px;
	margin: 0px auto;
	/*background: url(/images/sa.png) no-repeat;*/
	background-position: bottom; 
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin-bottom: 0px;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat left top 80%;
	padding: 15px 15px 0 10px;
	text-decoration: none;
	font-weight: bold;
	
}

#menu a:hover {
	text-decoration: none;
	color: #38979B;
	font-weight: bold;
}

/* Logo */

#logo {
	width: 1000px;
	height: 207px;
	margin: 0 auto;
	clear:both;
	background: #fff url(../images/logo-bg.png) repeat-x;
}

.span{
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 120%;
}

#logo h1 {
	padding-top: 0px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#featured{
	margin:0 auto;
	text-align:center;	
}
/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: none;
}

#slideContainer{
	margin:0 auto;
	width:650px;
	text-align:center;
	background: #fefefe;
}

h2{
	font-size:24px;
	color: #38979B;
	font-weight:bold;
}
h3{
	font-size:14px;
	color: #fff;
}

#carousel{
	text-align:center;
	background: #e0e0e0;
	border:solid 1px #c0c0c0;
	
	padding: 0px 0px 10px 0px;
	padding-bottom:;
	/*border-bottom: solid 7px #38979B;*/
	width:200px;
	display:inline-block;
	float:left;
	height: *;
}

#carousel img{
	border:solid 5px #fff;
	border-radius:25px;
	-moz-border-radius:25px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	width:150px;
}

#carousel img:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	cursor:pointer;
}

#carousel-bottom{
	text-align:center;
	background: #454545 url(/images/carousel.png) repeat-x;
	padding:10px;
	
	/*border-bottom: solid 7px #38979B;*/
	height: 210px;
}

#carousel-bottom img{
	border:solid 5px #38979B;
	border-radius:25px;
	-moz-border-radius:25px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	width:150px;
}

#carousel-bottom img:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	cursor:pointer;
}

/* Content */

#content {
	width: 1000px;
	background:#fefefe;	
	min-height: 400px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content p{
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	color: #232323;
	font-size: 14px;
	padding-bottom:5px;
}


#content a{
	text-decoration:none;
	color:#38979B;
}

#content a:hover{
	text-decoration:underline;
	color:#434343;
}

#introduction{
	text-align:justify;
	color: #232323;
	font-size: 14px;
	padding-bottom:5px;
	width: 900px;
	position: relative;
	left: 20px;
	
}
.testimonial{
	font-style: italic;
	color: #38979B;
	font-size:12px;
}

#content h2{
	padding-left:20px;
	padding-top:10px;
}

#content ul li {
	margin-left: 55px;
	list-style-image:  url(../images/list-1-marker.gif);
	font-size:14px;
}

#navContainer ul li {
	list-style:  url(../images/list-1-marker.gif);	
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 200px;
	padding: 10px;
	background: url(images/img05.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background: url(images/img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 13px;
}


.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(images/img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(images/img05.gif) repeat-x;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 150px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	height: 60px;
	background: #4A4A4A;
	padding:10px;
	color: #fff;
	border-top: solid 3px #454545;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #ffffff;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/************Buttons************/
.button {
	display:inline-block;
	background:url(../images/button-tail.gif) repeat-x 0 0;
	text-decoration:none;
	border:1px solid transparent;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family: arial, sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:14px;
	color:#5c6166;
	padding:7px 12px 8px 12px;
	box-shadow:1px 1px 2px #a1a19f;
	text-shadow:1px 1px #fafaf9;
	margin-top: 5px;
}
	.button:hover {background:url(../images/button-tail.gif) repeat-x 0 -30px #fff; border:1px solid transparent; border:1px solid #827d75;}

.button-1 {
	display:inline-block;
	background:url(../images/button-1-tail.gif) repeat-x 0 0;
	text-decoration:none;
	font-family: arial, sans-serif;
	font-weight:700;
	color:#fff;
	font-size:11px;
	line-height:17px;
	padding:6px 12px 7px 12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
	.button-1:hover {background:url(../images/button-1-tail.gif) repeat-x 0 -30px;}
	
	