/* this file contains styles for WHITE ORANGE THEME */
body {
	background:#fff;
	color:#666666;	
}
h1, h2, h3 {
	color:#E38109; /* these headers have orange colour */
}
h4 {
	color:#666666;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	border-bottom:1px solid #E38109;
}
a {
	color:#E38109; /* links have an orange colour */
}
a:hover {
	color:#E38109;
}
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:#999;*/
}
.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;
	color:#7d7d7d;
}
.jqueryslidemenu ul li ul li a:hover { /* sub menus hover style */
	background:#fafafa;
	color:#E38109;
}
.jqueryslidemenu ul li a {
	color:#7d7d7d;
}
.jqueryslidemenu ul li a:hover {
	background:#fff; /* background of tabs */
	color:#E38109;
}
.slide-1-desc {
	background:#E38109;
}
.slide-1-desc h1 {
	color:#fff;
}
.slide-1-desc p { /* text colour in the right side of home slider */
	color:#930;
	font-size: 1.2em;
	font-weight: lighter;
}
.slide-1-desc .more-link { /* learn more styles in the home slideshow */
	background:#fff url(slide_arrow.gif) no-repeat 7px 7px;
	margin-top: 8px;
}
.slide-1-desc a.more-link {
	color:#E38109;
}
.slide-1-desc a.more-link:hover {
	color:#E38109;	
	background:#fff url(slide_arrow.gif) no-repeat 7px 7px;
}
.slide-txt h3 a, .slide-txt h3 { /* color of text header(with link) with the semi-transparent black background */
	color:#fff;
	text-decoration:none;
}
.latest-news, .newsletter, .brochure, .tabular-block, .flickr, .blog-categ, .services-box, .aboutus-box, .address-box {
	border-left:2px solid #efefef; /* border colour that separates left from right container */
}
.widget_mc_news .ln-list li h6 a { /* colour for latest news headers box */
	color:#828282;
	border-bottom:0 none;	
}
.widget_mc_news .ln-list li p {
	color:#666666;
}
.widget_mc_news .ln-list li h6 a:hover {
	color:#828282;
	text-decoration:none; 
	border-bottom:0 none;
}
/* hover backgrounds for home news list and brochure, these 2 should be the same but I wrote them separately just in case */
.widget_mc_news .ln-list li:hover {
	background:#f5f5f5;
}
.widget_mc_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:#a1a1a1;
}
/* START: read more / reverse arrow button that is found in the normal body gets those properties */
.body-rm { 
	background:#a3a3a3 url(input_arrow.gif) no-repeat 3px 1px;
}
.body-rm a {
	color:#fff;
	text-decoration:none;
}
.body-rm a:hover {
	color:#fff;
}
.body-rm:hover { /* read more button hover styles */
	background:#E38109 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:#E38109 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:#E38109;
}
/* END footer styles */

.interior-header {
	background:#f5f5f5;
}
.intheader-paragraph {
	color:#a1a1a1;
}
#left .interior-list li, /*#left ul li,*/ .h-box-1 ul li {
	/*background:url(body_arrow.gif) no-repeat 3px 6px;
	float:left;*/
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	list-style-position: outside;
}
#left .blog-entry ul li, #left .interior-content ul li {
	/*background:url(body_arrow.gif) no-repeat 3px 6px;
	float:left;
	width:100%;
	padding-left:20px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;*/
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	list-style-position: outside;
}

#left .blog-entry ul, #left .interior-content ul {
	padding-top: -5px;
	/*padding-bottom: 50px;*/
}
#left .blog-entry li ul li, #left .interior-content li ul li {
	/*background:url(body_arrow.gif) no-repeat 3px 6px;
	float:left;
	width:100%;
	padding-left:20px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;*/
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 95%;
}

/* START table styles */
.tbl thead tr td { /* table header background */
	background:#a3a3a3;	
	color:#fff;
}
.tbl tbody tr { /* table row line */
	border-bottom:1px solid #dadada;
}
.tbl .odd, .tbl .odd td { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
.tbl .even, .tbl .even td { /* table background for even rows 2, 4, 6... */
	background:#f5f5f5;
}
/* END table styles */

/* 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:#a3a3a3;
}
.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:#a3a3a3;
	color:#fff;
}
/* END tabular data */
.img-border, .img-border-nohover {
	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:#E38109 url(input_arrow.gif) no-repeat;
}
/* START blog comment form styles */
.bc-submit, .contact-submit {
	background:#a3a3a3 url(input_arrow.gif) no-repeat 3px 1px;
	color:#fff;
}
.bc-submit:hover, .contact-submit:hover {
	background:#E38109 url(input_arrow.gif) no-repeat 3px 1px;
}
/* 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:#E38109;	
	text-decoration:none;
}
.blog-categ ul .bc-selected a {
	background:#f5f5f5;
	border-bottom:1px solid #cacaca;
	color:#E38109;	
	text-decoration:none;
}
/* END blog right menu */
.blog-entry h2 a {
	color:#E38109;
	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, #left .interior-content .services-wrapper li .service-txt h4 a {
	color:#666666;	
	text-decoration:none;
	/* these styles apply to header titles from list news, portfolio list and services 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;	
}
.more-link {
	color:#fff;	
	background:#a3a3a3 url(input_arrow.gif) no-repeat 3px 1px;
}
a.more-link:hover {
	text-decoration:none;
	color:#fff;
	background:#E38109 url(input_arrow.gif) no-repeat 3px 1px;	
}
.previous-pag a, .next-pag a, .comment_next a {
	background:#a3a3a3 url(input_arrow.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;	
}
.comment_prev a {
 	background:#a3a3a3 url(input_arrow_rev.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;	
}
.previous-pag a:hover, .next-pag a:hover, .comment_next a:hover {
	background:#E38109 url(input_arrow.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;
}
.comment_prev a:hover {
	background:#E38109 url(input_arrow_rev.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;
}
.newslist-wrapper li .more-link {
	color:#E38109;
}
.newslist-wrapper li .more-link:hover {
	color:#E38109;
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul .current_page_item a, .jqueryslidemenu ul .current_page_parent a {
	color:#E38109;
}
.jqueryslidemenu ul .current_page_item ul a {
	color:#7d7d7d;
}
/* start comment section colours */	
.widget_calendar table td, .commentlist .avatar {
	border:1px solid #efefef;
}
.commentlist .commentmetadata a { 
	color:#a1a1a1;
}
.fn { 
	color:#666666;
}
.fn a {
	color:#E38109;
}
/* end comment section colours */	
.newslist-date a {
	color:#a1a1a1;
}
.search-results-title, .archive-header { 
	background:#f5f5f5;	
}
.search-results-title h3, .archive-header h3 {
	color:#E38109;
}
.search-results h4 a, .archive-results h4 a  {
	color:#666666;
}
.search-results h4 a:hover, .archive-results h4 a:hover {
	color:#666666;
}

/* start toggle content styles */
h4.toggle {
	background:transparent url(toggle_icon.gif) no-repeat scroll 4px 13px;
}
h4.active {
	background:transparent url(toggle_icon.gif) no-repeat scroll 4px -9px;
}
h4.toggle a {
	color:#555555;
}
h4.toggle a:hover {
	color:#555555;
}
h4.active a:link {
	color:#555555;
}
.toggle-content {
	background:#f5f5f5;
}
/* end toggle content styles */
.quotes {
	padding-left: 10px;
	font-size: 2.2em;
	color: #D2D2D2;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -25px;
	/*background-image: url(../../img/quotesSanSerif1st.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;*/
	overflow: visible;
	margin-left: 15px;
}
.quotes-after {
	/*background-image: url(../../img/quotesSanSerif2nd.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
.quotationmarks-begin {
	font-size: 2.7em;
	line-height: 0px;
}
.quotationmarks-end {
	font-size: 2.7em;
}
.sourceperson {
	font-size: 0.6em;
	color: #D2D2D2;
	line-height: 100%;
	margin-top: 10px;
}

.gform_wrapper li, .gform_wrapper form li {
	list-style-image: none !important;
	list-style-type: square !important;
}