@import url("home.css");
@import url("blog.css");
@import url("ads.css");

body
{
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background: url("/images/tpl/body_bg.jpg");
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

.cl
{
	clear: both;
}

div.app_error_msg
{
	border: none;
	font-size: 11px;
	float: left;
	margin: 16px 0 16px 0;
	padding: 14px 24px 14px 14px;
	
	background: #fdd4aa url("/images/tpl/error_msg_image.gif") no-repeat 14px 14px;
}
	div.app_error_msg div.app_error_msg_left
	{
		width: 100px;
		height: 100px;
		float: left;
	}
	
	div.app_error_msg div.app_error_msg_right
	{
		float: left;
	}
	
	div.app_error_msg span
	{
		color: Black;
		font-size: 12px;
	}
	div.app_error_msg a
	{
		color: Black;
		text-decoration: underline;
		font-style: italic;
	}
	div.app_error_msg a:hover
	{
		color: Black;
		text-decoration: none;
	}



div#container
{
	width: 100%;
	float: left;
	background: #fff;
}

div#inner_container
{
	width: 1060px; /*970*/
	margin: 0 auto 0 auto;
	background: #fff url("/images/tpl/trees_bg.gif") no-repeat center bottom;
}

div#layout
{
	width: 826px;
	float: left;
	margin: 0 0 100px 70px;
	
	
	display: inline;
}

div#top
{
	width: 826px;
	height: 155px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 200;
	
	
	display: inline;
}

div#logo
{
	bottom: 0;
	left: 0;
	position: absolute;
}
	div#top_banner
	{
		width: 395px;
		height: 55px;
		top: 0;
		right: 0;
		position: absolute;
	}
		div#top_banner img, div#top_banner object
		{
			float: left;
		}


/* new 2 level navigation */
div#nav
{
	width: 550px;
	height: 93px;
	
	font-size: 11px;
	background: url("/images/tpl/top_trees_bg.gif") no-repeat 0 0;
	border-bottom: 1px dotted #000;
	
	margin: 0px 0 0 0;
	padding: 0;
	
	position: absolute;
	right: 0;
	bottom: 4px;
	
	z-index: 200;
	
	
	display: inline;
}

	div#nav ul#first
	{
		width: 100%;
		height: 30px;
		margin: 53px 0 0px 0;
		padding: 0px 0 0 0;
		background: #000;
		float: left;
		/*
		display: inline;
		*/
	}
		div#nav ul#first li
		{
			font-size: 14px;
			font-family: "Times New Roman", Times, serif;
			font-weight: bold;
			line-height: 30px;
			margin: 0px 20px 0 20px;
			padding: 0px 0 0px 0;
			cursor: pointer;
			
			list-style-type: none;
			display: block;
			float: left;
			position: relative;
		}
			div#nav ul#first li a
			{
				color: #fff;
				text-decoration: none;
				font-style: italic;
				padding: 0px 0 0px 14px;
			}
			div#nav ul#first li a:hover
			{
				color: #2fff00;
				background: url("/images/tpl/nav_garr.gif") no-repeat 1px 7px;
			}
			div#nav ul#first li a.over
			{
				color: #2fff00;
				background: url("/images/tpl/nav_garr.gif") no-repeat 1px 7px;
			}
			
	/* 2nd level */
	div#nav ul#first ul
	{
		width: 130px;
		margin: 0px;
		padding: 0px;
		background: #3f3f3f url("/images/tpl/nav_2_bg.png") repeat-x;
		
		float: left;
		position: absolute;
		display: block;
		
		z-index: 200;
		
		visibility: hidden;
		
		/* for IE6 */
		left: 0px;
		top: 30px;
	}
	
	div#nav ul#first li:hover ul, div#nav ul#first li.hover ul
	{
		visibility: visible;
	}

	div#nav ul#first ul li
	{
		font-weight: normal;
		height: 22px;
		line-height: 22px;
		margin: 0;
		padding: 0;
		
		float: none;
		display: block;
		list-style-type: none;
		
		border-top: 1px solid #fff;
	}
		div#nav ul#first ul li a
		{
			height: 22px;
			color: #fff;
			display: block;
			font-size: 10px;
			font-family: Verdana, serif;
			font-style: normal;
			text-transform: uppercase;
			padding: 0 14px 0 14px;
		}
		div#nav ul#first ul li a:hover
		{
			color: #201e1e;
			background: #74ff00;
		}
		div#nav ul#first ul li a.over
		{
			color: #201e1e;
			background: #74ff00;
		}

	/* for IE */
	div#nav ul#first li
	{
		behavior: url("/css/hover.htc");
	}
	

div#left
{
	width: 414px;
	float: left;
	margin: 50px 0 0 0;
	
	
	display: inline;
}


div#right
{
	width: 363px;
	float: left;
	margin: 50px 0 0 45px;
	

	display: inline;
	overflow: hidden;
}

div#search
{
	z-index: 1;
	background: url("/images/tpl/search_bg.gif");
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;


	display: inline;
}

	div#search div#search_corner, div#single div.single_text .corner, div#single div#detail .corner,
	div.blog_posts .corner, div#driving_container .corner
	{
		width: 13px;
		height: 13px;
		top: -1px;
		right: 0;
		background: url("/images/tpl/search_corner_bg.gif") no-repeat 0 0;
		position: absolute;
	}

	div#search select, div#search input.txt
	{
		color: #000;
		font-size: 11px;
		width: 155px;
	}
	div#search input.txt
	{
		color: #000;
		width: 150px;
		border: 1px inset #404040;
	}

	div#search table.home
	{
		border-collapse: collapse;
		width: 95%;
		margin: 40px 0px 0px 12px;
		
		
		overflow: hidden;
	}
	div#search table.home tr
	{
		
	}
	div#search table.home th
	{
		text-align: left;
		font-weight: normal;
	}
	div#search table.home td
	{
		
	}



div.buttons
{
	width: 100%;
	margin: 40px 0 40px 0;
	float: left;
}
	div.buttons input, input.button
	{
		margin: 0 auto 0 auto;
		display: block;
		font-family: Times, serif;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		color: #fff;
		background: #5ea52d;
		border: 1px solid #5ea52d;
		padding: 6px 12px 6px 12px;
		cursor: pointer;
	}
	div.buttons input:hover, input.button:hover
	{
		background: #000;
		border: 1px solid #000;
	}

h1, h2
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #000;
	background: url("/images/tpl/heading_garr.gif") no-repeat 0 10px;
}

/*
	footer
*/
div#footer
{
	width: 826px;
	margin: 0 auto 0 auto;
	padding: 0 0 0px 0px;
	color: #fff;
	position: relative;
}
	div#f_newsletter, div#f_nav, div#f_copy
	{
		margin-top: 40px;
		margin-bottom: 40px;
		float: left;
		height: 130px;


		display: inline;
	}

	div#f_newsletter
	{
		width: 180px;
	}
		div#f_newsletter h6
		{
			width: 150px;
			font-size: 15px;
			margin: 0;
			padding: 0 0 0 28px;
			background: url("/images/tpl/footer_warr.gif") no-repeat 16px 8px;
		}
		div#f_newsletter form
		{
			float: right;
			margin: 10px 0 0 0;
		}
		div#f_newsletter input.txt
		{
			width: 150px;
			float: right;
			border: 1px inset #000;
		}
		div#f_newsletter input.sign
		{
			margin: 10px 0 0 0;
			float: right;
		}

	div#f_nav
	{
		width: 212px;
		border-left: 1px dotted #fff;
		border-right: 1px dotted #fff;
		margin-left: 50px;
		

		display: inline;
	}
		div#f_nav ul
		{
			margin: 6px 0 0 30px;
			padding: 0 0 0 0;
		}

		div#f_nav li
		{
			margin: 2px 0 2px 0;
			list-style: none;
		}

		div#f_nav a
		{
			color: 	#fff;
			text-decoration: none;
			background: url("/images/tpl/footer_warr.gif") no-repeat 0px -6px;
			padding: 0 0 0 10px;
		}
		div#f_nav a:hover
		{
			text-decoration: underline;
			background: url("/images/tpl/footer_warr.gif") no-repeat 0px 6px;
		}

		div#f_nav a.over
		{
			text-decoration: underline;
			background: url("/images/tpl/footer_warr.gif") no-repeat 0px 6px;
		}

	div#f_copy
	{
		width: 250px;
		position: relative;
		margin-left: 50px;
		

		display: inline;
	}
	
		div#f_copy p
		{
			display: block;
			margin: 6px 0 6px 0;
		}
		div#f_copy img
		{
			
		}
		div#f_copy div
		{
			position: absolute;
			bottom: 6px;
			left: 0;
		}

	div#mrcaddy
	{
		width: 215px;
		height: 400px;
		position: absolute;
		bottom: -60px;
		left: 830px;
	}

/* Google ads */
div.google_ad_120x600
{
	width: 120px;
	height: 600px;
	float: left;
	
	margin: 195px 0px 350px 20px;
	
	
	display: inline;
}
div.google_ad_300x250
{
	float: right;
	width: 300px;
	height: 250px;
	margin: 0 30px 30px 0;
	
	
	display: inline;
}

/* other banners */
div#banner1_468x60
{
	clear: both;
	float: left;

	width: 100%;
	height: 60px;
}
	div#banner1_468x60 a
	{
		display: block;
		margin: 40px auto 40px auto;
		width: 468px;
		height: 60px;
	}
		a#banner1_468x60 img
		{
			float: left;
		}

div#banner2_300x250
{
	width: 350px;
	height: 250px;
	float: left;
	margin: 0 0 20px 32px;

	display: inline;
}
	div#banner2_468x60 object
	{
		float: left;
	}
