/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
/* End hide from IE-mac */



body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-size: 100%;
	background-color: #bf933e; 
	/*url(../images/shared/bkg_shadow.gif) repeat-x top;*/
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/* ---- DIVS ---- */

#branding_wrapper {
	width: 100%;
	height: 222px;
 	background: #36424a url(../images/shared/branding_bkg.gif) repeat-x top;
 }

#branding {
 	width: 910px;
 	overflow: hidden;
 	height: 190px;
	margin: 0px auto 0px auto;
	border: 0px;
 	padding: 0px;
 	text-align: left;
	/*background-color: red;*/
}

#contact_details {
	width: 395px;
	float: right;
	padding-top: 54px;
	background-color: transparent;
	text-shadow: #000000 0px 2px 2px;
}

#contact_details p {
	color: #bf933e;
	font-size: 0.9em;
	line-height: 1.6em;
}

.highlight {
	color: #ffffff;
}

#content_wrapper_white {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

.content_white {
	width: 910px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	text-align: left;
	/*background-color: #fcc;*/
}

#content_wrapper_grey {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: #36424a url(../images/shared/content_grey_shadow.gif) repeat-x top;
}

.content_grey {
	width: 910px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	text-align: left;
}

.van_top {
	width: 910px;
	background: transparent url(../images/home/van_top.jpg) 500px bottom no-repeat;
	margin: 0px auto 0px auto;
}

.van_bottom {
	width: 910px;
	background: transparent url(../images/home/van_bottom.jpg) 500px top no-repeat;
	margin: 0px auto 0px auto;
}

#footer_wrapper {
 	width: 100%;
	margin: 0px;
 	overflow: hidden;
 	padding: 0px;
 	text-align: left;
 	background: transparent url(../images/shared/footer_shadow.gif) repeat-x top;
}

#footer {
	width: 910px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	/*background-color: #ccf;*/
	background-color: transparent;
	text-align: left;
}

div.subsection {
	width: 380px;
	border: 1px dashed #9ab534;
	float: left;
	padding: 10px;
	margin: 0px 10px 10px 0px;
}

div.accredited_by {
	width: 375px;
}

div.content_grey_left {
	width: 395px;
	float: left;
	margin: 0px 0px 25px 0px;
}

div.content_grey_right {
	float: left;	
}

div#logo_box {
	width: 465px;
	background: #555e64 url("../images/home/logo_box_top.gif") no-repeat left top;
	padding-top: 15px;
	margin-top: 25px;
}

div#logo_box_bottom {
	width: 465px;
	background: #555e64 url("../images/home/logo_box_bottom.gif") no-repeat left top;
	height: 10px;
	margin-top: 0px;
}

div.content_grey_product_service_box {
	width: 435px;
	background: #555e64 url("../images/products_services/content_box_top.gif") no-repeat left top;
	float: left;
	margin: 20px 0px 20px 0px;
	margin-right: 20px;
}

div#content_grey_product_service_box_bottom {
	width: 435px;
	background: #555e64 url("../images/products_services/content_box_bottom.gif") no-repeat left top;
	height: 10px;
	margin-top: 0px;
}


/* ---- Navigation ---- */


#nav-menu {
	width: 910px;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
}

#nav-menu ul {
	margin: 0px;
	padding:0px;
	border: 0px;
	list-style: none;
}

#nav-menu li {
	float: left;
	background:url("../images/shared/tab_right.gif") no-repeat right top;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: transparent;
}
	
#nav-menu a {

	float: left;
	display: block;
	/*left: -14px;*/
	background: url("../images/shared/tab_left.gif") no-repeat left top;
	padding: 8px 20px 8px 20px;
	text-decoration: none;

	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	color: #000000;
}
	  
/* #nav-menu > ul a {
	width: auto;
}*/

#nav-menu li:hover, 
#nav-menu li:hover a{
	background-position: 100% -150px;
}

#nav-menu li:hover a {
	background-position: 0px -150px;
}

#nav-menu li a:hover {
	color: #ffffff;
}

#nav-menu li.current, #nav-menu li.current a {
	background-position: 100% -300px;
	color: #bf933e;
}

#nav-menu li.current a {
	background-position: 0px -300px;
}

/* ---- text styles ---- */

p.intro {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 20px;
}

.intro_highlight {
	font-weight: bold;
	color: #bf933e;
}

h1 {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	color: #000000;
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	text-align:left;
}


h2 {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	background-color: transparent;
	color: #bf933e;
	margin: 15px 0px 15px 0px;
}

h3 {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	background-color: transparent;
	color: #424242;
	margin: 20px 10px 0px 0px;
}

p {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.8em;
	background-color: transparent;
	color: #36424a;
	margin: 0px 20px 20px 0px;
}

ul {
	margin: 0px 0px 15px 25px;
	border: 0px;
	padding: 0px;
	list-style: disc outside;
}

li {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.8em;
	background-color: transparent;
	color: #36424a;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #36424a;
}

a:link {
	text-decoration: underline;
	color: #36424a;
	background-color: none;
}

a:visited {
	text-decoration: underline;
	color: #36424a;
	background-color: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #bf933e;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: none;
}


img.main_image {
	float: right; 
	margin: 20px 0px 10px 30px; 
	padding: 0px; 
	border: 0px;
}

img.left_float {
	float: left;
	margin: 0px 10px 10px 2px;
}

img.bordered {
	padding: 1px;
	border: 1px solid #bf933e;
}

div.content_grey h2 {
	color: #bf933e;
	margin: 25px 10px 10px 0px;
	font-size: 1em;
	text-shadow: #000000 0px 2px 2px;
}

div.content_grey p, div.content_grey li, div.content_grey a:link, div.content_grey a:visited {
	color: #ffffff;
}

div.content_grey a:active {
	color: #000000;
}

div.content_grey_product_service_box p, div.content_grey_product_service_box h2 {
	margin: 20px;
}


div.content_grey_product_service_box ul, div.content_grey_product_service_box li {
	margin: 0px 20px 0px 20px;
}

a.pad {
	padding: 2px;
}

div#branding a {
	background-color: transparent;
}

ul#brand_logos {
	overflow: hidden;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

ul#brand_logos li {
	display: inline;
	list-style-type: none;
	padding: 0px 15px 15px 0px;
	float: left;
	height: 50px;
}

.highlight_note {
	font-weight: bold;
	color: lime;
	background-color: #666;
	padding:3px;
}

/* ---- Footer text styles ---- */

#footer p {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	line-height: 2em;
	color: #fff;
	margin: 8px 0px 8px 0px;
}

#footer a {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	line-height: 11px;
	color: #36424a;
	background-color: transparent;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

#footer a:active {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

#map_canvas {
	width: 600px;
	height: 400px;
	float: left;
	margin: 28px 20px 25px 0px;
	border: 1px solid #bf933e;
}

hr {
	clear: both;
	display:block;
	float:left;
	width: 100%;
	margin:0px;
	border:0px;
	padding:0px;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}

.intro_img {
	float: left;
	margin: 22px 20px 20px 0px;
}
