@import "960.css";
@import "jquery-ui-1.7.2.custom.css";


	
/* NIVO SLIDER */

#slider {
	width: 550px;
	height: 220px;
	margin-top: 00px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#slider img {
	display:none;
}

.nivo-controlNav {
	bottom: -20px;
	left: 47%;
	position: absolute;
}

.nivo-controlNav a {
	background: url(../images/bullets.png) no-repeat;
	border: none;
	display: block;
	float: left;
	height: 10px;
	margin-right: 3px;
	text-indent: -9999px;
	width: 10px;
}

.nivo-controlNav a.active {
	background-position: -10px 0px;
}

.nivo-controlNav a:hover {
	text-decoration:none;
	border: ;
}

.nivo-directionNav a {
	background: url(../images/arrows.png) no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

a.nivo-prevNav {
	left: 15px;
}

a.nivo-nextNav {
	background-position: -30px 0px;
	right: 15px;
}

.nivo-directionNav a:hover {
	text-decoration:none;
	border: none;
}


*, html {
	margin: 0;
	padding: 0;
}

body {
	font: 14.5px/1.6em Georgia,"Lucida Grande",Arial,Helvetica,sans-serif;
	color: #666666;
	background: #FFF url("../images/bg.jpg") repeat-x;
}

div.container_12 {
	position: relative;
}

/* INDUSTRY ELEMENTS */
p {
	padding-top: 15px;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	border-bottom: 1px dotted #999;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}
	ul li {
		margin: 0;
		padding: 0;
	}

ul.normalList {
	padding: 0 0 0 30px;
}
	ul.normalList li {
		margin: 3px 0;
	}

.align-right {
    text-align: right;
}

/* HEADINGS */
h1 {
	width: 160px;
	height: 170px;
	position: relative;
	top: 17px;
	left: 135px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
	h1 a {
		width: 246px;
		height: 170px;
		display: block;
		
	}
	
	h1 a:hover {
		border: none;	
	}
		h1 a span {
			width: 246px;
			height: 0px;
			display: block;
			padding: 170px 0 0;
			overflow: hidden;
		}
		
h2 {
	border-bottom: 1px solid #D2D3CD;
    color: #000;
    font: italic 14px sans-serif;
    padding-top: 19px;
    text-transform: uppercase;
	font-size: 1.2em;
    padding-bottom: 7px;
}

h3 {
	border-bottom: 1px solid #D2D3CD;
    color: #666666;
    font: italic 14px sans-serif;
    padding-top: 19px;
    text-transform: uppercase;
	font-size: 14px;
    padding-bottom: 7px;
}

/* HEADER */

div.header {
	font-size: 1.2em;
	width: 960px !important;
	height: 180px;
	margin: 0;
	position: absolute;
	top: 187px;
	left: 0;
	z-index: 5;
}

div.logo {
	position: absolute;
	left: 250px;
	top: -155px;
	width: 126px;
	height: 125px;
}

/* HEADER BANNER */

div.quote {
	margin-top: 260px;
}

blockquote {
    background: url("../images/quote1.png") no-repeat scroll 0 10px transparent;
    color: #333;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em;
    margin: 15px 10px;
    padding: 10px 10px 10px 35px;
}

/* HEADER NAV */

div.navigation {
	height: 36px;
	position: absolute;
	top: 220px;
    float: left;
    list-style: none outside none;
}
	div.navigation ul {
		width: 960px;
		height: 36px;
		color: #666666;
		
	}
		div.navigation ul li {
			list-style: none;
			height: 36px;
			display: inline-block;
			padding-left: 14px;
			float: left;
		}
		
			
			
div.navigation {
	width: 800px;
	height: 36px;
	position: absolute;
	top: 220px;
	left: 0px;
}
	div.navigation ul {
		width: 960px;
		height: 36px;
		color: #666666;
		
	}
		div.navigation ul li {
			list-style: none;
			height: 36px;
			display: inline-block;
			padding-left: 14px;
			float: left
		}
		div.navigation ul li a  {
			color: #333333;
			font-size: 13px;
			font-style: normal;
			font-weight: bold;
			letter-spacing: 1px;
			margin-bottom: -4px;
			text-align: left;
			text-transform: uppercase;
		}
		div.navigation ul li a:hover  {
			border-bottom: 1px dotted #999;			
		}
			div.navigation ul li a span {
				width: 100%;
				height: 0;
				padding: 6px 0 0;
				overflow: hidden;
				display: block;
			}

/* SUB-NAV */
	
ul.subnav {
	display: inline-block;
	width: 550px;
}
	ul.subnav li {
		float: left;
		list-style: none;
		cursor: pointer;
		padding: 0px 3px 5px;
		font-size: 1.1em;
		display: block;
		margin: 0 0 10px;
		border bottom: 1px dotted #7D7D7D;
	}
			
/* MAIN PAGE */

div.main {
	z-index: 10;
	height: 200px;
	height: auto !important;
	min-height: 200px;
	position: relative;
}

div.content {
	height: 300px;
	height: auto !important;
	padding: 19px;
	margin-top: 250px;
	min-height:700px;
}
	div.content p.backButton {
		float: right;
		margin: 10px 0;
	}
		div.content p.backButton a {
			width: 80px;
			height: 25px;
			display: block;
		}
			div.content p.backButton a span.backButton {
				width: 80px;
				height: 0;
				padding: 25px 0 0;
				overflow: hidden;
				display: block;
				background: url("../images/backButton.png") no-repeat 0 0;
			}
			
div.meetingsWrap {
	margin: 20px 0 0;
}

/* HOME PAGE OFFFER */

.homefeature { 
	width:400px;
	padding-right: 30px;
	padding-left: 20px;
	margin-left: 40px;
	margin-top; 10px;
	font-size: 0.9em;
}

.homefeaturewrap { 
	float:left; 
	width:400px;
	padding: 10px;
}

/* OFFER PAGE */

.feature { 
	width:450px; 
	padding:10px;
	margin-top: 10px;
	margin-left: 50px;
}

.featurewrap { 
	float:left; 
	width:270px;
}

.feature img {
	float:left; 
	width:130px;
	margin-right: 9px;
	margin-left: 10px;
	border: medium #FFF;
	margin-top: 20px;
}

/* CONTACT FORM */
fieldset.contactForm {
	height: 300px;
	border: none;
	margin: 0 auto;
}
	fieldset.contactForm table.askMeAQuestion {
		table-layout: fixed;
		width: 440px;
		margin: 10px;
	}
		fieldset.contactForm table.askMeAQuestion td {
			padding: 5px;
		}
		fieldset.contactForm table.askMeAQuestion td.question {
			width: 50px;
			font-size: 1em;
		}
		fieldset.contactForm table.askMeAQuestion td.answer {
			width: 150px;
		}
			fieldset.contactForm table.askMeAQuestion td.answer textarea,
			fieldset.contactForm table.askMeAQuestion td.answer input[type="text"] {
				padding: 5px;
				background: #DFDFDF;
				color: #000;
				border: 1px solid #272727;
			}
			fieldset.contactForm table.askMeAQuestion td.answer textarea {
				font-family: Arial, Helvetica, Sans-Serif;
				font-size: 1em;
			}
			fieldset.contactForm table.askMeAQuestion td.answer input[type="text"] {
				font-size: 1em;
				font-family: Arial, Helvetica, Sans-Serif;
				width: 150px;
			}
		fieldset.contactForm table.askMeAQuestion td.submit {
			
		}
			fieldset.contactForm table.askMeAQuestion td.submit span.submitContactFormSmall {
				width: 100%;
				text-align: left;
				color: #333;
			}
			fieldset.contactForm table.askMeAQuestion td.submit span.submitted {
				font-size: 1em;
				color: #666;
			}

/* GALLERY PAGE */

div.gallthumb {
	padding: 9px;
	margin-top: 10px;
	text-align: center;
}
	div.gallthumb a:hover {
		border: none;	
	}
	
/* SUB-NAV ELEMENTS */

div.bookingForm {
	margin-bottom: 20px;
	padding: 19px;
	margin-top: 250px;
}
	div.bookingForm fieldset {
		width: 300px;
		border: none;
	}
		div.bookingForm fieldset table {
			width: 300px;
			border-collapse: collapse;
			table-layout: fixed;
			border: none;
			margin-top: 10px;
		}
			div.bookingForm fieldset table td {
				border: none;
				font-size: 1em;
				padding: 3px;
			}
			div.bookingForm fieldset table td.one { width: 25%; }
			div.bookingForm fieldset table td.two { width: 25%; }
			div.bookingForm fieldset table td.three { width: 25%; }
			div.bookingForm fieldset table td.four { width: 25%; }
			div.bookingForm fieldset table td.submit { text-align: right; padding: 15px 0 0; }
				div.bookingForm fieldset table td.submit img#submitBooking { cursor: pointer; }
				div.bookingForm fieldset table td input {
					width: 30px;
					background: #DFDFDF;
					color: #000;
					padding: 4px;
					font-size: 1em;
					border: 1px solid #272727;
					text-align: center;
				}
				div.bookingForm fieldset table td.submit input {
					width: auto;
					height: auto;
					border: none;
					padding: 0;
				}
				div.bookingForm fieldset table td input.dateField {
					width: 100px;
				}

div.subscribe {
	padding: 19px;
	
}
	div.subscribe p {
		color: #CCC;
		font-size: 1.2em;
		margin: 0 0 -10px;
	}
	div.subscribe newsletter {
					width: 30px;
					background: #DFDFDF;
					color: #000;
					padding: 4px;
					font-size: 1em;
					border: 1px solid #272727;
					text-align: center;
				}

div.special { 
	width: 280px;
	height: 120px;
	padding: 1px 10px 0px 10px;	
}

div.specialoffer {
	padding: 19px;
	margin-bottom: 10px;
}

div.specialoffer p {
	margin: 0 0 10px;
	position: relative;
	bottom: 50px;
	left: 55px; 

}

div.sidebarpicbooking {
	margin-top: -22px;	
}

div.sidebarpicsubscribe {
	margin-top: -10px;	
}

div.sidebarpicspecial {
	margin-top: -2px;	
}

/* FOOTER */

div.footer_bg {
	background-color: #000;
	font-size: 1em;
	color: #FFF;
	margin-top: 30px;
	min-height: 200px;
	background: #000;
}

div.footer {
	padding-top: 10px;
}

#footer h2 {
    border-bottom: 1px solid #D2D3CD;
    color: #FFFFFF;
    font: italic 12px sans-serif;
    padding-top: 19px;
    text-align: left;
    text-transform: uppercase;
}

div.ftnavigation {
	list-style: none outside none;
}
	div.ftnavigation ul {
		height: 36px;;
		marigin-left: -50px;
		
	}
		div.ftnavigation ul li {
			list-style: none;
			height: 36px;
			display: inline-block;
			padding-left: 14px;
			float: left;
		}
		div.ftnavigation ul li a  {
			color: #FFF;
			font-size: 1em;
			font-style: normal;
		}
		div.ftnavigation ul li a:hover  {
			border-bottom: 1px dotted #FFF;			
		}
			div.ftnavigation ul li a span {
				width: 100%;
				height: 0;
				padding: 6px 0 0;
				overflow: hidden;
				display: block;
			}
			
			
div.base {
	text-align: center;
	font-size: 0.8em;
	
#socialmedia {
	background-color: #60F;
}

div.qr {
	margin-let: 10px;
}

/* NOTIFY PANEL */
div.notifyPanel {
	color: #000;
	width: 627px;
	height: 30px;
	font-size: 1.2em;
	padding: 17px 20px 23px 113px;
	margin: 20px auto;
	background: #000 url(../images/warning_panel.png) no-repeat 0 0;
}
	div.notifyPanel a {
		color: #000;
	}

/* HELPERS */
.hide { display: none; }
strong, em { font-weight: normal; font-style: normal; }
label.p { font-size: 1.2em; margin: 10px 0; text-indent: 0; display: block; }
legend { display: none; }
table th { display: none; }

div.subscribe input.subscribe {
	width: 118px;
	border: none;
	float: right;
	margin: 0 6px 0 0;
}

/* GOOGLE MAPS */
div#map_canvas {
	color: #000;
	margin: 10px 0;
}
