html{
	height: 100%;
}
	 
/* 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: 21px;
	width: 974px;
	margin-left: 5px;
	background: #0F3375;
	/* 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: #0F3375;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #587CBC;
	}	
			
#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:162px;	/* 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#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	color:#524A42
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontent 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(footer2.jpg) top left repeat-x;
	color: #FFFFFF;
	width: 974px;
	height: 233px;
	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;
}	

.widgetmain {
	position:relative;
	float:left;
	min-height: 395px;	
	width: 720px;	
	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

}


.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
}

.widgetsrighttside {
	position:relative;
	float:left;
	width: 236px;
	min-height: auto;
	padding:5px 0px 5px 0px;
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid; 
	MARGIN: 6px 5px 12px 1px;
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid
}

.widgetsleftside {
	position:relative;
	float:left;
	width: 236px;
	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
}

.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
}

.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, .widgetsrightside H2, .widgetsleftside H2, .widgetsscorecard H2, .widgetsnews 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;
}