/* CSS Document */

body {background: #ffffff; margin: 0px;}

td {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}

h1 {
	color: #c6dd7d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
	color: #666666;
}
h2 {
	color: #336699;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
li {
	list-style-image:  none;
	list-style-type: disc;
	list-style-position: outside;
}

a, a:visited {color: #000000; text-decoration: none;}
a:hover, a:visited:hover {color: #c6dd7d; text-decoration: underline;}

hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


.heading {
	font-size: 24px;
	color: #c6dd7d;
}

.subheading {
	font-size: 16px;
	color: #c6dd7d;
}

.tagline {
	font-size: 16px;
	color: #336699;
}

.gallerySmall {
	text-align: left;
	vertical-align: top;
}
.gallerySmall img {
	border:none;
	width: 50px;
	height: 35px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.navigation {
	font-size: 12px;
	color: c6dd7d;
	text-align: left;
	vertical-align: middle;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.boxRight {
	padding-top: 25px;
	text-align: left;
	vertical-align: top;
}


.copyrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	height: 30px;
}
.quoteBox {
	font-size: 22px;
	color: #FFFFFF;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	line-height: 27px;
	width: 200px;
}
.textBox {
	padding-right: 25px;
	text-align: left;
	vertical-align: top;
}
.rates {
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
