/***** @font-face ***/
@font-face {
	font-family: 'FuturaStdMedium';
	src: url('FuturaStd-Medium.eot');
	src: local('Futura Std Medium'), local('FuturaStd-Medium'), url('FuturaStd-Medium.woff') format('woff'), url('FuturaStd-Medium.ttf') format('truetype'), url('FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
}

/***** Basic Styling *****/
body
{
	font-size: 14px;
	line-height: 22px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial;
	color: #5a5c54;
	margin-top: 7px;
	background: #f7f8ef url(../_images/_layout/body_bg.gif) repeat-x left top;
}

a, a:link, a:visited
{
	color: #8E9621;
	text-decoration: none;
}

a:hover
{
	color: #c76e16;
}

a:active
{
	margin-top: 1px;
}

/***** Content *****/
#wrapper
{
	background: transparent url(../_images/_layout/cloud.png) no-repeat;
}

#header
{
	overflow: visible;
}
	#header a:active
	{
		margin-top: 0;
	}
	
	#header ul
	{
		list-style: none;
		overflow: visible;
		margin-top: 105px;
	}
		#header ul li
		{
			float: left;
			margin: 0 0 0 0px;
			font-size: 15px;
			height: 32px;
			position: relative;
		}
			#header ul li a
			{
				display: block;
				color: #c76e16;
				padding: 3px 10px;
			}
				#header ul li a:hover
				{
					color: #8E9621;
				}
					#header ul li a.sub_menu:hover
					{
						background-position: right bottom;
					}
					#header ul li a.sub_menu.current
					{
						background-position: right bottom;
					}
				
				#header ul li a:active
				{
					margin-top: 1px;
				}
				
				#header ul li a.sub_menu
				{
					padding-right: 18px;
					background: url(../_images/_layout/submenu_icon.png) no-repeat top right;
				}
				
				#header ul li a.current
				{
					color: #8E9621;
					background-color: #FFF;
					/*box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
					-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
					-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);*/
					border: 1px solid #E5E6DF;
    				border-top: 0;
    				border-bottom-color: #D4D4CE;
				}
				
			
			#header ul li:hover ul { 
				display: block;
			}
				#header ul li ul
				{
					background: #FFF;
					/*box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
					-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
					-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);*/
					border: 1px solid #E5E6DF;
    				border-top-color: #FFF;
    				border-bottom-color: #D4D4CE;
					position: absolute;
					left: 0;
					top: 27px;
					width: auto;
					white-space: nowrap;
					display: none;
					z-index: 100;
					margin: 0;
					padding: 0;
				}
					#header ul li ul li
					{
						float: none;
						margin: 0;
					}
						#header ul li ul li a.current
						{
							border: 0;
						}

#content
{
	margin-top: 40px;
}
	#welcome_image
	{
		margin-left: 85px;
	}
		#welcome_image img
		{
			margin-bottom: -20px;
		}

#footer
{
	font-size: 12px;
	margin: 0 10px 40px;
	color: #91948a;
}
	#footer a
	{
		color: #91948a;
	}
	#footer a:hover
	{
		color: #5a5c54;
	}
	
/***** Universal styling *****/
.box
{
	background: #FFF;
	/*box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);*/
	border: 1px solid #E5E6DF;
   	border-top-color: #F2F3EA;
   	border-bottom-color: #D4D4CE;
	padding: 6px 12px;
	display: inline-block;
	width: auto;
}

hr
{
	background:transparent url(../_images/_layout/divider.gif) repeat-x scroll center top;
	border: 0 none;
	height: 5px;
	margin: 22px 0 44px;
}

/***** Typography *****/
h1
{
	font-family: "FuturaStdMedium", "Century Gothic", "AppleGothic", sans-serif;
	font-weight: normal;
	color: #8E9621;
	font-size: 32px;
	margin-bottom: 0.6em;
	line-height: 1.2em;
	vertical-align: top;
}

h2
{
	font-family: "FuturaStdMedium", "Century Gothic", "AppleGothic", sans-serif;
	font-weight: normal;
	color: #8E9621;
	font-size: 22px;
	margin-bottom: 1em;
}

h3
{
	font-size: 18px;
	margin-bottom: .5em;
	color: #c76e16;
}

h4, h4 a
{
	font-size: 15px;
	margin-bottom: 0;
	color: #c76e16 !important;
}

h4 a:hover
{
	color: #8E9621 !important;
}

h5
{
	font-size: 12px;
	margin-bottom: 5px;
	color: #91948a;
}

p.caption_header
{
	font-weight: bold;
	margin-bottom: 0;
	font-size: 12px;
}

p.caption
{
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

ul
{
	list-style-image: url(../_images/_layout/bullet.gif);
}

blockquote {
width: 400px;
border-top: 2px solid #8E9621;
border-bottom: 2px solid #8E9621;
margin: 15px auto;
padding: 20px 0;
quotes:"\201C""\201D""\2018""\2019";
font: italic normal 12pt/1.2em Georgia;
}

blockquote:before {
color:#8E9621;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}

/***** Forms *****/
input, textarea
{
	width: 285px;
	padding: 6px;
	background: #FFF;
	color: #888;
	border: 1px solid #E5E6DF;
   	border-top-color: #D4D4CE;
   	border-bottom-color: #F2F3EA;
	margin-bottom: 15px;
	font-family: inherit;
	font-size: inherit;
}

input:focus, textarea:focus
{
	color: #5a5c54;
}

label, input, textarea
{
	display: block;
}

#submit
{
	width: auto;
	background: #8E9621;
	color: #FFF;
}

p.error
{
	color: #c8502b;
	margin: 0 0 8px;
	border: 2px solid #c8502b;
	padding: 4px;
}

p.success
{
	color: #8E9621;
	margin: 0 0 8px;
}

#calendar table
	{
		border-collapse: collapse;
	}
		#calendar table td, #calendar table th
		{
			padding: 4px 5px;
			text-align: center;
		}
		#calendar table th
		{
			background: #8E9621;
			color: #FFF;
		}
		#calendar table th a
		{
			color: #FFF;
		}
		
		#calendar table td a
		{
			background: #c76e16;
			display: block;
			color:#FFF;
		}
		
		#calendar table strong
		{
			background: #8E9621;
			color: #FFF;
			display: block;
		}