/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.jpg);
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}

#maincontainer {
	padding: 2px;
	background-color: #61001B;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(images/header.jpg);
	height: 152px;
}

#menu {
	background-image: url(images/menubg.jpg);
	height: 65px;
}

#menu ul {
	padding: 4px 90px;
	list-style-type: none;
}

#menu img {
	border: 0;
}

#footerbreaker {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 38px;
}

#footer {
	background-color: #FFFFFF;
}

#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#content {
	background-color: #FFFFFF;
}

#toprow {
	padding: 0 15px;
}

#botrow {
	padding: 0 15px;	
}

#topbox {
	float: left;
	background-image: url(images/bgtopbox.jpg);
	width: 445px;
}

#topbox p {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#centerpic {
	padding-left: 8px;
}

#rightbox {
	float: right;
	width: 40%;
}

#rightbox ul{
	padding-left: 18px;
}

#botbox {
	float: right;
	width: 69%;
	padding-top: 15px;
}

#botbox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#botpic {
	float: left;
}

.menulist {
	padding-right: 30px;
	display: inline;
}

.divider {
	margin-top: 25px;
	background-image: url(images/divider.jpg);
	width: 96%;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
}

.servicelist {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.clearleft {
	clear: right;
}

.clearboth {
	clear: both;
}
.jj a{ color:#666666; text-decoration:none; font-size:12px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif;}