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

* {
	margin: 0;
	padding: 0;
}

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

#header { 

width: 810px; 
margin: auto;
padding: 0px; 
position: relative;
height: 80px;}


#left {

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

#right {

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

#right2 {

background: #182859; 
float: left; 
width: 720px; 
margin-top: -40px;
margin-left: 170px;
margin-bottom: 20px;}

#right3 {

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

#right4 {

background: #182859;
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: .9em;}
 

/* Page */

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

table.nolines
{border-collapse:collapse;
width:60%;
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;
}


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

a {

color: #EEEEEE; 
text-decoration: underline}

a:hover {

color:#EC2224; }

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;}
 

/*-----------------------------------------------*/
/*---------------   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: 14px;
	outline: none;
	text-align:left;
	font-size: 14px;
	color: #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#EC2224;
}
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  }