* { margin: 0; padding: 0; }

body {
	background: #E0DCBF;
	color: #231F20;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 980px;
	margin: auto;
	position: relative;
	text-align: left;
	margin-top: 20px;
	background: url(../images/outer_bg.gif) repeat-y 0 0;
}

#wrapper {
	padding: 0 11px 10px 12px;
	width: 957px;
}

#contentwrap {
	display: block;
	float: left;
	font-size: 0.75em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 595px;
}
	
#col-right {
	float: right;
	width: 360px;
}

#upper {
	height: 424px;
}

#middle {
	background: #D4D0A9 url(../images/footer_end.gif) no-repeat 0 0;
	height: 35px;
	width: 235px;
	float: right;
	color: #008C44;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 6px 0 0 40px;
	margin: 6px 0;
}

#middle p { margin: 0; }

#lower {
	width: 360px;
	clear: both;
}

/* Header
------------------------------------------------------------------*/

#header {
	height: 207px;
}

	#headerleft {
		float: left;
		padding: 20px 0 0 60px;
	}
	
	#headerright {
		 float: right;
		 width: 723px;
		 height: 202px;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	overflow: hidden;
	width: 957px;
	height: 39px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 20px;
	width: 980px;
	font-size: 0.65em;
	color: #ccc;
	background: url(../images/outer_base.gif) no-repeat bottom left;
}

#clearfooter { width: 100%; height: 0px; clear: both; } /* to clear footer */

#footer p { margin: 0; padding: 0 20px; }
	
	#footer a {
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Page Specific
------------------------------------------------------------------*/
	
.page-1 #contentwrap { background: url(../images/image01.jpg) no-repeat top right; }
.page-1 #headerright, .page-home #headerright { background: url(../images/bannertop_01.jpg) no-repeat 0 0; }

.page-2 #headerright, .page-about-us #headerright { background: url(../images/bannertop_02.jpg) no-repeat 0 0; }

.page-3 #headerright, .page-services #headerright { background: url(../images/bannertop_03.jpg) no-repeat 0 0; }
.page-3 #contentwrap { background: url(../images/image02.jpg) no-repeat top right; }
.page-3 #lower { height: 340px; background: url(../images/lower01.jpg) no-repeat top right; }

.page-4 #headerright, .page-publications #headerright { background: url(../images/bannertop_04.jpg) no-repeat 0 0; }

.page-5 #headerright, .page-the-team #headerright { background: url(../images/bannertop_05.jpg) no-repeat 0 0; }

.page-6 #headerright, .page-contact #headerright { background: url(../images/bannertop_06.jpg) no-repeat 0 0; }
.page-6 #contentwrap { background: url(../images/image03.jpg) no-repeat top right; }


/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #008C44;
	text-decoration: none;
}

a:hover {
	color: #008C44;
	text-decoration: underline;
}

p { margin: 0 0 1.2em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }
	ul li { list-style-type: square; }

h1 {
	color: #A21E3A;
	font-size: 2.2em;
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	color: #008C44;
	line-height: 1.3em;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

small { font-size: 0.9em; }
small a { color: #000; font-weight: bold; }

.imgRight {	float: right; margin: 0 0 10px 10px; }
.imgLeft { float: left;	margin: 0 10px 10px 0; }

.clear { clear: both; }

.green { color: #008C44; }

/* padding */

#col-left .padding { padding: 20px 20px 10px 84px; }

.page-1 #col-left .padding { padding-right: 130px; }

/* 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: #666;
}
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
------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced { visibility: visible !important; }

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div { display: none !important; }

/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 13px 0;
  width: 360px;
}

.sIFR-active #col-right h2 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 17px;
  line-height: 1em;
  margin: 0 0 13px 0;
  width: 256px;
  float: right;
  padding: 70px 35px 10px 0;
  background: url(../images/quote_base.gif) no-repeat bottom right;
}
