
/* SET DEFAULTS */
html, body {
	min-height:100%;
}
body {
	position:relative;
	font-family:Arial, Helvetica, Verdana,Trebuchet, san-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	color:#303030;
	text-align: center;
	background: #EBDBB1 url(../images/bgs/body.jpg) center top repeat-x ; 
}
* { 
	font-size: 1em;
	line-height:1em; 
}
div, form{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd  {
	margin:0;
	padding:0;
	text-indent:0;
}
h1, h2, h3, h4, h5, h6{
	padding:.8em 0 .2em 0;
	line-height: 1.2em;
}	
h1, h2, h3 {color:#F77200;}
	
h1 {
	font-size: 2.2em;
}

h2 {font-size: 1.7em;}
li h2,
td h2{font-size: 1.42em;}

h3 {font-size: 1.4em;}
li h3,
td h3{font-size: 1.25em;}

h4 {font-size: 1.4em;}
li h4,
td h4{font-size: 1.16em;}

h5 {font-size: 1.3em;}
li h5,
td h5{font-size: 1.08em;}

h6 {font-size: 1.2em;}

p{
	font-size: 1.2em;
	line-height: 1.3em;
	padding: .2em 0 .8em 0;  
}

ul, ol, dl { 
	padding: .2em 0 .8em 0;  
} 
ul, ol, dl, li, dt, dd {
	line-height:1em;
	list-style: none outside;
}
li, dt, dd {
	font-size: 1.2em;
	line-height: 1.3em;
	padding:0 0 .4em 0;
}

table{border-collapse:collapse;}
td, th{
	margin:0;
	padding:0;
	font-size: 1.2em;
	border-collapse:collapse;
}
th {font-weight:bold;}


li p, td p, li h6, td h6,
li li, li dt ,li dd,
dt li, dt dt ,dt dd,
dd li, dd dt ,dd dd, dd p {
	padding:0 0 .4em 0;
	font-size: 1em;
}

p + ul,
p + ol{margin-top:-.8em;}


a {
	color:#F77200;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
	a.skiplink {
		position:absolute;
		left:-20000em;
		font-size:8px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: underline;
}	
	
img, a img {
	border: 0px;
	vertical-align:text-bottom;
}		


/* BOXES */
	#wrapper{
		z-index:0;
		clear:both;
		width:964px;
		text-align: center;
		margin: 80px auto 0 auto;
		background: url(../images/bgs/wrapper.gif) left top repeat-y;
	}		
	#innerwrap,
	#footer{
		clear:both;
		width:964px;
	}
	#innerwrap{
		float:left;
		background: url(../images/bgs/innerwrap.jpg) left top no-repeat;
	}
		#header {
			top:-54px; 
			height:131px;
			position:relative;
			background: url(../images/bgs/header.gif) center top no-repeat; 
		}
		#content{
			float:left;
			width:964px;
			text-align:left;
			padding-bottom:30px;
			margin-top:-54px;
			background: url(../images/bgs/content.jpg) left bottom no-repeat;
		}

	#footer  {
		padding-top:10px;
		background:#EBDBB1 url(../images/bgs/footerx.gif) left top no-repeat;
	}









/* HEADER styles */

	#header h1.logo,
	#header h2.byline{ 
		padding:0;
		color:#7C3200;
	}
	/* MENU styles - see sidebar section */




/* FOOTER styles */
	#footer .copyright{
		color:#704226;
		padding-top:30px;
		font-family: georgia,'times new roman',times, serif;
		background: url(../images/bgs/eldership-icon.gif) center top no-repeat;
	}
	#footer .copyright strong{
		color:#7C3200;
		text-transform:uppercase;
		font-family:Arial, Helvetica, Verdana,Trebuchet, san-serif;
	}
	#footer .credits{
	}




/* SIDEBAR MENU styles */
	#sidebar #menu {
		width:219px;
		margin-left:14px;
		padding-bottom:63px;
		background: url(../images/bgs/sidebar.gif) left bottom no-repeat;
	}
	#menu #mainNav{
		clear:both;
		padding: 0 ;
		text-align:left;
		background:#F7F0DF;
	}
		#mainNav li a {
			color:#888D00;
			font-weight:bold;
		}
		#mainNav li a:hover{
			text-decoration:none;
		}
	
		#mainNav li{
			padding:0;
			font-size:1.4em;
			line-height:1.4em;
		}
		
		#mainNav li .navitem{
			display:block;
			padding:8px 14px 3px 14px;
			background:#FBF8EF;
			text-transform:uppercase;
			border-bottom:1px solid #EBDEBB;
		}
		#mainNav li ul{
			margin-top:-1px;
			padding:0px 8px 15px 8px;
		}
		#mainNav li li{
			font-size:.9em;
			padding:3px 7px;
			border-top:1px solid #EBDEBB;
		}
		#mainNav li li ul{
			display:none;
			padding:3px 0 5px 0;
		}
		#mainNav li li.active ul{
			display:block;
		}
		#mainNav li li li{
			font-size:.95em;
			padding:0 0 0 14px;
			border-top:0px solid #EBDEBB;
			background:url(../images/icons/menu-bullet.gif) 2px 3px no-repeat;
		}
		
		/* colours for section of menu */
		#mainNav li.projectsNav a{color:#F77200;}
		#mainNav li.resourcesNav a{color:#C11A02;}
		#mainNav li.resourcesNav ul{padding-bottom:0px;}


	/* USERPANEL styles */
		#userpanel {
			width:219px;
			margin:10px 0 0 14px;
			background:#F7F0DF;
		}
		#userpanel h2.greeting{
			padding:8px 14px 4px 14px;
			font-size:1.2em;
			background:#FBF8EF;
			text-transform:uppercase;
			border-top:1px solid #EBDEBB;
			border-bottom:1px solid #EBDEBB;
		}
		#userpanel ul{
			margin-top:-1px;
			padding:0px 8px 15px 8px;
		}
		#userpanel li{
			padding:3px 7px;
			border-top:1px solid #EBDEBB;
		}
			

		


/* CONTENT styles */
	/* BASE CONTENT BOXES styles */
		#content,
		#content #feature, 
		#content #sidebar{
			float:left;
			display:inline;
			position:relative;
		}
			#content #sidebar {
				width:251px;
				padding-bottom:200px;
			}
			#content #feature{
				width:462px;
			}
			#content #highlights{
				width:210px;
				margin-left:737px;
			}
	

		#feature p.more,
		#highlights p.more {text-align:center;font-weight:bold;}





	/* RIGHT HIGHLIGHT COLUMN styles */
		#highlights .module{
			padding-bottom:20px;
		}

			#highlights .module h2{
				font-size:1.4em;
				line-height:1.4em;
				padding:8px 0 0 0;
				text-transform:uppercase;
			}
			#highlights .module p{
				font-size:1.1em;
				padding-top:0;
			}
				#highlights .module p em{
					color:#F77200;
					font-size:1.2em;
					line-height:1.3em;
					font-family:georgia, 'times new roman', times, serif;
				}

			#highlights .captionBox{text-align:center;}
	
			/* RED BOX styles */
				#highlights .red a,
				#highlights .red h2,
				#highlights .red p em{
					color:#C11A02;
				}

			/* GREY BOX styles */
				#highlights .grey a,
				#highlights .grey h2,
				#highlights .grey p em{
					color:#303030;
				}
	




	/* BASE FEATURE CONTENT styles */
		#feature h1{padding-top:.1em;}
		#feature h1,
		#feature h2{
			margin-bottom:4px;
			padding-bottom:3px;
			border-bottom:1px solid #D8BAA0;
		}
		#feature h2{border-bottom:1px solid #ebdebb;}	
		#feature h2 + h3 {
			padding-top:.3em;
		}

		#feature ul li,
		#feature dt,
		#feature dd{
			padding-left:18px;
			background: url(../images/icons/bullet.gif) 10px 3px no-repeat; 
		}	
		#feature dt{font-weight:bold;}	
		#feature dd{background-image:none;}	

		#feature ol{
			margin-left:10px;
		}
			#feature ol li{
				margin-left:10px;
				text-indent:-17px;
				list-style:decimal inside;
			}
		

		#feature .boxed{border:1px solid #D8BAA0;}
		
			#feature .boxed .pad{	
				border:2px solid #fff;
				padding:5px 15px;
				background:#F4EFEF;
			}
			#feature .boxed li{	
				padding-left:10px;
				background: url(../images/icons/bullet.gif) 0px 3px no-repeat; 
			}
			
		#feature .captionBox{
			float:right;
			width:300px;
			text-align:center;
			padding:0 0 10px 10px;
		}
			#feature .captionBox p.caption{padding:0;}


		/* STEPTROUGHS & SWITCH styles */
			#feature .stepThrough{
				clear:left;
				color:#666;
				padding:10px 0 0 0;
			}
			#feature .stepThrough a{
				padding:1px 3px;
				text-decoration:none;
			}
			#feature .stepThrough .active{
				color:#666;
				padding:1px 3px;
				background:#EEEDDB;
				border:1px solid #ddd;
			}
			#feature .stepThrough a{
				color:#fff;
				padding:1px 3px;
				background:#6ECA00;
				border:1px solid #A5E900;
			}
			#feature .stepThrough a:hover{		
				color:#fff;
				background:#A5E900;
				border:1px solid #A5E900;
			}

	


	
/* INDEX styles */
	.index #feature .intro h1,
	.index #feature .intro h2{
		color:#303030;
		border-bottom:0px;
		padding:.5em 0 0 0;
	}
	.index #feature .intro h1{
		text-align:center;
		font-size:1.7em;
	}
	.index #feature .intro h2{ font-size:1.5em;}




/* PROJECTS */
	/* FEATURE FILTERMENU styles */
		#feature #filterMenu,
		#feature #filterMenu h2,
		#feature #filterMenu div{
			float:left;
			width:auto;
			display:inline;
		}
		#feature #filterMenu{
			width:462px;
			margin-bottom:1em;
			padding:.5em 0;
		}
			#feature #filterMenu h2,
			#feature #filterMenu h3{
				font-size:1.3em;
				padding:3px 7px 0px 0;
			}
			#feature #filterMenu h2.filterLabel{
				color:#303030;
				border-bottom:0px;
			}
				#feature #filterMenu div h3 img{margin-top:-3px;
				}

				#feature #filterMenu ul{
					padding: 0 5px 2px 5px;
					left:-20000em;
					min-width:65px;
					position: absolute;
					background:#F7F0DF;
					border:1px solid #FDDCBF;
				}
					#feature #filterMenu div:hover ul,
					#feature #filterMenu div.sfhover ul{
						left:auto;
						margin-left:1px;
					}
			
				#feature #filterMenu li{
					padding: 4px 5px;
					margin-top:-1px;
					line-height:1em;
					background-image:none;
					border-top:1px solid #FDDCBF;
				}



	/* MULTIPLE listing styles */
		#feature .projectList,
		#feature .projectList li{
			float:left;
			width:462px;
			display:inline;
		}
		#feature .projectList li{
			padding:15px 0;
			background-image:none;
			border-top:1px solid #d8baa0;
		}
			#feature .projectList .leaderImage{
				width:auto;
				float:right;
				border:1px solid #ebdebb;
			}
			#feature .projectList h2{
				padding: 0;
				line-height:1em;
				border-bottom:0px;
			}

		
		#feature .projectList dl.specs {padding-top:0;}
		#feature .projectList dl.specs dt,
		#feature .projectList dl.specs dd{
			padding:0;
			display:inline;
			font-weight:bold;
			background-image:none;
		}
		#feature .projectList dl.specs dt{color:#9A9A9A;}
		#feature .projectList dl.specs dd{padding-right:8px;}


	/* SINGLE listing styles */
		#feature p.filterInf {
			padding:.8em 0 .2em 0;
			font-weight:bold;
		}
		#feature p.manager {font-weight:bold;padding-bottom:.2em;}
		#feature p.manager strong{color:#f77200;}





/* RESOURCES */
	#feature .categoryList li{
		line-height:1.7em;
		display:inline;
		white-space:nowrap;
		padding:0px ;
		background-image:none;
	}
	#feature .categoryList li a{
		background:#F7F0DF;
		padding:2px 5px 1px 5px;
		line-height:1.8em;
		border-top:1px solid #ebdebb;
		border-bottom:1px solid #ebdebb;
	}
	#feature .categoryList li a:hover{background:#fff;}

	#feature .resourceList a{font-weight:bold;}
	#feature .resourceList dt,
	#feature .resourceList dd,
	#feature .resourceList p{padding-bottom:.2em;}
	#feature .resourceList dt.resourceName{font-size:1.3em;}
	#feature .resourceList dd.resourceInfo{padding-bottom:.6em;}
	#feature .resourceList .attachment{padding:0;}
	#feature .resourceList .attachment dt{background-image:none;}
	#feature .resourceList .attachment dt,
	#feature .resourceList .attachment dd{display:inline;padding:0 3px 0 0;}


/* FORMS */
	
	/* CORE FORM styles */
		form * {
			color:#444; /* change for each site */
			font-family: arial, helvetica, verdana, trebuchet, sans-serif;
		}

		/* clear browser defaults */
		input, select, textarea, label, legend, fieldset{
			padding:0;
			margin:2px 0;
			font-size: 1.2em;
			font-family: arial, helvetica, verdana, trebuchet, sans-serif;
		}
		label, legend {
			color:#F77200;
			font-size:1.3em;
			font-weight:bold;
		}
		label{
		/*	float:left;
			width:120px; */
			display:block;
			margin-top:1em;
		}
		input, select, textarea{
			color:#444;
			padding:4px 3px;
			vertical-align:middle;
			background:#fff ;
			border:1px solid #D8BAA0; /* change for each site */
		} 
		input{ width:200px; }
		select {width:auto;}
		textarea{ 
			height: 60px;
			width:415px;
			margin-right:2px;
			vertical-align:bottom;
		} 
		fieldset{ 
			clear:both;
			padding:5px 10px;
			margin:0 0 .5em 0; 
			background:#fff !important;
			border:1px solid #D8BAA0; /* change for each site */
		} 
		option {color:#fff;font-family: arial, helvetica, verdana, trebuchet, sans-serif;}
	


		/* DREAMGIRL FORM LIST STUFF */
			form ul.multi input,
			form ul.row input{
				width:auto;
				margin-right:3px;
			}
			form ul.multi label{
				float:none;
				font-size:1em;
				font-weight:normal;
			}
			form li{
				padding:0px;
				background-image:none !important;
			}
	
		/* FEATURE FORM STYLES */
			#feature form{
				padding:10px 15px;
				background:#FFFCE7;
				border:1px solid #D8BAA0;
			}
			#feature input, 
			#feature select, 
			#feature textarea{border:1px solid #D8BAA0;}
				#feature form .textareacontrols{display:none;}
			#feature input{ width:415px; }

			#feature label{line-height:1.3em;}
				#feature label span{
					display:block;
					color:#666666;
					font-weight:normal;
					font-style:italic;
					font-family:Georgia, "Times New Roman", Times, serif;
				}

			#feature form .row,
			#feature form .multi{clear:both;}
			
			#feature form ul.multi li,
			#feature form ul.row li{
				padding:0;
				display:block;
			}
			#feature form ul.multi li input,
			#feature form ul.multi li label{
				display:inline;
				margin:0;
				padding:0;
				vertical-align:middle;
			}

		/* SUMBMISSION FORM styles */
			form#Projects #Projects_TopicID,
			form#Projects #Projects_State{width:200px;}
			form#Projects #Projects_NewsletterOptIn{margin:7px 0 5px 0;}
		
			
	
		/* BUTTONS */
			/* first class wipes out standard input borders etc for buttons, second one allows for varied width image etc */
			.formbuttons{text-align:center;}
			form .gobutton,
			#feature .loginbutton,
			#feature .submitbutton,
			form #submitbutton{ 
				color:#fff;
				width:204px;
				padding:4px 0;
				cursor:pointer;
				font-weight:bold;
				text-align:center;
				text-transform:uppercase;
				border:0px solid #BEBEBE;
				background: transparent url(../images/icons/submit-button.gif) left top no-repeat;
			}
			#feature .loginbutton,
			.MailingList #submitbutton,
			#Feedback #submitbutton{
				width:auto;
				padding:3px 150px;
				background:transparent none !important;
				vertical-align: middle;
			}

			.MailingList #submitbutton{padding:0;}
			.MailingList #_Email{width:200px;}

		/* ERROR styling */
			form h2.warning{ 
				font-size:1.6em;
				color:#DE041D; 
			}
			form .inputError{ 
				display:block;
				color:#DE041D; 
				font-size:11px;
				line-height:1em;
				margin:6px 0 0 3px;
			}
	
		



	
/* clearfix hack if needed */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
		}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
		}	


        

/* management tweaks */
	#content .manage dl {
		border: 1px dashed #ccc;
		padding-bottom:0;
	}
	#content .manage dd {
		margin-left: 20px;
	}
	#content .manage .newButton {
		display:block;
		padding-bottom: 12px;
	}	






/* dreamgirl CMS styles*/
.buttonContainer
{
		display: inline;
        overflow: visible;
}

#dgInlineFeedback {
        width: 259px;
        height: 242px;
        color: #000;
        background: url(../dreamgirl/images/success.png)!important;
        background: url(../dreamgirl/images/success.gif);
        }


.dgInlineForm {
        width: 500px;
        border: 0px;
       /* margin:12px 0 0 -200px; */
        margin:12px 0 0 0;
		left:0;
        position: absolute;
        visibility: visible;
        overflow: hidden;
		z-index:100;
        
}

iframe {
		position:absolute;
        width: 500px;
        border: 0px;
        padding: 0px;
        margin: 0px;
}
.dgInlineButton {
        border: 0px;
        background-color: transparent;
}

.dgInlineButtonActivated {
        background-color: #ccc;
        margin-right: 3px;
}

.dgActiveElement {
		border: 1px dashed #eebddc;
		z-index:100 !important;
}

.dgInactiveElement {
        background-color: transparent;
}

.dgButtonLink {
        border: 0px;
        margin-right: 3px;
}





