@charset "utf-8";
/* CSS Document */

/* EXTERNAL FILES */
	@import url("fares.css");

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
	background: #f2f2f2 url('imagesets/tail-top.gif') repeat-x; 
/*	background: #f2f2f2; */
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	/*color: #647380;*/
	color: #099b02;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: left;
	padding: 0 0 20px;
	overflow:hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 135px;
	margin: 20px 0px 0px 0px;
}
	#header h1 {
		float: left;
		text-indent: -9999px;
		font-size: 0;
		margin: 25px 0px 0px 10px;
		padding: 15px;
	}
		#header h1 a {
			display: block;
			background: transparent url('imagesets/logo.gif') no-repeat 0 0;
			width: 224px; height: 40px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding-top: 18px;
	}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background: #ffffff url('imagesets/buffer.gif') repeat-y 0 0;
}
	#body .buffer {
		background: url('imagesets/wrapper.gif') repeat-x 0 0;
	}
	#body .subscribe {
		float: right;
		font-size: 0.9em;
		color: #333333; /*#ffffff;*/
		padding: 11px;
	}
		#body .subscribe a {
			color: #ffffff;
			margin: 0 1px;
		}
		#body .subscribe a:hover {
			color: #CED9E7;
			text-decoration: underline;
		}
	#body .pages {
		list-style-type: none;
		height: 35px;
		padding-left: 15px;
	}
		#body .pages li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
		}
		#body .pages li a {
			color: #ffffff;
			display: block;
			padding: 11px 16px;
		}
		#body .pages li a:hover {
			text-decoration: none;
			background-color: #EFEFEF;
			color: #637380;
		}


	div.breadcrumbs {
		margin:0;
		padding:0;
		line-height:30px;
		color:#888888;
	}
	div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
		float:left;
		padding:0 8px;
	}
	div.breadcrumbs span {
		background:url('imagesets/bg-breadcrumb.png') no-repeat left center;
		overflow:hidden;
		padding:0 0 0 10px;
		width:0px;
		filter:alpha(opacity=40);
		opacity:0.4;
	}

	#body .categories {
		list-style-type: none;
		height: 41px;
	}
		#body .categories li {
			float: left;
			font-size: 0.9em;
			padding: 14px 14px 13px;
			background: url('imagesets/divider.gif') no-repeat 0 16px;
		}
			#body .categories li.f {
				background: none;
			}
		#body .categories li a {
			color: #808080;
		}
		#body .categories li a:hover {
			text-decoration: none;
			color: #49535C;
		}
/** END body **/

/** BEGIN content **/
#content {
	width: 810px;
	float: left;
	padding: 10px 8px;
	background: #FFFFFF;
}
	#content p {
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	#content h3, #content h4, #content h5, #content h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content ol, #content ul {
		list-style-position: inside;
		margin-bottom: 15px;
	}
	#content li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content blockqoute {
		padding: 10px 10px 5px;
		background: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
		margin-bottom: 15px;
	}
	#content h2 {
		font-family: Georgia;
		font-size: 1.7em;
		margin-bottom: 2px;
	}

	#content h4 {
		font-size: 1.0em;
		margin-bottom: 2px;
	}

	#content .details {
		font-size: 0.9em;
		color: #CCCCCC;
		margin: 0px 0px 5px;
	}
		#content .details a {
			color: #CCCCCC;
		}
	#content .continue {
		background-color: #637380;
		color: #ffffff;
		text-transform: uppercase;
		display: block;
		font-size: 0.9em;
		padding: 7px 12px;
		float: left;
	}
		#content .continue:hover {
			/*background-color: #587992;*/
			background-color: #099b02;
			text-decoration: none;
		}
	#content .post {
		width: 385px;
		float: left;
		margin: 0px;
		padding: 10px;
		font-size: 0.9em;
		overflow:hidden;
	}
/*
		#content .post img {
			border: 3px solid #EFEFEF;
			float: left;
			margin: 4px 8px 8px 0;
		}
*/
		#content .post h2 {
			font-weight: normal;
			background-color: #637380;
			color: #ffffff;
			padding: 5px;
			margin-bottom: 2px;
			font-size: 1.5em;
		}

	#content .post ul {
		list-style-type: none;
		padding: 0 10px 5px;
	}
		#content .post ul li {
			border-bottom: 1px dotted #DEDCD4;
			line-height: 1.1em;
			padding: 6px 0;
		}
		#content .post ul li a {
			
		}

	#content .latest {
		width: 790px; height: auto;
	}
		#content .latest img {
			border: 3px solid #EFEFEF;
			float: left;
			margin: 4px 8px 8px 0;
		}

		#content .latest h1 {
			font-size: 1.5em;
			font-weight: normal;
			padding: 6px 5px;
			font-family: Tahoma, Arial;
			color: #FFFFFF;
			background:#099b02;
			letter-spacing: 0.1em;
			margin-bottom:8px;
		}

		#content .latest h2,
		#content .latest h3 {
			font-size: 1.5em;
			font-weight: normal;
			padding: 6px 5px;
			font-family: Tahoma, Arial;
			color: #099b02;
			background:none;
			letter-spacing: 0.1em;
		}
			#content .latest h2 a {
				color: white;
			}
		#content .latest .continue {
			float: right;
		}
		#content .latest .bottom {
			clear: both;
			border-top: 1px solid #E1E1E1;
		}
	#content .postnav {
		clear: both;
		padding: 40px 8px 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
			}
			#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #637380;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
			}
			#content .postnav ul li a:hover {
				background-color: #587992;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 170px;
	float: right;
	font-size: 0.9em;
	margin: 5px 3px 0px 0px;
	background: none;
	overflow: hidden;
}
	#sidebar p {
		text-align: left;
		line-height: 1.4em;
	}

	#sidebar a {
		text-decoration: underline;
		color: #637380;
	}
	#sidebar a:hover {
		text-decoration: none;
	}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding: 10px;
		color: #637380;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DEDCD4;
			line-height: 1.2em;
			padding: 6px 0;
		}
		#sidebar ul li a {
			color: #637380;
		}
	#sidebar form {
		padding: 0 9px;
		border-bottom: 1px solid #E1E1E1;
		background: url('../images/search.gif') no-repeat center center;
		height: 65px;
	}
		#sidebar form input {
			border: 0;
			font-size: 1.4em;
			font-family: Verdana;
			width: 195px;
			margin: 23px 5px;
			float: left;
			background-color: transparent;
		}
		#sidebar form button {
			float: right;
			border: 0;
			width: 69px; height: 34px;
			text-indent: -9999px;
			margin-top: 15px;
			background-color: transparent;
		}
	#sidebar .ads {
		text-align: center;
		padding: auto 0px 10px;
/*
		border-bottom: 1px solid #E1E1E1;
*/
	}
		#sidebar .ads img {
			margin: 5px;
			padding: 1px;
			border: solid 1px #D1D1D1;
		}
	#sidebar .video {
		padding: 0 10px 10px;
		text-align: center;
	}
	#sidebar .tags {
		padding: 0 10px 10px;
		border-bottom: 1px solid #E1E1E1;
	}
		#sidebar .tags a {
			color: #565656;
		}
		#sidebar .tags a:hover {
			color: #637380;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: #ffffff url('imagesets/bottom.gif') repeat-x 0 0;
	font-size: 0.9em;
}
	#footer .box {
		width: 340px;
		float: left;
	}
		#footer .box h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .box ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .box ul li a {
				color: #565656;
			}

	#footer .boxsmall {
		width: 200px;
		float: left;
		border: none;
		border-right: solid 1px #EFEFEF;
	}
		#footer .boxsmall h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px 20px;
		}
		#footer .boxsmall p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .boxsmall img {
			float: left;
			margin: 14px 10px 5px 0;
		}
		#footer .boxsmall ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .boxsmall ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .boxsmall ul li a {
				color: #565656;
			}

	#footer .boxmedium {
		width: 350px;
		float: left;
		border: none;
		border-right: solid 1px #EFEFEF;
	}
		#footer .boxmedium h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px 20px;
		}
		#footer .boxmedium p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .boxmedium img {
			float: left;
			margin: 14px 10px 5px 0;
		}
		#footer .boxmedium ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .boxmedium ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .boxmedium ul li a {
				color: #565656;
			}

	#footer .about {
		width: 450px;
		float: left;
	}
		#footer .about h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px 20px;
		}
		#footer .about p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .about img {
			float: left;
			margin: 14px 10px 5px 0;
		}
	#footer .links {
		background-color: #099b02;
		color: #E1E1E1;
		height: 35px;
		clear: both;
	}
		#footer .links p {
			padding: 10px;
		}
		#footer .links a {
			color: #CED9E7;
			text-decoration: underline;
		}
		#footer .links .l {
			float: left;
		}
		#footer .links .r {
			float: right;
		}
/** END footer **/

/** BEGIN lower footer **/
#lowerFooter {
	line-height: 1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #333;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	overflow:hidden;
}

	#lowerFooter a {
		color:#666;
	}

	#lowerFooter .copyright {
		float:left;
		letter-spacing: 0em;
		padding: 8px 0px 0px 0px;
		margin: 8px 0px 0px;
		font-size: 90%;
		line-height:1.2em;
		color: #666;
	}
	#lowerFooter .footerLinks {
		clear: both;
		width: 990px;
		background: none;
		padding: 4px;
		float: left;
		color: #999; /*#ffffff;*/
		overflow: hidden;
	}
		#lowerFooter .footerLinks a {
			padding: 0 8px;
			border-right: solid 1px #999;
		}
	
/** END lower footer **/

table { font-size:100%; }
table td { border-bottom: solid 1px #EFEFEF; padding: 3px; }

/*	CONTACT FORM */
.contactForm table, .contactForm tr, .contactForm td { border:none; }
.contactForm .inputText { width:210px; }
.contactForm .inputText2 { width:450px; }
#contactOutput { }
#contactOutput .ialert { background: #f8dbdb url(imagesets/alertErrorSmall.png) center no-repeat; background-position: 15px 50%; /* x-pos y-pos */ text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #e77776; border-bottom: 2px solid #e77776; }
#contactOutput .ialert2 { background: #e6ffc0 url(imagesets/alertSuccessSmall.png) center no-repeat; background-position: 15px 50%; /* x-pos y-pos */ text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #b5fe26; border-bottom: 2px solid #b5fe26; }


.error { color:#099b02; }
.nomargin { margin-bottom: 0px; }


#fiveReasonswhy { text-align: left; font-size: 11px; }
#fiveReasonswhy p { margin: 10px 10px; }
#fiveReasonswhy ul { padding-left:20px; }
