@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
a, img {
	outline:0 none;
	border:0 none;
}
p {
	margin: 0;
	padding: 3px 0 0 2px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
body {
	/*background:url(../images/body_bg33.jpg) 0 0 repeat-x;*/
	font-family:sans-serif,Arial, Helvetica;
	font-size:17px;
	background-color:#184C7B;
	direction:RTL;
}

A:link {COLOR: #2978A1; TEXT-DECORATION: none;}
A:visited {COLOR: #2978A1; TEXT-DECORATION: none;}
A:hover {COLOR: #2978A1; TEXT-DECORATION: underline;}


/** element defaults **/
table {
	width: 100%;
	text-align: right;
}

th, td {
	padding: 3px 10px;
	font-weight:bold;
	text-align:right;
}

th {
	color: #fff;
	background: #2978A1 none repeat-x scroll -15px 0;
	text-align:right;
}

td {
	
	/*border-bottom: 1px solid #222;*/
	color: #555;
}


/* wrapper section start here */
#wrapper{
	width:100%;
	height:auto;
	margin:0 auto;
}

/* header section start here */
.header{
	width:100%;
	height:120px;
	float:left;
	background-color:#174C7B;/*#174C7B;*/
}

.logo{
	width:228px;
	height:94px;
	float:left;
	padding: 1px 5px 5px 5px;
}

.header_right_section{

	width:200px;
	height:100;
	float:right;
	padding: 1px 5px 5px 5px;
	/*background:url(../images/logo.png) 0 0 no-repeat;*/
	
}

.sign_section{
	width:500px;
	height:auto;
	float:left;
	
}

.sign_section ul{
	margin:0;
	padding: 15px 0 0;
	list-style:none;
}

.sign_section ul li{

	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	float:left;
	padding: 6px 9px 0 13px;
}




/* content section start here */
.content_bg{
	background:url(../images/content_bg.jpg) 0 0 repeat;
	width:100%;
	height:auto;
	float:left;
	min-height:250px;
	margin: -15px 0 0;
}

.content_wrapper{
	width:980px;
	height:auto;
	margin:0 auto;
}


/* content panel section start here */
.content_panel{
	
	width:980px;
	height:auto;
	float:left;
	padding: 0 0 10px;
	
}

.content{
	width:100%;
	float:left;
	height:auto;

}

.content h1{
	font-family:"Franklin Gothic Demi Cond";
	font-size:30px;
	color:#d50400;
	font-weight:normal;
	padding:0;
}

.content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	text-align:justify;
	line-height:18px;
}



.content p.get_btn a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	font-weight:bold;
}

/* bottom section start here */
.bottom_section{
	width:980px;
	height:auto;
	float:left;
}

.left_section{
margin-top:10px;
	width:220px;
	min-height:150px;
	float:left;
	/*background-color:green;*/
display:block;  
padding:2px;
  position:relative;


}

.left_section img{
	padding: 1px 10px 0 0;
	border:0px solid #aaa;
	 vertical-align: middle;
}

.left_section h1{
	font-family:"Franklin Gothic Demi Cond";
	font-size:25px;
	color:#d50400;
	font-weight:normal;
	padding:0;
}

.login_label{
	font-family:arial, tahoma;
	font-size:16px;
	color:#174C7B;
	font-weight:bold;
}

.right_section{
margin-top:10px;
	width:730px;
	min-height:150px;
	float:right;
	/*background-color:ff;*/
display:block;  
padding:5px;
  position:relative;



}

.right_section h1{
	font-family:"Franklin Gothic Demi Cond";
	font-size:25px;
	color:#616161;
	font-weight:normal;
	 padding: 22px 0 2px;
}

.right_section span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	font-weight:bold;
}

.right_section p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding: 0 0 3px;
	text-align:justify;
	line-height:18px;
}

.right_section h2{
	font-family:"Franklin Gothic Demi Cond";
	font-size:25px;
	color:#d81511;
	font-weight:normal;
	 padding: 22px 0 2px;
}

/* footer section start here */
.footer {

	/*background:url(../images/footer_bg1.jpg) 0 0 repeat-x;*/
	width:100%;
	height: 82px;
	float:left;
	background-color:#174C7B;
}
.footer_wrapper {
	width:980px;
	height:auto;
	margin:0 auto;
}
/* footer navigation section start here */
.footer_nav {
	width: 600px;
	height:auto;
	float:left;
	padding: 34px 0 0;
}
.footer_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer_nav ul li {
	/*background:url(../images/footer_divider.jpg) right 2px no-repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	float:left;
	padding: 0 14px;
}
.footer_nav ul li.home {
	padding: 0 12px 0 0;
}
.no_background {
	background:none !important;
}
.footer_nav ul li a {
	color:#fff;
	text-decoration:none;
}
.footer_right_panel {
	width:340px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}
.copyright {
	color: #fff;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	height: auto;
	margin: 0;
	padding: 34px 0 0;
	width: 319px;
	text-align:right;
}
.copyright a {
	color: #fff;
	text-decoration:none;
}
