﻿/******** You should be able to do a replace on the following ************/
/* 
/* Darker Greend #43682B
/* Standard Green #6BA543
/* Light Green #95C774
/* Orange #ECB715
/************************************************************************* */
body
{
	font-family:Verdana;
	font-size:small;
	background-color:#6BA543;
	overflow:auto;
}

/************ Search Box ***************/
#searchbox
{
	float:right;
	background-color:white;
	margin-right:10px;
	width:630px;
	display:none;
}
.ms-sbplain
{
	background-image:none;
	height:15px;
	padding:0px;
	border:0px;
	font-family:Verdana;
	font-size:small;
	float:right;
	margin-top:10px;
	margin-left:430px;
}
.srch-gosearchimg
{
	height:15px;
}
.s4-search
{
	background-image:none;
}
.s4-search INPUT.ms-sbplain
{
	background-image:none;
	font-family:Verdana;
	font-size:small;
	margin-left:400px;
	margin-top:0px;
}
/*********** Ribbon Additions *********/
.ms-cui-topBar1
{
	width:10px;
	position:relative;
}
/*********** Login Area ***************/

.s4-signInLink, .s4-trc-container-menu
{
	color:black !important;
	float:right;
}

/*********** Top Navigation ***********/
#headerimage
{
	margin-left:auto;
	margin-right:auto;
	background:white;
}
#s4-navbar
{
	max-width:960px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}
/************ Top Nav Main class **********/
.s4-tn
{
	padding-top:27px;
}
#topNav
{
	padding-top:48px;
	background:#FFFFFF;
	width:930px;
}
body #s4-ribbonrow
{
	overflow:hidden;
}
#s4-titlerow
{
	font-size:x-large;
	margin-top:10px;
	margin-bottom:0px;
	text-align:right;
	display:block;
	background-color:#ECB715;
	color:white;
	padding:10px;
	width:98%;
}

/*************** Body **********/
#s4-workspaces
{
	margin-top:-10px;
	position:relative;
}

#s4-workspaces, #s4-ribbonrow, #s4-workspace
{
	max-width:960px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
.ms-WPTitle
{
	overflow:visible;
}
.ms-WPBody
{
	font-size:1.0em;
}
.ms-WPBody H2
{
	font-size:1.3em;
}
H1.ms-rteElement-H1
{
	font-size:1.6em;
}
/*********** Main Content Region ***********/
/* This maximises the main content region */
.s4-ca
{
	margin-left:0px;
}
.ms-vb h3
{
	margin:0px;
}
.ms-wpContentDivSpace h3
{
	margin:0;
	padding:8px 0 0px 0;
}
.ms-wpContentDivSpace a
{
	color:#6BA543;
	font-weight:bold;
}
.ms-wpContentDivSpace a:hover
{
	color:#ECB715;
	font-weight:bold;
}
.newsdate
{
	font-size:smaller;
}
.ms-standardheader
{
	width:98% !important;
}
/******** Gateway Custom headers **********/
/* The deal with this bit is that you have to get the ID's 
of the web parts you want to customize otherwise it will not work
maybe a PITA but worth it for that custom look 
You could also go to town and just label each alternatively for 100 ID's and then unless there's more then 100 web parts on the page your fine.
*/
#MSOZoneCell_WebPartWPQ2 .ms-WPTitle, #MSOZoneCell_WebPartWPQ5 .ms-WPTitle, #MSOZoneCell_WebPartWPQ7 .ms-WPTitle
{
	background-color:#ECB715;
	color:white;
	font-weight:bold;
	padding-left:5px;
/*	width:250px; */
}
#MSOZoneCell_WebPartWPQ3 .ms-WPTitle, #MSOZoneCell_WebPartWPQ6 .ms-WPTitle, #MSOZoneCell_WebPartWPQ4 .ms-WPTitle
{
	background-color:#6BA543;
	color:white;
	font-weight:bold;
	padding-left:5px;
/*	width:250px; */
}

/************** Page layout Edits *********/
.article .article-header
{
	border:0px;
}
/************** Footer ********************/
.s4-footer
{
	clear: both;	
	height:100px;
	background-image:url('/PublishingImages/footer.jpg');
}
#footer-text
{
	font-size:x-small;
	text-align:center;
	margin-bottom:10px;
	padding:10px 0 10px 0;
	background-color:#ECB715;
	color:white;
}
