@charset "utf-8";
/* CSS Document */


/* Body and Typography
-----------------------------------------------------------------------------*/ 
body  {
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
}

html {
overflow: -moz-scrollbars-vertical;
}

.normal {
	font-size: 12px;
}

.normalBold {
	font-size: 12px;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.smallBold {
	font-size: 11px;
	font-weight: bold;
}

.greenNormal {
	color: #629a17;
}

.greenBold {
	color: #629a17;
	font-weight: bold;
}

.nw {
	white-space: nowrap;
	}
	
	
/* Layout
-----------------------------------------------------------------------------*/
/* navright is for the blog*/

#navright {
	background: #fff;
	width: 120px;
	margin: 0px auto;
	padding: 0px;
	float: right;
}

#wrapper { 
	width: 770px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-top: 30px solid #fff;
}

#topContainer { 
	width: 770px;
	background: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}

#mainContainer {
	width: 770px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#nav {
	background: #fff;
	width: 240px;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

#navContainer {
	background: #fff;
	width: 240px;
	margin: 0px auto;
	padding: 0px;
	float: right;
}

#address{
	background: #fff;
	width: 235px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

#mainPhoto {
	background: #fff;
	width: 505px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
}

#mainContent {
	background: #fff;
	width: 350px;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 15px;
	float: left;
	text-align: left;
	border-left: 7px solid #e6e6e6;
}


#bottomContainer {
	background: #fff;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

#welcomeSection {
	background: #fff;
	width: 245px;
	margin: 0px 0px 0px 5px;
	padding-right: 15px;
	display: inline;
	float: left;
}

#whatWeDoSection {
	background: #fff;
	width: 228px;
	margin: 0px 10px 0px 14px;
	padding: 0px;
	display: inline;
	float: left;
}

#updatesSection {
	background: #fff;
	width: 220px;
	margin: 0px 5px 0px 14px;
	padding: 0px;
	display: inline;
	float: left;
}

#verDivider {
	width: 7px;
	float: left;
}

#divider{ 
	width: 970px;
	text-align: center;
}

#clearfloat {
	clear:both;
}

.floatLeft {
	float: left;
}

#top {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 483px;
	text-align: right;
	font-size: 11px;
}

/* Headings
-----------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px auto;
	padding: 0px;
	color: #629a17;
}

/* Links
-----------------------------------------------------------------------------*/
a:link,a:visited,a:active {
	color: #476db8;
	text-decoration: none;
	}

/* Branding
-----------------------------------------------------------------------------*/

/* Tables
-----------------------------------------------------------------------------*/
table caption {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/* Main Nav
-----------------------------------------------------------------------------*/
	
/* Local Nav
-----------------------------------------------------------------------------*/

/* Main Content
-----------------------------------------------------------------------------*/

/* Secondary Content
-----------------------------------------------------------------------------*/

/* Forms
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
#copyright {
	width: 770px;
	margin: 80px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 5px solid #e6e6e6;
	text-align: center;
}

/* Lists
-----------------------------------------------------------------------------*/
#fakeList {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	}
	

#blueArrow {
	margin: 4px 0px 0px 5px;
	padding: 0px;
	width: 15px;
	display: inline;
	float: left;
	}
	
#fakeListItem {
	margin: 0px auto;
	padding: 0px;
	float: left;
	}
	
/*Myrto
--------------------------------------------------------------------------------------*/
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.widecolumn .entry p {
	font-size: 1.05em;
	
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	
	}

.alt {
	background-color: #f8f8f8;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}
	
.widgettitle {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
}

h2{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}



h2.pagetitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	}


.metadetail{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;

	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.date{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}	
/*------------------------------------------------------*/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/*.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	/*text-align: center;*/
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;

	} 








/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

