/* this file contains styles for WHITE GREEN THEME */
body {
	color:#666666;
	background-color: #fff;

}
h1, h2, h3 {
	color:#218aa3; /* these headers have green colour */
}
h4 {
	color:#666666;
}
a {
	color:#7db20c; /* links have a green colour */
}
a:hover {
	color:#7db20c;
}
input, textarea {
	background:#fff;
	border:1px solid #b9b9b9;
	color:#767676; /* this is the text in the input forms */
}
input:focus, textarea:focus {
	background:#f5f5f5;
}
blockquote {
	background:#f5f5f5;
	color:#a1a1a1;	/* text colour in the blockqoutes */
}
.logo-desc, .header-desc { /* this is the italic text used an additional description for headers and detail pages */
	color:#cacaca;
	
}
#logo a {/* this is the actual logo */
	background:url(logo.png) no-repeat;
}
.main-menu-wrapper {
	background:url(menu_decoration.gif) no-repeat bottom; /* this represents the line decoration for main menu */
}
.jqueryslidemenu ul li ul {
	border-top:1px solid #efefef; /* border top of first sub level menu */
}
.jqueryslidemenu ul li ul li ul {
	border-top:1px solid #efefef;
}
.jqueryslidemenu ul li ul li a { 
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background:#fff;
}
.jqueryslidemenu ul li ul li a:hover { /* sub menus hover style */
	background:#fafafa;
	color:#7db20c;
}
.jqueryslidemenu ul li a {
	color:#7d7d7d;
}
.jqueryslidemenu ul li a:hover {
	background:#fff; /* background of tabs */
	color:#7db20c;
}
.jqueryslidemenu ul .selected a {
	color:#7db20c;
}
.slide-1-desc {
	background:#7db20c;
}
.slide-1-desc h1 {
	color:#fff;
}
.slide-1-desc p { /* text colour in the right side of home slider */
	color:#fff;
}
.slideshow-rm { /* learn more styles in the home slideshow */
	background:#fff url(slide_arrow.gif) no-repeat 7px 5px;
}
.slideshow-rm a {
	color:#7db20c;
}
.slideshow-rm:hover {
	background:#fff url(slide_arrow.gif) no-repeat 7px 5px;
}

.slideshow-rm a:hover {
	color:#7db20c;	
}
.slide-txt h3 a, .slide-txt h3 { /* color of text header(with link) with the semi-transparent black background */
	color:#fff;
	text-decoration:none;
}

.banner { /* Change of Layout for Interior Pages  */
	color:#FFFFFF;
	height: 75px;
	width: 960px;
	background-image: url(../../img/banner_bg.jpg);
	border: 1px solid #A1C052;
} 
.latest-news, .newsletter, .brochure, .flickr, .blog-categ, .services-box, .aboutus-box, .address-box {
	border-left:8px solid #efefef; /* border colour that separates left from right container */
}

.tabular-block { /* Change of Layout for Interior Pages  */
	border-left:8px solid #efefef;
		
} 




.ln-list li h6 a, .ln-list li h6 a { /* colour for latest news headers box */
	color:#828282;
}
.ln-list li h6 a:hover {
	text-decoration:none;
}
/* hover backgrounds for home news list and brochure, these 2 should be the same but I wrote them separately just in case */
.ln-list li:hover {
	background:#f5f5f5;
}
.brochure:hover {
	background:#f5f5f5;
}
/* end hover backgrounds */

.ln-date,  /* latest news date colour */
 /* next 2 classes are for article's date and comments in the blog section */
.blog-misc, 
.blog-misc a,
.ih-rss a, /* rss text on news page */
.newslist-date /* news date text on news page */ { 
	color:#31AC0D;
}
/* START: read more / reverse arrow button that is found in the normal body gets those properties */
.body-rm {
width:155px;
	background-color: #247CB5;
	background-image: url(input_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border: thin solid #999999;
}
.body-rm a {
	color:#fff;
	text-decoration:none;
}
.body-rm a:hover {
	color:#fff;
}
.body-rm:hover { /* read more button hover styles */
	background:#7db20c url(input_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow { /* button with reversed arrow style, used for pagination */
	background:#a3a3a3 url(reverse_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow a {
	color:#fff;
	text-decoration:none;
}
.reverse-arrow:hover {
	background:#7db20c url(reverse_arrow.gif) no-repeat 3px 1px;
}
/* END: read more body buttons styles */

/* START footer styles */
#footer {
	background:url(footer_decoration.gif) no-repeat top center; /* this represents the line decoration for footer */
}
#footer ul li a { /* footer menu normal state colours */
	color:#666666;
}
#footer ul li a:hover { /* footer menu hover state colours */
	color:#7db20c;
}
/* END footer styles */

.interior-header {
	background:#f5f5f5;
}
.intheader-paragraph {
	color:#a1a1a1;
}
#left .interior-content .interior-list li {
	background:url(body_arrow.gif) no-repeat 3px 6px;
}

/* START tabular data */
.ui-tabs .ui-tabs-nav li a {
	/* default tab */
	background:#efefef;
	color:#828282;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #4090BF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	/* active or selected tab */
	background-color:#4090BF;
	color:#fff;
}
/* END tabular data */
.img-border {
	border:6px solid #efefef;
}
.img-border:hover {
	border:6px solid #cacaca;
}
.blog-misc a:hover {
	text-decoration:underline;
}
/* general input buttons for search and newsletter forms, they might have same styles with blog/comments submit buttons */
.input-arrow {
	background:#a3a3a3 url(input_arrow.gif) no-repeat;
}
.input-arrow:hover { /* mouseover colour on submit arrow for forms */
	background:#7db20c url(input_arrow.gif) no-repeat;
}
/* START blog comment form styles */
.bc-submit, .contact-submit {
	background:#a3a3a3 url(input_arrow.gif) no-repeat;
	color:#fff;
}
.bc-submit:hover, .contact-submit:hover {
	background:#7db20c url(input_arrow.gif) no-repeat;
}
/* END blog comment form styles */

/* START blog right menu */
.blog-categ ul li a {
	border-bottom:1px solid #efefef;	
	color:#828282;
}
.blog-categ ul li a:hover {
	background:#f5f5f5;
	border-bottom:1px solid #cacaca;
	color:#7db20c;	
	text-decoration:none;
}
/* END blog right menu */
.blog-entry h2 a {
	color:#7db20c;
	text-decoration:none;
}
.pagination .page-number {
	color:#a1a1a1;
}
.services-box-list li {
	background:url(body_arrow.gif) no-repeat 3px 6px;
}
.address-box span {
	color:#a7a7a7;
}
.address-box address span {
	color:#666666;
}
#left .interior-content .newslist-wrapper li h4 a, .portfolio-wrapper li h4 a {
	color:#666666;	
	text-decoration:none;
	/* these styles apply to header titles from list news and portfolio list */
}
.h-services-list li {
	background:url(body_arrow.gif) no-repeat 2px 5px;
}
/* error messages styles */
.contact-error {
	border:1px solid #eda0a0;
	background:#fde3e3;
}
.contact-success {
	border:1px solid #bae5cb;
	background:#daffe9;
}
.contact-jerror {
	color:#ff502d;
	float:left;
	line-height:16px;
	margin:0 0 0 10px;
	width:180px;
}

.latest-news a{
/*padding:0 0 0 10px*/
}

/* --------------------  ALEX'S MAIN PAGE FIX ---------------------- */

#header-wrapper{
	margin:auto;
	width:960px;
	}

#row1-wrapper{
	margin:auto;
	width:960px;
}

#row2-wrapper{
	margin:auto;
	width:960px;
}

#flash-wrapper{
	margin:auto;
	width:960px;
	
}

#footer-wrapper{
	margin:auto;
	width:960px;
	padding:10px 0 0 0;
}

#flash-image{
	width:641px;
	height:281px;
	float:left;
}

#green-box{
	height:281px;
	width:319px;
	background-color:#7DB20C;
	float:left;
}

#left-panel{
	width:641px;
	float:left;
}

#left-panel p{
	margin:10px 10px 10px 0;
}

#right-panel{
	width:309px;
	float:left;
	border-left:8px solid #EFEFEF;
}

#left-panel ul li {
	margin:2px 0 2px 0;
	padding-left: 19px;
	background:url(/css/white_green/body_arrow.gif) no-repeat 2px 5px;
}

#spotlight1{
	width:320px;
	height:300px;
	display:block;
	float:left;
}

#spotlight1 p{
	padding:0 10px 10px 0;
}

#spotlight2 p{
	padding:0 10px 0 0;
}

#spotlight1 ul li{
	margin:2px 0 2px 0;
	padding-left: 19px;
	background:url(/css/white_green/body_arrow.gif) no-repeat 2px 5px;
}

#spotlight2{
	width:320px;
	height:300px;
	display:block;
	float:left;
}

#spotlight3{
	width:320px;
	height:300px;
	display:block;
	float:left;
}


#top-logo{
	padding:9px 0 0 0;
	float:left;
	}
	
#main-menu{
	width:100%;
	}

.gap{
	height:15px;
	width:960px;
	margin:auto;
	}

.clear{
	clear:both;
	}
	
#login-buttons{
	padding:20px 0 0 0;
	}

#green-box{
	color:#ffffff;
	}
	
#green-box-wrapper{
	padding:15px;
	}

#green-box h2{
	color:#ffffff;
	padding:0 0 5px 0;	
	}

#green-box p{
	color:#ffffff;
	padding:5px 0 5px 0;	
	}
	
#green-box li{
	list-style:circle;
	}

#green-box ul{
	padding:5px 0 0 10px;
	}

#green-box a{
	color:#FFFFFF;
	text-decoration:underline;
	}