﻿/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) #1B1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px;
	color:#333333;
}

html { min-width:980px;}
html, body { height:100%;}

.maintable{
	border: 1px solid #000000;
}

img{
	border:1px solid #333333;
}

img.website{
	border:none;
}


hr{
	border: none 0; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EFEFEF;
	width: 100%;
	height: 2px;
	margin: 5px auto 5px auto;
	text-align: center;

}
/*----- Highlight Colour -----*/
::-moz-selection {
	background:#EA7F1F;
	color:#FFFFFF;
	}

::selection {
	background:#EA7F1F;
	color:#FFFFFF;
	}

/*----- TEXT STYLES -----*/
.bodyText {text-align:justify; font-size:13px;}

.bodyTextRed {font-size:13px; color:#FF0000; font-weight:bold;}

p {margin-bottom:6px;}

a {
	color:#EA7F1F; 
	outline:none;
}
a:hover{text-decoration:none;}

ul{
	list-style:disc;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}

ol{
	list-style:decimal;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;

}

li{
	margin-left:10px;

}


h1 {
	font-size:25px;
	color:#303030;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	font-size:20px;
	color:#303030;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
}
	
h3 {
	font-size:18px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}

.readmore {
	background:url(../images/arrow2.gif) no-repeat 100% 5px;
	padding-right:17px;
	font-weight:bold;
}


/*----- HEADER -----*/
header{
	overflow:hidden;
	background:url(../images/header-pattern.gif) #1F1F1F;
	padding:7px 0 10px 0;
	}
	
	.headerimage {
		border:5px solid #FFFFFF;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		display:inline-block;
		box-shadow:0 0 5px rgba(0, 0, 0, .1);
		-moz-box-shadow:0 0 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .1);
		margin-left:7px;
		margin-top:5px;
		margin-bottom:5px;
		position:relative;
		behavior: url(css/PIE.htc);
		}
		
		.headerimage img {
			border:none;
		}
		.headerimage img:hover {
			opacity:.7;
			-moz-transition: all 0.2s ease-out;  /* FF3.7+ */
	        -o-transition: all 0.2s ease-out;  /* Opera 10.5 */
	        -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
			}
				
				
	.CallNow{
		font-size:37px;
		color:#FFFFFF;
		padding:24px 0 0px 40px;
		letter-spacing:5px;
		margin:0;
		float:left;
		width:300px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin-bottom:10px;
		display:inline-block;
		position:absolute;
		left:320px;
		top:10px;

	}
	
	.CallNumbers{
		font-size:18px;
		color:#FFFFFF;
		padding:40px 0 5px 60px;
		margin:0;
		letter-spacing:1px;
		float:left;
		letter-spacing:5px;
		position:absolute;
		left:620px;
		top:-20px;
	}
	
	
	.BookNow{
		font-size:37px;
		color:#FFFFFF;
		padding:24px 0 0px 40px;
		letter-spacing:12px;
		margin:0;
		float:left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin-bottom:10px;
		display:inline-block;
		position:absolute;
		left:320px;
		top:90px;
	}

nav {
	padding:7px 0 7px 0;
	background-color:#FFFFFF;
	}
	nav ul {
		margin-left:auto;
		margin-right:auto;
		margin-top:0px; 
		margin-bottom:0px;
		display:inline-block;
		text-align:center;
		padding:2px 0 0 0;
		}
		nav ul li {
			display:inline-block;
			padding-left:2px;
			margin-left:0px;
			}
			nav ul li a {
				position:relative;
				float:left;
				font-size:14px;
				color:#FFFFFF;
				text-decoration:none;
				font-family: Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				height:32px;
				line-height:32px;
				background-color:#181717;
				padding:0 55px 0 25px;
				margin-left:0px;
				}
			nav ul li a:hover,
			nav ul li a.current {
				margin-left:0px;
				/* FF3.6 */
				background: -moz-linear-gradient(bottom,#EA7F1F 40%, #EE3C09);
				/* Opera, IE */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA7F1F', endColorstr='#EE3C09')";
				/* Saf4+, Chrome */
				background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EA7F1F),color-stop(1, #EE3C09));
			}
			nav ul li a:after {
				margin-left:0px;
				content:'';
				display:block;
				position:absolute;
				right:12px;
				top:13px;
				width:4px;
				height:7px;
				background:url(../images/arrow1.gif) no-repeat 0 0;
				}	


/*----- CONTENT -----*/
	#content .top {
		background:#FFFFFF;
		padding:0 0 20px 0;
		}
	#content .middle {
		background:#F9F9F9;
		padding:20px 0 20px 0;
		}
		
	.images {
			border:5px solid #FFFFFF;
			border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			display:inline-block;
			box-shadow:0 0 5px rgba(0, 0, 0, .1);
			-moz-box-shadow:0 0 5px rgba(0, 0, 0, .1);
			-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .1);
			margin-left:7px;
			margin-top:5px;
			margin-bottom:5px;
			position:relative;
			behavior: url(css/PIE.htc);
			}
			
			.images img {
				border:none;
			}
			.images img:hover {
				opacity:.7;
				-moz-transition: all 0.2s ease-out;  /* FF3.7+ */
		        -o-transition: all 0.2s ease-out;  /* Opera 10.5 */
		        -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
		        behavior: url(css/PIE.htc);
				}	
		
		
	#content .bottom {
		background:url(../images/content-pattern.gif) #212121;
		padding:15px 0 15px 0;
		color:#FFFFFF;
		}

	#content .bottom .nav ul {
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:0px;
		text-align:center;
	}
		
	#content .bottom .nav ul li {
		display:inline-block;
		padding-left:4px;
		margin-left:0px;
	}
	
	#content .bottom .nav ul li a {
		position:relative;
		float:left;
		font-size:14px;
		color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		text-transform:none;
		text-decoration:none;
		padding:0 10px 0 10px;
		margin-left:0px
	}
	
	#content .bottom .nav ul li a:hover,
	#content .bottom .nav ul li a.current {
		text-decoration:none;
		color:#EA7F1F;
		margin-left:0px;
	}

/*----- FOOTER-----*/
footer{
	padding:16px 0 16px 0;
	color:#FFFFFF;
	font-size:16px;
	line-height:18px;
}

footer .copy {
	float:left;	
	}
			
footer .phone {
	float:right;
	font-style:normal;
	}
	footer .phone strong {
		font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#EA7F1F;
		}		
			
			

/*=================OTHER===================*/
/*----- TOP BOXES -----*/
.box {background:url(../images/box-tail.gif) repeat-x left top #FFFFFF;width:100%;}
	.box .border-top {background-image:url(../images/box-tail2.gif);background-repeat:repeat-x;width:100%}
	.box .border-bot {background:url(../images/border-bot.gif) repeat-x left bottom;}
	.box .border-left {background:url(../images/border-left.gif) repeat-y left top;}
	.box .border-right {background:url(../images/border-right.gif) repeat-y right top;}
	.box .left-top-corner {background:url(../images/left-top-corner.gif) no-repeat left top}
	.box .right-top-corner {background:url(../images/right-top-corner.gif) no-repeat right top}
	.box .left-bot-corner {background:url(../images/left-bot-corner.gif) no-repeat left bottom;width:100%}
	.box .right-bot-corner {background:url(../images/right-bot-corner.gif) no-repeat right bottom}
	.box .inner {padding:15px 15px 15px 15px; }

.box .inner h1{
	font-size:24px;
	line-height:30px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:20px;

}
/*----- MAIN CONTENT BOXES -----*/
.contentboxTop{background:url(../images/ContentBoxes/Top_Background.gif) repeat-x left top #FFFFFF; width:100%; height:55px;}
	.contentboxTop .border-left {background:url(../images/ContentBoxes/Top_Border-Left.gif) repeat-y left top;}
	.contentboxTop .border-right {background:url(../images/ContentBoxes/Top_Border-right.gif) repeat-y right top;}
	.contentboxTop .left-top-corner {background:url(../images/ContentBoxes/Top_Corner-TopLeft.gif) no-repeat left top}
	.contentboxTop .right-top-corner {background:url(../images/ContentBoxes/Top_Corner-Topright.gif) no-repeat right top}
	.contentboxTop .inner {padding:15px 15px 15px 15px;}

.contentboxTop .inner h1, .contentboxTop .inner h1 a, .contentboxTop .inner h1 a:hover{
	font-size:26px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	text-decoration:none;

}

.contentboxTopOrange{background:url(../images/ContentBoxes/TopOrange_Background.gif) repeat-x left top #FFFFFF; width:100%; height:55px; margin-left:-3px;}
	.contentboxTopOrange .border-left {background:url(../images/ContentBoxes/TopOrange_Border-Left.gif) repeat-y left top;}
	.contentboxTopOrange .border-right {background:url(../images/ContentBoxes/TopOrange_Border-right.gif) repeat-y right top;}
	.contentboxTopOrange .left-top-corner {background:url(../images/ContentBoxes/TopOrange_Corner-TopLeft.gif) no-repeat left top}
	.contentboxTopOrange .right-top-corner {background:url(../images/ContentBoxes/TopOrange_Corner-Topright.gif) no-repeat right top}
	.contentboxTopOrange .inner {padding:15px 15px 15px 15px;}

.contentboxTopOrange .inner h1, .contentboxTopOrange .inner h1 a, .contentboxTopOrange .inner h1 a:hover {
	font-size:20px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	text-decoration:none;

}


.contentboxMain{background:url(../images/ContentBoxes/Main_Background.jpg) repeat-x left top #FFFFFF; width:100%;}
	.contentboxMain .border-left {background:url(../images/ContentBoxes/Main_Border-Left.gif) repeat-y left top;}
	.contentboxMain .border-right {background:url(../images/ContentBoxes/Main_Border-right.gif) repeat-y right top;}
	.contentboxMain .border-bot {background:url(../images/ContentBoxes/Main_Border-Bot.gif) repeat-x left bottom;}
	.contentboxMain .left-bot-corner {background:url(../images/ContentBoxes/Main_Corner-BotLeft.gif) no-repeat left bottom; width:100%}
	.contentboxMain .right-bot-corner {background:url(../images/ContentBoxes/Main_Corner-BotRight.gif) no-repeat right bottom}
	.contentboxMain .inner {padding:15px 15px 15px 15px; min-height:250px;}
	
/*----- BUTTONS AND OTHER -----*/
.buttons {
	background-color: #EA7F1F;
	border: 1px solid; border-color:#666666;
	height: 20px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.textboxes {
	background-color: #FFFFFF;
	border: 1px solid; border-color:#666666;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.checkboxlist tr{height:20px;}
.checkboxlist td{width:33%; text-align:left; vertical-align:text-top;}

.checkboxlist2 tr{height:20px; font-size:10px;}
.checkboxlist2 td{width:33%; text-align:left; vertical-align:text-top;}



.repeatColumns ul {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	width: 1000px;
	list-style:none;
}

.repeatColumns li {
	margin-left:10px;
	width:150px;
	float:left;

}


/*.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#FFFFFF;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}*/
