/* * * * * * * * * * * * * * * * * * * *
 * GLOBAL ELEMENTS
 * * * * * * * * * * * * * * * * * * * */
body,h1,h2,h3,h4,h5,h6,form,img,span,div,ul,li,p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #FFF url(../img/bg-grass.jpg) top center no-repeat fixed;
	font: 0.75em Georgia;
	text-align: center;
	color: #131414;
}

/* GENERAL ELEMENTS * * * * * * * * * */
a { text-decoration: underline; color: #46710b; }
a:hover { text-decoration: none; }
.float-left { float: left; }
.block { display: block; }
.float-right { float: right; }
.clear { clear: both; }

/* CENTERS THE LAYOUT * * * * * * * * * */
#centered {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* * * * * * * * * * * * * * * * * * * *
 * HEADER
 * * * * * * * * * * * * * * * * * * * */
#header {
	height: 110px;
	position: relative;
}

#logo {
	position: absolute;
	top: 25px;
}

#header h1 {
	position: absolute;
	top: 25px;
	left: 75px;
	font-size: 28px;
}

#header h2 {
	position: absolute;
	top: 62px;
	left: 75px;
	font-size: 13px;
}

/* NAVIGATION * * * * * * * * * */
ul#navigation {
	position: absolute;
	right: 0;
	top: 37px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	z-index: 5;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display: block;
	background: url(../img/bullet-2.gif) no-repeat 0px 14px;
	padding: 5px 10px 5px 15px;
	color: #131414;
	text-decoration: none;
	float: left;
	padding: 6px 10px;
	border: none;
	text-decoration: none;
	line-height: 18px;
	outline: none;
}

ul#navigation a:hover {
	text-decoration: underline;
}

ul#navigation ul a {
	line-height: 28px;
	font-size: 12px;
	cursor: pointer;
}

ul#navigation li {
	float: left;
	position: relative;
	z-index: 20;
	margin-left: 15px;
}

ul#navigation li li {
	border-left: none;
	margin-top: 0;
	list-style: none;
}

ul#navigation ul {
	display: none;
	position: absolute;
	top: 28px;
	width: 172px;
	left: -17px;
	background: #FFF;
	padding-bottom: 8px;
	border-right: 1px solid #47720C;
	border-bottom: 1px solid #47720C;
	border-left: 1px solid #47720C;
}

ul#navigation li ul a {
	width: 150px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 10px;
}

ul#navigation ul ul {
	top: auto;
	border-top: none;
}

ul#navigation li ul ul {
	left: 171px;
	top: -1px;
}

ul#navigation li:hover ul ul,
ul#navigation li:hover ul ul ul,
ul#navigation li:hover ul ul ul ul{
	display: none;	
}

ul#navigation li:hover ul,
ul#navigation li li:hover ul, 
ul#navigation li li li:hover ul,
ul#navigation li li li li:hover ul{
	display: block;
}

ul#navigation li ul a{
	border-top: none;
}

/* Banner */
#banner {
	margin-bottom: 10px;
	height: 320px;
	width: 940px;
}
	#banner img {
		display: block;
	}
	#banner .info {
		width: 280px;
		height: 320px;
		background: url(images/banner_overlay.png);
		position: relative;
		top: -320px;
		color: #ffffff;
	}
		#banner .info div {
			padding: 35px;
		}
			#banner .info div h1 {
				font: 1.9em Georgia;
				margin-bottom: 10px;
			}
			#banner .info div p {
				font: 1.0em Georgia;
				line-height: 1.8em;
				margin-bottom: 10px;
			}
			#banner .info a.more {
				display: inline-block;
				padding: 5px 10px;
				background: #46710b;
				color: #ffffff;
			}

/* -------------------------------------- */
/* -------  PORTFOLIO  ------------------ */		
#portfolio {
	float: left;
	width: 940px;
}

#portfolio .column {
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

/* PORTFOLIO TITLES * * * * * * * * * */
#portfolio h1 {
	margin-bottom: 13px;
	font: bold 2em Georgia;
}

#portfolio h2 {
	padding: 0 5px 10px 0;
	font: 1.6em Georgia;
}

/* Portfolio description */
#portfolio p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 6px 0;
}
/* The last portfolio image in a column */
#portfolio .last {
	margin-right: 0px;
}
/* Portfolio images */
#portfolio img {
	border-bottom: 5px solid #ffffff;
	padding-bottom: 2px;
}
#portfolio a:hover img {
	border-bottom: 5px solid #446f0b;
}

/* * * * * * * * * * * * * * * * * * * *
 * FOUR COLUMN HOME LAYOUT
 * * * * * * * * * * * * * * * * * * * */
#four-col-home {
	margin-bottom: 35px;
	float: left;
	width: 100%;
	text-align: left;
}

/* ONE COL * * * * * * * * * */
#four-col-home .column {
	width: 220px;
	margin-right: 20px;
	float: left;
	font-size: 1.2em;
}

/* COL TITLE * * * * * * * * * */
#four-col-home h2 {
	padding: 8px 5px;
	font: 1.7em Georgia;
}

/* COL DESCRIPTION * * * * * * * * * */
#four-col-home p {
	line-height: 1.8em;
	padding: 7px 0;
}

/* MORE BUTTONS * * * * * * * * * */
#four-col-home a.more {
	float: right;
	display: block;
	background: url(../img/bullet2.gif) 0px 12px no-repeat;
	padding: 5px 5px 5px 14px;
	color: #46710c;
}

#four-col-home .last {
	margin-right: 0px;
}

/* * * * * * * * * * * * * * * * * * * *
 * FOUR COLUMN LAYOUT
 * * * * * * * * * * * * * * * * * * * */
#four-col {
	margin-bottom: 35px;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
}

#four-col p {
	line-height: 1.8em;
	padding: 7px 0;
}

#four-col h2 {
	padding: 8px 0;
	font: 1.7em Georgia;
}

#four-col ul {
	margin-left: 15px;
}

/* * * * * * * * * * * * * * * * * * * *
 * GENERAL PAGE SPECS
 * * * * * * * * * * * * * * * * * * * */
.page {
	padding-top: 40px;
	text-align: left;
}

.border {
	border-top: 4px solid #446f0b;
	padding-top: 20px;
}

/* * * * * * * * * * * * * * * * * * * *
 * THREE COL LAYOUT 
 * * * * * * * * * * * * * * * * * * * */
#three-col {
	float: left;
	width: 940px;
	margin-bottom: 35px;
}
/* THREE COL LAYOUT * * * * * * * * * */
#three-col #left {
	float: left;
	width: 440px;
}
#three-col #right-1 {
	float: right;
	width: 220px;
}
#three-col #right-2 {
	float: right;
	width: 220px;
	margin-right: 20px;
}

/* * * * * * * * * * * * * * * * * * * *
 * THREE COL LAYOUT EQUAL
 * * * * * * * * * * * * * * * * * * * */
#three-col-eq {
	float: left;
	width: 940px;
	margin-bottom: 35px;
	text-align: left;
}

/* THREE COL LAYOUT * * * * * * * * * */
#three-col-eq .column {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#three-col-eq .column a.read-more {
	display: inline-block;
	background: url(../img/bullet-2.gif) 0px 12px no-repeat;
	padding: 5px 5px 5px 14px;
	color: #46710c;
}

#three-col-eq .last {
	margin: 0;
}

#three-col-eq p {
	line-height: 1.8em;
	padding: 7px 6px;
}

#three-col-eq .column ul {
	line-height: 1.8em;
	margin-left: 15px;
}

/* THREE COL LAYOUT EQ HEADERS * * * * */
#three-col-eq h2 {
	padding: 8px 5px;
	font: 1.7em Georgia;
}

/* * * * * * * * * * * * * * * * * * * *
 * THREE COL LAYOUT
 * * * * * * * * * * * * * * * * * * * */
#three-col h1 {
	margin-bottom: 13px;
	font: bold 2.2em Georgia;
}

#three-col h2 {
	padding: 8px 5px;
	font: 1.7em Georgia;
}

#three-col #left h2 {
	margin-bottom: 13px;
	font: bold 1.8em Georgia;
	padding: 0px;
}

#three-col #left h3 {
	margin-bottom: 13px;
	font: bold 1.6em Georgia;
	padding: 0px;
}

#three-col .box1 h2 {
	padding: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

#three-col .box2 h2 {
	padding: 10px;
	padding: 0px;
	margin-bottom: 6px;
}

#three-col #left p {
	font: 1.1em Georgia;
	line-height: 1.8em;
	margin-bottom: 25px;
}

/* RIGHT SIDE STYLES * * * * */
#three-col #right1 p, #three-col #right2 p {
	line-height: 1.8em;
	padding: 7px 6px;
}

#three-col #right1 .box1 p, #three-col #right2 .box1 p {
	line-height: 1.8em;
	padding: 4px 0px;
}

#three-col #right1 .box2 p, #three-col #right2 .box2 p {
	line-height: 1.8em;
	padding: 4px 0px;
}

#three-col .cite {
	display: block;
	text-align: right;
}

#three-col a.more {
	display: inline-block;
	background: url(../img/bullet2.gif) 0px 12px no-repeat;
	padding: 5px 5px 5px 14px;
	color: #46710c;
}
	
/* * * * * * * * * * * * * * * * * * * *
 * TWO COL LAYOUT 
 * * * * * * * * * * * * * * * * * * * */
#two-col {
	
}

/* LEFT COL * * * * * * * * * */
#two-col #left {
	float: left;
	width: 580px;
	margin-bottom: 35px;
	font-size: 1.2em;
}

#two-col #left h1 {
	margin-bottom: 13px;
	font: bold 2em Georgia;
}

#two-col #left h2 {
	margin-bottom: 13px;
	font: bold 1.8em Georgia;
}

#two-col #left p.intro {
	font: 1.2em Georgia;
	line-height: 1.8em;
	margin-bottom: 35px;
}

#two-col #left p {
	font: 1.1em Georgia;
	line-height: 1.8em;
	margin-bottom: 25px;
}

#two-col #left .img1 {
	float: left;
	margin: 5px 20px 10px 0px;
}

#two-col #left ul {
	margin-left: 15px;
}

#two-col #left ul li {
	margin-bottom: 8px;
}

#two-col #right h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 8px 5px 0;
}
#two-col #right p {
	line-height: 1.3em;
	padding: 7px 6px 10px;
}

	/* Blog section */
	#blog {
		
	}
		#blog .post {
			background: url(images/blog_div.gif) no-repeat;
			padding: 30px 0px;
		}
			#blog .post h2 {
				font: 2.1em Georgia;
			}
				#blog .post h2 a {
					color: #131414;
				}
			#blog .post .details {
				background: url(images/bullet3.gif) no-repeat 0px 8px;
				font-size: 1.2em;
				display: block;
				margin: 8px 0px 15px 0px;
				padding-left: 25px;
			}
				#blog .post .details a {
					color: #131414;
				}
			#blog .post img {
				border: 10px solid #e4e2d2;
				float: left;
				margin: 7px 20px 15px 0px;
			}
			#blog .post p {
				line-height: 1.9em;
			}
			#blog a.moreposts {
				font-size: 1.5em;
				color: #48720c;
				float: right;
			}
			
			/* Two column layout inside left column */
			.left-col {
				float: left;
				width: 280px;
				line-height: 1.8em;
			}
				.left-col h3 {
					font: 1.6em Georgia;
					margin-bottom: 7px;
				}
				.left-col img {
					float: left;
					margin: 7px 16px 3px 0px;
				}
			.right-col {
				float: right;
				width: 280px;
				line-height: 1.8em;
			}
				.right-col h3 {
					font: 1.6em Georgia;
					margin-bottom: 7px;
				}
				.right-col img {
					float: left;
					margin: 7px 16px 3px 0px;
				}
			
/* Right column */
#two-col #right {
	float: right;
	width: 300px;
	margin-bottom: 35px;
}
	/* Lists */
	ul.catlist {
		list-style: none;
	}
		 ul.catlist li {
			border-bottom: 1px solid #d1cfbd;
			padding: 4px 10px;
		}
			ul.catlist li a {
				color: #000000;
			}
			
	/* Box 1 (tan) */
	.box1 {
		background: #e4e2d2;
		padding: 18px;
		line-height: 1.8em;
		margin-bottom: 20px;
	}
		.box1 .img1 {
			margin: 4px 15px 9px 0px;
			float: left;
		}
		.box1 h2 {
			font: 1.7em Georgia;
			margin-bottom: 6px;
		}
		.box1 h3 {
			background: url(images/bullet2.gif) no-repeat 0px 9px;
			font-size: 1.0em;
			padding: 0px 0px 5px 18px;
		}
	
	/* Box 2 (green twitter) */	
	.box2 {
		background: url(images/green_box.gif) no-repeat #46710b;
		padding: 22px;
		color: #ffffff;
		margin-bottom: 25px;
	}
		.box2 h2 {
			font: normal 1.9em Georgia;
			margin-bottom: 8px;
		}
		.box2 span.cite {
			text-align: right;
			display: block;
		}
		.box2 span.cite a {
			background: url(images/bullet4.gif) no-repeat 0px 10px;
			display: inline-block;
			padding: 5px 0px 5px 14px;
			color: #ffffff;
		}
		
	/* News updates */	
	.news {
		
	}
		.news h2  {
			background: url(images/bullet2.gif) no-repeat 0px 8px;
			padding: 0px 19px;
			margin-bottom: 10px;
		}
		.news div {
			background: url(images/news_div.gif) no-repeat bottom left;
			padding: 13px 15px 27px 18px;
		}
		.news div a.big {
			color: #000000;
			font-size: 1.2em;
			display: block;
			margin-bottom: 3px;
		}
		.news div span {
			font-size: 0.9em;
		}
		
/* * * * * * * * * * * * * * * * * * * *
 * FOOTER
 * * * * * * * * * * * * * * * * * * * */
#footer {
	border-top: 4px solid #f0f0f0;
	padding: 23px 0;
	clear: both;
	height: 60px;
}

#footer img {
	margin-left: 12px;
}

#footer .copyright {
	float: left;
}

#footer ul {
	list-style: table;
	float: left;
}

#footer ul li {
	display: table-cell;
	padding-right: 6px;
}

#footer .float-left {
	line-height: 60px;
}

/* * * * * * * * * * * * * * * * * * * *
 * SLIDER
 * * * * * * * * * * * * * * * * * * * */

/* SLIDER CONTROLS * * * * */
#controls {
	position: relative;
	left: 700px;
	top: -60px;
	width: 226px;
}
	
##slider { }

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li { 
	width: 940px;
	height: 320px;
	overflow: hidden;
}

#prevBtn, #nextBtn { 
	display: block;
	margin: 0;
	overflow: hidden;	
	position: absolute;
	top: 20px;
}	

#nextBtn { 
	left: 116px;
}

#prevBtn a, #nextBtn a {
	display: block;
	width: 106px;
	padding: 7px 0px;
	background: #111212;
	color: #ffffff;
	text-align: center;
}

#prevBtn a:hover, #nextBtn a:hover {
	background: #47720c;
}

#nextBtn a { 
	background: url(images/next_previous.gif) no-repeat top right;
	width: 106px;
	padding: 7px 0px;
	background: #111212;
	color: #ffffff;
	text-align: center;
}
			
/* * * * * * * * * * * * * * * * * * * *
 * FORM
 * * * * * * * * * * * * * * * * * * * */
#form {
}

#form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* LABELS * * * * * * * * */
#form label {
	font-size: 1.2em;
	display: block;
	text-align: left;
	margin-bottom: 3px;
}

#form .checkbox label {
	font-size: 1.2em;
	display: inline-block;
	text-align: left;
	margin-left: 5px;
}


/* INPUTS * * * * * * * * */
#form .text-input {
	font-size: 1.2em;
	border: 1px solid #999;
	padding: 5px 7px;
	margin-bottom: 15px;
	width: 300px;
}

/* SELECTIONS LISTS * * * */
#form select {
	width: 210px;
	font: 1.2em Tahoma;
	border: 1px solid #e4e2d2;
	padding: 5px 7px;
	margin-bottom: 15px;
}

/* CHECKBOXES * * * * * * */
#form .checkbox {
	margin-bottom: 5px;
}

/* TEXTAREA * * * * * * * */
#form textarea {
	border: 1px solid #999;
	vertical-align: top;
	width: 550px;
	font: 1.1em Tahoma;
	line-height: 1.7em;
	padding: 9px;
	height: 200px;
	margin-bottom: 18px;
}

#form .indent {
	padding-left: 107px;
	padding-top: 15px;
}

#form .form-error {
	margin-bottom: 0;
}

#form .error-message {
	margin-bottom: 12px;
	color: #C00;
	font-weight: bold;
}

/* THE BUTTON * * * * * * * */
#form .submit {
	margin-top: 15px;
}

#form .submit-button {
	width: 100px;
	padding: 6px 0px;
	background: #446F0B;
	color: #FFF;
	border: 1px solid #446F0B;
	cursor: pointer;
}

#form .submit-button:hover {
	background: #ECECEC;
	border: 1px solid #CCC;
	color: #333;
}

/* NOTIFICATIONS * * * * * * * */
.banner-info, .banner-success, .banner-attention, .banner-error, .banner-validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.banner-info {
    color: #00529B;
    background-color: #BDE5F8;
}

.banner-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.banner-attention {
    color: #9F6000;
    background-color: #FEEFB3;
}

.banner-error {
    color: #CC0000;
    background-color: #FFBABA;
}

/* * * * * * * * * * * * * * * * * * * *
 * CKEDITOR
 * * * * * * * * * * * * * * * * * * * */
.cke_show_borders {
	padding: 15px;
	text-align: left;
}

.cke_show_borders h2 {
	margin-bottom: 12px;
}

.cke_show_borders p {
	margin-bottom: 12px;
}

.cke_show_borders ul {
	margin-left: 12px;
}

/* * * * * * * * * * * * * * * * * * * *
 * DEBUG
 * * * * * * * * * * * * * * * * * * * */
pre {
	text-align: left;
}