/*	structural elements	*/

body{
	margin:0;
	padding:0;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container{
	width: 900px;
	margin: 2em auto;
}

#footer{
	margin: 2em auto;
}

/*	stylistic images and logo	*/

#header{
	background-color: #f8f8f8;
	border:1px solid #eaeaea;
	border-bottom:0;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	height: 255px;

	-moz-box-shadow: 0px 0px 15px #eee; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #eeee; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #eee; /* Opera 10.5, IE 9.0 */
}

#logo{
	height: 201px;
	width: 175px;
	margin:25px 5px .5em 65px;
	position:relative;
	float: left;
}

/*	header styles	*/

div#about_phrase{
	width: 650px;
	position:relative;
	float: right;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #444;
	margin:0;
	padding:30px 0;
}

div#about_phrase p{
	margin: 0;
	padding: 0;
}

div#about_phrase span{
	display: block;
	position:relative;
	float: left;
	clear: left;
}

div#about_phrase span#big_name{
	font-size: 1.25em;
	color: #004a15;
}

div#about_phrase span#phrase_p1{
	margin-left: 1em;
}

div#about_phrase span#phrase_p2{
	margin-left: 4em;
}

div#about_phrase span#phrase_p3{
	margin-left: 2.5em;
}

#container #header #about_phrase p em{
	font-weight: bold;
	font-style: normal;
	color: #95c055;
}

div#search_box{
	position: relative;
	float: right;
	width:50%;
	padding-right: 20px;
}

div#header div#search_box form input#query_box{
	width: 345px;
	
	background-image: url("/search/google_cse_watermark.png"), -moz-linear-gradient(top, #fff, #e7e7e7); /* FF3.6 */
	background-image: url("/search/google_cse_watermark.png"), -webkit-gradient(linear,left top,left bottom,color-stop(0, #f7f7f7),color-stop(1, #e7e7e7)); /* Saf4+, Chrome */
	background-repeat: no-repeat;
	background-position: left center;
}
div#header div#search_box form input#query_box:focus{
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f7f7f7),color-stop(1, #e7e7e7)); /* Saf4+, Chrome */
		
	-moz-box-shadow: 0px 0px 15px #a5d065; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #a5d065; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #a5d065; /* Opera 10.5, IE 9.0 */
}

form input:hover{
	-moz-box-shadow: 0px 0px 15px #a5d065; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #a5d065; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #a5d065; /* Opera 10.5, IE 9.0 */
}

div#header div#search_box form input#submit_button{
	width: auto;
}

div#header div#search_box form p{
	clear: both;
	position: relative;
	float: right;
	margin: 0 15px 0 0;
	
	font-size: .75em;
	font-style: italic;
}

/*	navigation styles	*/

div#navigation{
	width:100%;
	background-color: #a5d065;
	min-height: 133px;
	position:relative;
	float: left;
	clear: left;
	
	-moz-box-shadow: 0px 0px 15px #a5d065; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #a5d065; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #a5d065; /* Opera 10.5, IE 9.0 */
}

div#navigation ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

div#navigation ul li.outer{
	display: block;
	position:relative;
	float: left;
	
	width: 299px;
	min-height: 133px;
	text-align: center;
	border-right: 1px solid #85b045;
	
	background-color: #95c055;
	
}

div#navigation ul li.outer h3{
	font-variant: small-caps;
	padding: 9px 0;
	margin:0;
	height: 15px;
	font-size: 15px;
	
	background-color: #a5d065;
}

div#navigation ul li ul li{
	display: block;
	position:static;
	
	width: 100%;
	text-align: center;
	height: 32px;
	
	font-size: 13px;
	padding-left: 0;
}

div#navigation ul li ul li a{
	padding: 8px 0;
}



/*	bottom_content styles	*/
div#bottom_content{
	width:100%;
	background-color: #B29350;
	background-image:-moz-linear-gradient(
		left center,
		rgb(178,147,80) 1%,
		rgb(204,170,108) 16%,
		rgb(178,147,80) 33%,
		rgb(204,170,108) 48%,
		rgb(178,147,80) 66%,
		rgb(204,170,108) 82%,
		rgb(178,147,80) 99%
	);
	min-height: 300px;
	position:relative;
	float: left;
	clear: left;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
	-moz-box-shadow: 0px 0px 15px #B29350; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #B29350; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #B29350; /* Opera 10.5, IE 9.0 */
}

div#bottom_content div.bottom_boxes{
	width: 269px;
	padding: 0 15px;
	border-right: 1px solid #a28340;
	min-height: 300px;
	position:relative;
	float: left;
	
	text-align: center;
	color: #333;
}

div#bottom_content div.bottom_boxes h2{
	font-weight: normal;
}

div#bottom_content div.bottom_boxes p{
	text-align: left;
}

div#bottom_content div.bottom_boxes div.front_image_box{
	position:relative;
	float: left;
	margin: 0 .5em 1em 0;
	padding-right: .5em;
	border: 1px solid #a28340;
	border-width: 0 1px 1px 0;
}

div#bottom_content div.bottom_boxes div.front_image_box img{
	width: 135px;
}
div#bottom_content div.bottom_boxes div.front_image_box p{
	margin:0;
	padding: 0;
	font-size: .75em;
}


div#bottom_content div.bottom_boxes p{
	font-size: 1.2em;
}

div#bottom_content div.bottom_boxes div.twtr-tweet{
	border-bottom: 1px solid #a28340;\
}

div#bottom_content div.bottom_boxes div.twtr-hd{
	padding-top: 0;
}

div#bottom_content #twtr-widget-1 .twtr-doc, div#bottom_content #twtr-widget-1 .twtr-hd a, div#bottom_content #twtr-widget-1 h3, div#bottom_content  #twtr-widget-1 h4,
div#bottom_content #twtr-widget-1 .twtr-new-results, div#bottom_content #twtr-widget-1 .twtr-results-inner, div#bottom_content #twtr-widget-1 .twtr-timeline { 
	background: none !important;
}

