/* Bend-All Main Stylesheet copyright 2008 */
/* RKD Web Studios  www.rkd.ca */

/*COLOURS

	Blue #0076ff



*/
 
body {
	background: #878787; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background:url(../../Images/bgbody.jpg) repeat-x top left;
		
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

.Clear { clear: both; } /* clears all floats; apply to empty divs */

/*STRUCTURE*/

#Container {
	width: 780px;
	background:url(../../Images/bgcontainer.png) repeat-y top left;
	min-height:670px;
	padding-left: 15px;
	margin: auto;
	
}

#Container2 {
	width: 781px;
	/*padding-left: 15px;*/
	margin: auto;
	
}

#Header {
	background:url(../../Images/headerpic.gif) no-repeat top left;
	height: 68px;
	
}

	#Header .date {
		padding: 40px 0px 0px 378px;
	}
	
	#Header .menu {
		padding: 17px 0px 0px 209px;
	}
	
#Menu {
	padding: 0;
	margin: 0;
}

#Banner {
	
}

#Wrapper {
	width:100%;
}

#Left {
	width: 465px;
	padding: 3px;
	float: left;

}

#Right {
	float:left;
	width: 280px;
}

#Footer {
	padding: 0px;
	margin: -6px;

}

#Content {
	width:730px;
	padding: 10px;
}
	
/* DROPDOWN MENU */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 7;
}

#nav a {
	display: block;
	/*width: 10em;*/
	z-index: 7;
}

#nav li {
	float: left;
	z-index: 7;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: url(../../Images/bgdrop.jpg) no-repeat left top;
	line-height: 18px;
	width: 165px;
	/*padding: 3px;*/
	margin-top: -19px;
	border:solid #0076ff 1px;
	z-index: 7;
}

#nav li ul a { 
	width: 162px;
	float: left; 
	line-height: 25px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	z-index: 7;
	}
	
#nav li ul a:hover { 
	text-decoration: underline;
	background-color:#FF9900;
	z-index: 7;
	}

#nav li:hover ul {
	left: auto;
	z-index: 7;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 7;
}

#nav li:hover, #nav li.hover {
    position: static;
	z-index: 7;
}

/*2nd dropdown*/

#nav li ul ul {
	/*margin: -1em 0 0 -10em;*/
	z-index: 7;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 7;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index: 7;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 7;
}

/*VARIOUS STYLES*/
.contentTD {
	width: 240px;
	text-align: center;
	vertical-align: top;
}

.contentTD2 {
	vertical-align:top;
}

ul {
	list-style:url(../../Images/arrow.gif);
	vertical-align:middle;
}

strong {
	color: #0064c3;
	font-size: 12px;
}

b {
	color: #0064c3;
	font-size: 12px;
}

a { color:#FF6600; text-decoration:underline;}
a:link { color:#FF6600; text-decoration:underline;}
a:hover { color:#0076ff; text-decoration:none;}
a:visited { color:#FF6600; text-decoration:underline;}

.rkd {
	color: #666666;
	margin-top: -33px;
}

.rkd a {color: #FF9900;}
.rkd a:link {color: #FF9900;}
.rkd a:hover {color: #666666;}

/* LIGHTBOX ATTRICUTES */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../../Images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../Images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../Images/overlay.png", sizingMethod="scale");
	}
	
.enlarge {
	font-size: 9px;
	color:#999999;
}

#printHead {display:none;}

#webAddress {display:none;}
	