/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3

4.0 FOOTER/ #footer

5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	


/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	background-image: url(/images/collections-bg.jpg);
}	 
	 
/* 2.0 - HEADER
------------------------------------------------------------*/


.logo {
	background-image: url(/images/collections-logo-green.jpg);
}

/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary ul li a:hover {
	color: #70a54c;
}

/*----------Laurence-sub-navigation----------*/

#laurance-sub-navigation {
	display: none;
}


/*----------subnavigation----------*/


#collections-sub-navigation {
	display: block;	
}


/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#collections-column-1 {
	position: relative;
	width: 619px;
	padding-left: 24px;
	margin-top: 32px;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	margin-bottom: 25px;
}

#collections-column-1 h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 25px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 30px;}

#collections-column-1 h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 15px;
}

#collections-column-1 h2 span {
	color: #70a54c;
}

#collections-column-1 h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 26px;
}

#collections-column-1 h3 span {
	color: #70a54c;
}

#collections-column-1 p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: .875em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 5px;
}

#collections-column-1 p span {
	color: #70a54c;
}

#collections-column-1 a {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#collections-column-1 a:hover {
	color: #666;
}

#logobox{
	background-color: #707070;
	width: 619px;
	margin-top: 15px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}

#logobox p{
	display: inline;	
}

.logo-mat a {
	display: inline;
	background-image: url(/images/collections-button-mat.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-mat a:hover {
	background-position: 0px -68px;
	
}

.logo-gb a {
	display: block;
	background-image: url(/images/collections-button-gandb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-gb a:hover {
	background-position: 0px -68px;
	
}

.logo-rect a {
	display: block;
	background-image: url(/images/collections-button-rect.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-rect a:hover {
	background-position: 0px -68px;
	
}

.logo-ap a {
	display: block;
	background-image: url(/images/collections-button-ap.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-ap a:hover {
	background-position: 0px -68px;
	
}

.logo-dart a {
	display: block;
	background-image: url(/images/collections-button-dart.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-dart a:hover {
	background-position: 0px -68px;
	
}

.logo-cg a {
	display: block;
	background-image: url(/images/collections-button-cg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-cg a:hover {
	background-position: 0px -68px;
	
}

.logo-fa a {
	display: block;
	background-image: url(/images/collections-button-fa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-fa a:hover {
	background-position: 0px -68px;
	
}

.logo-agri a {
	display: block;
	background-image: url(/images/collections-button-agri.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-agri a:hover {
	background-position: 0px -68px;
	
}

.logo-brin a {
	display: block;
	background-image: url(/images/collections-button-brin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-brin a:hover {
	background-position: 0px -68px;
	
}

.logo-place a {
	display: block;
	background-image: url(/images/collections-button-place.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-lmh a {
	display: inline;
	background-image: url(/images/collections-button-lmh.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 112px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-lmh a:hover {
	background-position: 0px -68px;
	
}






/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#collections-column-2 {
	position: relative;
	width: 288px;
	padding-left: 20px;
	padding-right: 28px;
	padding-top: 32px;
	float: left;
}

#collections-column-2 h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 10px;
}

#collections-column-2 h2 span{
	color:#70a54c;
}

#collections-column-2 h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #C17200;
	padding-bottom: 3px;
	padding-top: 15px;
}

#collections-column-2 p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 17px;
}

#collections-column-2 ul {
	position: relative;
}

#collections-column-2 li {
	list-style: none;
}

.collections-readmore {
	display: block;
	background-image: url(/images/laurence-readmore.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 257px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.collections-readmore:hover {
	background-position: 0px -53px;
	
}



/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column-3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

.club-llb {
	background-image: url(/images/collections-clubllb-button.jpg);
}


#footer p{
	color: #70a54c;
}

#footer a{
	color: #70a54c;
}

/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/


/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/


/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:

*/

/* container for slides */
.images {
	position:relative;
	height:352px;
	width:1000px;
	float:left;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:;
	-webkit-border-radius:;
	-moz-box-shadow:;
	-webkit-box-shadow:;
	background-color: #000000;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:352px;
	font-size:16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
}

/* header */

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	background-color: #006699;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.one {
	background-image: url(/images/collections-frame01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}
.two {
	background-image: url(/images/collections-frame02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}
.three {
	background-image: url(/images/collections-frame03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}
.four {
	background-image: url(/images/collections-frame04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}

.img_left {
	float: left;
	margin-right: 20px;
}

.img_right {
	float: right;
	margin-left: 20px;
}

.img_hand {
	margin-left: 12px;
	vertical-align: text-top;
}

