*{
margin: 0;
padding: 0;
}
body {
font-family:"Trebuchet MS", "Times New Roman", Times;
height: 100%;
font-size:12px;
background:url(images/layout/bg.gif);
}
.clearFix{
clear:both;
}
.alignLeft{
float:left;
}
.alignRight{
float:right;
}
img{
border:none;
}

#wraper{
width:950px;
margin:0px auto;
background:#FFFFFF;
padding:0 0 20px 0;
}

#header{
float:left;
margin:0px;
height:114px;
width:950px;
background:url(images/layout/header_bkg.gif) repeat-x bottom;
}
#header a.logo{
float:left;
width:135px;
height:60px;
background:url(images/layout/logo.gif);
margin:30px 0 0 30px;
}
#header a.logo span{
display:none;
}
#header h1{
float:left;
font-size:22px;
font-weight:100;
color:#ffffff;
background:#E1001A;
padding:1px 10px 1px 10px;
height:28px;
margin:54px 0 0 40px;
}
#language{
padding:0 8px 0 0;
position:relative;
float:right;
right:0px;
top:90px;
}
#language ul{

}
#language ul li{
float:left;
list-style:none;
}
#language a{
float:left;
margin:0 0 0 8px;
}

#banner_wrap{
float:left;
margin:0px 0 12px 0;
height:197px;
width:950px;
background:url(images/layout/banner_wrap_bkg.gif) repeat-x bottom #675C5C;
border-top:1px solid #ffffff;
}
#banner_text{
width:192px;
height:173px;
float:left;
background:#675C5C;
padding:10px;
}
#banner_text h2{
color:#ffffff;
font-size:23px;
font-weight:100;
padding:0 0 8px 0;
}
#banner_text p{
font-size:16px;
line-height:130%;
color:#ffffff;
}

#left_sidebar{
float:left;
width:163px;
background:#675C5C;
padding:16px;
}
#left_sidebar ul{
list-style:none;
}
#left_sidebar ul li{
float:left;
}
#left_sidebar ul li a{
text-decoration:none;
color:#FFFFFF;
float:left;
width:143px;
margin:1px 0 1px 0;
padding:2px 10px 2px 10px;
border-top:1px solid #675C5C;
border-bottom:1px solid #675C5C;
}
#left_sidebar ul li a:hover, #left_sidebar ul li.current_page_item a{
width:143px;
margin:1px 0 1px 0;
padding:2px 10px 2px 10px;
background:#857D7D;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
#left_sidebar ul li.current_page_item ul li a, #left_sidebar ul li ul li a{
background:none;
border:none;
border-bottom:1px solid #675C5C;
border-top:1px solid #675C5C;
font-family:11px;
color:#CCCCCC;
padding:2px 10px 2px 14px;
}
#left_sidebar ul li.current_page_item ul li a:hover, #left_sidebar ul li.current_page_item ul li.current_page_item a{
width:139px;
padding:2px 10px 2px 14px;
background:none;
}

#content{
width:473px;
float:left;
padding:10px 5px 5px 30px;
}
#content h2{
color:#E1001A;
font-size:32px;
font-weight:100;
margin:0 0 10px 0;
}
#content p{
line-height:140%;
margin:0 0 5px 0;
}
#content ul{
list-style:inside;
padding:0 0 0 20px;
margin:0 0 10px 0;
}
#content ol{
list-style:inside;
list-style-type:decimal;
padding:0 0 0 20px;
margin:0 0 10px 0;
}
#content a{
color:#E1001A;
text-decoration:underline;
}


#right_sidebar{
width:227px;
float:left;
background:#675C5C;
padding:9px;
}
#right_sidebar img{
width:227px;
float:left;
margin:0px;
}

#contact_form{
padding:15px;
}
#contact_form span{
float:left;
width:100px;
}
#contact_form input{
width:220px;
}
#contact_form textarea{
width:220px;
height:150px;
} 
#contact_form input.submit{
width:116px;
float:left;
font-size:12px;
color:#646464;
text-decoration:none;
text-align:center;
padding:2px 0 5px 0;
border:none;
margin:10px 0 15px 0;
}

/*Splash Page Style*/
body.splash{
padding:30px 0 0 0;
}
#header_splash{
float:left;
margin:0px;
height:114px;
width:740px;
background:url(images/layout/header_bkg.gif) repeat-x bottom;
}
#header_splash a.logo{
float:left;
width:135px;
height:60px;
background:url(images/layout/logo.gif);
margin:30px 0 0 30px;
}
#header_splash a.logo span{
display:none;
}
#banner_wrap_splash{
float:left;
margin:0px 0 20px 0;
height:251px;
width:740px;
background:url(images/layout/banner_wrap_bkg.gif) repeat-x bottom #675C5C;
border-top:1px solid #ffffff;
}
#language_splash{
text-align:center;
padding:5px 0 30px 0;
}
#language_splash a{
margin:0 10px 0 10px;
}
#splash_wrap{
width:740px;
margin:0px auto;
overflow:auto;
background:#FFFFFF;
}