/* CSS Document */
body{	
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
  margin:auto;
  text-align:left;
  padding:0px;
  font-family: arial, sans-serif;
  background-color: #fff;
  font-size: 12px;
  color: black
}

#wrapper{
  width: 800px;
  height: 879px;
  margin:0px;
  padding:0px;
  background-image: url(images/leftside.jpg);
  background-repeat: repeat-y;
}

#header{
  width:801px;
  height:120px;
}

.flashnav{
  float:left;
  margin-top:-3px;
}

html>body .flashnav{
  float:left;
  margin-top:0px;
  margin-left:-1px;
}

.left{
  width:200px;
  height:300px;
  float:left;
  margin-top:-5px;
  margin-left:5px;
  color: black;
  font-weight: normal;
  line-height: 8px;
}

html>body .left{
  margin-top:-7px;
  margin-left:10px;
}


.email a{
	text-align:left;
	text-decoration: none;
	color:black;
	display:inline;
}

.email a:hover{
	text-align:left;
	color: orange;
	margin-top:10px;
}


.content{
  width:550px;
  text-align: justify;
}

html>body .content{
  width:550px;
  text-align: justify;
  margin-left:210px;
  
}

.buttons{
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  float: left;
	width: 550px;
	height:20px;
	text-align:left;
	padding-top: 3px;
	padding-left: 80px;
	color:black;
	background-color:#C30105;
}


html>body .buttons{
width: 475px;
	height:16px;
	text-align:left;
	padding-top: 2px;
	padding-left: 80px;
}

.buttons a{
	color:black;
	text-decoration: none;
}


.buttons a:visited{
	color:black;
	text-decoration: none;
}


.buttons a:hover{
	color: white;
}


.iframe{
  height:450px;
}

html>body .iframe{
  height:450px;
}

.map{
  color:black;
  text-decoration:none;
}

.map a{
color:black;
	text-decoration: none;
	
}

.map a:visited{
color:black;
	text-decoration: none;
}


.map a:hover{
  color:orange;
	text-decoration:none;
}

.mapimage{
  float:left;
}

img
{
border:none;
}

