@charset "utf-8";
/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0083a4;
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;}

/****************************************MAIN**********************/	
	
Div#main{
	display:table;
	width:1000px;
	height:auto;
	margin:0 auto;
	background-color:#0690b3;}
	
Div#Row1,#Row2{
	display:table-row;
	width:1000px;
	float:left;
	height:auto;}
/****************************************Row1**********************/	
Div#Row1{
	width:990px;
    background:url(../images/head_bg.jpg) repeat-x;	
	height:143px;
	padding:20px 0px 0px 10px;}	
	
.Row1_1{background-color:#0690b3;
		padding:10px 0px 0px 0px;
		width:1000px;
		height:230px;
		float:left;}

.screen{
	width:499px;
	height:230px;
	float:left;
		}
.screen1{
	width:499px;
	height:230px;
	float:left;
}

.Row1_2{background-color:#0083a4;
		padding:10px 0px 0px 0px;
		height:230px;
		width:1000px;		
		float:left;
		border:#00617a 1px solid;}
		
.Row_contact{background-color:#0690b3;
		padding:0px 0px 0px 0px;
		width:1000px;
		height:auto;
		float:left;}

.table_border{border-right:#379CE8 1px solid;}
/****************************************Text Style**********************/	

.font_style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FC3;
	text-transform:uppercase;
	padding:5px
	}

.font_style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	padding:5px
	}
.font_style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	}
.font_style4{ font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333;}	



