html{
	height: 100%;
}

/* slider  */

* { margin: 0; padding: 0; }

article, aside, figure, footer, header, hgroup,menu, nav, section { display: block; }

#map_canvas { width: 100%; height: 400px; width: 300px; float: left; position: relative; z-index: 30 !important; }

h1 { margin: 0 0 15px 0; font: bold 48px Helvetica, Arial, Sans-Serif; letter-spacing: -2px; }
h2 { margin: 0 0 15px 0; font: bold 32px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }
h3 { margin: 0 0  1px 0; font: bold 18px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; }


#locations { list-style: none; width: 250px; float: left;  }
#locations li { padding: 10px; width: 250px; float: left; position: relative; z-index: 20; }
/* #locations li:hover, #locations li.hover { background: #ffe8b2 url(/global/images/layout/shadow.png) 128px 0 repeat-y; } */
#locations li:hover h3, #locations li.hover h3 { color: red; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }


#content { width: 300px; }

#more-info { width: 340px; float: right; background: #ffe8b2; padding: 20px; height: 360px; }
#more-info * { position: relative; z-index: 40; }
#more-info > div { background: #e9e2bf; -moz-box-shadow: 0 0 14px rgba(70,49,1,0.5); -webkit-box-shadow: 0 0 14px rgba(70,49,1,0.5); padding: 20px; height: 320px; }
.longdesc { display: none; }


	 
/* layout  */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	/*	text-align: center;*/
	font-size: small;
	}
	
div#wrapper	{
	position:relative;
	margin: 0px auto 0px auto;
	width: 984px;
	height: auto;
	border: 1px solid #ccc;
	z-index:0;	
	}
	
* html #wrapper{
	height: 100%;
}	
	
div#header	{
	height: 300px;
	width: 974px;
	background: #FFFFFF;
/*	background: #EEEEDD; */
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 5px;
	padding-top:5px;
	}
	
div#homepage_image	{
	position: relative;
	height: 300px;
	width: 974px;
	margin-left: 5px;
	background: #FFFFFF;
	/* False margin value for all versions of IE Win, including 6.0 */	
	z-index:-100;
}
	
div#maincontent 	{
	position:relative;
	width: 974px;
	min-height: 400px;
	padding-left:5px;
	padding-bottom: 7px;
	clear: both;
	z-index:0;	
	}
	
html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 5px;
	height: auto;
	}

	
	/* Primary nav 	*/

div#globalnav	{
	position: relative;
	height: 25px;
	width: 974px;
	margin-left: 5px;
	background: #7AB639;
	/* False margin value for all versions of IE Win, including 6.0 */	
	z-index:1;
	}
	
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;	
	z-index:10;
	width: 974px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#menuh
	{
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;

	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh #first a
	{
	border-left: none;
	}	
#menuh #last a
	{
	border-right: none;
	}	
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #7AB639;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #BBD896;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(/global/images/layout/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/global/images/layout/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:139px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited, 
div#maincontent dd a:link, div#maincontent dd a:visited,
div#maincontent li a:link, div#maincontent li a:visited {
	text-decoration: underline;
	} 

div#maincontent p a:hover, div#maincontent li a:hover {
	text-decoration: none;
	} 
	/* Typography 	*/

h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}

div#maincontent p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	color:#524A42;
	}
	
div#maincontent h2	{
	font-size: 18px;
	color:#524A42

	}

body#home div#maincontent h2	{
	margin-top: 25px;
	
	}

body#home div#maincontent h2.follow	{
	margin-top: 5px;
	}

div#maincontent h3	{
	font-size: 14px;
	color:#524A42
	}

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #785;
	}
	/*  List frippery */

div#maincontentold ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	color:#524A42
	}
	
div#maincontentold ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontentold ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontentold ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}
	
body #rightside h2 	{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	background: transparent;
	color:#524A42;
	padding: 2px 5px 3px 5px;
	background: #524A42;
	font-size: small;
	font-weight: normal;
	}
	
body #rightside p 	{
	background: transparent;
	color:#524A42;
	padding: 2px 5px 3px 5px;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 140%;	}	
	
body #rightside ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	list-style:square inside;
	color:#FFFFFF
	}
	
body #rightside a {
	background: transparent;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 140%;	}		
	
body #rightside p a:link, body #rightside p a:visited, 
body #rightside li a:link, body #rightside li a:visited {
	text-decoration: underline;
	color:#FFFFFF
	} 

body #rightside p a:hover, body #rightside li a:hover {
	text-decoration: none;
	color:#FFFFFF;
	} 
	
div#home, div#aboutus, div#our team, div#contactus, div#customwork {
	position:relative;
	float: left;
	width: 145px;
	height: 20px;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	border-right: 1px solid #A1A1A1;
	margin: 5px 0px 5px 0px;
}

div#contactus {
	border-right: none;
}

div#home a, div#aboutus a, div#our team a, div#contactus a, div#customwork a {	
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#home a:hover, div#aboutus a:hover, div#our team a:hover, div#contactus a:hover, div#customwork a:hover {
	color: #CE5736;
}

div#rightside	{
	margin: 65px 0 0 534px;
	padding: 0;
	width: 200px;
	border: 1px solid #ccc;
	}

div#footer	{
	clear: both;
	border: 1px solid #ccc;
	background: url(/global/images/layout/footer.jpg) top left repeat-x;
	color: #FFFFFF;
	width: 974px;
	margin-left: 5px;
	padding-bottom: 5px;
	}
	
div#footer p	{
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 0px;
	color:#FFFFFF;
	}
	
div#footer a:link, div#footer a:hover, div#footer a:visited	{
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 0px;
	color:#FFFFFF;
	}	
/* widgets */

.widgetsnews {
	position:relative;
	float:left;
	width: 475px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}


.widgetnews {
	position:relative;
	float:left;
	margin:5px 5px 5px 5px;
	width: 470px;
	z-index: 0;
}	

.widgetsscorecard {
	position:relative;
	float:left;
	width: 959px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}
.widgetcontentscorecard {
	position:relative;
	margin:5px 5px 5px 5px;
	float:left;
	width: 959px;
	z-index: 0;
}	

.widgetshalf {
	position:relative;
	float:left;
	width: 475px;
	height: 675px;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetcontentthreequarters {
	position:relative;
	margin:5px 5px 5px 5px;
	float:left;
	width: 708px;
	z-index: 0;
}	
.widgetcontenthalf {
	position:relative;
	float:left;
	margin:5px 5px 5px 5px;
	width: 470px;
	z-index: 0;
}	

.widgets {
	position:relative;
	float:left;
	width: 230px;
	height: 242px;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetsleftside {
	position:relative;
	float:left;
	width: 130px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 0px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetcontenthalf {
	position:relative;
	float:left;
	margin:5px 5px 5px 5px;
	width: 130px;
	z-index: 0;
}	

.widgetsthreequarters {
	position:relative;
	float:left;
	width: 708px;
	height: 600;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetsblogleft {
	position:relative;
	float:left;
	width: 315px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetcontentcenter {
	position:relative;
	float:left;
	margin:5px 5px 5px 5px;
	width: 685px;
	z-index: 0;
}	

.widgetscenter {
	position:relative;
	float:left;
	width: 685px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}

.widgetsblogmain {
	position:relative;
	float:left;
	width: 635px;
	height: auto;	
	BORDER-RIGHT: #BBD896 1px solid; 
	BORDER-TOP: #BBD896 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #BBD896 1px solid; 
	BORDER-BOTTOM: #BBD896 1px solid
}
.widgets H2, .widgetshalf H2, .widgetspackages H2, .widgetsleftside H2, .widgetsscorecard H2, .widgetsnews H2, .widgetsthreequarters H2 {
	color:#524A42;
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 0px 0px 6px; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #BBD896 1px solid; 
	BACKGROUND-COLOR: #BBD896;
	font-size:10px;
}	
	
.widgets H2 A {
	COLOR: #524A42; 
	BACKGROUND-COLOR: transparent;
}	

.widgets H3 {
	BACKGROUND-COLOR: transparent
}
.widgets H2 A {
	COLOR: #FFFFFF; 
	BACKGROUND-COLOR: transparent
}

.widget_image {
	position:relative;
	float:left;
	width: 210px;
	height: 235px;
	padding: 0px 5px 0px 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	z-index: 0;
	}	
.widgetcontent {
	position:relative;
	float:left;
	width: 210px;
	z-index: 0;
}
.widgettitle {
	position:relative;
	float:left;
	border-bottom: 1px solid #CCCCCC;
	width: 210px;
	z-index: 0;
	}
	
.widget h3 {
	font-size: 10px;
	line-height:1.7em;
	margin: 0px 2px 0px 10px;
	color:#524A42;
}

.widget h4 {
	margin-bottom:0px;
	margin-top:0px;
	padding:8px 5px 8px 10px;
	font-size:10px;
	color:#666666;
	background-repeat: no-repeat;
	font-weight: normal;
}

.widget h5{
	font-size:10px;
	text-align:right;
	padding:10px 5px 8px 0px;
	margin-bottom:0px;
	margin-top:0px;
}

.widgetcontent p {
	font-size: 10px;
	line-height:1.7em;
	padding-left:5px;
	color:#333333;
}
.widgetcontent ul {
	margin-top: 0px;
}
.widgetcontent li {
	font-size: 10px;
	line-height:1.7em;
	color:#333333;
}
.widget h4{
	margin-bottom:0px;
	margin-top:0px;
	padding:8px 5px 8px 10px;
	font-size:10px;
	color:#666666;
	background-repeat: no-repeat;
	font-weight: normal;
}

.widget h5{
	font-size:10px;
	text-align:right;
	padding:10px 5px 8px 0px;
	margin-bottom:0px;
	margin-top:0px;
}
