/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:ca0101;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.container {
	margin:0 auto;
	width:850px;
}

.map {
text-align:center;
}

/*navigation */
 .kwicks { 
 	float:right; 
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(images/no_flicker.jpg); 
 }  
 
  .kwicks2 { 
 	float:left; 
     list-style: none;  
     position: relative;  
     margin: 0 0 0 205px;  
     padding: 0; 
	 background-image:url(images/no_flicker.jpg); 
 }  
 
 .kwicks li {  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 0px;
	background-image:url(images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}

.kwicks a {
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}

#kwick2 {
	background-position:-228px 0px;
}

#kwick3 {
	background-position:-452px 0px;
}

#kwick4 { 
	background-position:-674px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -228px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -450px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -674px bottom; 
}



#kwick4 a{
	background-image:url(images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}

.header {
margin: 0 auto;
width:850px;
height:275px;
}

.indent {
padding-left:62px;
}

h3 {
	width:540px;
	height:30px;
	line-height:33px;
	font-size:14px;
	border-bottom: 1px solid #666666;
	color:#333333;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}

h2 {
	font-size:12px;
	color:#333333;
	line-height:20px;
	padding-top:15px;
	font-style:italic;
}

h1 {
	font-size:12px;
	color:#333333;
	line-height:20px;
	padding-top:15px;
	font-style:italic;
	text-align:center;
}


h4{
	width:750px;
	height:30px;
	line-height:33px;
	font-size:14px;
	border-bottom: 1px solid #666666;
	color:#333333;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.tablecontact {
	border: 1px solid #c9e1ff;
}

.tablecontact td {
	border: 1px solid #c9e1ff;
}

.tablegallery {
width:800px;
}

.tablegallery td {
height:220px;
}

.text img {
border:none;
padding-top:20px;
padding-left:10px;
}

.contact {
width: 350px;
padding:0;
margin:0;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.contact p {
margin:0;
padding:5px;
}

.contact td {
padding:0;
margin:0;
border-bottom: 1px solid #CCCCCC;
}

.rightpanel {
	width:250px;
	float:left;
	padding:35px 0 0 0;
	margin:0 0 0 5px;
	font-size:0.7em;
	color:#666666;
}

.rightpanel p {
	padding:0 0 0 8px;
	margin:0;
	width:230px;
}

.rightpanel a {
	color:#ab0101;
	text-decoration:underline;
}

.rightpanel a:visited {
	color:#ab0101;
	text-decoration:underline;
}

.rightpanel a:hover{
	color:#ab0101;
	text-decoration:none;
}

.rightpanel img {
	border:none;
}

.rightpanel2 {
	width:800px;
	float:left;
	padding:40px 0 0 0;
	margin:0 0 0 5px;
	font-size:0.75em;
	color:#666666;
}

.rightpanel2 img {
	border:none;
}

.text {
	font-size: 11px;
	color:#666666;
	width:540px;
	float:left;
	margin:0;
	line-height:22px;
	text-align:justify;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 20px;
}


.text2 {
	font-size: 11px;
	color:#666666;
	width:825px;
	float:left;
	margin:0;
	line-height:22px;
	text-align:justify;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 20px;
}


.text a {
	color:#3590ff;
	text-decoration:underline;
}

.text a:visited {
	color:#3590ff;
	text-decoration:underline;
}

.text a:hover{
	color:#3590ff;
	text-decoration:none;
}

.textgallery {
	font-size: 11px;
	color:#666666;
	width:700px;
	float:left;
	margin:0;
	padding:55px 0 30px 40px;
	line-height:20px;
	text-align:justify;
}



.footer {
	clear:both;
	width:850px;
	height:50px;
	background-color:#1a4bb3;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	margin: 0 auto;
	border-top:3px solid #5ca8ff;
	padding-top:25px;
}

.footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
