/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
	background-image:url(/site/img/bgslice.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#369b36;
	color:#666666;
}

h1, h2, h3
{
	font-size:1.17em;
	color:#066504;
	padding-bottom:5px;
}

h4, h5, h6
{
	font-size:0.93em;
	color:#066504;
}


a:link
{
	color:#339733;
	text-decoration:none;
	font-weight:normal;
}

a:visited
{
	color:#339733;
	text-decoration:none;
	font-weight:normal;
}

a:hover
{
	color:#47c647;
	text-decoration:underline;
	font-weight:normal;
}

a:active
{
	color:#339733;
	text-decoration:none;
	font-weight:normal;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
	
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 739px;
	padding: 0;
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks a, 
div#skiplinks a:hover, 
div#skiplinks a:visited,
div#skiplinks p
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

div#skiplinks a:active
{
	position:static;
	width:auto;
	height:auto;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #ccc;
}



/* header block */
/*******************************************************************************/
div#header_container
{
}


/* body block */
/*******************************************************************************/
div#bgwrap
{
	background-image:url(/site/img/mainbg1.jpg);
	background-color:#FFFFFF;
}

div#body_container
{
	background-image:url(/site/img/headerbg1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

div#breadcrumb
{
	text-align:right;
	font-size:0.83em;
	color:#325572;
	padding:5px 25px 0 0;
}

/*NAVIGATION RELATED*/
/*************************************************************/

div#navigation
{
	width:132px;
	float:left;
}

div#navigation_body
{
	width:105px;
	padding:0 10px 0 10px;
	background-image:url(/site/img/navbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

div#nav_header
{
	width:125px;
	height:14px;
	background-image:url(/site/img/navheaderbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

div#nav_footer
{
	width:125px;
	height:13px;
	background-image:url(/site/img/navfooterbg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

div#navigation ul
{
	list-style:none;
	margin:0 0 0 0;
	padding-bottom:5px;

}

div#navigation ul.divider
{
	border-top: solid 1px #999999;
	padding-top:5px;

}

div#navigation ul li
{
	padding-left:3px;
}

div#navigation ul li a:link
{
	font-size:0.93em;
	color:#066504;
	text-decoration:none;
}

div#navigation ul li a:visited
{
	font-size:0.93em;
	color:#066504;
	text-decoration:none;
}

div#navigation ul li a:hover
{
	font-size:0.93em;
	color:#339733;
	text-decoration:underline;
}

div#navigation ul li a:active
{
	font-size:0.93em;
	color:#066504;
	text-decoration:none;
}

/***********************Content*************/


div#contentbg
{
	width:441px;
	float:left;
	background-image:url(/site/img/contentbg1.gif);
	background-repeat:repeat-y;
}

div#content_header
{
	width:441px;
	height:14px;
	background-image:url(/site/img/contentheaderbg.gif);
	background-repeat:no-repeat;
}

div#content_footer
{
	width:441px;
	height:14px;
	background-image:url(/site/img/contentfooterbg.gif);
	background-repeat:no-repeat;
	clear:both;
}

div#content
{
	padding:0 20px 20px 20px;
}

div#sidebar
{
	width:135px;
	float:left;
	padding-left:3px;

}

div#flash_container
{
	width:405px;
	margin:10px 0 10px 0;
}






/*------------------RANGE UMBRELLA---------------*/

.thumb
{
	width:114px;
	height:122px;
	padding:0 9px 0 9px;
	background-image:url(/site/img/thumb-bg.jpg);
	float:left;
}

.thumb_title
{
	padding:5px 0 0 5px;
	font-weight:bold;
	border-bottom:dashed 1px #E0E0E0;
	margin-bottom:10px;
}

.thumb_title p
{
	margin-bottom: 2px;
	text-align:center;
}


/***********************Content RANGE*************/


div#contentbg_range
{
	width:571px;
	float:left;
	background-image:url(/site/img/range-bg.gif);
	background-repeat:repeat-y;
	margin-top:10px;
}

div#content_header_range
{
	width:571px;
	height:14px;
	background-image:url(/site/img/range-header.gif);
	background-repeat:no-repeat;
}

div#content_footer_range
{
	width:571px;
	height:14px;
	background-image:url(/site/img/range-footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
}

div#smallbuttons
{
	background:#FFFFFF;
}

.purple_link a:link
{
	color:#CC3399;
	text-decoration:underline;
}

.purple_link a:visited
{
	color:#CC3399;
	text-decoration:underline;
}

.purple_link a:hover
{
	color:#8914a9;
	text-decoration:none;
}

.purple_link a:active
{
	color:#CC3399;
	text-decoration:underline;
}


/*---------------RANGE---------------------------*/


div#range_wrap
{
	padding-bottom:10px;
}

div#range_img
{
	width:150px;
	float:left;
}

div#range_stats
{
	float:left;
	width:240px;
	padding-left:10px;
}

.range_stats
{
	border: solid thin #e0e0e0;
	padding:0 2px 2px 8px;
	font-size:0.92em;
	color:#4e8bbf;
} 

.half_column
{
	float:left;
	width:255px;
	padding: 2px 12px 10px 0px;
	font-size:0.83em;
}

.half_column_right
{
	float:left;
	width:255px;
	padding: 2px 0 10px 0;
	font-size:0.83em;
}



.third_column
{
	float:left;	
	width:165px;
	padding: 2px 12px 10px 0px;
	font-size:0.83em;
}


.twothird_column
{
	float:left;
	width:395px;
	padding: 2px 12px 10px 0px;
}

.color_option
{
	width:125px;
	float:left;
}

.quarter_column
{
	float:left;
	width:121px;
	padding-right:14px;
	font-size:0.83em;
}

.quarter_column2
{
	float:left;
	width:115px;
	padding-right:14px;
	padding-left:5px;
	font-size:0.83em;
}

.quarter_column_right
{
	float:left;
	width:121px;
	font-size:0.83em;
}

.quarter_column_right2
{
	float:left;
	width:115px;
	padding-left:5px;
	font-size:0.83em;
}

.sixth_column
{
	float:left;
	width:80px;
	padding-right:10px;
	font-size:0.83em;
}

.sixth_column2
{
	float:left;
	width:80px;
	height:220px;
	padding-right:5px;
	font-size:0.83em;
}

.grouper
{
	float:left;
	width:525px;
	border:dotted 1px #CCCCCC;
	padding: 8px 0 0 5px;
}

.sixth_column_right
{
	float:left;
	width:80px;
	font-size:0.83em;
}

.sixth_column_right2
{
	float:left;
	width:80px;
	height:220px;
	font-size:0.83em;
}

/* footer */
/*******************************************************************************/
div#footer_container
{
	color: #fff;
	font-size:0.92em;
	text-align:center;
}

div#footer_container p
{
	margin:0 0 0.25em 0;
}

div#footer_container a:link
{
	color: #fff;
	font-weight:normal;
}

div#footer_container a:visited
{
	color: #fff;
	font-weight:normal;
}

div#footer_container a:hover
{
	color: #fff;
	text-decoration:underline;
}

div#footer_container a:active
{
	color: #fff;
}

div#footerbg
{
	width:739px;
	height:33px;
	text-align:center;
	color:#FFFFFF;
	padding-top:13px;
	background-image:url(/site/img/footerbg.jpg);
}

div#footer_navigation
{
	font-size:0.83em;
}

div#footer_dbs
{
	font-size:0.83em;
}

div#footer_copyright
{
	padding-bottom:20px;
		font-size:0.83em;
}




