@charset "UTF-8";
/* CSS Document */

/* Any class elements that are repeated ad have a _ infront of them are for IE6 and to solve bugs in the layout on this browser.*/

/* classes controlling the HTML tags on the site*/

body {
	background: #FFFFFF;
	font: 11px/16px sans-serif, Arial, Helvetica; 
	color: #666666;
	margin: 0px;
	height: 100px;
	padding: 0px;
	overflow-y:scroll;
}

h1 {
	font-size: 14px;
	color: #000000;
	margin: 5px 0px 10px;
	padding: 0px 0px 5px;
}

h2 {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 0px;
}

h3 {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 8px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

h5 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	line-height: 16px;
}

p {
	margin: 10px 0px;
	padding: 0px;
}

label {
	width: 50px;
	display: block;
	font-weight: bold;
}


/* Site structure elements for the master pages */

.site_container {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}

.site_inner_container {
	padding: 0px;
	width: 790px;
	_width: 980px;
	margin: 0px;
}


.site_header {
	margin: 0px;
	padding: 0px;
	width: 790px;
	background: url(../Assets/dl-main-logo.gif) no-repeat scroll 0px 35px;
	height: 125px;
}

.site_header_blackstrip {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 790px;
}

#site_navigation {
	height: 20px;
	padding: 15px 0px 0px;
	width: 790px;
	float: left;
	border-top: 1px solid #000000;
	margin: 75px 0px 0px;
	font-size: 14px;
}

#site_navigation a:link, #site_navigation a:visited, #site_navigation a:active {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	line-height: 7px;
	margin: 0px 15px 0px 0px;
	padding: 0px 25px 0px 0px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
#site_navigation a:hover {
	color: #999999;
	text-decoration: none;
}

/* Site Footer */

.site_footer {
	margin: 20px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #F4F4F4;
	background: #999999;
	display: none;
}


/* Navigation Controls */

.site_menu_button {}


/* Contact Us form Classes */

.site_contact_form {
	margin: 0px;
	padding: 0px;
}

.site_contact_form h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel textarea {
	background: #e7e7e7;
	border: 1px solid #666666;
	display: block;
	padding: 1px;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
}

#site_iframe_container .hidden, .site_contact_form .hidden {
	display:none;
}

/* Class for the validation error notification on the contact form */

label.error {
	color: #FF0000;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}


/* Layout */
/* These column widths are used for the page grid and are utlised for all page elements with in the site*/

#column780 {
	float: left;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	padding: 0px;
}

#column600 {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540 {
	float: left;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540right {
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column460 {
	float: left;
	width: 460px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column375 {
	float: left;
	width: 375px;
	margin-right: 10px;
	margin-left: 0px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column375 img {
	margin-top: 0px;
	margin-bottom: 5px;
}

#column375 h5 {
	margin-top: 0px;
	margin-bottom: 30px;
}

#column380 {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column140 {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

/* this code is used to cancel the float tags ad keep the page formatted.*/
#clearfloat, .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Image Controls*/
/* Basic image controls that can be used to control the postion of images in text*/

.img-right {
float:right;
margin-left:10px;
margin-bottom: 10px;
}

.img-left {
float:left;
margin-right:10px;
margin-bottom: 10px;
}

/* Image Hover code */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
