﻿

/* reset5 Â© 2011 opensource.736cs.com MIT */

html, body 
{
	 margin:0;
	 padding:0;
	 border:0;
	 background:transparent;
	 font-size:14px;
	 width:100%;
	 height:100%;
	 
}

div,span,article,aside,footer,header,hgroup,nav, section,h1,h2,h3,h4,h5,h6,
p,blockquote,a,ol,ul,li,table,tr,th,td,tbody,tfoot,thead

{
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
	
img {
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0px;

}

tablr, tr, th, td, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

table {
	 border-collapse:collapse; border-spacing:0;
}

input, select, textarea, form, fieldset {
	margin:0; padding:0; border:0;
}
	
article,aside,dialog,figure,footer,header,hgroup,nav,section
{
	display:block;
}

nav ul
	{list-style:none;}
ol
	{list-style:decimal;}
ul
	{list-style:disc;}


h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color:#000;
}

ol, ul {
	list-style:none;
}


/* ------------------------------------------------------*/

html{
	overflow-y: scroll;
}

body 	{
	background-color:#E9E9E9;
	/*background: -webkit-gradient(linear, left top, left bottom, 
                             from(#00abeb), to(white));*/
                             
	height:100%;
	
}

h1,h2,h3,h4,h5 {
	font-weight:bold; 
	color:#000;
	padding:25px 10px 7px 10px;
	border-bottom:2px #64A2FF solid;	
}
h6{
	font-weight:bold;
	color:#000; 
	padding:10px 7px 2px 7px;
}


h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:13px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}


/* containers */

#top_bar {
	background-color:white; 
	width:100%;
	border-top:5px #64A2FF solid;
	
}

#banner	{
	background-color:white; 
	width:750px;
	overflow:hidden;
	height:70px;
	margin:0 auto;
}

/*
#logo{
	margin:20px 0 0 20px; 
	float:left;
}
*/
#banner img {
	padding:10px 0 0 10px;
	/*
	font-style:normal;
	float:left;
	font-size:36px;
	font-weight:lighter;*/
}


/* navigation bar-----------------------------*/
#nav_bar {
	float:right;
	margin:35px 30px 0 0;
	position:relative;
}

#nav_bar ul{
	margin:0px;
}

#nav_bar ul li {
	display:inline;
}
	
#nav_bar ul li a {
	
	padding:3px 7px;
	margin:0px 2px;
	text-align:center;
	font-size:14px;
}

#nav_bar a:link {color:black;}
#nav_bar a:visited {color:black;}
#nav_bar a:active {color:black;}
#nav_bar a:hover {	color:white;
					background-color:#64A2FF;	
					
					-moz-border-radius: 4px;
				    -webkit-border-radius: 4px;
				    -khtml-border-radius: 4px;
				    behavior: url(/css/border-radius.htc);
				    border-radius: 4px;
				
									
}

#nav_bar a:focus {color:#000000;}

/* navigation bar END---------------------------*/
.active_select{
	color:fuchsia;
	font-size:xx-small;
}

#banner2	{
	background-color:#292929; 
	width:100%;
	overflow:hidden;
	position: relative;
	
}

#nav_bar2 {
	background-color:#292929;
	width:750px;
	margin:0 auto;
	height:25px;
}
#nav_bar2_home {
	background-color:#292929;
	width:700px;
	margin:0 auto;
	height:6px;
}

#nav_bar2 li a{
	color:fuchsia;
}

#nav_bar2 ul{
	padding:4px 0;
	
}

#nav_bar2 ul li {
	display:inline;
}
	
#nav_bar2 ul li a {
	
	padding:0 12px;
	text-align:center;
	font-size:13px;
	
}

#nav_bar2 a:link {color:#E4E4E4;}

#nav_bar2 a:focus {color:#64A2FF;}
#nav_bar2 a:visited {color:#E4E4E4;}
#nav_bar2 a:hover {	color:#64A2FF;
					background-color:#292929;}

#nav_bar2 a:active {color:#64A2FF;}



/*--------------------------------------------------------------*/

#nav_bar3 {
	
	width:145px;
	display:inline;
	float:left;
	margin:48px 15px 0 0;
	border-top:1px #292929 solid;
}
#nav_bar3 li a{
	color:fuchsia;
	
	
}

#nav_bar3 ul{
	
	width:145px;
}

#nav_bar3 ul li {
	border-bottom:1px #292929 solid;
	padding:7px 0px 7px 0;
}
	
#nav_bar3 ul li a {
	
	text-indent:5px;
	text-align:left;
	font-size:14px;
	display:block;
}

#nav_bar3 a:link {color:black}

#nav_bar3 a:focus {color:#64A2FF;}
#nav_bar3 a:visited {color:black;}
#nav_bar3 a:hover {	color:#64A2FF;
					}

#nav_bar3 a:active {color:#64A2FF;}



/* navigation end asdasda sd as d a s das das d as  das d a s da sd asd a*/


#wrapper	{
	width:750px;
	margin:0 auto;
}

#wrapper_main	{
	width:800px;
	margin:0 auto;
	background-color:white;
}


#wrapper2	{
	width:910px;
	margin:0 auto;
}

#container{
	min-height: 100%;
	
}
.image{
	display:block;
	margin:0 auto;
	padding:10px 0;
}

#content{
	
	background-color:white;
	overflow:auto;
	padding-bottom: 150px;
	width:750px;
	margin:0 auto;
}
	
.list{
	list-style:square;
	padding:10px 10px 10px 40px;
	
}
.list li{
	padding:2px 0;
	line-height:20px;
}
.ordered_list{
	list-style:decimal;
	padding:10px 10px 10px 40px;
}
.ordered_list li{
	padding:2px 0;
	line-height:20px;
}
.image_top_page{
	margin-top:5px;
}
p{
	margin:10px 10px 10px 10px;
	line-height:20px;
}
.equation{
	color:black;
	text-align:center;
	font-weight:bold;
	background-color:#DFDFDF;
	padding:5px;
}
.bold{
	font-weight:bold;
}
table{
	width:100%;
}	
.table_data{
	width:70%;
	display:block;
	margin:0 auto;
	
	
}	
.border{
	border:1px black solid;
	text-align:center;
}
.border_color{
	background-color:#64A2FF;
	border:1px black solid;
	text-align:center;
}

.table_data_uav{
	width:80%;
	display:block;
	margin:0 auto;
}
.table_style{
	padding:20px 10px 10px 10px;
}	
table tr td{
	padding:10px 15px;
	width:35%;
}

.table_strong{
	font-weight:bold;
	
}
.table_row_wide{
	background-color:#64A2FF;
}

a:visited{color:#0033CC;}
a:focus{color:#0033CC;}

a:active{color:#0033CC;}
a:link{color:#0033CC}
a:hover{color:#FF0000;}	
	/*
#content h1 {
	padding:10px 0 10px 10px;
}
*/

/*---------------------------------------------------------------------*/

#nav_sub ul{
	
	text-align:center;
}

#nav_sub ul li {
	display:inline;
	
}
	
#nav_sub ul li a {
	padding:7px 15px;
	/*change both job below--------------adasdasdasdas-das-das--das*/
	padding-top:8px;
	margin:0px 0px;
	text-align:center;
	font-size:12px;
	
	
}

#nav_sub a:link {color:white;}
#nav_sub a:visited {color:white;}
#nav_sub a:active {color:white;}
#nav_sub a:hover {	color:#64A2FF;
					background-color:#1D1D1D;					
									
}

#nav_sub a:focus {color:#000000;}

/*---------------------------------------------------------------------------*/
.content_main{
	
	overflow:auto;
	padding-bottom: 150px;

}

#mini_pics{
	margin-top:50px;
	position: relative;
	}

#mini_pics li{
	display:inline;
	float:left;
}


#mini_pics li ul{
	background-color:#F0F0F0;
	width:240px;
	height:260px;
	margin:0 13px;
}

#mini_pics li ul li{
	margin: 0px 0px;
	
}


#mini_height{
	height:260px;
	font-size:12px;
	
}

p.p_index_page{
	line-height:17px;
	margin:7px 7px 7px 7px;
}


/*team page----------------------------------------------------*/
.mini_pics_team {
	padding:10px 10px;
	height:150px;
	clear:both;
	margin:0 0 10px 0;
	background-color:white;
	
}

.team_pic{
	float:left;
	width:200px;
}

.team_text{
	float:left;
	width:470px;
}

.team_name{
	font-weight:bold;
	padding-bottom:5px;	
}

.mini_pics_application {
	padding:10px 10px 0 8px;
	height:150px;
	clear:both;
	margin:0 0 0px 0;
	background-color:white;
	
}
.team_pic_list{
	width:220px;
	margin-bottom:0px;
	
}

.team_text_list{
	color:white;
	width:220px;
	padding:5px 0px;
	height:20px;
	background-color:#DFDFDF;
}
.mini_pics_list {
	padding:10px 15px 10px 15px;
	display:inline;
	float:left;
	background-color:white;
	position: relative;
	
}
.mini_pics_list_main{
	height:220px;
	width:100%;
	margin:0 auto;
}
.team_name_list{
	
	margin-top:0px;
	color:white;
}
/*----------------------------------------------------------------*/
#contact{
	height:300px;
}

#contact_location{
	width:48%;
	float:left;
}
#contact_contact{
	width:48%;
	float:right;
}



#feature_text{
	background-color:white;
}





#footer{ 
	background-color:#292929; 
	padding:20px 0;
	margin-top:-100px;
	width:100%;
	font-size:10px;
	clear:both;
	position:relative;
	height:60px;
}
#footer ul{
	text-align:center;
	padding-bottom:15px;
}
#footer ul li{
	display:inline;
	padding:0px 10px;
	
}
#footer ul li:nth-child(1){
	border-right:thin black solid;
}
#footer ul li:nth-child(2){
	border-right:thin black solid;
}
#footer ul li:nth-child(3){
	border-right:thin black solid;
}
#footer ul li:nth-child(4){
	border-right:thin black solid;
}

#footer ul li a {
	
	text-align:center;
		
}

#footer a:link {color:#64A2FF;}
#footer a:visited {color:#64A2FF;}
#footer a:active {color:#64A2FF;}
#footer a:hover {	color:white;}

#footer a:focus {color:#000000;}

#footer p	{
	text-align:center;
	color:#64A2FF;
	
}







