html,body{
	margin:0;
	padding:0;
	height:100%; /* for footer at bottom of browser window */
}
body{
	font-size:12px;
	background-color:#ffffff;
	text-align:left; /* for IE5 */
	background:url(subpages.jpg);
	background-repeat:no-repeat;
}
#page_layout{
	width:750px;
	margin:0;
	height:100%;
	border-collapse:collapse;
}
#td_page_layout{
	background-color:transparent;
	padding:0;
	margin:0;
}
#header{
	position:absolute;
	top:90px;
	left:0;
	width:750px;
	text-align:right;
}
#header span{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #4abef7;
	margin:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
}
#header a span#logo{position:absolute;top:-45px;left:95px;width:90px;height:105px;padding:0;border:0;}
#header span.last{
	border-right:0;
}
#left{
	padding:0px;
	width:182px;
	float:left;
	position:absolute;
	top:180px;
	left:0px;
}
#left ul{
	list-style:none;
	width:182px;
	padding:0;
	margin:0;
}
#left ul li{
	position:relative;
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 10px 0;
	font-size:12px;
	text-align:right;
}
#left li ul {
	position: absolute;
	right:-211px; /* negative as parent is right-aligned - cross browser friendliness */
	top: -10px;
	width:200px;
	display: none;
	margin:0 0 0 0px;
	z-index:1;
/*	background:url(s_menu.jpg);
	background-repeat:no-repeat;
*/	background-color:#ffffff;
	font-size:10px;
	border-right:1px solid #4abef7;
	padding:0 5px 0 5px;
}
#left li ul li{
	text-align:left;
	margin:10px 0 10px 0;
}
/* Holly Hack. IE Requirement \*/
	* #left html ul li { float: left; height: 1%;}
	* #left html ul li a { height: 1%;}
/* End */
#left li:hover ul, #left li.over ul { 
	display: block;
} /* The magic */
#right{
	padding:100px 0 0 0;
	width:536px;
	float:right;
}
#footer{
	padding:0px 0 0 0;
	vertical-align:bottom;
}
#footer p{
	color:#0c2074;
	margin: 50px 0 0 0;
	font-size:10px;
	border-top:1px solid #4abef7;
}
#footer p#rg{
	font-size:10px;
	margin:5px 0 10px 0;
	border:0;
	text-align:center;
}

#footer a{
	font-size:10px;
	color:#0c2074;
	font-weight:normal;
}
span.right{
	padding:5px;
	float:right;
}
span.left{
	padding:5px;
	float:left;
}
.project{
	position:static;
	width:175px;
	height:140px;
	float:left;
}
.project2{
	position:static;
	text-align:center;
	display:inline;
	width:107px;
	height:140px;
	float:left;
}
#hide{
	display:none;
}
.plus{
	position:static;
	float:right;
	padding:5px 0px 5px 5px;
	width:200px;
	border-left:1px solid #4abef7;
	background-color:#ffffff;
	margin:33px 0 5px 5px;
}
.plus h1{
	font-weight:bold;
	margin:10px 0 10px 0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	border:0;
	font-style:normal;
}
a:link, a:visited, a:active,#footer p#rg a {
  color:#4abef7;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}
a:hover { 
  color:#0000ff;
  text-decoration:none;
}
h1{
  border-bottom:1px solid #4abef7;
  color:#0c2074;
  font-family:century gothic,verdana,arial,sans-serif;
  font-size:20px;
  font-style:italic;
  font-weight:bold;
  letter-spacing:3px;
  margin:5px 0 20px 0px;
  padding:0 0 5px 0;
  text-align:left;
  text-transform:capitalize;
}
h2,h3,h4{
  text-transform:capitalize;
  text-align:left;
  color:#0c2074;
  margin:20px 0 10px 0;
  font-family:century gothic,verdana,arial,sans-serif;
  font-weight: bold;
}
h2{
  	padding:10px 0 0 0;
	font-size:17px;
}
h3{
	font-size:13px;
}
h4{
	font-size:13px;
	color:#000000;
}
hr{
	border-top:1px solid #4abef7;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	height:1px;
	margin:30px 0;
}
img{
	margin:0;
	padding:0;
	border:0;
}
img.left{
	float: left;
	margin-right:5px;
}
p{
  margin:10px 0 10px 0px;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:12px;
}
.caption {
  font-size:10px;
  text-align:center;
  color:#0c2074;
  margin:0px;
}
p.italic {
  font-size:10px;
  font-style:italic;
  text-align:left;
  margin:-15px 0 10px 0;
}
p.title{
  margin:0px 0 10px 0px;
  font-weight:bold;
}
ul, li {
  font-family:verdana,arial,sans-serif;
  margin-top:3px;
  font-size:12px;
  text-align:left;
}
ul{
	list-style-type:square;
}
ol{
	list-style-type:decimal;
}
table{
	width:100%;
	border-collapse:collapse;
}
td,th{
	margin:10px 0px 10px 0px;
	padding:5px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
}
td{
	vertical-align:top;
}
th{
	text-align:center;
	background-color:#0c2074;
	color:#ffffff;
}
td.project{
	width:33%;
}
.center{
	text-align:center;
}
.strong{
	font-weight:bold;
}
.wrapright{
	position:static;
	float:right;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
}
.wrapright200{
	position:static;
	float:right;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:200px;
}
.software{
	border:1px dashed #0c2074;
	padding:0;
	margin:5px 0 15px 0;
}
.software_img{
	padding:0 5px 0 0;
	margin:0;
	width:150px;
	display:inline;
	vertical-align:top;
}
.software_top{
	border-top:1px dashed #0c2074;
	border-left:1px dashed #0c2074;
	border-right:1px dashed #0c2074;
	border-bottom:0;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
}
.software_bottom{
	border:1px solid #0c2074;
	padding:0;
	margin:0;
}
.sb{
	background-color:#0c2074;
	display:inline;
	text-align:left;
	width:33%;
	padding:0;
	margin:0;
	height:25px;
}
caption{
	color:#0c2074;
	text-align:center;
	margin:10px 0 5px 0;
	font-size:15px;
	font-style:italic;
}
div#qa{
	position:absolute;
	text-align:right;
	top:350px;
	width:180px;
	left:0px;
}
.box{
	position:static;
	float:right;
	width:200px;
	padding:0 0 15px 0;
	margin:0px 0 10px 10px;
	background-image:url('box_b.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#00aeef;
}
.box p{
	color:#000;
	font-family:arial;
	font-size:12px;
	background-color:transparent;
	padding:5px;
	width:190px;
	margin:0;
}
.box a:link, .box a:visited, .box a:active{
	color:#000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dotted #00f;
}
.box a:hover {
	color:#000;
	border-bottom:1px solid #00f;
}
.box h1{
	background-image:url('box_h.jpg');
	background-color:#00458C;
	background-position:bottom right;
	background-repeat:no-repeat;
	width:185px;
	border:0;

	color:#fff;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	font-size:15px;
	padding:5px 10px 5px 5px;
	margin:0;
}
