@charset "utf-8";



#content{
	margin:5px;
	}
#content-wrapper{
	background:#192b66 url(../images/project_bg.png) repeat-y;
	width:917px;
	border-top:5px solid #192b66; 
	border-bottom:5px solid #192b66; 
	}
#content-ip{
	margin:5px;
	background: url(../images/ip_bg.jpg) 1px 20px no-repeat;

	}
ul { margin: 0px 5%; font-size:80%; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 10px 10px 70px 20px;
	margin:0;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 10px 10px 70px 20px;
	border-right:1px dotted #666666;
	margin:0;
}
#mainContent { 
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; 
	border-left:1px dotted #666666;	
} 
#mainContent2 { 
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px;
	visibility: hidden;
}
h1 {
	font-size:120%;
	color:#091d69;
	padding:5px 20px;
	margin:0;
	}
#project-box{
	width:614px;
	background:#192b66 url(../images/desc_bar.png) no-repeat top;
	padding-bottom:10px;
	}
#project-box .heading{
	width:604px;
	padding:10px 20px 0 20px;
	height:33px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	}
#project-box .image{
	width:614px;
	text-align:center;
	padding:0 ;
	overflow:hidden;
	}
/*values for project box before changing visibility of manincontent2
#project-box .image{
	width:604px;
	text-align:center;
	padding:0 5px 5px 5px;
	overflow:hidden;
	}*/
.desc{
	background-color:#FFFFFF;
	width:564px;
	text-align:left;
	margin:0;
	padding:10px 20px;
	border:5px solid #192b66;
/*	overflow:auto;
	height:210px;*/
	position:absolute;
	}
.desc h4{
	color: #424c68;
	display:block;
	font-size:90%;
	margin:0.2em 0;
	}
.desc p{
	font-size: 80%;
	font-weight:bold;
	line-height: 140%;
	color:#424c68;
	margin:0.2em 0;
	}
.desc a{
	color:#6cadef;
	text-decoration:none;
	font-weight:normal;
	}
.desc a:hover{
	color:#192b66;
	text-decoration:none;
	}
#project-box .desc ul{
	padding: 2px 5px 2px 20px;
	line-height: 100%;
	margin-left:10px;
	font-size: 75%;
	color:#666666;
	}

.projects table{
	margin:0 0 10px 0;
	padding:0;
	}

.projects table  td{
	padding-bottom:5px;
	}

.rowHover {
	color: #000;
	cursor: pointer;
	opacity:0.7;
}
table.patent {	text-align:left; margin-left:10px;}
table.patent td{
	padding: 2px;
	font-size: 75%;
	vertical-align:top;
	}
table.patent th{
	padding: 2px;
	font-size: 85%;
	vertical-align:top;
	}
/*projects sidenav*/
#sidenav dl { 
	width: 201px; /* width of block according to your background image */
	color:#fff9f9;
}

#sidenav dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}
#sidenav dl { 
	background:#0f1937 url(../images/sidenav_bg.png) bottom left no-repeat;
	padding-bottom: 30px;
}
#sidenav dl dt { /* box title definition */
	height: 42px;
	background: url(../images/sidenav_head.png) top left no-repeat;
	text-indent: -10000px;
}
#sidenav dl dt.tech { /* box title definition */
	height: 42px;
	background: url(../images/sidenav_tech.png) top left no-repeat;
	text-indent: -10000px;
}
#sidenav dl dd {
	margin:2px 10px 2px 10px;	
	padding: 0 10px 5px 15px; /* internal block spaces administration */
	text-align: left;
	text-decoration:none;
	background: url(../images/arrow_white.png) left 3px no-repeat; 
	font-size:80%;
	border-bottom:1px dotted #FFFFFF;
	color:#6cadef;
}
#sidenav dl dd a {color:#FFFFFF; text-decoration:none;}
#sidenav dl dd a:hover{color:#6cadef;}

/*services sidenav*/
#sidenav-serv dl { 
	width: 201px; /* width of block according to your background image */
	color:#fff9f9;
	margin-top:0.7em;
}

/*#sidenav-serv dl, dt, dd { 
	margin: 0;
	padding: 0;
}*/
#sidenav-serv dl { 
	background:#0f1937 url(../images/sidenav_bg.png) bottom left no-repeat;
	padding-bottom: 20px;
}
#sidenav-serv dl dt { /* box title definition */
	height: 42px;
	background: url(../images/sidenav_services_hd.png) top left no-repeat;
	text-indent: -10000px;
}
#sidenav-serv dl dd {
	margin:2px 10px 2px 10px;	
	padding: 0 10px 5px 15px; /* internal block spaces administration */
	text-align: left;
	text-decoration:none;
	background: url(../images/arrow_white.png) left 3px no-repeat; 
	font-size:80%;
	border-bottom:1px dotted #FFFFFF;
	color:#6cadef;
}
#sidenav-serv dl dd a {color:#FFFFFF; text-decoration:none;}
#sidenav-serv dl dd a:hover{color:#6cadef;}
/*footer*/
#footer { 
	background:#384d8d;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}