/*----------------------------------------------------------
	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*/

	@import url("reset.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {
	
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
	background-color: #FFF;
}	 
	 
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	height: 150px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.logo a{
	background-image: url(../images/volunteer-link-up-logo.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 360px;
	margin-left: 10px;
	margin-top: 45px;
	background-position: 0px 0px;
	display: block;
	float: left;
}

#header p span{
	display:none;
}

#call-to-action {
	float: left;
	padding-top: 49px;
	padding-left: 83px;
	padding-right: 10px;
	width: 517px;
}

#call-to-action p {
	
}

#call-to-action h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-align: right;
	color: #404040;
}

#call-to-action h2 span {
	color: #f30011;
	}

#call-to-action a {
	color: #f30011;
	text-decoration:none;
}

#call-to-action a:hover {
	color: #404040;
}

/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	height: 48px;
	list-style-type: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#navigation_primary li {
	float: left;
}

#navigation_primary li span{
	display:none;
}

.home a {
	display: block;
	background-image: url(../images/home-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 73px;
	float: left;
	margin-top: 8px;
	margin-left: 16px;
}

#nav01 .home a {
	background-position: 0px -35px;
}

.home a:hover {
	background-position: 0px -35px;
	
}

.about-us a {
	display: block;
	background-image: url(../images/about-us-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 88px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#nav02 .about-us a {
	background-position: 0px -35px;
}

.about-us a:hover {
	background-position: 0px -35px;
	
}

.i-want a {
	display: block;
	background-image: url(../images/I-want-to-volunteer-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 153px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#nav03 .i-want a {
	background-position: 0px -35px;
}

.i-want a:hover {
	background-position: 0px -35px;
	
}

.info a {
	display: block;
	background-image: url(../images/information-for-organisations-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 218px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#nav04 .info a {
	background-position: 0px -35px;
}

.info a:hover {
	background-position: 0px -35px;
	
}

.contact-us a {
	display: block;
	background-image: url(../images/contact-us-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 99px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#nav05 .contact-us a {
	background-position: 0px -35px;
}

.contact-us a:hover {
	background-position: 0px -35px;
	
}

.vlu-information a {
	display: block;
	background-image: url(../images/VLU-information.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 292px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#nav06 .vlu-information a {
	background-position: 0px -35px;
}

.vlu-information a:hover {
	background-position: 0px -35px;
	
}


/* 3.0 - CONTENT
------------------------------------------------------------*/

#main-image-bg{
	background-image: url(../images/main-banner-1px.jpg);
	background-repeat: repeat-x;
	height: 353px;
	position: relative;
	background-position: 0px 0px;
}

#main-image{
	position: relative;
	height: 352px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main-image span{
	display: none;
}

#content-bg{
	background-image: url(../images/content-grad-1px.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
}

#content {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.volunteering-link a {
	display: block;
	background-image: url(../images/home-volunteering-link-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 139px;
	width: 236px;
	float:left;
	margin-top: 23px;
	margin-right: 5px;
}

.volunteering-link a:hover {
	background-position: 0px -139px;
	
}

.volunteering-link span{
	display: none;
	}

.transport-link a {
	display: block;
	background-image: url(../images/info-downloads-link-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 139px;
	width: 236px;
	float:left;
	margin-top: 23px;
}

.transport-link a:hover {
	background-position: 0px -139px;
	
}

.transport-link span{
	display: none;
	}

.befriending-link a {
	display: block;
	background-image: url(../images/home-aboutus-link-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 139px;
	width: 236px;
	float:left;
	margin-top: 23px;
	margin-right: 5px;
}

.befriending-link a:hover {
	background-position: 0px -139px;
	
}

.befriending-link span{
	display: none;
	}

.practical-link a {
	display: block;
	background-image: url(../images/organisations-link-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 139px;
	width: 236px;
	float:left;
	margin-top: 23px;
	margin-right: 6px;
}

.practical-link a:hover {
	background-position: 0px -139px;
	
}

.practical-link span{
	display: none;
	}

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column-1 {
	float: left;
	width: 650px;
	padding-top: 25px;
	position: relative;
	padding-bottom: 25px;
}

#column-1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #404040;
	padding-bottom: 25px;
}

#column-1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #404040;
	padding-bottom: 25px;
}

#column-1 h2 span{
	color: #f31100;
}

#column-1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #404040;
	padding-bottom: 18px;
}

#column-1 p span{
	color: #fff;
	}

#column-1 a{
	color: #f31100;
	text-decoration: none;
}

#column-1 a:hover{
	color: #404040;
}


#column-1 h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #404040;
}


.box {
	float: left;
	width: 610px;
	padding: 20px;
	margin-bottom: 25px;
	background-image: url(../images/box-grad-1px.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#column-1 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #404040;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
}

#downloads-box{
	display: block;
	float: left;
	height: 214px;
	width: 650px;
}

#downloads-box span{
	display: none;
}

.download a{
	background-image: url(../images/download-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
}

.download a:hover{
	background-position: 0px -82px;

}

.driver-transport a{
	background-image: url(../images/driver-transport-download-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.driver-transport a:hover{
	background-position: 0px -82px;

}

.drivers-receipt a{
	background-image: url(../images/drivers-receipt-download-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.drivers-receipt a:hover{
	background-position: 0px -82px;

}

.insurance-download a{
	background-image: url(../images/insurance-download-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.insurance-download a:hover{
	background-position: 0px -82px;

}

.organisation-download a{
	background-image: url(../images/organisation-registration-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.organisation-download a:hover{
	background-position: 0px -82px;

}

.opportunity-download a{
	background-image: url(../images/opportunity-registration-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.opportunity-download a:hover{
	background-position: 0px -82px;

}

.doit-guidelines-download a{
	background-image: url(../images/guidlines-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 82px;
	width: 279px;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}

.doit-guidelines-download a:hover{
	background-position: 0px -82px;

}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#column-2 {
	float: left;
	width: 275px;
	padding-top: 25px;
	padding-left: 35px;
	position: relative;
	padding-bottom: 25px;
}

#column-2 span{
	display: none;
}
/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column-3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer-background{
	background-image: url(../images/footer-grad-1px.jpg);
	background-repeat: repeat-x;
	height: 246px;
	position: relative;
	background-position: 0px 0px;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 226px;
	padding-top: 20px;
}

#footer-left {
	width: 650px;
	position: relative;
	float: left;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #dadadd;
	
}

#footer p span{
	color: #fff;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #dadadd;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
}

.vc-logo {
	float: left;
	padding-right: 15px;
}

#footer-ue{
	float: left;
	width: 310px;
	text-align: right;
}
	
/* 5.1 - Miscellaneous - image rotator
------------------------------------------------------------*/

/* container for slides */
.images {
	position: relative;
	height: 352px;
	width: 960px;
	float: left;
}

/* 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: #000;
}

/* 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/home-image-frame01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 960px;
}
.two {
	background-image: url(../images/i-want-to-volunteer-main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 960px;
}
.three {
	background-image: url(../images/info-for-organisations-main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 960px;
}

.four {
	background-image: url(../images/contact-us-main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 960px;
}

/* 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:

*/
