@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Navigation */


#navigation
	{
	position: absolute;
	top: 119px;
	right: 6px;
	width: 340px;
	}

#navigation h3
	{
	display: none;
	}

#navigation_1
	{
	width: 422px;
	margin: 0;
	padding: 0;
	}
	
#navigation_1 li
	{
	float: left;
	border-bottom: none;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navigation_1 li a
	{
	display: block;
	height: 34px;
	outline: none;
	}

#navigation_1 li a:hover
	{
	background-position: 0 -34px;
	}

#navigation_1 li .nav_current_1
	{
	background-position: 0 -34px;
	}

#navigation_1 li .nav_current_1:hover
	{
	background-position: 0 -34px;
	}

#navigation_1_home
	{
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 65px;
	}

#navigation_1_projects
	{
	background-image: url(../images/nav_projects.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 110px;
	}

#navigation_1_about
	{
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 76px;
	}
	
#navigation_1_contact
	{
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 85px;
	}


/* Link styles */


a img
	{
	border:none;
	cursor: pointer;
	}

a:link, a:visited
	{
	cursor: pointer;
	color: #990000;
	text-decoration: none;
	}

a:hover
	{
	cursor: pointer;
	color: #990000;
	text-decoration: underline;
	}

a:active
	{
	cursor: pointer;
	color: #000;
	}
	
/* Body elements */

body
	{
    font: 82% Georgia, "lucida bright", "times new roman", serif;
   	line-height: 1.6;
	}

p
	{
	margin: 0 0 1.5em; 
	}

blockquote
	{
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
	}

code
	{
	margin: 1.5em 0; 
	white-space: pre;
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; 
	line-height: 1.5;
	}

abbr, acronym
	{
	border-bottom: 1px dotted #666;
	}

cite
	{
	font-style: italic;
	}

address
	{
	margin-top: 1.5em; 
	font-style: italic;
	}

pre
	{
	margin: 1.5em 0; 
	white-space: pre;
	}

strong
	{
	font-weight: bold;
	}

em 
	{
	font-style: italic;
	}

del
	{
	text-decoration: line-through;
	color: #666;
	}
	
/* Headings */

h1, h2, h3, h4, h5, h6
	{
 	font-family: Georgia, "lucida bright", "times new roman", serif;
	}

h1
	{
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em;
	}
	
h2 
	{
 	font-size: 1.3em; 
 	margin-bottom: 0.75em;
	letter-spacing: .05em;
	color:#990000;
	}
	
h3
	{
	font-size: 1em;
	line-height: 1;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	color: #28709C;
	}

h4
	{
	font-size: 1em; 
	line-height: 1.25; 
	margin-bottom: 1.25em;
	}

h5
	{
	font-size: .9em; 
	margin-bottom: 1.5em; 
	}

h6
	{
	font-size: .8em; 
	}

/* List styles */

ol
	{
	list-style-type: decimal; 
	margin:0 0 1.5em 0em;
	list-style-position: inside; 
	}

ul
	{
	list-style-type: none;
	margin:0 0 1.5em 0em;
	list-style-position: inside;
	color: #000000;
	}

li
	{
	}
	
dl
	{
 	margin: 0 0 1.5em 0;
	font-weight: bold;
	}

dt
	{
	font-weight: bold;
	}
	
dd
	{
	margin-left: 1.5em;
	}

/* Tables */

table   
	{ 
	margin-bottom: 1.4em; 
	}
	
th      
	{ 
	border-bottom: 2px solid #ccc;
	font-weight: bold; 
	}
	
td
	{ 
	border-bottom: 1px solid #ddd; 
	}
	
th,td   
	{ 
	padding: 4px 10px 4px 0; 
	}

thead
	{
	}
	
tbody
	{
	}
	
tfoot
	{ 
	font-style: italic; 
	}
	
caption 
	{ 
	background: #ffc; 
	}

/* Forms */

fieldset    
	{ 
	padding:1.4em; 
	margin: 0 0 1.5em 0; 
	border: 1px solid #ccc; 
	}
	
legend      
	{ 
	font-weight: bold; 
	font-size:1.2em;
	padding: 0 1em; 
	}

select              
	{
	border:1px solid #bbb; 
	width:200px;
	color: #666; 
	}
	
select:focus        
	{ 
	border:1px solid #999; 
	color: #000;
	}

.form_item input, .form_text_area
	{
	width: 252px;
	border:1px solid #bbb; 
	padding:5px;
	color: #666;
	}

.form_item input:focus, .form_text_area:focus
	{
	border:1px solid #999; 
	color: #000;
	}

.form_row_submit
	{
	clear: both;
	}

.form_label
	{
	}

.form_required
	{
	font-weight: bold;
	color: #3399ff;
	}
	
.form_item
	{
	float: left;
	}

.form_row
	{
	clear: both;
	padding-top: 10px;
	}

/* Form Errors */

.form_highlight input, .form_highlight textarea
	{
	border: 1px solid #FBC2C4;
	}
	
/* Custom */

.imgGen 
	{
	border: 1px solid  #999999;
	padding: 2px;
	margin-bottom: 4px;
	}

.imgRight 
	{
	float: right;
	padding: 8px 4px 4px 14px;
	}

.dotrule
	{
	height:1px; 
	font-size:1px;
	background:url(../images/dot.gif) repeat-x; 
	clear:both;
	margin: 5px 0;
	}

.hrule
	{
	height:1px; 
	font-size:1px;
	height: 1px;
	background: #a28a7f;
	clear: both;
	margin: 5px 0;
	}
	
.right
	{
	float:right;
	border: 1px solid  #999999;
	}

.left
	{
	float:left;
	padding: 2px;
	border: 1px solid  #999999;
	margin-right: 10px;
	}

.clear
	{
	clear: both;
	}

.small  
	{ 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em;
	}
	
.large  
	{ 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
	}
		
.quiet  
	{ 
	color: #ccc; 
	}
		
.hide   
	{ 
	display:none; 
	}

.highlight
	{
	background: #ff0;
	}
	
body
	{
	color: #F3F0D9;
	text-align:center;
	background: #28709C;
	}

#wrap
	{
	background: #F3F0D9 url(../images/bg_wrap.jpg) repeat-x;
	}
	
#logo {
	width: 225px;
	height: 160px;
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	top: 0px;
	}

#motif {
	width: 102px;
	height: 82px;
	background-image: url(../images/leaf.png);
	position: absolute;
	left: 780px;
	top: -20px;
}

#placeholder
	{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*background: url(../images/bg2.png) bottom right no-repeat;*/
	}

#header
	{
	margin-bottom: 1em;
	height: 160px;
	}
	
div#header p {
	padding-top:126px;
	padding-left:230px;
	font-size:1.2em;
	color:#D5CEC3;
	margin:0px;
}
	
	/* columns */

#content
	{
	overflow: hidden;
	padding-bottom: 22px;
	}

.col1
	{
	float: left;
	width: 280px;
	margin-top: 30px;
	}

.col2
	{
	float: left;
	width: 280px;
	margin: 30px 30px;
	}

.col3
	{
	float: left;
	width: 280px;
	margin-top: 10px;
	}

.col1_2
	{
	float: left;
	margin-right: 30px;
	width: 590px;
	margin-top: 10px;
	}
	
.col_blank
	{
	float: left;
	margin-right: 30px;
	width: 590px;
	margin-top: 30px;
	background: url(../images/ornateWatermark.png) no-repeat center 80px;
	height: 250px;
	}
	
/* core tweaks */

#content h2
	{
	border-bottom: 1px solid #a28a7f;
	text-indent: 7px;
	
	}

#content ul, #content h3, #content h4, #content h5, #content h6
	{
	text-indent: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content ul 
	{
	list-style: none;
	margin-left: 20px;
	padding-left: 30px;
	text-indent: -2px;
	list-style-image: url(../images/tree_icon.gif);
}
	
#content p
	{
	padding-left: 7px;
	color: #000000;
	}

#content .error, #content .notice, #content .success    
	{ 
	padding-left: .9em; 
	}

.h2_link
	{
	float: right;
	position: relative;
	top: 5px;
	}

/* Footer */

#footer
	{
	background: url(../images/bg_footer.gif) top repeat-x;
	clear: both;
	background-color: #28709C;
	height: 90px;
	text-align: left;
	}
	
/*#footerLogo {
	background-image: url(../images/plant.png);
	width: 110px;
	height: 208px;
	float: right;
	
}*/	

#credits
	{
	margin: 0 auto;
	width: 900px;
	position: relative;
	top: 10px;
	color: #FFFFFF;
	font-size: 80%;
	padding: 15px 0;
	background: url(../images/ornate.png) right no-repeat;
	}
	
#credits a
	{
	color: #FFFFFF;
	}
	
#credits a:hover
	{
	color: #CCCCCC;
	}

#designcredit
	{
	position: absolute;
	right: 56px;
	top: 65px;
	text-align: right;
	margin: 0;
	}

#designcredit
	{
	display: inline;
	padding: 0 0 0 10px;
	border-bottom: none;
	}

