@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
/* CSS Document */
/* [tasty-web] almond CSS - copyright © [gawr-juhs], 2011. all rights reserved */ 
/* */
/* NOTES */
/* */
/* When altering colour values please use full six digit hex values for consistency: e.g. #333333 not #333 */
/* When altering typefaces remember that "quoted" font values break in some browsers, please use plain values */
/* */
/* activale "html" style to apply full screen scalable background image */
html {
        background: #FFFFFF;
}
/* start base formats */

body {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #678B00;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	background-color: #678B00;
	text-decoration: none;
}
/* end base formats */
/* start page layout  */

#Header {
	position:inherit;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 180px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}

/* uncomment to activate fixed navigation 
   div#Header{
   position: fixed;
}
*/

#wrapper {
	width: 900px;
	z-index: 50;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}

/* navigation styles must be nested in layout */
	/* start navigation */
	/* start menu structure */
	#apNav {
		padding: 0px;
		width: 180px;
		height: auto;
		left: auto;
		float: left;
		margin: 0px 0px 0px 0px;
		text-align: center;
		z-index: 100;
	}

/* uncomment to activate fixed navigation 
	 div#apNav {
	   position: fixed;
	}
*/	

	#navcontainer {
		padding: 0px;
		width: 180px;
		z-index: 50;
		height: auto;
		left: 0px;
		float: left;
		margin: 0px 0px 0px 0px;
	}
	/* end menu structure */
	/* start menu styles */
	#navigation ul li {
		list-style-type: none;
		font-family: 'Muli', Arial, Gadget, sans-serif;
		font-weight: 400;
		float: right;
		text-align: left;
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	#navigation ul li a {
		display: block;
		padding: 5px 10px 5px 10px;
		width: 150px;
		background-color: #FFFFFF;
		border-bottom: 2px solid #99CC00;
		border-right: 10px solid; 		
		color: #333333;
		text-decoration: none;
		
	}	
	body#menu1 a#menu1, #navigation ul li a.pink:hover {
		background-color: #EE3FFF;
		color: #FFFFFF;	
		border-right-color: #FFFFFF
	}
	body#menu2 a#menu2, #navigation ul li a.red:hover {
		background-color: #D22E06;
		color: #FFFFFF;
		border-right-color: #FFFFFF
	}
	body#menu3 a#menu3, #navigation ul li a.yellow:hover {
		background-color: #FFBC00;
		color: #FFFFFF;
		border-right-color: #FFFFFF	
	}
	body#menu4 a#menu4, #navigation ul li a.blue:hover {
		background-color: #1E74C7;
		color: #FFFFFF;		
		border-right-color: #FFFFFF
	}
	body#menu5 a#menu5, #navigation ul li a.green:hover {
		background-color: #99CC00;
		color: #FFFFFF;
	} 
	
	#navigation ul li a.pink{
		border-right-color: #EE3FFF;
	}
	#navigation ul li a.red{
		border-right-color: #D22E06;
	}	
	#navigation ul li a.yellow{
		border-right-color: #FFBC00;
	}	
	#navigation ul li a.blue{
		border-right-color: #1E74C7;
	}
	#navigation ul li a.green{
		border-right-color: #99CC00;
	}
	
				
	/* end menu styles */
	/* begin submenu styles */
	#navigation li ul {
		margin: 0px;
		padding: 0px;
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		background-color:#FFFFFF;
	}

	#navigation li:hover ul {
		display: block;
		width: 170px;
	}

	#navigation li li {
		list-style: none;
		display: list-item;
	}

	#navigation li li a {
		color: FFFFFF;
		text-decoration: none;
	}

	#navigation li li a:hover {
		text-decoration:none;
	}
	
	/* end submenu styles */
/* end navigation  */

#main_column {	
	display: block;
	position: relative;
	padding-left: 0px;
	width: 440px;
	height: auto;
	overflow: auto; 
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;	
	margin: 0px;
	z-index: 50;
}

#sub_column {
	position: relative
	padding: 0px;
	width: 200px;
	height: auto;
	float: right;
	margin: 0px;
	z-index: 50;
}
#sub_column_content {
	position: relative;
	padding: 0px;
	width: 180px;
	height: auto;
	float: right;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 60;
}

#full_column {	
	display: block;
	position: relative;
	padding-left: 0px;
	width: 640px;
	height: auto;
	overflow: auto; 
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;	
	margin: 0px;
	z-index: 50;
}

#full_page {
	display: block;
	position: relative;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 720px;
	height: auto;
	background: url(images/smoke.png) repeat;
	float: left;
	margin: 0px;
	z-index: 50;
}

#footer {
	background-color: #F6FFE6;
	height: 20px;
	width: 640px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;	
	margin-top: 0px;
	z-index: 50;
	text-align: left;
}

/* end page layout  */
/* start typographic spans  */
/* base formats describe spacing, weights, alignments and colour */

p {
	white-space: normal;
}

ul {
	white-space: normal;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #333333;	
}

h2 {
	font-family: 'Muli', Arial Black, Gadget, sans-serif;
	font-weight: 400;
	font-size: 2em;
	text-align: left;
	display: inline; 
	color: #99CC00;
}
h3 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight; 700;
	text-align: left;
	display: inline; 
	color: #333333;
}


/* classes describe weights, alignments and colour */

.page_text {
	text-align: justify;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #333333;	
}

.sub_column_text {
	text-align: left;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #333333;	
}

.blog-entry-body {
	white-space: normal;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #333333;	
}

.blog-entry-title {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-align: left;
	color: #333333;
}

.blog-entry-date {
	font-family: 'Muli', Arial Black, Gadget, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 300;
	text-align: left;
	color: #678B00;
}

.standout {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	color: #678B00;
}

.highlight {
	font-family: 'Muli', Arial Black, Gadget, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: 300;
	text-align: left;
	margin-top: 0px;
	color: #99CC00;
}


.footer_text {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	margin-top: -5px;
	padding-top: 5px;
}

/* end typographic spans  */
/* start image spans  */

.align_image_left {
	display: block;
	vertical-align: left;
	text-align:	left;
	padding-right: 10px;
}

.align_image_right {
	display: block;
	float: right;
	vertical-align: right;
	text-align:	right;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.align_image_center {
    display: block;
	vertical-align: central;
	text-align:	center;
}

#footer span.right {
  float: right;
  text-align: right;
}

#footer span.left {
  float: left;
  text-align: left;
}
/* activate banner class set to enable html image masking 
#banner_outer, #banner {
    margin: 0 auto;
    display:block;
    text-align: center;
    height: 100px;
    width:700px;
}

#banner { 
    width: 700px; 
	height: 100px;
}

.frame_top {
	background-position: top;
	background-repeat: no-repeat;
    background: url('images/banner-top.png') transparent;
    height: 50px;
    position: absolute;
    width: 700px;
    z-index: 99999;
}

.frame_bottom {
	background-position: bottom;
	background-repeat: no-repeat;
    background: url('images/banner-base.png') transparent;
	top: 50px;
    height: 50px;
    position: absolute;
    width: 700px;
    z-index: 99999;
}
*/
/* end image spans  */
