/* mac hide \*/
html, body { height: 100%; }
/* end hide*/
* html #outer { height: 100%; }

* { margin: 0; padding: 0; }

body {
	background: #ADC763;
	color: #555;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	position: relative;
	text-align: left;
	min-height: 100%;
	height:auto;
	background: #ADC763 url(../images/bg.gif) repeat-y top center;
}

#wrapper1 {
	width: 920px;
	margin: auto;
	background: url(../images/top_bg.gif) no-repeat 0 0;
}

#contentwrap {
	display: block;
	margin-top: 30px;
	padding: 0 65px 0 95px;
	font-size: 0.75em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 455px;
}

	#col-left .padding { padding: 25px 15px 5px 5px; }

.col-right {
	float: right;
	width: 290px;
}

	.col-right .padding { padding: 25px 50px 5px 15px; }
	
.feature {
	height: 100px;
}

/* Header
------------------------------------------------------------------*/

#header {
	height: 156px;
	font-size: 0.75em;
}

	#headerleft {
		float: left;
		padding: 30px 0 0 100px;
	}
	
	#headerright {
		float: right;
		padding: 77px 145px 0 0;
	}
	
	#headerright p {
		 color: #98B93C;
		 font-weight: bold;
		 margin: 0 0 4px 0;
	}
	
	#subscribeform input {
		font-size: 0.9em;
	}
	
	#subscribe-submit {
		margin-bottom: -7px;
	}
	
	input.inputoff  { color: #999; }
	input.inputon { color: #333; }

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	width: 100%;
	background: #650360;
	position: absolute;
	left: 0;
	top: 156px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 72px;
	float: left;
	width: 100%;
	font-size: 0.9em;
	color: #fff;
	background: #99B93C url(../images/footer_bg.jpg) repeat-x 0 0;
	
	/* footer at bottom */
	left: 0;
	bottom: 0;
	position: absolute;
}
#footerinner {
	width: 750px;
	margin: auto;
}

#clearfooter { width: 100%; height: 72px; clear: both; } /* to clear footer */

#footer p {
	float: right;
	width: 600px;
	font-size: 0.75em;
	font-weight: bold;
	padding: 3px 0 0 0;
	line-height: 1.8em;
	margin: 0;
}
	
	#footer img {
		position: absolute;
		top: -4px;
	}
	
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
/* Home Page Specific
------------------------------------------------------------------*/

#quote {
	background: url(../images/quote_begin.gif) no-repeat top left;
	font-style: italic;
	padding: 0 30px 25px 40px;
	clear: both;
}
.padding.homeright a {
	text-decoration: none;
	color: #555;
	display: block;
}

.padding.homeright a:hover {
	color: #6C9C31;
	text-decoration: none;
}
#quote img  {
	margin-bottom: -22px;
	margin-left: 5px;
}
.padding.homeright a:hover span.heading {
	text-decoration: underline;
}

.padding.homeright span.heading {
	color: #650360;
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	margin: 0 0 0.1em 80px;
}
.padding.homeright span.text {
	margin: 0 0 30px 80px;
	display: block;
	line-height: 1.2em;
}

.padding.homeright img {
	float: left;
	clear: left;
	margin-left: 5px;
}

#stickeynote {
	background: url(../images/stickey_note_top.jpg) no-repeat 0 0;
	width: 285px;
	color: #000;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#stickeynote a {
	color: #6C9C31;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
#stickeynote a:hover { text-decoration: underline; }

#stickeynote h2 { font-size: 1.75em; }

#stickeyfooter {
	background: url(../images/stickey_note_bottom.jpg) no-repeat 0 0;
	height: 14px;
	width: 285px;
}

.col-right #stickeynote .padding { padding: 15px 20px 0 20px; }

/* Nudge
----------------------------------------- */
#nudge {
	margin-bottom: 20px;
	position: relative;
}
#nudge .links {
	position: absolute;
	top: 6px;
	left: 75px;
}
#nudge .nudge-item p {
	font-weight: bold;
	color: #98B93C;
}
#nudge .nudge-item {
	display: none;
	width: 230px;
}

/* Testimonial
----------------------------------------- */
#quote {
}
#quote .testimonial-item p {
}
#quote .testimonial-item {
	display: none;
}
.testimonial {
	border-bottom: 1px dashed #98B93C;
	margin-bottom: 20px;
}	

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #6C9C31;
	text-decoration: underline;
}

a:hover {
	color: #6C9C31;
	text-decoration: none;
}

p { margin: 0 0 1.5em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 1em 0;
	font-size: 1.65em;
	font-weight: normal;
	color: #650360;
	border-bottom: 1px solid #650360;
	padding: 0 0 4px 0;
	line-height: 1.2em;
}
h2.centre { text-align: center; }

	h2 a {
		color: #650360;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #650360;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	color: #98B93C;
}

h3 a {
	color: #98B93C;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

blockquote {
	color: #1A171B;
	font-weight: bold;
	margin: 0 0 1em 0;
	}

.imgRight, .wordpress #col-left img {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }
.imgCentre { text-align: center; }

.clear { clear: both; }

.pdf { background: url(../../../images/pdficon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.word { background: url(../../../images/wordicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.email { background: url(../../../images/emailicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.excel { background: url(../../../images/excelicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.zip { background: url(../../../images/zipicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.powerpoint { background: url(../../../images/powerpointicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.newwindow { background: url(../../../images/newwindowicon.gif) no-repeat top right; padding: 3px 15px 10px 0; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #98B93C;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 21px;
	display: inline;
	line-height: 30px;
}

/*------Wordpress Formatting------*/

div.details {
	background: #EFF3E4;
	border: 1px solid #C0D780;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 0.9em;
}
div.details span.tags {
	background: url(../images/icon_tag.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-right: 10px;
}
div.details span.comments {
	background: url(../images/icon_comment.gif) no-repeat 0 2px;
	padding-left: 20px;
	font-weight: bold;
	white-space: nowrap;
}
#outer.wordpress .col-right ul {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	float: left;
}
#outer.wordpress .col-right ul li {
	width: 220px;
	float: left;
	display: block;
}
#outer.wordpress .col-right ul li li {
	list-style: none;
	border-bottom: 1px solid #C0D780;
	padding: 4px 0;
	font-size: 0.9em;
	color: #98B93C;
	line-height: 1.2em;
}
#outer.wordpress .col-right ul ul li a {
	font-weight: bold;
	padding-right: 10px;
	float: left;
	display: block;
	width: 140px;
}

#outer.wordpress .date { font-size: 0.9em; font-weight: bold; }
#outer.wordpress .readmore { font-size: 0.9em; font-weight: bold; }