*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	font-size:62.5%;
	font-family: Tahoma, sans-serif;
}
h1{
line-height: 1.2em;
font-size: 2em;
font-weight: normal;
color: #080808;
font-family: Georgia, serif;
}
h2{
line-height: 1.2em;
font-size: 1.2em;
font-weight: bold;
color: #666;
margin: 0.1em 0 0.2em 0;
padding: 0.1em 0 0.2em 0;
font-family: Georgia, serif;
border-top: 1px solid #999;
}
h3{
font-size: 1.3em;
font-weight: normal;
margin: 0.8em 0 0 -0.5em;
padding: 0.2em 1em 0.2em 0.5em;
background: #cacaca;
color: #666;
font-family: Georgia, serif;
}
h4{
font-size: 1.1em;
font-weight: normal;
margin: 0.8em 0 0 -0.5em;
padding: 0.2em 1em 0.2em 0.5em;
color: #666;
font-family: Georgia, serif;
}
p{
line-height: 1.8em;
font-size: 1.2em;
padding: 0.2em 0 0.5em 0;
font-family: Georgia, serif;
color: #656566;
}
table{
}
table td{
vertical-align: top;
}
div#content ul{
font-size: 1.2em;
list-style: square;
list-style-position: outside;
margin-left: 1.4em;
}
div#content ul ul{
font-size: 1em;
}
div#content li{
padding: 0.5em 0 0.5em 0;
line-height: 1.6em;
}
a{
color: #d95201;
text-decoration: none;
}
a:hover{
color: #d95201;
text-decoration: underline;
}
img{
border: 0;
}
/*
// ::::::::::::::::::::::::::	Type styles
*/
.highlite{
color: #d95201;
}
/*
// ::::::::::::::::::::::::::	Sitewrapper
*/
div#site_wrapper{
	min-height: 100%;
	background: #cfcfcf url(../images/site_bg.gif) top center repeat-y fixed;
}
*html div#site_wrapper{
	height: 100%;
}
/*
// ::::::::::::::::::::::::::	Header
*/
div#header_wrapper{
width: 800px;
margin: 0 auto;
}
div#header{
height: 82px;
background: #000;
}
div#header img#logo{
float: left;
padding: 15px 20px;
}
div#header div#logo{
height: 60px;
width: 200px;
}
/*
// ::::::::::::::::::::::::::	Language select
*/
div#language{
float: right;
margin: 5px 10px;
}
div#language ul{
list-style: none;
margin: 0;
}
div#language ul li{
float: left;
font-size: 1em;
}
div#language ul li img{
padding: 0 2px;
}
/*
// ::::::::::::::::::::::::::	Top navigation
*/
div#nav{
background: url(../images/nav_lev1_bg.gif) center;
}
div#nav ul{
list-style: none;
margin: 0;
}
div#nav ul li{
float: left;
font-size: 1em;
}
div#nav ul li span{
color: #606060;
text-decoration: none;
padding: 1.6em 1.6em;
display: block;
text-transform: uppercase;
border-right: 1px solid #8a8989;
}
div#nav ul li a{
color: #606060;
text-decoration: none;
padding: 1.6em 1.6em;
display: block;
text-transform: uppercase;
border-right: 1px solid #8a8989;
}
div#nav ul li.last a{
border: none;
}
div#nav ul li a:hover{
color: #666;
background: url(../images/nav_lev1_bg.gif) bottom;
}
div#nav ul li.active a{
	color: #d95201;
}
div#nav ul li.active a:hover{
	cursor: default;
	color: #d95201;
}
div#nav ul li{
position: relative;
z-index: 2000;
}
div#nav ul li ul{
list-style: none;
margin: 0;
margin-top: 0;
position: absolute;
display: none;
}
div#nav ul li.dropdown:hover ul{
display: block;
}
div#nav ul li ul li{
font-size: 1em;
float: none;
white-space: nowrap;
}
div#nav ul li ul li a{
color: #d95201;
text-decoration: none;
padding: 1em 1.2em;
display: block;
border: 0;
border-bottom: 1px solid #b4b4b4;
background: #e0e0e0;
}
div#nav ul li ul li.first a{
/* background: #e0e0e0 url(../images/shadow_fr_top.png) top repeat-x; */
}
div#nav ul li ul li a:hover{
background: url(../images/bg_stripe_45deg.gif);
}
/*
// ::::::::::::::::::::::::::	Layout
*/
div#site{
width: 800px;
margin: 0 auto;
background: #fff;
clear: both;
}
/*
// ::::::::::::::::::::::::::	Segment image
*/
div#segment_image_wrapper{
height: 270px;
position: relative;
}
div#segment_image{
height: 270px;
}
div#segment_image img{
height: 270px;
}
div#segment_image_shadow{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 270px;
background: transparent url(../images/shadow_fr_top.png) top repeat-x;
z-index: 1000;
}
/*
// ::::::::::::::::::::::::::	Layout
*/
div.columns_2{
background: url(../images/columns_2_bg.gif);
}
div.columns_3{
}
body.case div.columns_3{
}
div#content_container{
	background: transparent url(../images/shadow_fr_top.png) top left repeat-x;
}
div#content{
margin: 0 0 0 35px;
padding: 30px 30px;
width: 340px;
}
div#left{
float: left;
width: 440px;
}
div#right{
float: right;
width: 290px;
padding: 35px 35px;
}
div.columns_2 div#left
}
div.columns_3 div#left{
}
div.cl{
clear: both;
height: 0;
}
/*
// ::::::::::::::::::::::::::	Featured article
*/
div.featuredArticle{
width: 292px;
}
div.featuredArticle img{
border: 1px solid #bac1de;
margin: 0;
padding: 0;
display: block;
}
div.featuredArticle h4{
font-weight: bold;
text-align: center;
background: url(../images/bg_stripe_45deg.gif);
margin: 0 0 10px 0;
}
/*
// ::::::::::::::::::::::::::	Footer
*/
div#footer{
width: 730px;
padding: 0 35px;
margin: 0 auto;
}
div#footer p{
font-size: 1em;
color: #949393;
font-family: Tahoma, sans-serif;
}
div#footer table td{
padding-right: 20px;
}
div#footer table th{
text-align: left;
color: #d95201;
font-weight: normal;
}
div#footer img{
display: block;
float: left;
margin-bottom: 5px;
}
div#footer_contact_info{
margin: 0 -35px;
padding: 5px 35px;
height: 58px;
background: #000;
}
div#footer_contact_info address, div#footer_contact_info p{
color: #777879;
padding: 0.1em 0;
margin: 0;
line-height: 1em;
font-size: 1em;
font-family: Georgia, serif;
font-style: normal;
}
div#footer h4{
font-size: 1.1em;
font-weight: bold;
margin:  0 0 0 -0.5em;
padding: 0.8em 1em 0.2em 0.5em;
font-family: Georgia, serif;
color: #fff;
}
