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

.red{
color:#FF0000;
}

#content {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	position: relative;
}
#footer a {
	color: #003399;
	text-decoration: none;
}
.picRight {
	clear: left;
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}
.picLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.leftSide {
	float: left;
	width: 200px;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	margin-right: 10px;
	background-color: #f5f5f5;
	margin-top: 10px;
}
.rightSide {
	padding: 10px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.mainBox {
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.formBox {
	border: 1px solid #999999;
	padding: 5px;
}
.formBoxWide {
	border: 1px solid #999999;
	padding: 5px;
	width: 200px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
#serviceMenu a {
	display: block;
	float: left;
	height: 20px;
	width: 95px;
	border: 1px dotted #666666;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 5px;
	text-decoration: none;
	background-image: url(images/serviceMenu.gif);
	background-repeat: no-repeat;
}
#serviceMenu a:hover {
	display: block;
	float: left;
	height: 20px;
	width: 95px;
	border: 1px solid #990000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/serviceMenuOver.gif);
	background-repeat: no-repeat;
}
#leftColumn a {
	display: inline;
	list-style-type: none;
	float: left;
	width: 170px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(images/menuBG.gif);
}

#leftColumn a:hover {
	color: #333333;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-image: url(images/menuBGover.gif);
	width: 165px;
}

/*main menu*/
#menu {
	width: 800px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}


#menu a {
	display: inline;
	list-style-type: none;
	float: left;
	width: 82px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 5px;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/menuOver.jpg);
	background-position: 50%;
	text-decoration: underline;
}

/*admin main menu*/
#adminmenu {
	width: 800px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}


#adminmenu a {
	display: inline;
	list-style-type: none;
	float: left;
	width: 102px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 5px;
}

#adminmenu a:hover {
	color: #FFFFFF;
	background-image: url(images/menuOver.jpg);
	background-position: 50%;
	text-decoration: underline;
}

#header {
	float: left;
	height: 150px;
	width: 800px;
	background-color: #333333;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/header.3.jpg);
	text-align: right;
}

/*header menu*/
#headerMenu{
	float: right;
	height: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #headerMenu a {
	display: inline;
	list-style-type: none;
	float: left;
	width: 86px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: center;
	margin-right: 5px;
	padding-right: 0px;
}
#header #headerMenu a:hover {
	color: #FFFFFF;
	background-image: url(images/headerMenuOver.jpg);
}

/*IE version*/
*html #headerMenu{
	float: right;
	height: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*html #header #headerMenu a {
	display: inline;
	list-style-type: none;
	float: left;
	width: 86px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: center;
	margin-right: 5px;
	padding-right: 0px;
	background-image: none;
}


#rightColumn {
	float: left;
	width: 760px;
	font-size: 12px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 20px;
	line-height: 28px;
}
#rightColumn p {
	padding-left: 10px;
	padding-right: 10px;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 22px;
	width: 580px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
* html .heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 22px;
	width: 560px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
} 
#leftColumn {
	width: 180px;
	float: left;
	font-size: 11px;
	color: #CCCCCC;
	margin-left: 30px;
}
#leftColumn p {
	padding: 10px;
	width: 138px;
	display: block;
	margin-left: 10px;
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	color: #333333;
}

#footer {
	clear: both;
	height: 16px;
	width: 780px;
	font-size: 11px;
	color: #333333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	text-align: center;
}
.dropDown {
	border: 1px solid #003366;
	width: 200px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


.titles {
	float: left;
	width: 700px;
}
#content #rightColumn .mapBox {
	padding: 10px;
	float: right;
	width: 450px;
	font-size: 11px;
	text-align: center;
	height: 400px;
}
#content #rightColumn .mapBox iframe {
	float: right;
}
.mailBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	height: 24px;
	width: 300px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #333333;
	margin-right:10px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
}
.mailForm {
	width: 425px;
	padding: 5px 5px 5px 10px;
	background-image: url(images/mailFormBG.jpg);
	background-repeat: no-repeat;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}
.errormsg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FF0000;
}

