*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font:13px/20px Arial,Tahoma,Helvetica,sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#wrapper-outer{
	background:url(images/container-bg.jpg) repeat-y;
	margin:25px auto;
	width:990px;
	position:relative;
}

#liveChat {
	position:absolute;
	top:85px;
	left:350px;
}

#wrapper-outer-full{
	background:url(images/container-bg-full.jpg) repeat-y;
	margin:25px auto;
	width:990px;
	position:relative;
}

	#wrapper{
		background:url(images/header-wrap.jpg) no-repeat top;
	}
	#wrapper-small-header{
		background:url(images/header-wrap-small.jpg) no-repeat top;
	}
		#wrapper-inner{
			width:920px;
			margin:0 auto;
			position:relative;
		}
		/* Header Wrap Starts */		
			#header-wrap{
				height:306px;
			}
			#header-wrap-small{
				height:80px;
			}
				#header{
					padding:8px 0 9px 0;
					height:27px;
				}
				/* Layout Logo Starts */				
					#logo{
						width:235px;
						padding:6px 0 0 0;
						float:left;
					}
						#logo h1{
							background:url(images/logo.jpg) no-repeat;
						}
							#logo h1 a{
								display:block;
								height:22px;								
							}
								#logo h1 a span{
									display:none;
								}
					#search-form{
						width:265px;
						padding:7px 0 0 0;
						float:left;
					}
					#search-form input.text{
						padding:1px 2px;
						width:180px;
					}
					#search-form input.button{
						padding:0 2px;
						background:#000;
						border:1px solid #000;
						color:#fff;
					}
				/* Menu Styles Starts */								
					#menu{
						float:right;
						position:relative;
						left:16px;
						bottom:1px;
						width:650px;
					}
						#menu li{
							list-style:none;
						}
							#menu li, #menu li a, #menu li a span, #menu li.active, #menu li.active span{
								display:block;
								float:left;
								height:37px;
								text-transform:uppercase;
								cursor:pointer;
								font-size:12px;
							}
								#menu li a, #menu li.active a{
									color:#fff;
									line-height:36px;
								}
									#menu li a:hover, #menu li.active{
										text-decoration:none;
										line-height:36px;
										background:#2175be;
									}
										#menu li a:hover span, #menu li.active span{
											background:#2175be;
										}
											#menu li a.bookonline, #menu li a.bookonline:hover, #menu li a.bookonline:hover span {
												background:#70afd8;
												color:#f3f496;
												position:relative;
											}
			/* Slider Styles Starts */										
				#slider-wrap{
					height:245px;
					position:absolute;
					left:-18px;
					top:44px;
					/*overflow-y:hidden;*/
				}
					#myController{
						display:none;
					}
					
						#jFlowSlide{
							height:245px;
							overflow:hidden;
							width:955px;
							position:relative;
							left:-18px;
						}
						
						.jFlowPrev, .jFlowNext{
							cursor:pointer;
							position:absolute;
							top:85px;
							z-index:100000;
							
						}
						.jFlowPrev{
							left:-13px;
						}
						.jFlowNext{
							right:-13px;
						}
							.slider-content{
								height:245px;
								overflow:hidden;
								width:955px;
								
							}
								.slider-content, .slider-content h2{
									color:#fff;
								}
								.slider-content h2{
									font-size:25px;
									font-weight:bold;
									line-height:28px;
									margin:0 0 8px 0;
								}
								.slider-content p{
									margin:0 0 8px 0;
								}
								.slider-content .floatleft{
									width:560px;
									padding:30px 0 0 40px;
								}
								.slider-content .floatleft a {
									color:#fff;
								}
								.slider-content .floatright{
									width:286px;
									padding:20px 40px 0 0;
									text-align:right;
								}
			/* Container Styles Starts */
				#container{
					padding:12px 0 15px 0;
					width:920px;
				}
					#container h2, #container h3{
						/*text-transform:uppercase;
						text-transform:capitalize;*/
						letter-spacing:1px;
					}
					#container h2 span, #container h3 span{
						color:#1d5da7;
					}
					#mainarea{
						width:610px;
						float:left;
					}
					#mainarea-full{
					
					}
					#sidearea{
						width:270px;
						float:right;
						font-size:12px;
					}
						#sidearea .list-none{
							margin:0;
							list-style:none;
						}
							#sidearea .list-none a{
								font-weight:normal;
							}						
						.image{
							background:#fff;
							padding:3px;
							border:1px solid #cbcbcb;
						}
						.mblock{
							width:295px;
						}
											

/* Footer Styles Starts */								
	#footer{
		background:url(images/footer-bg.jpg) no-repeat bottom;
		height:74px;
		line-height:52px;
		overflow:hidden;
		padding:0 40px;
	}
		#footer, #footer a{
			color:#fff;
			font-size:10px;
		}

/* Layout Styles Ends */



/* Form Styles */

.input{
	border:1px solid #c6c6c6;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:4px 5px 0 5px;
	width:419px;
	height:22px;
	background:url(images/input.gif) repeat-x top;
}
textarea.input{
	width:419px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #979797;
}

.submit-btn{
	background:url(images/subscribe-btn.gif) no-repeat;
	width:113px;
	height:32px;
	cursor:pointer;
	border:none;
	outline:none;
	margin:5px 0 0 90px;
}
.submit-btn{
	background:url(images/submit-btn.gif) no-repeat;
}
#commentForm{
	width:520px;
	margin-left:25px;
}
#commentForm label{
	float:left;
	width:70px;
	padding-top:7px;
}
#commentForm .input, #commentForm .textarea{
	float:right;
}
#commentForm label.error {
	color:#FF0000;
	font-weight:bold;
	padding:0 0 0 90px;
	vertical-align:top;
	width:350px;
	font-size:11px;
}

.comment {
	margin:25px 0;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p.hr{
	border:solid #b3b3b3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:6px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:6px 0 10px 10px;
}
#container ul, #container ol{
	margin:0 0 30px 20px;
}
#container ol{
	margin:0 0 30px 30px;	
}
#container dt{
	font-weight:bold;
	margin:20px 0 10px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#369;}
h1{font-size:32px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:15px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; color:#212121;font-family:"Myriad Pro Cond","Trebuchet MS",Arial, Helvetica;font-weight:normal;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:#1165ae;font-weight:normal;}							
img{border:none;}
.clear{clear:both;}
.floatleft,.left{float:left;}
.floatright,.right{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}

.sitemap-link { float:left; margin-left:20px; }

/* Genric Styles Ends */

.divider {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:10px 0;
}
.separator {
	border-top:2px solid #eee;
	border-bottom:1px solid #ccc;
	margin:18px 0;
}
#scrolling-text {
	overflow:auto;
	height:520px;
	margin-top:20px;
	position: relative
	padding-right:20px;
}
#scrolling-text h1 {
	font-size:22px;
}
#scrolling-text h2 {
	font-size:18px;
}

.services-slide img {
	padding:3px;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.content_image {
	float:right;
	padding:2px;
	border:1px solid #666;
	margin:6px 0 10px 10px;
}

a.book-online {
	background:url(images/tools.jpg) no-repeat;
	display:block;
	width:160px;
	padding:0 0 0 60px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	margin:15px auto;
}
a.book-online span {
	background:url(images/tools.jpg) right no-repeat;
	display:block;
	height:26px;
	padding-top:6px;
}
a.contact-us {
	background:url(images/book-online.jpg) no-repeat;
	display:block;
	width:160px;
	padding:0 0 0 60px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	margin:15px auto;
}
a.contact-us span {
	background:url(images/book-online.jpg) right no-repeat;
	display:block;
	height:26px;
	padding-top:6px;
}



.forum{width:100%;}
h2.forum-heading { float:left; }
.forum th{background:#333;color:#fff;padding:2px;}
.forum td{padding:6px 2px;}
.forum tr.odd td{background:#f8f8f8;}
.forum tr.even td{background:#eaeaea;}
.forum_post tr.blue td{background:#28459a;color:#fff;padding:5px;}
.forum_post tr.grey td{background:#eaeaea;color:#333;padding:10px;}
.forum_links{color:#333;text-align:center;padding-top:15px;}
.forum_links a{color:#333;font-weight:bold;text-decoration:underline;}
.forum_posts{margin-top:20px;}
.forum_posts tr.odd td{background:#f8f8f8;padding:15px 6px;}
.forum_posts tr.even td{background:#eaeaea;padding:15px 6px;}
.forum_posts td.user{vertical-align:top;width:160px;}
.forum_posts td.post_content{vertical-align:top;}
.ask-button { display:block; float:right; text-decoration:underline; }

.form				{ margin:0 0 20px 0; }
.form-field 			{ clear:both; padding:8px 0; }
.form-field label		{ display:block; width:190px; float:left; }
.form-field label.required	{ font-weight:bold; }
.form-field textarea.text	{ width:350px; height:100px; }
.form-field input.text		{ width:280px; }

.post				{ margin-bottom:40px; }
.post img			{ padding:15px; }
.post_footer img		{ padding:0; }

.pricebox	{ display:block; background:url(images/prices.gif) no-repeat; width:160px; padding:25px 0; height:38px; color:#fff; text-align:center; font-size:16px; margin:0 5px 5px 0; }
.pricebox span	{ display:block; }
.pricebox:hover	{ background:url(images/priceson.gif) no-repeat; color:#fff; text-decoration:none; }

.pricebox2	{ display:block; background:url(images/prices.gif) no-repeat; width:160px; padding:5px 0; height:78px; color:#fff; text-align:center; font-size:16px; margin:0 5px 5px 0; }
.pricebox2 span	{ display:block; }
.pricebox2:hover{ background:url(images/priceson.gif) no-repeat; color:#fff; text-decoration:none; }

.pricebox3	{ display:block; background:url(images/prices.gif) no-repeat; width:160px; padding:32px 0; height:25px; color:#fff; text-align:center; font-size:16px; margin:0 5px 5px 0; }
.pricebox3 span	{ display:block; }
.pricebox3:hover{ background:url(images/priceson.gif) no-repeat; color:#fff; text-decoration:none; }


.links-table	{ background:#ccc; }
.links-table td	{ background:#fff; padding:10px; }

.gallery{padding:20px;}
.gallery_image{padding:8px;border:1px solid #ccc;float:left;width:170px;margin:10px 15px;text-align:center;}
.gallery_image a img{border:0;}
.gallery h2	{ float:left; width:400px; }
.gallery select{float:right;margin-right:20px;margin-bottom:15px; width:200px; }

#newsletter-archive td		{ padding:0 30px 10px 0;}


.right-buttons {
	width:300px;
	margin-bottom:20px;
	position:relative;
	right:10px;
	z-index:5;
	margin-top:-20px;
}
a.bluebutton {
	display:block;
	width:85px;
	padding:0 0 0 50px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	margin:5px;
	float:left;
}
a.bluebutton span {
	background:url(images/bbb1.jpg) right no-repeat;
	display:block;
	height:26px;
	padding-top:6px;
}

a.bluebutton2 {
	display:block;
	width:85px;
	padding:0 0 0 50px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	margin:5px;
	float:left;
	position:relative;
}
a.bluebutton2 span {
	background:url(images/bbb.jpg) right no-repeat;
	display:block;
	height:26px;
	padding-top:6px;
}
a.bluebutton2 img {
	position:absolute;
	top:8px;
	left:10px;
}


