	/* 
Title:    OpenCape Stylesheet
*/
	
body {
	margin:0;
	padding:0;
	font-family: verdana, sans-serif;
	color: #666;
	font-size: 13px;
	background: #0C4C8F url(/images/bg.gif) repeat-x;
}

#container {
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
		}

/* ----- logo block ----- */

#logorightside {
	position:relative;
	width: 420px;
	text-align:left;
	float:left;
	margin: 10px 0 10px;
	}

#logorightside h1 {
    font-family: arial, sans-serif;
    color: #1072BA;
    font-weight: bold;
    font-size: 250%;
    letter-spacing: -2px;
    }

#map {
	margin: 50px;
	}
	
#logoleftside {
	position:relative;
	width:160px;
	text-align:left;
	float:left;
	margin: 12px 45px;
	}
	
#logoleftside img {
    border: 0px;
	}
	

/* ----- left content block ----- */

#leftside {
	position:relative;
	width:670px;
	text-align:left;
	float:left;
	margin: 0px 20px;
	}
	
/* Links */
#leftside a:link,#leftside a:active,#leftside a:visited {
}
#leftside a:hover {
	text-decoration: none;
}

/* Headings */
#leftside h1 {
    font-family: arial, sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 190%;
    letter-spacing: -1.5px;
    line-height: 1.5em;
}
	
h2 {
   font-family: arial, sans-serif;
   color: #1072BA;
   font-weight: bold;
   font-size: 190%;
   letter-spacing: -1.5px;
   line-height: 1.5em;
   border-bottom: 1px dotted #999;
}

h3 {
    font-family: arial, sans-serif;
    color: #DB8E19;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: -1.2px;
    line-height: 1.2em;
}

#leftside	img { 
		border: 0;
}

#leftside	a img { 
		border: 0;
}

#leftside strong {
	color: #333;
}

#leftside ul {
	list-style: disc; 
}

.highlight {
	background-color: #FFFFE7;
}

#leftside .thumbs img {
	margin: 8px 8px; 
	border: 3px solid #ddd;
}
#leftside .thumbs a:hover img{
	border: 3px solid #aaa;
}
	
/* ----- right content block ----- */
		
#rightside {
	position:relative;
	width: 250px;
	text-align:left;
	float:left;
	margin: 0px 5px;
	border-left: 1px dotted #999;
	}
	
#rightside h2 {
    margin: 20px;
    font-family: arial, sans-serif;
    color: #1072BA;
    font-weight: bold;
    font-size: 190%;
    letter-spacing: -1.5px;
    line-height: 1.5em;
    border-bottom: 1px dotted #999;
    }
    
#rightside p {
    margin: 20px;
	}
	
#rightside ul {
	list-style: none; 
    height: 100%;
	}

#rightside li a {
    color: #F79021;
    text-decoration: none;
    line-height: 1.7em;
	}
		
#rightside li a:hover {
    text-decoration: underline;
    }
#rightside a img { 
		border: 0;
}
	
/* ----- navigation ----- */	

		
#nav {
    margin: -3px 0 0 0;
		padding: 0;
		background:#F79021;
    width: 750px;
    height: 40px;
    border-top: 8px solid #F79021;
    }

#nav ul {
    margin: 0;
	padding: 0;
	list-style: none; 
    height: 100%;
    display:inline;
	}	

#nav li {
    float: left;
	font-family: arial, sans-serif;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
		
#nav li a {
	float: left;
	text-transform: uppercase;
    font-weight: normal;
    padding: 12px 18px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
	}
		
#nav li a:hover {
		color: #fff;
		background: #F5A550;
    }
    
#nav li a.selected {
    color: #F79021;
		background: #FFF;
    text-decoration: none;
	}
	
	
/* ----- form ----- */

#form {
    margin: 20px;
    }

span.label,span.spacer,span.multiple span {
    width:140px;
    float:left;
  }
span.multiple {
    float:left;
    } 

span.button {
    margin: 0;
		display: inline;
    } 

div.clear {
    clear:both;
    padding-top:2px;
}
    
/* ----- footer ----- */

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	margin: 0;
}
	
#footer img {
	border: 0px;
}
	
#footer p  {
  font-weight: normal;
  font-size: 80%;
}
	
#footer a  {
	color: #828FC7;
}
	