html{
overflow: -moz-scrollbars-vertical;
}

*{
margin: 0;
padding: 0;
border: 0;
}

body{
font-family: Arial;
padding: 0 0 0 0;
background: url('../img/pbg.png') repeat-x;
}

a{
color: #666;
}

/* MAIN DESIGN */

#container{
width: 770px;
margin: 0 auto 0 auto;
}

#divider{
background: url('../img/headers/header4.jpg') no-repeat center center #d31145;
height: 120px;
border-bottom: 10px solid #fff;
width: 100%;
}

#divider div{
width: 770px;
margin: 0 auto 0 auto;
padding-top: 90px;
}

#divider a{
color: #fff;
font-size: 0.8em;
font-style: italic;
}

#header{
background: url('../img/header.png');
height: 60px;
margin: 0 auto 0 auto;
width: 770px;
}

#footer{
background: #999;
height: 30px;
border-top: 1px solid #666;
}

#footer p{
width: 750px;
margin: 0 auto 0 auto;
line-height: 30px;
font-size: 0.7em;
color: #fff;
padding: 0 10px 0 10px;
text-align: center;
}

#footer p a{
color: #fff;
}

#txtcontent{
width: 590px;
_width: 580px;
background: #fff;
padding: 10px 10px 10px 15px;
float: left;
}

#txtcontent h1{
font-family: Arial;
font-size: 1.3em;
padding: 0 0 3px 0;
color: #666;
}

#txtcontent h2{
font-family: Arial;
font-size: 1.1em;
padding: 0 0 3px 0;
color: #d31145;
letter-spacing: -1px;
}

#txtcontent p{
margin: 0 0 10px 0;
line-height: 180 %;
font-size: 0.8em;
color: #4f4f4f;
text-align: justify;
}

#txtcontent p.crumbs{
padding: 6px;
margin: 10px 0 18px 0;
font-size: 0.7em;
line-height: 100%;
background: #e1e1e1;
}

#txtcontent img{
margin: 0 0 0 15px;
_margin: 0;
}

#txtcontent li{
line-height: 180%;
font-size: 0.8em;
color: #4f4f4f;
}

#txtcontent ol{
margin-left: 14px;
}

#txtcontent p.pbful{
margin: 0;
}

#txtcontent ul{
list-style-type: square;
margin: 0 0 10px 25px;
}

#txtcontent p.crumbs a{
font-weight: bold;
color: #999;
}

#txtcontent p.logos{
margin-top: 30px;
}

#txtcontent p.logos img{
margin-right: 30px;
}

#txtcontent #inl{
margin: 0 0 0 0;
display: inline;
list-style-type: none;
}

#txtcontent #inl li{
width: 250px;
margin: 10px 0 0 30px;
padding: 0;
display: block;
float: left;
}

#txtcontent ul.bu{
list-style-type: none;
}

#txtcontent ul.bu li strong{
width: 27px;
display: block;
float: left;
background: #fff;
text-align: right;
padding-right: 2px;
}

#txtcontent form dt{
clear: both;
width: 140px;
float: left;
text-align: right;
padding: 4px;
line-height: 30px;
height: 30px;
font-size: 0.8em;
}

#txtcontent form dd{
float: left;
width: 320px;
padding: 4px;
line-height: 30px;
height: 30px;
font-size: 0.8em;
}

#txtcontent form dd.button input{
background: #d31145;
padding: 4px;
color: #fff;
cursor: pointer;
}

#txtcontent form .field{
border: 1px solid #ccc;
width: 180px;
padding: 3px;
font-family: Arial;
}

#txtcontent form textarea.field{
height: 150px;
width: 300px;
}

#txtcontent form .ta{
height: 160px;
}

#inl li a{
display: block;
width: 210px;
_width: 200px;
line-height: 200%;
font-size: 1.2em;
background: url('../img/bbg.gif') no-repeat 5px 50% #eee;
color: #666;
float: left;
padding-left: 40px;
text-decoration: none;
font-weight: bold;
border: 1px solid #d31145;
}

#inl li a:hover{
background: url('../img/bbg2.gif') no-repeat 5px 50% #ccc;
color: #333;
}

#content{
overflow: hidden;
background: url('../img/bg.gif');
width: 770px;
}

.cl{
clear: both;
}

/* MENU STUFF */

#menu{
width: 150px;
float: left;
}

#menu ul, #menu ul ul{
list-style-type: none;
}

#menu ul li a{
display: block;
font-size: 0.8em;
background: #d31145;
line-height: 150%;
width: 140px;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #e26284;
padding-left: 10px;
}

#menu ul li a:hover{
background: #e26284;
}

#menu ul ul li a:hover{
background: #fff;
border-left: 3px solid #e26284;
padding-left: 11px;
}

#menu ul ul li a{
background: #eee;
color: #666;
padding-left: 14px;
width: 142px;
border-color: #fff; 
}

#map{
width: 600px;
_width: 590px;
height: 350px;
border: 1px solid #ccc;
}

@media (max-width: 768px) { 
	#menu{
		float: none;
		display: block;
		width: auto;
	}
	
	#menu ul li a{
		width: auto;
		padding: 8px;
	}
	
	#menu ul[id$="sub"]{
		display: none !important;
	}
	
	#txtcontent{
		width: auto;
		float: none;
		display: block;
	}
	
	#content {
		background: #fff;
	}
	
	#txtcontent #inl li{
		width: auto;
		margin: 10px 0 0 ;
		float: none;
	}
	
	#inl li a{
		width: auto;
		float: none;
	}
	
	#footer p, #header, #container, #content {
		width: auto;
	}
	
	#footer{
		height: auto;
	}
	
	#divider div{
		width: 100%;
	}
	
	#divider a{
		background: #000;
		display: block;
		color: #fff;
		padding: 4px;
		float: left;
		margin-left: 10px;
	}
	
	#cover-image {
		width: 100%;
	}
	
	
}