/***************************************************************
Reset styles
***************************************************************/
/* v1.0 | 20080212 */

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,
{

	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
margin:0;
padding:0;
border:0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/************************************Start layout**************************************/
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../../images/layout/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color:#000;
}

#header {
	height:100px;
}


#leftCol {
	width:260px;
	float:left;
	min-height:420px;
	height:auto;
	margin-left:10px;
}

#centerCol {
	width:260px;
	float:left;
	min-height:420px;
	height:auto;
	margin-left:10px;
}

#rightCol {
	width:340px;
	float:left;
	min-height:420px;
	height:auto;
	margin-left:10px;
}

#mainCol {
width:610px;
min-height:420px;
height:auto;
float:left;
margin-left:10px;
}

#login {
width:900px;
min-height:420px;
height:auto;
float:left;
margin-left:10px;	
}

#footer {
	height:130px;
	clear:both;
	border-top:1px solid #888;
}


#slideShow {
width:900px;
height:270px;
float:left;
overflow:hidden;
margin:-30px 0 10px 0;

}

#content {
padding:20px;	
}

#packageContent {
padding:20px;
width:400px;
}


/**********************Menus ****************************/

#menu {
	height:30px;
	width:100%;
	z-index: 99;
	background-image: url(../../images/layout/menu_bg.jpg);
	background-repeat: no-repeat;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	4px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11.3em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.92em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0em;
}
.sf-menu a {
	text-decoration:none;
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#333;
}
.sf-menu li li li {
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;

	z-index:		99;
	background-color: #09F;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/*Home page change menu item*/
body#home ul li.home a span, body#home ul li.home a span:hover {
	color: #F3C;
}
/*About page change menu item*/
body#about ul li.about a span, body#about ul li.about a span:hover {
	color: #F3C;
}
/*Services page change menu item*/
body#fields ul li.fields a span, body#fields ul li.fields a span:hover {
	color: #F3C;
}
/*Policy page change menu item*/
body#packages ul li.packages a span, body#packages ul li.packages a span:hover {
	color: #F3C;
}
/*GIS page change menu item*/
body#gallery ul li.gallery a span, body#gallery ul li.packages a span:hover {
	color: #F3C;
}
/*bookings page change menu item*/
body#bookings ul li.bookings a span, body#bookings ul li.bookings a span:hover {
	color: #F3C;
}
/*Contact page change menu item*/
body#contact ul li.contact a span, body#contact ul li.contact a span:hover {
color: #F3C;
}
/*Casestudies page change menu item*/
body#information ul li.information a span, body#information ul li.information a span:hover {
color: #F3C;
}



/************************Footer Menu******************************/

#footerContent {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}

.footerMenu {
width:170px;
float:left;
height:120px;

}

.footerMenu ul {
float:left;	
	
}

#footerContent a, #footerContent a:active, #footerContent a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-decoration: none;
}
#footerContent a:hover {
	color: #09F;
	text-decoration: none;
}
.footerIcons {
float:right;
width:70px;
margin:10px;
}
/************************Head Styles***********************************/
.head {
	
	height:30px;
	float:left;
	margin:0 0 0px 10px;
width:100%;
}

/************************Custom Type Styles******************************/

h1 {
font-size:24px;
line-height:30px;
margin-bottom:5px;
color:#09F;
}
h2 {
font-size:14px;
line-height:30px;
margin-bottom:5px;
color:#09F;
}

h3 {
font-size:18px;
line-height:30px;
margin-bottom:5px;
color:#FFF;

}

h4 {
	font-size:13px;
	color:#09F;
margin:0 0 5px 0;
}


/************************Custom Type Styles******************************/

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;	
margin:0 0 10px 0;
}

p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color:#09F;
	text-decoration: none;
}

p a:hover, p a:active, p a:visited {
	color:#FFF;
}

#content ul {
	list-style-image: url(../../images/layout/bullet.png);	
	margin-left:20px;

}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;	
}
/************************News Styles******************************/
.newsSnippet {
padding:0 5px;
}


/************************Package Snippet Styles******************************/
.packageSnippet {
padding:0 5px;
margin-bottom:-5px;

}
.snipImage {
width:40px;
height:40px;
float:left;
margin-right:5px;
}


/**************Home Slideshow*******************/
.nav a {
	width:15px;
	height:15px;
	display:block;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	background-image: url(../../images/layout/numb_up.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	float:left;
	
}
.nav a.activeSlide {
	background-image: url(../../images/layout/numb_dwn.png);
	background-repeat: no-repeat;
}
.nav a:focus { outline: none; 

	}
.nav {
	display:block;
	position:relative;
	top:220px;
	left:720px;
	width:160px;
	z-index:3000;
}












/***********************************************
Sliding Caption Areas
***********************************************/
.boxgrid{ 
	width:900px;
	height:270px;
	float:left;
	overflow: hidden; 
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
}

				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 900px;
	padding-left:20px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
 	top: 270px;
 	left: 0;
 }
				
.boxcaption a, .boxcaption a:active, .boxcaption a:visited {
padding:20px 10px;
color:#FFF;
}


/**************Product Styles*******************/
.navCon {
	width:580px;
	height:110px;
	float:left;
	margin-bottom:10px;
	background-image: url(../../images/layout/package_bg.jpg);
	background-repeat: repeat-x;
}

.packthumb, .packthumb a, .packthumb a:hover {
width:110px;
height:110px;
float:left;
margin:15px 10px 0 10px;
display:block;
}

.linkContent {
width:450px;
height:110px;
float:left;
margin-top:10px;
}
#packBack a, #packBack a:hover {
	background-image: url(../../images/layout/back_pack.jpg);
	background-repeat: no-repeat;
	width:250px;
	height:30px;
	display:block;
}

.brochureCon {
	width:570px;
	height:100px;
	background-image: url(../../images/layout/package_bg.jpg);
	background-repeat: repeat-x;
	padding:10px;
	float:left;
}
.broIcon a {
	float:left;
	width:90px;
}

.broText {
width:480px;
height:80px;
float:left;
}
.broText a, .broText a:active, .broText a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #09F;
	text-decoration: none;	
}
.broText a:hover {
	color: #FFF;
	text-decoration: none;	
}


/***********************Google Map STyles*****************************/
#mapArea{
	width:500px;
	float:left;
		
	}

	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 240px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	
	#directions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;				
	}
	#directions a, #directions a:visited, #directions a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	}
	#directions a:hover {
	color: #036;
	text-decoration: none;
	}
	
	
	#map {
        width: 500px;
        height: 300px;
    }
	
	/************************Login Form**************************/
	
	#logIn {
		width:900px;
		height:400px;
		padding-top:120px;
		text-align:center;
	}