body {
	background-color:#212731;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:15px 0 0 0;
	padding:0;
}

a{
	color: #e06100;
	text-decoration:none;
}

a:hover{
	color: #bbb;
}


#main_container {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:985px;
}

#header {
	width:985px;
	height:429px;
	background:url(../design_images/top_bg.jpg);	
}

#logo_dummy{
	float:left;	
}

#logo_dummy img{
	margin: 0 0 0 80px;
	border:none;
}

#languages{
	height:20px;
	padding:10px 80px 0 0;
	float:right;
}

	#languages a {
		color:#FFF;
		font-size:10px;
		text-decoration:none;
		float: left;
		cursor:pointer;
	}
	
		#languages a:hover {
			color:#BBB;
		}
	
	#languages img {
		border:none;
		margin: 5px 3px 0 10px; 
		float: left;
	}
	
	#languages span {
		margin: 4px 5px 0 1px; 
		float: left;
	}

#menu {
	padding: 35px 100px 0 30px; 
	float:left;
	width:510px;
	height:49px;
}

#menu ul {
	margin: 0;
	padding:0;
}

#menu li {
	float:left;
	display: inline;
	list-style:none;
}
#menu li a {
	text-align:center;
	float: left;
	display:block;
	width: 164px;
	height: 29px;
	background:url(../design_images/button_normal.gif);
	color:#29354f;
	padding: 20px 0 0 0;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
#menu li a:hover {
	background:url(../design_images/button_hover.gif);
	color:#08356c;
}

#main_banner {
	padding: 15px 0 0 30px;
	float:left;
}

#main_content_container {
	float:left;
	width:985px;
	background:url(../design_images/content_bg.jpg);
}

#col_01 {
	float:left;
	width:313px;
	height: 100px;
	height: auto;
	min-height: 100px;
	margin:0;
	padding:0;
	background:url(../design_images/submenu_top_bg.jpg) no-repeat top;
}

	#col_01 .submenu ul{
		list-style:none;
		margin:0;
		padding:20px 0 0 10px;
		min-height:219px;
	}
	
		#col_01 .submenu ul li{
			margin:0;
			padding:10px 0 10px 70px;
		}

			#col_01 .submenu ul li a{
				padding:10px 10px 10px 35px;
				margin:0;
				text-decoration:none;
				color:#29354f;
				font-weight:bold;
				letter-spacing:0.4px;
			}
			
				#col_01 .submenu ul li a:hover{
					-moz-opacity:.60; -ms-filter:"alpha(opacity=60)"; filter:alpha(opacity=60); opacity:.60; 
				}

		#col_01 .submenu .home{
			background:url(../design_images/ico_home.gif) no-repeat left;
		}
		#col_01 .submenu .facebook{
			background:url(../design_images/ico_facebook.gif) no-repeat left;
		}
		#col_01 .submenu .twitter{
			background:url(../design_images/ico_twitter.gif) no-repeat left;
		}
		#col_01 .submenu .email{
			background:url(../design_images/ico_email.gif) no-repeat left;
		}
		#col_01 .submenu .newsletter{
			background:url(../design_images/ico_newsletter.gif) no-repeat left;
		}
		#col_01 .submenu .others{
			background:url(../design_images/ico_others.gif) no-repeat left;
		}
	
		#col_01 .news_widget{
			margin:0px;
			width:271px;
			height:130px;
			background:url(../design_images/news_bg.jpg) 42px  0px no-repeat;
			padding:0 0 30px 42px;
			float:left;
		}

	
			#col_01 .news_widget .title{
				vertical-align:bottom;
				height:20px;
				padding:12px 0 3px 10px;
				margin:0 100px 0 30px;
				text-decoration: none;
				color:#29354f;
				font-weight:bold;
				font-size:10px;
				display:block;
				background:url(../design_images/more_arrow.gif) no-repeat 120px 17px;
			}
				#col_01 .news_widget .title:hover{
					color:#777;
				}
				
			#col_01 .news_widget p{
				color:#CCC;
				margin: 0 0 0 20px;
				line-height:17px;
				height:68px;
				width:210px;
				padding:10px 30px 10px 10px;
				background:url(../design_images/news_slider_bg.jpg) no-repeat;
			}
			#col_01 .news_widget a{
				color:#CCC;
				line-height:17px;
				text-decoration:none;
			}
				#col_01 .news_widget a:hover{
					color:#FFF;
				}

#col_02{
	color:#18243c;
	float: left;
	width:670px;
}

	#col_02 h1 {
		float:left;
		color:#FFF;
		background-color:#29354f;
		padding:15px;
		margin:20px 0 0 0;
		float:left;
		width:610px;
		font-size:20px;
		font-weight:normal;
		border:1px solid #FFF;
	}
	
	#col_02 p{
		float:left;
		padding:0px 20px 20px 30px;
		width:580px;
		line-height:20px;
		font-size:12px;
	}
	
	#col_02 .orange_swish {
		width:638px;
		height:32px;
		background:url(../design_images/orange_header_swish.jpg) no-repeat right;
		float:left;
	}
	
	#footer{
		margin-left:auto;
		margin-right:auto;
		float:left;
		width:985px;
		height:100px;
		color:#CCC;
		background:url(../design_images/content_bottom_bg.jpg) no-repeat;
		padding:30px 0 0 60px;
		font-size:9px;
	}
	
		#footer .footer_text{
			float:left;	
		}
	
	#icon_logo{
		float: right;
		margin:-15px 110px 0 0 ;
	}
	
/* Overviews */

.overview
{
	width:574px;
	padding: 0 0 5px 0;
	border-bottom:1px  #666 solid ;
	margin:10px 26px 0 46px;
	float:left;
	min-height:110px;
	height:auto !important;
	height:110px;
	font-family:Verdana, Geneva, sans-serif;
}
.overview h3
{
	text-decoration:underline;
	color:#29354f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
}

.overview h3 a
{
	text-decoration:none;
	color:#FFF;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	margin:0;
	padding:0;
}

.overview img{
	float:left;
	margin-right:15px;
	width:100px;
	height:95px;
	border:2px solid #666;
}

.overview p{
	font-family:Verdana, Geneva, sans-serif;
	width:390px;
	float:left;
	border:0px;
	margin:4px 0 0 0;
	padding:0;
	text-align:justify;
}

#previous 
{
    float:left;
}

#next
{
    float:right;
}

.readmore, .readmore a, .readmore a:link, .readmore a:visited, .readmore a:active {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
	
.readmore a:hover{	
	color:#29354f;
	font-size:10px;
}

.more, .more a, .more a:link, .more a:visited, .more a:active {
	color:#29354f;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}
	
.more a:hover{	
	color:#FFF;
	font-size:10px;
	float:left;
}

#paging 
{
    float:left;
    font-family:Verdana, Geneva, sans-serif;
    width:574px;
    margin:10px 26px 0 46px;
    padding: 0 0 5px 0;
}

.back, .back a, .back a:link, .back a:visited, .back a:active {
	color:#29354f;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	}
	
.back a:hover{	
	color:#FFF;
	font-size:10px;
}

#contact{
   width:500px;
   float:left;
   margin:0 0 0 60px;
   
   
}

#contact h3{
	color:#29354f;
	font-size:12px;
	font:Tahoma, Geneva, sans-serif;
	padding:0 0 0 10px;
	margin:0 0 0 88px;
}

#contact_form{

    padding:10px 10px 0 10px;
    width:400px;

}

#contact_form .row{
                text-align:right;
				font-family:Tahoma, Geneva, sans-serif;
                padding-bottom:10px;
				font-size:11px;
}

#contact_form .textbox{
                border:1px solid #333;
                width:310px;
                font-size:12px;
                color:#000;
                margin-left:7px;
                vertical-align:text-top;
				background:#FFF;
}

#contact_form .button{
                border:#333 solid 1px;
                font-size:12px;
                padding:3px;
                color:#FFF;
                background: #29354F;
				cursor:pointer;
}

#contact_detail a, #contact_detail a:link, #contact_detail a:visited, #contact_detail a:active {
		color:#455F8C;
		text-decoration:none;
	}
		
		
#contact_detail a:hover{	
		color:#999;
		text-decoration:underline;
}

.emailField
{
    width:140px;
}

#newsletter .row2
{
    float:right;
    text-align:right;
    WIDTH:270PX;
    color:#FFF;
}