/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/background.jpg) repeat scroll 0 0;
font-family:font-family:Georgia,"Times New Roman",Times,serif;
}
#max_bcg{
	width:1500px;
	height:740px;
	background:url(images/bcg1.png) no-repeat bottom left;
	z-index:-5000;
}
#page{
	width:920px;
	height:100%;
	margin:0 auto;
	z-index:3;
}


/* NAV */
#menu{
	padding:0px;
	padding-left:30px;
	margin:0px;
}


#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	margin-top:5px;
}

#menu li ul {
	position:absolute;
	display:none;
	float:left;
	width:609px;
	margin-left:10px;
	/*text-shadow: 1px 1px 1px #000; */

}
#menu li ul li{
	float:left;
	margin-top:0px;
	padding-top:5px;
	height:25px;
	
	
}
#menu ul li ul {
	float:left;
	margin-left:15px;
}
/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
#menu ul li:hover ul,#menu ul{
	display:none;
}
#menu a{
	border:none;
}
	.who_we_are_nav{
		position:relative;
		z-index:2000;
		display:inherit;
		width:99px;
		height:51px;
		background:url(images/who_we_are_normal.png) no-repeat bottom left;
	}
	.who_we_are_nav:hover{
		display:inherit;
		width:99px;
		height:51px;
		background:url(images/who_we_are_hover.png) no-repeat bottom left;
	}
	.what_we_do_nav{
		position:relative;
		z-index:900;
		display:inherit;
				margin-left:-10px;

		width:99px;
		height:51px;
		background:url(images/what_we_do_normal.png) no-repeat bottom left;
	}
	.what_we_do_nav:hover{
		display:inherit;
				margin-left:-10px;

		width:99px;
		height:51px;
		background:url(images/what_we_do_hover.png) no-repeat bottom left;
	}
	.how_we_do_it_nav{
		position:relative;
		z-index:2000;
		display:inherit;
		width:99px;
		height:51px;
		background:url(images/how_we_do_it_normal.png) no-repeat bottom left;
	}
	.how_we_do_it_nav:hover{
		display:inherit;
		width:99px;
		height:51px;
		background:url(images/how_we_do_it_hover.png) no-repeat bottom left;
	}
	.why_we_do_it_nav{
		position:relative;
		z-index:900;
		display:inherit;
				margin-left:-10px;

		width:99px;
		height:51px;
		background:url(images/why_we_do_it_normal.png) no-repeat bottom left;
	}
	.why_we_do_it_nav:hover{
		display:inherit;
				margin-left:-10px;

		width:99px;
		height:51px;
		background:url(images/why_we_do_it_hover.png) no-repeat bottom left;
	}
	#nav_sep{
		display:block;
		width:668px;
		height:4px;
		margin:0px;
		background:url(images/navigation_sep_line.png) bottom left no-repeat;
		margin-top:0px;
	
	}
	#sub_nav{
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
	}
	#sub_nav li{
		list-style:none;
		float:left;
		padding-right:10px;
	}
	#sub_nav a{
		color:#333333;
		text-decoration:none;
	}
	#sub_nav a:hover{
		color:#000000;
		text-decoration:underline;
	}
	#sub_nav2{
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		left:-99px;
	}
	#sub_nav2 li{
		list-style:none;
		float:left;
		padding-right:10px;
	}
	#sub_nav2 ul{
		list-style:none;
		float:left;
		margin-right:10px;
	}
	#sub_nav2 a{
		color:#333333;
		text-decoration:none;
	}
	#sub_nav2 a:hover{
		color:#000000;
		text-decoration:underline;
	}
	#sub_nav21{
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		left:-379px;
	}
	#sub_nav21 li{
		list-style:none;
		float:left;
		margin-right:10px;
	}
	
	#sub_nav21 a{
		color:#333333;
		text-decoration:none;
	}
	#sub_nav3{
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		left:-190px;
	}
	#sub_nav3 li{
		list-style:none;
		float:left;
		padding-right:10px;
	}
	#sub_nav3 a{
		color:#333333;
		text-decoration:none;
	}
	#sub_nav3 a:hover{
		color:#000000;
		text-decoration:underline;
	}
	#sub_nav4{
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		left:-288px;
	}
	#sub_nav4 li{
		list-style:none;
		float:left;
		padding-right:10px;
	}
	#sub_nav4 a{
		color:#333333;
		text-decoration:none;
	}
	#sub_nav4 a:hover{
		color:#000000;
		text-decoration:underline;
	}
	#nav_holder{
		display:block;
	}
	#header_holder{
		width:920px;
		height:147px;
		display:block;
		margin-bottom:0px;
	}
	#logo {
		float:left;
		height:137px;
		width:200px;
	}
	#nav_holder{
		width:660px;
		float:right;
		position:relative;
	}
	#logo_and_links{
		width:900px;
	}
	#sub_nav_holder{
		padding-left:30px;
		float:left;
	}
	#social_holder{
		width:150px;
		height:42px;
		display:inline;
		float:right;
		padding:0px;
		margin-right:0px;
		margin-top:-3px;
	}
	#nav_page_header
	{
		font-variant:small-caps;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		color:#333333;
		float:right;
		position:absolute;
		right:0px;
		top:40px;
		text-align:right;
		/*text-shadow: 1px 1px 1px #666666;*/
		
	}
	#header_card_top{
		display:block;
		width:100%;
		height:25px;
		background:url(images/header_card_top.png) no-repeat center bottom;
	}
	#header_card_bottom{
		display:block;
		width:100%;
		height:20px;
		background:url(images/header_card_bottom.png) no-repeat center top;
		z-index:3000;
	}
	/*END NAv*/
	
	#main_container{
		padding:0px;
		margin:0px;
		width:920px;
		display:block;
		position:relative;
		z-index:100;
	}
	#footer_container{
		position:relative;
		width:950px;
		height:78px;
		display:block;
		margin-bottom:0px;
	}
	#footer_social {
position:absolute;
right:55px;
top:35px;
width:130px;
z-index:300;
}
	.twitter_sprite {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/twitter_sprite.png') top;
	text-indent: -99999px;
	float:right;
}
.twitter_sprite:hover {
	background-position: 0 24px;
}
.facebook_sprite {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/facebook_sprite.png') top;
	text-indent: -99999px;
	float:right;
}
.facebook_sprite:hover {
	background-position: 0 24px;
}
.wordpress_sprite {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/wordpress_sprite.png') top;
	text-indent: -99999px;
	float:right;
}
.wordpress_sprite:hover {
	background-position: 0 24px;
}
.vimeo_sprite {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/vimeo_sprite.png') top;
	text-indent: -99999px;
	float:right;
}
.vimeo_sprite:hover {
	background-position: 0 24px;
}
.linkedin_sprite {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/linked_in_sprite.png') top;
	text-indent: -99999px;
	float:right;
}
.linkedin_sprite:hover {
	background-position: 0 24px;
}
#footer_social a{
	width:24px;
	height:24px;
	border:none;
}
	#footer_sep{
		display:block;
		width:950px;
		height:14px;
		margin:0px;
		background:url(images/footer_sep.png) bottom left no-repeat;
		margin-top:0px;
	}
	#footer_links{
		width:100%;
		margin-top:10px;
		font-family:"Courier New", Courier, monospace;
		font-size:11px;
		/*text-shadow: 1px 1px 1px #000;*/
		float:left;
		vertical-align:top;
	}
	#footer_links2{
		width:100%;
		margin-top:10px;
		font-family:"Courier New", Courier, monospace;
		font-size:11px;
		/*text-shadow: 1px 1px 1px #ccc;*/
		color:#ffffff;
	}
	#footer_links a{
		color:#333;
		text-decoration:none;
	}
	#footer_links a:hover{
		color:#000000;
		text-decoration:none;
		border-bottom:1px dotted #000000;
	}
	#footer_links2 a{
		color: #CCC;
		text-decoration:none;
	}
	#footer_links2 a:hover{
		color:#ffffff;
		text-decoration:none;
		border-bottom:1px dotted #ffffff;
	}
	#main{
		width:650px;
		height:100%;
		padding-left:15px;
		float:left;}
	#sidebar{
		width:220px;
		float:left;
		padding-left:30px;
		border-left:1px solid #333333;
	}
	#sidebar a{
		color:#000;
		font-size:13px;
	}
	#introIMG {
float:left;
height:160px;
margin-right:8px;
overflow:hidden;
width:160px;
}
	#introIMG img {
border:1px solid #BDBDBD;
padding:4px;
}
#date_bcg{
	width:80px;
	height:70px;
	margin-left:-80px;
	background:url(images/date_bcg.png) top left no-repeat;
	padding-top:25px;
	padding-left:25px;
	z-index:-50;
	position:absolute;
	overflow:hidden;
	color:#333;
}
#date_bcg span{
	width:30px;
}
#comments_cloud{
	width:35px;
	height:35px;
	background:url(images/comments-box.png) top left no-repeat;
	float:right;
	color:#000;
	padding-top:8px;
	font-size:12px;


}
h2{
	color:#333333;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:20px;
font-variant:small-caps;
font-weight:bold;

}
.post h2 a{
	border:none;
	color:#000;
}
.post h2 a:hover{
	border:none;
	color:#136e00;
}
#header_sep{
	background:url(images/header_sep.png) top left no-repeat;
	width:650px;
	height:10px;
}
.post{
	padding-top:20px;
}
#searchWrap{
	margin-top:-5px;
}

#searchWrap form #s{
	background:none;
	border:1px dotted #333333;
	padding-top:2px;
	height:16px;
	margin-right:5px;
}
#searchWrap form submit{
	background:none;
	border:none;
}
#our_blog_header{
	width:207px;
	height:125px;
	float:left;
	margin-top:-10px;
	margin-left:-10px;
	position:absolute;
	z-index:300;
}
a{
	color:#136e00;
	text-decoration:none;
}
a:hover{
	color:#136e00;
	text-decoration:none;
	border-bottom:1px dotted #136e00;
}
#pagination{
	float:right;
}
#pagination a{
	border:none;
}
.more-link a{
	border:none;
}
#commentlist li{
	border-left:1px dotted #333333;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}
#commentform textarea{
	width:100%;
	margin-right:10px;
}
.more-link{
	border:none; !important
}
#find_more {
position:absolute;
right:45px;
top:15px;
width:173px;
z-index:299;
}