@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
.main{
	width:100%;
	height:auto;
	font-weight:lighter;
}
.header{
	width:100%;
	height:70px;
	min-width:1024px;
	
	
background-image:url(../images/header_bg1.png);
	background-repeat:repeat-x;
	
	background: #FFFFF; /* Old browsers */


}
.logo{
	width:250px;
	height:50px;
	margin-left:60px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	padding-bottom:10px;
}

.phone{
	width:200px;
	height:40px;
	margin:5px;
	margin-right:80px;
	margin-top:20px;
	float:right;
}

.nav{
	width:100%;
	height:40px;
	/*background-image:url(images/Menu_bg.png);
	background-repeat:repeat-x;*/
	margin-top: 0px;
	min-width:1024px;
	background: #fdd083; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDA4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzhlNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fdd083 0%, #cc8e5f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd083), color-stop(100%,#cc8e5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdd083 0%,#cc8e5f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdd083 0%,#cc8e5f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdd083 0%,#cc8e5f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdd083 0%,#cc8e5f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd083', endColorstr='#cc8e5f',GradientType=0 ); /* IE6-8 */

   

}

.nav_right{
	width:15%;
	height:30px;
	padding-top:5px;
	margin-right:60px;
	float:right;
}

.nav_home{
width:20px;
height:20px;
padding-top:5px;
margin-right:20px;
float:left;
}
.nav_settings{
width:20px;
height:20px;
padding-top:5px;
margin-right:20px;
float:left;
}

.nav_signin{
width:80px;
height:20px;
background:#cc551b;
border-radius:25px;
padding-top:5px;
margin-right:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FFFFFF;
text-align:center;
}

.body{
	width:100%;
	height:auto;
	background:#FFFFFF;
	font-weight:normal;
}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
background-color:Red;
}
.text_1{
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
padding-top:15px;
margin-left:80px;
float:left;
}
.text_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:Red;
text-align:center;
padding-top:15px;
margin-left:60px;
float:left;
}
.text_footer{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#fff;
text-align:center;
padding-top:15px;

}



.body_left{
	width:14.8%;
	min-height:510px;
	height:auto;
	border-right:0px #d3d3d3 solid;
	float:left;
	background-color:#F5F5F5;
	background-repeat:repeat;
	min-width:200px;
	
	
	
}
.body_right{
	width:85.1%;
	min-height:510px;
	background:#FFFFFF;
	float:right;
	height:100%;
	
}

.body_right_main{
	width:95%;	
	height:100%;
	min-height:420px;
	overflow-x:hidden;
	background:#FFFFFF;
    color:Black;
	overflow-y:auto;
	padding:10px; 
	float:left;
}

.body_btn{
	width:100%;
	height:40px;
	border-bottom:1px #d3d3d3 solid;
	float:left;
	
}
.body_btn1{
	width:100%;
	height:40px;
	border-bottom:1px #d3d3d3 solid;
	float:left;
	background-color: #dcdee2;
}


.body_btn_text1{
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
text-align:center;
margin-left:40px;
margin-top:10px;

float:left;
}
.body_btn_text{
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
text-align:center;
margin-left:40px;
margin-top:10px;
font-weight:normal;
float:left;
}

.strip{
	width:100%;
	height:40px;
	background-color:#e4e6ea;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	
}
.footer{
	width:100%;
	min-width:1024px;
	height:40px;
/*	background-image:url(Nav_bg.png);
	background-repeat:repeat-x;*/
	background-color:#095079; 
	 bottom:0;
	
}
.style2 {
	width: 300px;
	height: 50px;
	margin-right: 80px;
	margin-top: 10px;
	float: right;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 5px;
}
.style3 {font-size: 12px; font-weight: normal; font-family: Calibri, Helvetica, sans-serif;font-weight:normal;}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	text-align: center;
	margin-left: 40px;
	margin-top: 10px;
	font-weight: normal;
	float: left;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	color:#413839;
	font-weight:bold;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	font-weight:normal;
}


	

input[type="text"]{
   @include transition(all 0.30s ease-in-out);
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  font-weight:normal;
}
input[type="text"]:focus{
  @include box-shadow(0 0 5px rgba(81, 203, 238, 1));
  -webkit-box-shadow: 0px 0px 5px #007eff;  
  -moz-box-shadow: 0px 0px 5px #007eff;  
  box-shadow: 0px 0px 5px #007eff;
  font-weight:normal;
}





.button{
 border:1px solid #8ed058;-webkit-box-shadow: #474747 0px 0px 5px;-moz-box-shadow: #474747 0px 0px 5px; box-shadow: #474747 0px 0px 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px 10px 7px 10px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(255,255,255,0.4);font-weight:bold; color: #4D7D32;
 background-color: #A9DB80; cursor: pointer;
    background-image: linear-gradient(to bottom, #A9DB80, #96C56F);
}

.button:hover{
 border:1px solid #8ed058;
 background-color: #8ED058; cursor: pointer;
    background-image: linear-gradient(to bottom, #8ED058, #7BB64B);
}

.buttonSlider{
border:1px solid #4b546a;-webkit-box-shadow: #B4B5B5 2px 2px 2px;-moz-box-shadow: #B4B5B5 2px 2px 2px; box-shadow: #B4B5B5 2px 2px 2px;-webkit-border-radius: 20px 5px 5px 20px;-moz-border-radius: 20px 5px 5px 20px;border-radius: 20px 5px 5px 20px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #606C88; cursor: pointer;
    background-image: linear-gradient(to bottom, #606C88, #3F4C6B);
  
}

.buttonSlider:hover{
 border:1px solid #4b546a;
 background-color: #4B546A; cursor: pointer;
    background-image: linear-gradient(to bottom, #4B546A, #2C354B);
}
.slider
{
    background-image: url('../Images/bg_slider1.jpg'); 
    background-repeat:inherit; 
   background-position:inherit;
 
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border:0px solid #4b546a;
   
   background-size: 100% 100%;
    padding:10px 10px 10px 10px;
    font-weight:normal;
    font-family:Verdana;
    font-size:12px;
    width:100%;
    height:100%;
  
    
    }
    
   table.normalTable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
}
table.normalTable th {
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	
	color:Black;
}
table.normalTable td {
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	
	font-weight:normal;
}


 table.normalTable1 {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
	}
table.normalTable1 th {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
	color:Black;
}
table.normalTable1 td {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
	font-weight:lighter;
}

br { clear: left; }