/*-----------------------------------------------------------------------
Home-New Style Sheet

version:	1.0
author:		jan wilson
email:		jan@bigwdesign.com
-----------------------------------------------------------------------*/

@import "/en/css/banner-2009.css";

/*-----------------------------------------------------------------------
Reset */

* {
margin:0;
padding:0;
}

img {border:none;}

/*-----------------------------------------------------------------------
Common */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
line-height:19px;
background-color:#000
}

#container-home {
background-color:#fff;
width:801px;
border-right:1px solid #000000;
margin-right:auto;
margin-left:auto;
}

.no-border {border:none;}

#segments .no-border {border:none;}

.clear {clear:both;}

/*-----------------------------------------------------------------------
Links */

a:link,
a:visited{color:#3366CC; text-decoration:underline;}
a:hover{color:#000; text-decoration:none;}

#home-footer a:link,
#home-footer a:visited{color:#4F3400; text-decoration:underline;}
#home-footer a:hover{color: #6699FF; text-decoration:none;}


/*-----------------------------------------------------------------------
Lists */

ul {
list-style-type:none;
}
ul.with_bullet {
font-size:11px;
margin:0px 0px 5px 30px;
padding:0;
}
ul.with_bullet li {
list-style-image: url(/en/images/bullet1.gif);
padding:0 0 4px 0;
margin:0;
line-height:16px;
}

/*-----------------------------------------------------------------------
Highlight Area at Top */

#highlight  {height:103px;}

/*-----------------------------------------------------------------------
Lead Story */

#lead  {
float:left;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
/*works in IE*/
margin-bottom:15px;
text-align:center;
}

#lead-photo {float:left; border:14px solid #373D1F; width:482px; margin: 15px 0 0 15px;}

#lead-content {float:right; width:245px; margin-right:20px; margin-bottom:15px;}

#lead h1 {color:#373D1F; font-size:24px; font-weight:500; line-height:1.25; margin:12px 0 8px 0; }

#lead p{font-size:14px; line-height:1.6 }

/*-----------------------------------------------------------------------
Segments */

.wrapper {margin-left:15px;}

#segments  {
	float:left;
	width:100%;
	background-color:#FFF2D7;
	text-align:center;
}

.segments-story {
	float:left;
	width:256px;
	border-right: 1px #ccc solid;
	margin:15px 0;
}

#segments h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	line-height:1.1; 
	}

#segments p{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	font-weight:; 
	margin:4px 0 10px 0; }

#segments p.photo{margin:0px }

/*-----------------------------------------------------------------------
Home-Footer */

table#home-footer {
	clear:both;
	width:100%;
	background-color:#FEE7B6;
	margin:0 0 0 0;
	font-size:10px;
	}

table#home-footer td{
	text-align:center;
	width:20%;
	vertical-align:top;
	padding:5px 5px 10px 5px;
	border-right:1px solid #9A4A4A;
}

table#home-footer td.no-border{
	border-right:none;
}

table#home-footer tr.header td{
	padding:5px 0 5px 15px;
	background-color:#fff;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:none;
	color:#333;
}
table#home-footer tr.whiterow td{
background-color:#fff;
padding:5px 10px;}

table#home-footer tr.map td{
padding:0 0 0 0;}

/*-----------------------------------------------------------------------
Start of Old Css */

/*-----------------------------------------------------------------------
Colors */
.green1 {color:#898839;}
.green2 {color:rgb(49,63,17);}
.green3 {color: #97a388;}
.green4 {color: #7D8A49;}
.green-back {background-color:rgb(49,63,17);}

.red1 {color:#990000;}
.red2 {color:rgb(109,20,0);}
.red3 {color: #CC9999}
.red-back {background-color:rgb(109,20,0);}

.blue1 {color:#003768;}
.blue2 {color:rgb(5,33,71);}
.blue3 {color:#88a1b1}
.blue-back {background-color:rgb(5,33,71);}

.gray1 {color:#999;}
.gray2 {color:#ccc;}
.gray3 {color:#333;}

.peach {color:#C97951;}
.lime {color:#9ad25b;}
.mustard {color:#CC9900;}
.black-back {background-color:#000;}
.autumn {color:#993D00}
.orange {color: #FF6600;}
.rust {color:#AB6242}

/*-----------------------------------------------------------------------
Footer */
#footer {
text-align:left;
background-color:#fff;
padding: 8px 0 8px 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-top: #ccc 1px solid;
}
#footer a:link {
color:#666;
text-decoration:underline;
}
#footer a:visited {
color: #666;
text-decoration:underline;
}
#footer a:hover {
color:#3399FF;
text-decoration:underline;
}