/* Start of CMSMS style sheet 'Screen' */
/*----Global Reset----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #fff url(images/theme/top-bar.gif) repeat-x left top;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #3e3d38;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----Typography----*/
h1 {
	font-size: 27px;
	margin: 0 0 18px 0;
	color: #810000;
	font-weight: normal;
}
h2 {
	font-size: 21px;
	margin: 0 0 18px 0;
	color: #810000;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin: 0 0 18px 0;
	color: #810000;
	font-weight: normal;
}
p {
	line-height: 18px;
	margin: 0 0 18px 0;
}
a {
	color: #8f1e1c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#content ul {
	margin: 0 0 18px 0;
	}
	#content li {
	list-style: disc;
	margin-left: 18px;
	}
.small {
	font-size: 12px;
}
/*----Layout----*/
.wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
.wrapper2 {
	padding: 20px 0;
	width: 725px;
	margin: 0 auto;
	text-align: left;
	background: url(images/theme/two-column-back.gif) repeat-y center top;
}
	#main {
		float: left;
		width: 490px;
	}
	#right {
		float: right;
		width: 203px;
		text-align: center;
	}
		#right .box {
			background: #f4f0e3 url(images/theme/side-box-bottom.gif) no-repeat center bottom;
			padding: 0 10px 15px 10px;	
			margin: 0 0 15px 0;
			width: 185px;	
			text-align: left;
		}
			#right .box h3 {
				font-size: 14px;
				font-weight: bold;
				background: url(images/theme/side-box-top.gif) no-repeat center top;
				padding: 10px 0 0 0;
				margin: 0 0 15px 0;
			}
#header {
	background: url(images/theme/header.jpg) no-repeat;	
	height: 235px;
	width: 770px;
	margin: 0 auto;
}
	#logo {
		float: left;
		margin-bottom: 22px;
	}
#menu {
	background: url(images/theme/menu-back.gif) no-repeat center top;	
	height: 44px;
}
#content {
	background: url(images/theme/content-back.gif) repeat-y center top;	
}
	#content .wrapper {
	padding: 20px 0;
	width: 725px;
	}
#footer {
	background: url(images/theme/content-bottom.gif) no-repeat center top;	
	padding: 40px 0 20px 0;
	width: 784px;
	margin: 0 auto;
}
/*----Newsletter Box----*/
#newsletter-box {
	background: url(images/theme/form-back.gif) no-repeat center center;
	width: 188px;	
	height: 32px;
	margin: 0 0 10px 0;
}
#newsletter-box input {
	border: none;
	background: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#newsletter-box .textfield {
	padding: 8px 5px 8px 5px;
	float: left;
	width: 110px;
}
#newsletter-box .submit {
	float: right;
	color: #fff;
	background: url(images/theme/submit-button.gif) no-repeat right center;
	width: 54px;
	height: 22px;
	margin: 5px;
}
/*----Top Menu----*/
#menu ul {
	margin: 0;
	padding: 0 20px 0 27px;
	font-size: 12px;
}
	#menu dfn {
	display: none;
	}
	#menu h3 {
	font-size: 12px;
	color: #fff;
	}
	#menu li {
		float: left;
		list-style: none;
		color: #fff;
		margin: 9px 25px 0 0;
	}
	#menu li a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	#menu li a:hover {
		text-decoration: underline;
	}
	#menu li.currentpage {
	background: url(images/theme/active-back-right.gif) no-repeat right  top;	
       padding: 0 9px 3px 0;	
       margin: 9px 15px 0 -4px;
}
	.currentpage h3 {
	background: url(images/theme/active-back-left.gif) no-repeat left top;		
	padding: 0 0 0 8px;	
	}
/*----Bottom Menu----*/
#footer ul {
	margin: 0;
	padding: 0 10px 0 12px;
	font-size: 12px;
}
	#footer dfn {
	display: none;
	}
	#footer li {
		list-style: none;
		margin: 0 10px;
	}
	
	#footer li.currentpage {
	font-weight: bold;
}
#footer .currentpage h3 {
	background: none;		
	padding: 0;	
        font-size: 14px;
	}
/*----Featured----*/
.featured-left {
	float: left;
	width: 49%;
	clear: both;
        margin: 10px 0 0 0;
}
	.featured-left h3 {
	background: url(images/theme/suitcase-icon.gif) no-repeat left;	
	padding: 5px 0 5px 35px;
	margin: 0 0 15px 0;
	}
.featured-right {
	float: right;
	width: 49%;
        margin: 10px 0 0 0;
}
	.featured-right h3 {
	background: url(images/theme/star-icon.gif) no-repeat left;	
	padding: 5px 0 5px 30px;
	margin: 0 0 15px 0;
	}
.dest {
	float: left;
	text-align: center;
	margin: 0 16px 10px 0;
	}
.last {
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
}
	.dest img, .last img {
	border: 1px solid #fff;
	}
	.last img {
	margin-bottom: 0;
	}
/*----Contact Page----*/
.request-form {
       
}
.request-form label {
       font-weight: bold;
       margin: 0 10px 0 0;
}
.request-form input, .request-form select, .request-form textarea {
       background: #F4F0E3;
       border: 1px solid #C2BDB1;
       margin: 5px 0;
}
.request-form textarea {
      width: 300px;
}
.request-form h3 {
       font-size: 14px;
       font-weight: bold;
       margin: 10px 0;
       background: #F4F0E3;
       padding: 5px;
}
.submit input {
      background: url(images/theme/submit-button-2.gif) no-repeat left;	
      border: none;
      color: #eee;
      font: 14px/18px Georgia, "Times New Roman", Times, serif;
      padding: 6px 20px 15px 15px;
      margin: 20px 0 0 0;
}
/*----Partners----*/
#partners {
      
}
#partners img {
       margin: 10px 8px 0 0;
}
/*----Misc---*/
/*Floats*/
.center {
	width: 100%;
	text-align: center;
    margin: 18px 0;
}
.floatright {
	float: right;
	margin: 0 0 18px 18px;
}
.floatleft {
	float: left;
	margin: 0 18px 18px 0;
}
img.floatright {
	margin: 0 0 18px 25px;
	display: inline;
	}

img.floatleft {
	margin: 0 25px 18px 0;
	display: inline;
	}
.clr {
	clear: both;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.centered {
 	text-align: center;
}
.email {
	background: url(images/theme/mail-icon.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
/* End of 'Screen' */

