/* CSS Document */
/* By Tim http://www.timgoodwin.eu */

body {
	background-color: #CCC;
	background-image:url('images/background.gif');
	background-repeat: repeat-x;
}

table {	background-color: #FFF;}

h1 { font-family: Tahoma; font-size: 16pt; }
h2 { font-family: Tahoma; font-size: 14pt; }

li { list-style-image: url('images/check.gif'); list-style-type: square; }

a { color: #3333FF; font-family: Tahoma; text-decoration: none; font-weight: bold;}
a:hover { color: #99b33c; text-decoration: underline; }

.quickmenu a { color: #666; font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: bold;}
.quickmenu a:hover { color: #99b33c; text-decoration: underline; }
.quickmenu li { list-style-image: url('images/none.gif'); list-style-type: block; }

img { border:none; }

.header {
	background-image:url('images/headerbanner.gif');
	width: 750px; height: 230px;
	background-repeat: no-repeat;

}

.main {
	background-color: #FFF;
	width: 750px; height: auto;
	padding: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color: #080808;
		margin-top: 100px;
}

.topbarL {
	background-color: #CC0000;
	font-family: Tahoma; font-weight: bold;
	font-size:15px;
	color: #FFF;
	padding: 5px;
}

.topbarR {
	background-color: #990000;
	font-family: Tahoma; font-weight: bold;
	font-size:14px;
	color: #FFF;
	padding: 5px;
}

.content {
	font-family: Arial;
	text-align: none;
	font-size:14px;
	color: #080808;
	padding: 5px;
}


.testimonybox {
	background-color: #fff;
	background-image:url('images/testimonial.gif'); background-repeat: no-repeat;
	width: 414px; height: 299px;
	font-family: Tahoma;
	font-size:11px;
	font-weight: normal;
	color: #000;
}

.footer {
	background-color: #fff;
	background-image:url('images/footer.gif');
	height: 75px;
	font-family: Arial;
	font-size:11px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.footer a { color: #fff641; text-decoration: none; font-weight: bold;}
.footer a:hover { color: #fff; text-decoration: underline; }
