@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: layout.css
* Description: Handles the site layout
    ------------------------------------------------------------------------------------*/

/*
[Color codes]
Green: #00703c
Light Green: #7ac142
*/

/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/

.primary ul {
	list-style-image: url(../images/green/tick.gif);
}

/*------------------------------------------------------------------------------------
      Buttons
    ------------------------------------------------------------------------------------*/

.launch_website a {
	background: url(../images/green/launch_website_btn.png);
}

.download_pdf a {
	background: url(../images/green/download_pdf_btn.png);
}

/*------------------------------------------------------------------------------------
      Slider
    ------------------------------------------------------------------------------------*/

ul.pagination a {
	background: url(../images/green/pagination.png);
}