@charset "UTF-8";
/* STYLE RESET */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* ----- LAYOUT ----- */
* { margin:0; padding:0;}
html, body { height:100%; }

body {
width:860px;
margin:0 auto;
margin-top:10px;
background-color: #666;
}

#bottom {
	width: 860px;
	height: 40px;
	background-image: url(/images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ----- HEADER ----- */

#header {
	width:860px;
	height:110px;
	background-image: url(/images/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 200px;
	padding-top: 55px;
}
#header h1 img {
	position: absolute;
	margin: -38px 0 0 392px;
}
#logo {
	float: left;
	width: 210px;
	margin-top: 20px;
	margin-left: 58px;
	padding-top: 65px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	text-indent: -9999px;
}

/* ------ Hack for IE6 ------- */ 

* html #logo {
	display: inline;	
}

/* ----- NAVIGATION ----- */

#navigation {
	width:860px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#sddm {
	width: 740px;
	margin: 0 10px 0 60px;
	padding: 0;
	list-style: none;
	border: 1px dashed #999;
	border-left: none;
	border-right: none;
	overflow: hidden;
	zoom: 1;
}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-color: #333;
	font-size: .8em;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {	
	background: #666;
	color: #FFF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 35px 3px 8px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;	
}

#sddm div a:hover {	
	background: #666;
	color: #FFF;
	}
#phone {
	width: 70px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
}
/* ----- MAIN CONTENT ----- */

#content {
	width:860px;
	padding-top: 25px;
	min-height:405px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:400px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}
a.learn {
	float: right;
	margin-top: 2px;
	padding: 13px 5px 10px 9px;
	width: 100px;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .7em;
	text-decoration: none;
	color: #000;
	background-image: url(/images/learn_more_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* ------ SOLUTIONS NAVIGATION ------ */

#student
{
  float: left;
  display: block;
  margin-top: 20px;
  margin-left: 60px;
  width: 117px;
  height: 109px;
  background: url("images/student_ro.jpg") no-repeat 0 0;

}
/* ------ Hack for IE6 ------- */ 

* html #student {
	display: inline;	
}
#student:hover
{ 
  background-position: 0 -109px;
}

#student span
{
  display: none;
}
#mass
{
  float: left;
  margin-top: 20px;
  display: block;
  margin-left: 10px;
  width: 117px;
  height: 109px;
  background: url("images/transit_ro.jpg") no-repeat 0 0;

}

#mass:hover
{ 
  background-position: 0 -109px;
}

#mass span
{
  display: none;
}
#locomotive
{
  float: left;
  margin-top: 20px;
  display: block;
  margin-left: 10px;
  width: 117px;
  height: 109px;
  background: url("images/locomotive_ro.jpg") no-repeat 0 0;

}

#locomotive:hover
{ 
  background-position: 0 -109px;
}

#locomotive span
{
  display: none;
}

#law
{
  float: left;
  margin-top: 20px;
  display: block;
  margin-left: 10px;
  width: 117px;
  height: 109px;
  background: url("images/law_ro.jpg") no-repeat 0 0;

}

#law:hover
{ 
  background-position: 0 -109px;
}

#law span
{
  display: none;
}

/* ABOUT US */
#about {
	float: right;
	margin-left: 15px;
	margin-top: 20px;
	width: 220px;
	margin-right: 60px;
}
h2 {
	color: #3333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#about a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 5px;
	font-size: 0.7em;
	color: #06C;
	text-decoration: none !important;
	display: block;
	zoom: 1;
}
#about a:hover {color: #09F !important; text-decoration: underline !important;}

/* ----- FOOTER ----- */

#footer {
	width:820px;
	height:40px;
	clear:both;
	margin-left: 20px;
	padding-top: 10px;
	background-color: #666;
	border-top: dashed #FFF 1px;
}

/* ----- FOOTER NAV ----- */

#fnav {
	width:800px;
	background-color: #666;

}
ul.fnav {
	width: 740px;
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
ul.fnav li {
	float: left; 
}
ul.fnav a {
	display: block;
	margin-top: 2px;
	padding: 0 10px 2px 15px;
	text-decoration: none;
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .7em;
	border-left: 1px solid #FFF;
}
ul.fnav a:hover {
	text-decoration: underline;
}
ul.fnav a:active {
	color: #E79E02;
}
#email {
	height: 20px;
	width: 30px;
	margin-left: 15px;
	background-image: url(/images/mini_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
