/* CSS Document */

body {
background-position: top;background-image: url(/site/static/images/Gradient.jpg);background-repeat: repeat-x;background-color: #7D9AAC;
}

#container {	
margin: 0 auto 0 auto;	
width: 815px;	
position: relative;	
padding: 0;
}

#header {
background-image: url(/site/static/images/header.jpg);background-repeat: no-repeat;
width: 815px;
height: 180px;
}

#logo {
float: left;
background-image: url(/site/static/images/logo.jpg);background-repeat: no-repeat;
width: 151px;
height: 75px;
margin: 50px 0 20px 25px;
}

#flashcontent {
position: absolute;
left: 205px;
top: 25px;
width: 590px;
height: 130px;
}

#menutop {
background-image: url(/site/static/images/menutop.jpg);
height: 25px;
width: 815px;
}

#menurepeat {
background-image: url(/site/static/images/menurepeat.jpg);background-repeat: repeat-y;
width: 815px;
}

#menubottom {
background-image: url(/site/static/images/menubottom.jpg);background-repeat: no-repeat;
width: 815px;
height: 39px;
}

#mainrepeat {
width: 815px;
background-image: url(/site/static/images/mainrepeat.jpg);background-repeat: repeat-y;
}

#main {
padding: 10px 15px 5px 20px;
}

#image {
background-repeat:no-repeat;
float: right;
padding: 10px 0 10px 10px;
}

#imageclear {
clear: right;
}

#footer {
border-top: solid black thin;
margin: 10px 0 0 20px;
width: 780px;
}

#telephone {
float: left;
}

#email {
float: right;
}

#clear {
clear: both;
}

#mainbottom {
background-image: url(/site/static/images/mainbottom.jpg);
width: 815px;
height: 14px;
background-color: #7D9AAC;
background-repeat: no-repeat;
}

#bpfooter {
text-align: center;
}

/*Text*/

#menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #F78009;
	text-decoration: none;
	text-align: justify;
	padding: 0 5px 0 5px;
	margin: 2px 0 2px 0;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #003F5E;
	text-decoration: none;
	text-align: justify;
	padding: 0 5px 0 5px;
	margin: 2px 0 2px 0;
}

#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #F78009;
	text-decoration: none;
	text-align: justify;
	padding: 0 5px 0 5px;
	margin: 2px 0 2px 0;
}

#bpfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: white;
	text-decoration: none;
	text-align: justify;
}

#bpfooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: white;
	text-decoration: underline;
	text-align: justify;
}