/* Valid CSS Stylesheet

    ______      __       _____       _     __         
   / ____/___ _/ /_     / ___/____  (_)___/ /__  _____
  / /_  / __ `/ __ \    \__ \/ __ \/ / __  / _ \/ ___/
 / __/ / /_/ / /_/ /   ___/ / /_/ / / /_/ /  __/ /    
/_/    \__,_/_.___/   /____/ .___/_/\__,_/\___/_/     
                          /_/                         

*/

body {
background-image: url(../../images/bg.jpg);
background-repeat: repeat-x;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}


#container {
	position:absolute;
	margin-top: -8px;
	margin-left:50%;
	left: -345px;
	height: 900px;
	width: 691px;
	overflow:visible;
	}
	
	
#logo {
	background-image:url(../../images/logo.jpg);
	background-repeat:no-repeat;
	width: 691px;
	height: 186px;
	}
	
	
#banner {
	background-image: url(../../images/banner2.jpg);
	background-repeat:no-repeat;
	width: 691px;
	height: 205px;
	}


#nav {
	margin-left: 1px;
	}


#news {
	background-image:url(../../images/news.jpg);
	background-repeat:no-repeat;
	margin-top: 15px;
	width: 491px;
	height: 106px;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;

	}


#content {
	margin-top: 15px;
	width: 691px;
	height: 600px;
	overflow: visible;
	}

#details {
width: 300px;
margin: 0 auto;
text-align: center;
border: 0;
text-align:left;
float: left;
}

#map {
margin-top: 25px;
float:right;
}
/* -------------------------------------------------------------------------------------- */


p {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	}

strong {
	color:#000066;
	}

h1 {
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	}

h2 {
	color:#000066;
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	}

h3 {
	font-size: 16px;
	color:#000066;
	}

ul {list-style-image:url(../../images/arrow.jpg);}


a:link  {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited  {
	text-decoration: none;
}


/* Begin form Section

---------------------------------------------------------------------------------------------------------------------------------------
*/

#form {
	width: 300px;
	text-align: center;
	border: 0;
	float: right;
}

#name {
background-color: #E4EBF3;
color: #000066;
margin: 0 auto;
margin-bottom: 10px;
border: 1px solid #000066;
width: 300px;
font: 100% 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 11px;
}

#email {
background-color: #E4EBF3;
color: #000066;
margin: 0 auto;
margin-bottom: 10px;
border: 1px solid #000066;
width: 300px;
font: 100% 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 11px;
}

#comments {
background-color: #E4EBF3;
color: #000066;
margin: 0 auto;
border: 1px solid #000066;
margin-bottom: 10px;
width: 300px;
height: 125px;
font: 100% 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 11px;
overflow: auto;
}


#form #send li {
list-style: none;
float: left;
}

#form #send a {
text-decoration: none;
display: block;
text-indent: -5000px;
outline: none;
}

#form #send {
background-image: url(../../images/send.png);
background-repeat: no-repeat;
background-position: 0 0;
width: 66px;
height: 26px;
margin: 0 auto;
margin-left: 165px;
border: 0;
text-indent: -5000px;
text-decoration: none;
cursor: pointer;
float: left;
}

#form #send:hover {
background-image: url(../../images/send.png);
background-repeat: no-repeat;
background-position: 0 -26px;
width: 66px;
height: 26px;
}

#form #reset li {
list-style: none;
float: left;
}

#form #reset a {
text-decoration: none;
display: block;
text-indent: -5000px;
outline: none;
}


#form #reset {
background-image: url(../../images/reset.png);
background-repeat: no-repeat;
background-position: 0 0;
width: 66px;
height: 26px;
margin: 0 auto;
margin-left: 0px;
border: 0;
text-indent: -5000px;
text-decoration: none;
cursor: pointer;
float: right;
}



#form #reset:hover {
background-image: url(../../images/reset.png);
background-repeat: no-repeat;
background-position: 0 -26px;
width: 66px;
height: 26px;
}





/* End form Section

---------------------------------------------------------------------------------------------------------------------------------------

*/
