/*=====================================================*/
/* 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, 
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

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;
}

* { padding: 0; margin: 0; }

/*=====================================================*/
/* Global Definitions
/*=====================================================*/

body {
 background: url(../images/bg_body.jpg) no-repeat top left #000000;
 font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #303031;
 line-height: 120%;
}

a:link { color: #333; text-decoration:none; border: none; margin: 0px; padding: 0px; }
a:visited { color: #333; text-decoration: none; border: none; margin: 0px; padding: 0px; }
a:hover { color: #333; text-decoration: underline; border: none; margin: 0px; padding: 0px; }
a:active { color: #33; text-decoration: none; border: none; margin: 0px; padding: 0px; }

a.maillink { color: #333333; text-decoration:none; border: none; margin: 0px; padding: 0px; }
a.maillink:visited { color: #333333; text-decoration: underline; border: none; margin: 0px; padding: 0px; }
a.maillink:hover { color: #333333; text-decoration: underline; border: none; margin: 0px; padding: 0px; }
a.maillink:active { color: #333333; text-decoration: underline; border: none; margin: 0px; padding: 0px; }

a.footertext:link { color: #CCCCCC; text-decoration:none; border: none; margin: 0px; padding: 0px; }
a.footertext:visited { color: #CCCCCC; text-decoration: underline; border: none; margin: 0px; padding: 0px; }
a.footertext:hover { color: #CCCCCC; text-decoration: underline; border: none; margin: 0px; padding: 0px; }
a.footertext:active { color: #CCCCCC; text-decoration: underline; border: none; margin: 0px; padding: 0px; }

 
h1 {
	font-size: 18px;
	color: #2e2e2f;
	text-transform: uppercase;
	letter-spacing: 150%;
	position: relative;
}

/*=====================================================*/
/* Layout Definitions
/*=====================================================*/

.wrapper {
 margin: 0 auto;
 width: 100%;
 position: relative;

}

.contentwrapper {
 width: 800px;
 margin: 0 auto;
 position: relative;
}

.columns {
 width: 800px;
 background: url(../images/bg_main.jpg) top no-repeat #e9e8e6;
 position: relative;
 z-index: 2;
 float: left;	
}

.content {
 width: 585px;
 min-height: 556px;
 padding: 0 21px 21px 21px;
 margin: 0 0px 0px 0px;
 float: right;
 text-align: center;
 position: relative;
}

.twitter {
 width: 585px;
  float: right;
  position: relative;
}

.below {
 width: 585px;
 min-height: 556px;
 padding: 0 21px 21px 21px;
 margin: 0 0px 0px 0px;
 float: right;
 text-align: center;
 position: relative;
}

.contentnjs {
 width: 585px;
 height: 556px;
 padding: 21px;
 margin: 35px 0px 0px 0px;
 float: right;
 text-align: center;
}

.navwrapper {
 width: 150px;
 height: 597px;
 margin: 15px auto;
 padding: 0px;
 background: url(../images/bg_nav.jpg) no-repeat;
 position: absolute;
 top: 0px;
 left: 22px;
 z-index: 3;
}

#nav {
 width: 150px;
 height: 92px;
 margin: 192px 0px 0px 0px;
 padding: 0px;
}

.footer {
 width: 100%;
 height: 172px;
 position: absolute;
 bottom: -100px;
 left: 0px;
 padding: 10px 0;
 background: url(../images/bg_footer.png) no-repeat center;
 z-index: -1;
}

/*=====================================================*/
/* Navigation Definitions
/*=====================================================*/

div#nav a {
	width: 150px;
	height: 19px;
	padding: 4px 0 0 0;
	display: block;
	color: #706f6f;
	text-align: center;	
	
	text-transform: uppercase;
	text-decoration: none;
}

div#nav a:hover, div#nav a.active {
	background: url(../images/nav_bg_ro.png) #e1e1e1 no-repeat;
	color: #494747;	
}

/*=====================================================*/
/* Content Definitions
/*=====================================================*/

.header {
 width: 585px;
 padding: 71px 21px 0 21px;

 float: right;
 text-align: center;
 position: relative;
}

.underline {
 width: 99%;
 height: 4px;
 margin-top: 15px;
 background: url(../images/content_underline.gif) no-repeat;
 float: left;
}

.spacer {
	margin-top: 20px;	
}

.content p {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-weight: normal;
 color: #303031;
 text-align: left;
 line-height: 160%;
 margin: 15px 0px 0px 0px;
 float: left;
}


.content img.limo {
 margin-top: -30px;	
 float: none;
}

.column {
	width: 290px;
	margin-bottom: 10px;
	float: left;
}

.news {
	width: 95%;
	margin: 10px 0 0 0;
	text-align: left;
	float: left;
}

.news td {
	line-height: 180%;
}

td.date {
	padding-left: 15px;
	font-size: 10px;
}

a.button {
	width: 79px;
	height: 26px;
	display: block;
	padding: 4px 0 0 0;
	margin-left: 90px;
	font-weight: bold;
	background: url(../images/bg_sqbutton.jpg) no-repeat;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
	underline: none;	
}

/*=====================================================*/
/* Footer Definitions
/*=====================================================*/

.footertext {
 font-size: 8px;
 color: #FFFFFF;
 width: 800px;
 height: 35px;
 padding: 0px;
 margin: 0 auto;
 text-align: right;
}

/*=====================================================*/
/* Contact Definitions
/*=====================================================*/

.contactcontainer {
 margin: 35px auto 30px auto;
 width: 100%;
 border: none;
 text-align: left;
 float: left;
}


.nameemailwrap {
 float: left;
 margin: 0px 0px 15px 15px;
}

.nameemail {
 margin: 0px 0px 15px 15px;
}

.nameinput {
 text-align: left;
 margin: 0px;
}

.question {
 float: right;
 height: 68px;
 margin: 0px 15px 15px 0px;
}

.submitwrapper {
 clear: both;
 margin: 0 auto;
 width: 100%;
}

.submitdiv {
 background: url(../images/contact_submit.jpg) no-repeat;
 margin: 0 auto;
 width: 79px;
 height: 28px;
}

.submit {
 background: url(../images/contact_submit.jpg) no-repeat;
 width: 79px;
 height: 28px;
 cursor: pointer;
}

.submit:hover {
 background: url(../images/contact_submithover.jpg) no-repeat;
 width: 79px;
 height: 28px;
}

input { 
 background: url(../images/bg_input.jpg); 
 color: #333333;
 border:none;
 padding:4px;
 height: 16px;
 margin: 0px 0px 10px 0px;
}

textarea {
 background: url(../images/bg_inputques.jpg) no-repeat; 
 color: #333333;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 border:none;
 padding:4px;
 height:70px;
 width: 183px;
}

.message {
 vertical-align: top;
}

.companyinfo {
 margin: 15px 0px 0px 0px;
 text-align: left;
 float: left;
}

.email {
 margin: 0px 0px 0px 0px;
 width: 183px;
}

.name {
 margin: 0px 0px 0px 3px;
 width: 183px;
}

/*=====================================================*/
/* Services Definitions
/*=====================================================*/

.servwrapper {
 width: 100%;
 height: 15px;
 margin: 35px 0px 25px 0px;
 border-bottom: #000000 2px solid;

}

.serv_wedd {
 background: url(../images/serv_wedd_bg.png) no-repeat;
 width: 73px;
 height: 15px;
 padding: 0px;
 margin: 0px;
}

.serv_scho {
 background: url(../images/serv_schoo_bg.png) no-repeat;
 width: 123px;
 height: 15px;
 padding: 0px;
 margin: 0px;
}

.serv_nigh {
 background: url(../images/serv_nigh_bg.png) no-repeat;
 width: 106px;
 height: 15px;
 padding: 0px;
 margin: 0px;
}

.serv_tour {
 background: url(../images/serv_tour_bg.png) no-repeat;
 width: 45px;
 height: 15px;
 padding: 0px;
 margin: 0px;
}

.serv_othe {
 background: url(../images/serv_othe_bg.png) no-repeat;
 width: 46px;
 height: 15px;
 padding: 0px;
 margin: 0px;
}

.servicenav {
 width: 585px;
 height: 15px;
}

.content_service {
 display: none;
 float: left;
 width: 100%;
 height: inherit;
}

.content_service_nf {
 float: left;
 width: 100%;
 height: 200px;
}


/* Paragraph Definitions */

.con_left {
 width: 30%;
 margin: 0px 28px 15px 0px;
 float: left;
 text-align: left;
}

.con_center {
 width: 30%;
 margin: 0px 0px 15px 0px;
 float: left;
 text-align: left;
}

.con_right {
 width: 30%;
 margin: 0px 0px 15px 20px;
 float: right;
 text-align: left;
}

.supportingimg {
 clear: both;
 margin: 0 auto;
 width: 100%;
 text-align: center;
}

/*=====================================================*/
/* Booking Definitions
/*=====================================================*/

.bookwrap {
 width: 100%;
 margin: 0 auto;
}

.bookcentre {
 width: 415px;
 margin: 0 auto;
}
.bookingstddownload {
 background: url(../images/bookingstd_downloadbg.jpg) no-repeat;
 width: 142px;
 height: 28px;
 margin: 25px 5px;
 float: left;
}

.bookingblldownload {
 background: url(../images/bookingbll_downloadbg.jpg) no-repeat;
 width: 104px;
 height: 28px;
 margin: 25px 5px;
 float: left;
}

.bookingwdddownload {
 background: url(../images/bookingwdd_downloadbg.jpg) no-repeat;
 width: 137px;
 height: 28px;
 margin: 25px 5px;
 float: left;
}

.bookleft {
 float: left;
 margin: 15px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
 text-align: left;
}

.bookright {
 float: right;
 margin: 15px 15px 0px 0px;
 text-align: left;
}

.bookimg {
 margin: 0px 0px 10px 0px;
}

.formwrap {
 margin: 0px 0px 15px 0px;
}

/*=====================================================*/
/* Gallery Definitions
/*=====================================================*/

#gallerynav { width: 586px; margin: 5px 0px 5px 0px;  vertical-align: middle; text-align:center; float: left; }
#gallerynav li { width: 112px; float: left; margin: 0px 3px 15px 2px; list-style: none }
#gallerynav a { width: 105px; padding: 3px; display: block; border: 1px solid #999; }
#gallerynav a.activeSlide { background: #CCC; }
#gallerynav a:focus { outline: none; }
#gallerynav img { border: none; display: block }
.gallerypics { margin: 15px 0px 0px 0px; float: left;}
#slideshow { width: 586px; height: 280px; float: left; overflow: hidden; }
.gallerycaption { color: #666 !important; margin: 0px !important; text-align: center !important; font-style:italic; font-size:10px !important; width: 100%; border-bottom: #ccc 1px solid; display: block; padding-bottom: 3px; margin-bottom: 3px; }

/*=====================================================*/
/* Twitter Definitions
/*=====================================================*/

.twtr-tweet-text p {
	line-height: 150%;
	font-size: 11px;
}

.twtr-hd, .twtr-ft {
	display: none;	
}