/* this style is for the general site */



body {
	background-color: #FFFFFF;
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #4C4C4C;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #00CC33;
	text-decoration: underline;
}
p a:active {
	color: #00CC33;
	text-decoration: none;
}


a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
a:active {
	color: #00CC33;
	text-decoration: none;
}






/* this style is for the header */

#header {
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(media/bak.jpg);
}
.logo {
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: left;
}
.contact {
	float: right;
	width: 550px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 50px;
	line-height: 1.25em;
	color: #CD1C00;
	font-size: 27px;
}


.contact H2 {
}

.contact H1 {
	padding-top: 0px;
	margin-top: 0px;
}



/* this style is for the titles */

h1 {
	text-align: left;
	font-size: 30px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CD1C00;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.25em;
}
h2 {
	text-align: left;
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #00519A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 7px;
	font-size: 18px;
	color: #CD1C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #004F98;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25em;
}
h5 {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #CD1C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}


/* this style is for the footer */

#footer p {
	color: #999999;
}
#footer a:link {
	color: #0066FF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #0066FF;
}
#footer a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#footer a:active {
	color: #0099FF;
	text-decoration: none;
}





/* this style is for the flash banner */

#jpgrotator {
	font-size: 10px;
	height: 244px;
	width: 530px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	margin-top: 0px;
	background-repeat: no-repeat;
	border: 10px solid #FFFFFF;
	background-position: 10px 10px;
}




/* this style is for the contact form */

.contactform {
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 10px;
	color: #333333;
	height: 300px;
	padding: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 10px;
}
.contactform  h2{
	margin-left: 10px;
	text-align: left;
}
.contactform th, td {
	margin: 5;
	padding: 10;
}
.services-block {
	background-color: #F2F6FC;
	border: 1px solid #B0D3FE;
	width: 280px;
	padding: 20px;
	margin-left: 40px;
	margin-top: 20px;
}
.services-block li {
	list-style-position: inside;
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00519B;
	margin-top: 2px;
	line-height: 1.25em;
	font-size: 16px;
}

