/*
Template name: Natural Essence
Template URI: http://templates.arcsin.se/natural-essence-website-template/
Release date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* default elements */
* {
	margin: 2;
	padding: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
/*	background: #7C6F5C url(img/bg.jpg);*/
	background: #FFFFF;

	color: #FFFFF;
	font: normal 62.5% sans-serif;
	padding: 0 0;
}

a {color: #642;}
a:hover {
	color: #3E3B2A;
	background-color: #d8d4cd;
	font-size: 1.3em;
}

big {font-size: 1.1em;}

h1,h2,h3 {color: #3E3B2A; padding: 8px 8px 8px 8px;}

h1 {
	font-family: "Trajan Pro";
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {text-decoration: none;}
h1 a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #433D2D;
}

h2 {
	font-family: "Trajan Pro";
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #d8d4cd;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	display: block;
	padding-left: 26px;
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3E3B2A;
	background-color: #d8d4cd;
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
}

form,table {
/*	border: medium none #57523F; */
	border: none ;

	padding: 0px;
	margin: 1.2px;
}
img {
	text-align: center;
}
label {display: block;}
li {line-height: 1.5em;}
p {
	padding: 2px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	width: 765px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	/*	border-top: 6px solid; */
	font-size: 1.3em;
	line-height: 1.3em;
	width: 750px;
	background-color: #FAF8F8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
.title {
	background-color: #FAF8F8;
}
.title h1 {
	color: #3E3B2A;
	padding: 0px 0 0px 18px;
	font-family: "Trajan Pro";
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

.header {
/*	border-top: 2px solid #663; */
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	height: 41px;
	border-top: 1px solid #996;
	background-image: url((URL));
	background-repeat: no-repeat;
	font-family: "Trajan Pro";
}
.banner {
	height: 40px;
/*	border-top: 1px solid #996;
	background-image: url((URL));
	background-repeat: no-repeat;
*/	font-family: "Trajan Pro";
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #3E3B2A;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #57523F;
	background-color: #FFF;
}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
	background-color: #d8d4cd;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom .left,.bottom .right {
	width: auto;
}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {
	background-color: #FFF;
}
.col2 .right {width: 33%;}
.content {padding: 8px 8px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 8px 5px 5px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #FFFFFF;}
.right .block li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CFC8B1;
}
test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #060;
}
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #060;
	font-weight: bold;

}

}
#container #two-columns .main .content table tr .navigation {
	background-repeat: repeat-x;
	font-size: 1.3em;
}
#wrapper #container .main .content #Bus Owners p {
	text-align: center;
}
#wrapper #container .main .content #CollapsiblePanel1 .CollapsiblePanelTab {
	font-family: Verdana, Geneva, sans-serif;
}

