@import "layout.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background: #E3E1CF url(/images/bg_html.gif) center top repeat-x;
	height:100%;
}

body{
	font:normal 62.5%/1 tahoma, verdana,arial,helvetica,sans-serif;
	color:#4B4836;
	background: url(/images/bg_body_fixed.gif) center top no-repeat;
	min-height:100%;
}

* html body{
	height:100%;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family: georgia, serif;
	margin-bottom: 0.38em;
	color:#0E8D8E;
	font-weight:bold;
	}
h1 {
	font-family: 'Molengo', sans-serif;
	color: #3f3010;
	letter-spacing: -1px;
	font-size: 300%;
	margin-bottom: 0.62em;
	font-weight: normal;
	} 
h2 {
	font-size:1.6em;
	line-height: 1.30em;
	}
#content_sub h2 {
	background-color:#DFDDCF;
	color:#6A1919;
	padding: 7px;
	font-size:1.2em;
	margin-bottom: 0.62em;
	}
h3 {
	font-size:1.2em;
	}
h4 {
	}

h5 {
	}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size: 1.1em;

xmargin: 0 0 10px;
margin-bottom: 1em;

line-height: 1.4;
}


span{
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px;
}

blockuote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0 0 10px 25px;	
}

li{
	line-height:1.4;
	font-size:1.1em;
}



/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	margin:0 0 10px;
}

dt{
	clear:left;
	float:left;
	font-size:1.1em;
	line-height:1.3;
	font-weight:bold;
	margin:0 10px 0 0;
}
	
dd{
	font-size:1.1em;
	line-height:1.3;
}


dl.calendar dt {
	float: none;
}
dl.calendar dd {
	margin-left: 2em;
}


/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img, a.image_link {
	border:none!Important;
}
a:link, a:visited {
	color:#0E8D8E;
	text-decoration: none;
	border-bottom: 1px dotted #62cef2;
	}
#header a,
#navNew a,
#footer a {
	border-bottom: none;
	}
#footer a:hover {
	background: none;
	text-decoration: underline!Important;
	}
a:hover {
	border-bottom: 1px solid #91ddf6;
	background: #d8f3fc;
	}
#content_sub a:link, #content_sub a:visited{
/*
	color:#6A1919;
	border-bottom: none;
*/
	}
.skip{
	position:absolute;
	left:-9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
/*
.webFont { 
	font-family: 'Molengo', sans-serif;
	} 
h1.webFont { 
	color: #3f3010;
	letter-spacing: -1px;
	font-size: 300%;
	margin-bottom: 0.62em;
	font-weight: normal;
	} 
*/


/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

div.thumb{
	float:left;
	margin:0 15px 10px 0;
}

div.right{
	float:right;
	margin:0 0 10px 15px;
}

div.thumb img{
	padding:7px;
	background: url(/images/bg_thumb.gif) no-repeat;
	margin:0 0 5px;
}

div.thumb p{
	margin:0;
}

div.thumb a:link, div.thumb a:visited{
	font-weight:bold;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.image_link{
	margin:0 0 15px;
	display:block;
}

#content_sub .image_link{
	margin:0 0 5px;
}

#content_sub .thumbs li {
	border:1px solid #CCC;
	padding:2px;
}

#main_pic {
	border:1px solid #CCC;
	padding:2px 2px 10px;
	text-align:center;
}

.thumbs{
	margin:0;
}

.thumbs li{
	float:left;
	list-style:none;
	margin:0 10px 10px 0;
}

.thumbs li img{
	display: block;
}

div#special_offers {
	position: relative;
}

.special_offers span {
	display: none;
}

.special_offers a:link, .special_offers a:visited {
	background: url(/images/bg_special_offers.jpg) no-repeat 0 0;
	height: 22px;
	width: 93px;
	position: absolute;
	top: -92px;
	right: 65px;
}

.special_offers a:hover {
	background: url(/images/bg_special_offers.jpg) no-repeat 0 100%;
}

.clear_right {
	clear: left;
}

.marginBottom {
	margin-bottom: 1.6em;
}

dl.normalCopyDl dt, 
dl.normalCopyDl dd {
	float: none;
}

dl.normalCopyDl dt {
	margin-top: 1em;
	font-size: 120%;
}

dl.normalCopyDl dt.topDt {
	margin-top: 0;
}

dl.normalCopyDl dd {
	margin-left: 1em;
}

dl.normalCopyDl.caterers dd em,
dl.normalCopyDl.caterers dd a {
	font-style: normal;
	}

dl.normalCopyDl.caterers dd span {
	color: rgba(75,72,54,0.62);
	}
dl.caterers dd {
	padding: 0.38em;
	}
dl.caterers dd.alt {
	background: #f4f3ea;
	}

.nudgeDown {
	margin-top: 2em;
}

ul.leftAligned {
	margin-left: 0;
}

ul.noBullets li {
	list-style: none;
	}
.nonVisual {
	position: absolute;
	width: 200px;
	left: -9000px;
	top: -9000px;
	}


