/* 
========================================================================================================================
Title : 		double0one
Author : 		dave tanner
URL : 			www.smallsilences.com

Description: 	Sets standard layout styles for entire site

Created :  		10 January 2006
Modified : 		20 March 2006
======================================================================================================================== */

/* 
========================================================================================================================
IMPORT CSS
======================================================================================================================== */
@import url("initial.css");

/* 
========================================================================================================================
BODY / PAGE SETUP
======================================================================================================================== */

/* COLOR PALETTE
dark green (link):		#247C36
green:					#94C43A
contrast green (txt): 	#87B235
light green:			#E8EADA
light green darker: 	#D1D6B5
lightest:				#f1f2e9
*/

* { 
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #94C43A url(../images/bg_page.gif) top center repeat-y;
	color: #87B235;
	font-family: arial, verdana, helvetica, sans-serif;
	/*
	Font sizing in ems. if you want to change anything, just change this. Default (11px) = 76% / 10px = 62.5% */
	font-size: 76%;
	line-height: 1.6em; 
	/*
	Win IE 5 horizontal center hack apply */
	text-align: center;
}

/* 
========================================================================================================================
IDS: LAYOUT
======================================================================================================================== */

/*
---------------------------------------------------------------------------------------------
CONTAINER MAIN
--------------------------------------------------------------------------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 0 1px 0; /* bottom margin to force a scrollbar to prevent shifting on shorter pages.. */
	width: 764px;
	border-left: 3px solid #247C36;
	border-right: 3px solid #247C36;
	background-color: #fff;
	/* 
	Win IE 5 horizontal center hack reset */
	text-align: left;
	/* 
	Start min-height hack > Source: Dustin Diaz (http://www.dustindiaz.com/min-height-fast-hack/) 
	Works in: IE6, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2 */
	min-height:100%;
	height:auto !important;
	height:100%;
	/*
	End min-height hack */
}

/*
---------------------------------------------------------------------------------------------
MASTHEAD 
--------------------------------------------------------------------------------------------- */

#masthead {
	position: relative;
	height: 170px;
	background: #ffffff url(../images/masthead_bg.gif) 0 0 repeat-x;
}

#masthead h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 170px;
	text-indent: -9000px;
	background: #ffffff url(../images/masthead_logo.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

#masthead h2 {
	position: absolute;
	top: 0;
	left: 185px;
	width: 575px;
	height: 170px;
	text-indent: -9000px;
	background: #ffffff url(../images/masthead_image.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}


/*
---------------------------------------------------------------------------------------------
NAVIGATION 
--------------------------------------------------------------------------------------------- */

#navigation {
	position: relative;
	width: 165px;
	margin: 20px 20px 0 0;
	float: left;
	/*background: #ffcccc;*/
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
	text-transform: lowercase;
}
#navigation ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0;
}
#navigation ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 30px;
}
#navigation ul li a:hover, #navigation ul li a:visited, #navigation ul li a:active {
	text-decoration: none;
}
#navigation ul li a.current {
	background: url(../images/nav_current.gif) center left no-repeat;
}

/* CURRENT STATE */
/* This uses a section id applied to the body tag (eg <body id="section-1"><a id="s1">) to apply a nested style*/
#section-1 #s1 {
	background: url(../images/nav_current.gif) center left no-repeat;
}
#section-2 #s2 {
	background: url(../images/nav_current.gif) center left no-repeat;
}
#section-3 #s3 {
	background: url(../images/nav_current.gif) center left no-repeat;
}
#section-4 #s4 {
	background: url(../images/nav_current.gif) center left no-repeat;
}
#section-5 #s5 {
	background: url(../images/nav_current.gif) center left no-repeat;
}
#section-6 #s6 {
	background: url(../images/nav_current.gif) center left no-repeat;
}


/*
---------------------------------------------------------------------------------------------
CONTENT 
--------------------------------------------------------------------------------------------- */

#content {
	position: relative;
	float: left;
	width: 560px;
	margin: 10px 0 30px 0;
	/* 
	Start min-height hack > Source: Dustin Diaz (http://www.dustindiaz.com/min-height-fast-hack/) 
	Works in: IE6, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2 */
	min-height:30em; /* must be enought to clear the contact details - abs. positioned */
	height:auto !important;
	height:30em;
	/*
	End min-height hack */
}


/* LAYOUT COLUMNS */
.col1 {
	width: 560px;
	margin: 0;
}
.col2-1 {
	float: left;
	width: 325px;
	margin: 0 30px 0 0;
	/* 
	Win IE double-float margin bug fix */
	display: inline;
}
.col2-2 {
	float: left;
	width: 205px;
	padding: 0;
	margin: 0;
}
#content img {
	padding: 3px;
	background-color: #f1f2e9;
	border: 1px solid #DDE3BF;
}

/*
---------------------------------------------------------------------------------------------
CONTACT DETAILS 
--------------------------------------------------------------------------------------------- */

#contact {
	position: absolute;
	top: 37em;
	left: 30px;
	width: 135px;
	padding: 20px 0;
}


/*
---------------------------------------------------------------------------------------------
FOOTER 
--------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	clear: both;
	float: left;
	width: 560px;
	margin-left: 185px;
	border-top: 1px dotted #D1D6B5;
	font-size: 0.9em;
	overflow: auto; /* acts as clearing element to force this to wrap around its nested floats */
	/* 
	Win IE double-float margin bug fix */
	display: inline;
}

#footer p {
	float: left;
	width: 300px;
}

#footer p.copyright {
	position: absolute;
	width: 210px;
	left: 350px;
}

/* 
========================================================================================================================
DESIGN ELEMENTS
======================================================================================================================== */

/*
---------------------------------------------------------------------------------------------
FEATURE AREA
--------------------------------------------------------------------------------------------- */
#feature-area {
	display: ;
}
#feature-area img {
	padding: 0;
	margin: 0;
	background-color: none;
	border: none;
}



/*
---------------------------------------------------------------------------------------------
CALLOUT
--------------------------------------------------------------------------------------------- */
div.callout {
	margin: 1em 0;
	padding: 2px 10px;
	background-color: #94C43A;
	color: #fff;
	border: 0px double #fff;
}
div.callout a {
	color: #fff;
	text-decoration: underline;
}

/*
---------------------------------------------------------------------------------------------
PROMO CONTAINER
--------------------------------------------------------------------------------------------- */
div.promo {
	margin: 1em 0;
	padding: 5px 10px;
	background-color: #f1f2e9;
	color: #247C36;
	border: 1px solid #DDE3BF;
}
div.promo a:hover {
	background-color: #DDE3BF;/**/
}
div.promo h1, div.promo h2, div.promo h3, div.promo li, div.promo dt, div.promo dd {
	border-bottom: 1px dotted #DDE3BF;
	margin: 0;
	padding: 0.5em 0;
}
div.promo ul {
	border-top: 1px dotted #DDE3BF;
}
div.promo li {
	list-style: none;
	margin-left: -5px;
	padding-left: 5px;
}
div.promo p {
	margin: 0;
	padding: 0.5em 0;
}
div.promo .news-menu li {
	list-style: none;
	margin-left: -5px;
	padding-left: 5px;
}
div.promo .news-menu li:hover {
	background-color: #DDE3BF;
}
div.promo .news-menu li a {
}

.role {
	color: #87B235;
}


/*
---------------------------------------------------------------------------------------------
PROMO 2-COL
--------------------------------------------------------------------------------------------- */
.promo-2col {
	border-top: 1px solid #DDE3BF;
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}

.promo-2col .col-left {
	clear: both;
	float: left;
	margin: 1em 0;
	padding-right: 10px;
	width: 170px;/**/
}

.promo-2col .col-right {
	float: left;
	margin: 1em 0;
	padding: 0;
	width: 380px;/**/
}

#content .promo-2col img {
	border: 0;
	padding: 0;
}


/*
---------------------------------------------------------------------------------------------
MENU LIST
--------------------------------------------------------------------------------------------- */
ul.menu-list {
	list-style: none;
}
ul.menu-list li {
	border-top: 1px solid #DDE3BF;
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	/*overflow: auto;  acts as clearing element to force this to wrap around its nested floats */
	/* 
	Start min-height hack > Source: Dustin Diaz (http://www.dustindiaz.com/min-height-fast-hack/) 
	Works in: IE6, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2 */
	min-height: 80px; /* must be enought to clear the contact details - abs. positioned */
	height:auto !important;
	height:80px;
	/*
	End min-height hack */
}
ul.menu-list li:hover {
	background-color: #f1f2e9;
}
ul.menu-list a {
}
ul.menu-list dt {
	clear: both;
}
ul.menu-list dt {
	padding: 10px 10px 10px 3px;
	font-size: 60px;
	line-height: 45px;
	width: 170px;
	float: left;
	clear: both;
	/*letter-spacing: -5px;*/
	background-color: ;
}

ul.menu-list dd {
	margin-left: 200px;
	background-color: ;
}
ul.menu-list dt .current-proj, ul.menu-list dt .completed-proj {
	font-size: 10px;
	display: block;
	text-indent: 5px;
	letter-spacing: normal;
	line-height: normal;
}



/* 
========================================================================================================================
CLASSES: GENERIC
======================================================================================================================== */

.hide {
	display:none;
}
.show {
	display:block;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_none {
	float: none;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.clear {
	clear: both;
}
div.clear {
	font-size: 1px;
	line-height: 1px;
	background: ;
	overflow: hidden;
}


/* 
========================================================================================================================
CORE ELEMENTS
======================================================================================================================== */

/*
---------------------------------------------------------------------------------------------
HEADINGS
--------------------------------------------------------------------------------------------- */

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	padding: 0;
	text-transform: lowercase;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	padding: 0;
}
h3 {
	font-size: 1.0em;
	margin: 1em 0em 1em 0em;
	padding: 0;
}
h4 {
	margin: 1em 0em 1em 0em;
	padding: 0;
}
h5 {
	margin: 0.8em 0em 0.8em 0em;
	padding: 0;
}
h6 {
	margin: 1em 0em 1em 0em;
	padding: 0;
}

/*
---------------------------------------------------------------------------------------------
PARAGRAPHS
--------------------------------------------------------------------------------------------- */

p {
}

/*
---------------------------------------------------------------------------------------------
QUOTES
--------------------------------------------------------------------------------------------- */

blockquote {
	margin-left: 0;
	padding: 1px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f1f2e9;
	font-style: italic;
}
blockquote p {
}
cite {
}
blockquote cite {
	font-family: arial, verdana, helvetica, sans-serif;
}
q {
}

/*
---------------------------------------------------------------------------------------------
CODE
--------------------------------------------------------------------------------------------- */

pre {
	font-size: 1.2em;
}
code {
	font-size: 1.2em;
}
samp {
	font-size: 1.2em;
}
kbd {
	font-size: 1.2em;
}
p code {
}
pre code {
}

/*
---------------------------------------------------------------------------------------------
LISTS
--------------------------------------------------------------------------------------------- */

li {
}
li p {
}
ol {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0 0 0 0;
}
ul li {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0 0 0 0;
}

/*
---------------------------------------------------------------------------------------------
DEFINITIONS
--------------------------------------------------------------------------------------------- */

dl {
}
dt {
}
dd {
}


/*
---------------------------------------------------------------------------------------------
IMAGES
--------------------------------------------------------------------------------------------- */

img {
	border: none;
}
img a {
	border: none;
	text-decoration:;
}
img a:hover {
	border: none;
}

/*
---------------------------------------------------------------------------------------------
HR
--------------------------------------------------------------------------------------------- */
/* NOTE: IE adds dodgy borders */

hr {
	border: none;
	height: 1px;
	clear: both;
}


/*
---------------------------------------------------------------------------------------------
TEXT FORMATTING
--------------------------------------------------------------------------------------------- */

strong {
}
em {
}
b {
}
i {
}

/*
---------------------------------------------------------------------------------------------
LINKS
--------------------------------------------------------------------------------------------- */

a {
	color: #247C36;
	text-decoration: none;
}
a:hover {
	background-color: #f1f2e9;
}
a:visited, a:active, a:focus {
}
a:visited {
}
a:active {
}
a:focus {
}

p a {
}
cite a {
}
li a {
}
dt a {
}
dd a {
}

/*
---------------------------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	font-size: 1em;
	text-align: left;
}
caption {
	margin: 0;
}
thead {
	background-color: #f1f2e9;
	text-align: left;
}
tbody {
}
tfoot {
	background-color: #f1f2e9;
	text-align: left;
}
tr {
}
tr .alt {
}
th {
}
td {
}

/*
---------------------------------------------------------------------------------------------
FORMS
--------------------------------------------------------------------------------------------- */

/* Form field text-scaling */
input, select, textarea, button {
	font-size: 1em;
}
form {
}
fieldset {
}
legend {
}
label {
}
input {
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}
button {
}


/* 
========================================================================================================================
HACKS
======================================================================================================================== */

/*
---------------------------------------------------------------------------------------------
HACK 1 - IE PC
---------------------------------------------------------------------------------------------
To prevent additional space under ul li items */
/* NOTE: this applies to ul only, it will break the numbering on ol's if applied to them */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul li {
	height: 1%;
}
/* End hide from IE5/mac */

/*
---------------------------------------------------------------------------------------------
HACK 2 - IE (all)
---------------------------------------------------------------------------------------------
Hack to remove default padding on buttons */
* html button, * html .button { 
	overflow: visible; width: 1px;
}