/* Start of CMSMS style sheet 'Layout' */
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Start layout styles */
#top_nav {
	height: 30px;
}

#main_nav {
	height: 40px;
	background: url(uploads/images/layout/main_nav_bg.png) repeat-x;
	overflow: hidden;
}

#page {
	width: 760px;
	margin-left: 15px;
}

#sub_nav {
	height: 40px;
	width: 610px;
	float: left;
	background: url(uploads/images/layout/sub_nav_bg.png) no-repeat;
	overflow: hidden;
}

#sub_nav_wrapper {
	height: 40px;
	width: 610px;
	float: left;
	overflow: hidden;
}

#weather {
	width: 150px;
	height: 120px;
	float: right;
	background: url(uploads/images/layout/weather_bg.png) no-repeat;
}

#weather .spacer {
	height: 60px;
}

#weather .item {
	margin: 4px 0px 0px 10px;
	font-size: 8px;
	color: #afafaf;
}

#weather .value {
	font-size: 27px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	color: #fff;
	margin-right: 3px;
}

#weather a {
	float: right;
	margin: 9px 5px 0px 0px;
	font-size: 11px;
        font-weight: bold;
}

#title {
	float: left;
	margin-top: 35px;
	background: url(uploads/images/layout/title_bg.png) no-repeat;
	width: 566px;
	height: 41px;
}

#content {
	clear: both;
	background: url(uploads/images/layout/content_bg.png) repeat-y;
	padding: 20px;
        border: solid 2px #5387C8;
        border-left: solid 4px #F79802; 
        border-top: none;
}

.gallery {
	float: left;
	width: 400px;
        margin-bottom: 10px;
}

.description {
	float: right;
	width: 300px;
}

.rates {
	clear: both;
}

#footer { 
	clear: both;
	height: 120px;
	padding: 10px;
	background: url(uploads/images/layout/footer_bg.png);
}


.block {
	width: 230px;
	height: 120px;
	float: left;
}

.p {
	margin: 35px 10px 5px 10px;
}

.block p {
	font-size: 12px;
	color: #afafaf;
	height: 60px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.block a {
	float: right;
	padding-right: 10px;
	font-size: 12px;
        font-weight: bold;
}

.newsletter {
	background: url(uploads/images/layout/block_newsletter_bg.png) no-repeat;
	margin-right: 23px;
}

.photo {
	background: url(uploads/images/layout/block_photo_bg.png) no-repeat;
	margin-right: 23px;
}

.specials {
	background: url(uploads/images/layout/block_specials_bg.png) no-repeat;
}
/* End of 'Layout' */

