/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #2F2012;
	text-align: left;
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	color: #2F2012;
}

#header { 

width: auto; 
margin: auto;
padding: 10px; 
position: relative;
height: 170px;
background:  #3090DC; }

#left {

margin-top: 70px;
background:   #3090DC;
float: left; 
width: 90px; 
height: auto;
margin-bottom: 25px;}

#right {

background: #EEEEEE; 
float: left; 
width: 720px; 
height: 420px;
margin-left:120px;
margin-top: 0px;
margin-bottom: 25px;}

#right2 {
padding: 20px;
background:  #3090DC; 
float: left; 
width: 720px; 
margin-top: -80px;
margin-left: 130px;
margin-bottom: 20px;}

#right3 {

background: #EEEEEE; 
padding: 10px;
float: left; 
width: 720px; 
margin-left:150px;
margin-top: 10px;
margin-bottom: 25px;}

#right4 {

background: #2F2012;  
float: left; 
width: 720px; 
margin-left:50px;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 25px;}

#footer {

clear:both; 
padding: 20px;
height: 20px;
width: 720px;
margin-left:130px;
margin-top: 10px;
margin-bottom: 50px;
text-align:left; 
font-size: 10px;
	color: #EEEEEE;}
 

/* Page */

#page {
	width: 810px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 25px;
	background:  #3090DC; 
	
}

table.nolines
{border-collapse:collapse;
width:50%;
table-layout: auto;
     
}
 
table.nolines td
{height:5px;
vertical-align:top;
padding:5px;
}

table.nolines2
{border-collapse:collapse;
width:60%;
table-layout: auto;
     
}
 
table.nolines2 td
{height:5px;
vertical-align:top;
padding:5px;
}

table.nolines3
{border-collapse:collapse;
width:50%;
table-layout: auto;
     
}
 
table.nolines3 td
{height:5px;
vertical-align:top;
padding:5px;
}

table.nolines4 td
{height:5px;
width:40%;
vertical-align:top;
padding:5px;
}

/*-----------------------------------------------*/
/*---------------   TYPOGRAPHY, IMG   ----------*/
/*---------------------------------------------*/

a {

color: #267BD6; 
text-decoration: underline}

a:hover {

color:#660000; }

p, ol, ul {
list-style-type: none;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

h1 {font-size: .7em;
	text-align: right;
	margin-top: 5em;}
	
h2 {font-size: 1.4em;}
 

 .photoright {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #660000; font-style:italic; width: 350px;}

/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* vertical menu ---------------*/

#v_navcontainer { margin: 20px 0 30px; padding: 20px; 

}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer a {
     display: block;
     padding: 8px 0;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	text-align:center;
	font-size: 13px;
	color: #EEEEEE;
	border-bottom: 1px dashed #EEEEEE;
	
}

#v_navcontainer a:hover {
     color: #EC2224;
}

/* horizontal menu ---------------*/

#nav{
	float:right;
	list-style-type: none;
  
}
#nav li{
	float:left;
	
}

#nav ul {list-style-type: none;}

#nav li a:link, #nav li a:active, #nav li a:visited{
	display:inline;
	
	padding:0px 10px;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	text-align:left;
	font-size: 14px;
	color: #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#FFFF99;
}
span.nav_text{
	font-size:11px; 
	padding:0px 5px;
	color:#000000;
}

/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/



#slider1 {
    width: 700px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
}

#slider1Content {
    width: 700px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	

}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	
}

.slider1Image span {
    position: absolute;
	font-size: 1em;
    padding: 10px 20px;
    width: 440px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-family: Lucida Grande, sans-serif;
	font-size: 12px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 659px !important;
	height: 50px;
}

#slider1 h3 {font-size: 1em; padding:  3px  }