body  {
	font: 80% VERDANA, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #787878;
	background-image:url(../images/css/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

h1{
font-size:140%;
color:#ca2e86;

}

a{
color:#ca2e86;}

input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}
/*-------------------------------------------------*/
.container{
width:1000px;
margin-left:auto;
margin-right:auto;
/*margin-top:30px;*/

}

.header{
width:980px;
height:70px;
background-color:#ca2e86;
padding:10px;}

.headermenu{
width:980px;
height:30px;
background-color:#ca2e86;
text-align:left;
padding-left:10px;
padding-right:10px;}

.topmenu{
width:980px;
height:30px;
background-color:#000000;
text-align:left;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
border-bottom:1px solid #ffffff;}

.left{
width:140px;
float:left;
padding-left:10px;
padding-right:10px;
text-align:left;
color:#FFFFFF;
background-color:#000000;
}

.main{
width:620px;
float:left;
background-color:#ffffff;
padding-left:10px;
padding-right:10px;
text-align:left;}

.right{
width:180px;
float:left;
padding-left:10px;
padding-right:10px;
background-color:#000000;}

.footer{
width:980px;
height:30px;
background-color:#000000;
padding:10px;
clear:both;
border-top:1px solid #ca2e86;}

/*-------------------------------------------------*/

.headermenu ul{
list-style-type: none;
margin:0px;
padding:0px;

}

.headermenu li{
list-style-type: none;
display:inline;
margin-left:10px;
margin-right:10px;

}
.headermenu a{
text-decoration: none;
color:#FFFFFF;
font-size:140%;

}
.headermenu a:hover{
text-decoration: none;
color:#FFFFFF;
text-decoration:underline;

}

.headl{
float: left;}

.headr{
float: left;
margin-top:5px;
margin-left:100px;}

/*-------------------------------------------------*/
.topmenu ul{
list-style-type: none;
margin:0px;
padding-top:5px;
padding-left:0px;

}

.topmenu li{
list-style-type: none;
display:inline;
margin-left:8px;
margin-right:8px;
}
.topmenu a{
text-decoration: none;
color:#FFFFFF;
font-size:100%;
text-decoration:underline;

}
.topmenu a:hover{
text-decoration: none;
color:#FFFFFF;

}
/*-------------------------------------------------*/
.left ul{
list-style-type: none;
margin:0px;
padding:0px;
margin-left:8px;
}

.left li{
list-style-type: none;
margin-bottom:6px;
font-size:120%;
}
.left a{
text-decoration: none;
color:#FFFFFF;
text-decoration:underline;
margin-bottom:4px;

}
.left a:hover{
text-decoration: none;
color:#FFFFFF;


}

/*-------------------------------------------------*/
.footer ul{
list-style-type: none;
margin:0px;
padding:0px;
}

.footer li{
list-style-type: none;
font-size:60%;
display:inline;
}
.footer a{
text-decoration: none;
color:#FFFFFF;
text-decoration:underline;

}
.footer a:hover{
text-decoration: none;
color:#FFFFFF;


}
/*-------------------------------------------------*/
.maintbl{
width:100%;
border-collapse:collapse;

}
.maintbl td{
width:33%;
border-collapse:collapse;
text-align:center;
}
.maintbl a{
font-weight:bold;
text-decoration:none;
}
/*-------------------------------------------------*/
.listtbl {
width:100%; border-collapse:collapse;}

.listtblleft{
width:70%;
vertical-align: top;
border-bottom:1px solid #000000;}

.listtblright{
width:30%;
vertical-align: top;
border-bottom:1px solid #000000;}

/*-------------------------------------------------*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
}
.contactform #xSubmit {
	display: block;
	clear: both;
	margin:10px;
	
}
.error {
	color: #FF0000;
}

.imagebox {
	float: right;
	width: 120px;
}

.map {
	width: 600px;
	height: 330px;
	border:4px solid #000000;
}
.mapblue {
color: #0066FF;
}

.svmap {
width: 600px; 
height: 300px; 
border-left:4px solid #000000; 
border-bottom:4px solid #000000; 
border-right:4px solid #000000;
}
