/* Body
----------------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0 0 15px;
	background: #5A5959 url("/imgs/bg.gif") top left repeat-x;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	width: 783px;
}

#header{
	position: relative;
	width: 783px;
	height: 78px;
	background: url("/imgs/bg-header.gif") top left no-repeat;
	border-bottom: solid 2px #fff;
}

#nav{
	position: relative;
	width: 783px;
	background: url("/imgs/bg-nav.gif") bottom left repeat-x;
	border-top: solid 4px #fc0;
	padding-bottom: 5px;
	float: left;
}

#content{
	min-height: 382px;
	background-color: #fff;
	border-bottom: solid 4px #f26721;
}

* html #content{
	height: 382px;
}

#footer{
	height: 65px;
	background: url("/imgs/bg-footer.gif") top left no-repeat;
}

#sidebar{
	position: absolute;
	top: 177px;
	left: 637px;
	width: 263px;
	z-index: 1;
}

#sidebar div{
	margin-bottom: 10px;
}

#sidebar div div{
	padding-bottom: 30px;
}

#sidebar div.blue div{
	background-image: url("/imgs/bg-sidebar-blue.png");
}

#sidebar div.orange div{
	background-image: url("/imgs/bg-sidebar-orange.png");
}

#sidebar div.blue div,
#sidebar div.orange div{
	background-position: bottom left;
}

#sidebar div.blue div,
#sidebar div.orange div,
#sidebar div.blue h1,
#sidebar div.orange h1{
	behavior: url(/css/iepngfix.htc);
}

/* Paragraphs and Headlines
----------------------------------------------- */
#header h1 {
	margin-left: -999em;
}
#header h2{
	margin-left: -999em;
}


#content h1,
#content h2, #content h2 a,
#content h3,
#content h4,
#content p{
	margin: 0 200px 1em 20px;
	color: #f26721;
}

#content h1{
	font-size: 25px;
	padding-top: 20px;
}

#content h2{
	font-size: 21px;
}

#content h3{
	font-size: 18px;
	margin-bottom: 0;
	padding-top: 5px;
}

#content h4{
	font-size: 14px;
	color: #00004C;
}

#content p{
	line-height: 1.5em;
	color: #333;
}

#sidebar div h1{
	font-weight: normal;
	font-size: 20px;
	font-family: verdana, sans-serif;
	color: #fff;
	padding-left: 22px;
	min-height: 35px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

* html #sidebar div h1{
	height: 35px;
}

#sidebar div h1 span{
	position: absolute;
	bottom: 5px;
}

#sidebar div h2{
	font-weight: normal;
	font-size: 20px;
	color: #F98C0E;
	padding-top: 16px;
	margin-bottom: 12px;
	margin-left: 10px;
}

#sidebar div.blue h1{
	background-image: url("/imgs/bg-sidebar-blue-header.png");
}

#sidebar div.orange h1{
	background-image: url("/imgs/bg-sidebar-orange-header.png");
}

#sidebar div p{
	color: #616161;
	font-size: 12px;
	margin-right: 37px;
	margin-bottom: 18px;
	margin-left: 10px;
}

#footer {
  color: #fff;
  padding: 3px 0 0 5px;
}


/* Lists
----------------------------------------------- */
#nav ul,
#nav li{
	float: left;
	display: inline;
}

#nav li{
	list-style-type: none;
	margin-top: 3px;
	margin-left: 6px;
}

#nav li.first{
	margin-left: 0;
}

#content ul{
	margin: 0 200px 1em 20px;
}

#content li{
	list-style-type: none;
	background: url("/imgs/bg-li2.gif") top left no-repeat;
	padding-left: 12px;
	line-height: 1.5em;
	color: #333;
}
#content .services {
  margin: 0;
}
#content .services li{
  list-style-type: none;
  background: none;
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  padding-bottom: 3px;
}
#content .services ol li {
  margin-top: -1px;
  padding: 0 0 0 10px;
  font-weight: normal;
}
#services ul {
  margin: 0;
  padding: 0;
}
#services ul li {
  list-style: none;
  background: none;
  padding-right: 50px;
  padding-bottom: 35px;
}
#services .lQuestion {
  font-size: 30px;
  font-weight: normal;
  color: #f26721;
  background-color: #e6e6e6;
  display: block;
  padding: 8px;
  text-decoration: none;
  margin: 0;
}

/* Links
----------------------------------------------- */
#nav a{
	background: url("/imgs/bg-nav-li.gif") top left no-repeat;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 6px;
}

#nav li.first a{
	background: none;
}

#nav a:hover{
	color: #003;
}
#footer a {
  color: #fff;
}
#footer a:visited {
  color: #fff;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#sidebar div div img{
	float: right;
	margin-top: 16px;
	margin-right: 27px;
}



/* Forms
----------------------------------------------- */
#header form{
	position: absolute;
	top: 18px;
	left: 543px;
	width: 191px;
	height: 25px;
	background: url("/imgs/bg-search.gif") top left no-repeat;
}

#header form input.search{
	border: 0;
	margin-top: 5px;
	margin-left: 8px;
	color: #ACABAB;
	float: left;
}

#header form input.submit{
	float: right;
}


/* Old Portfolion Stuff
--------------------------------------------- */
.lDescription a {
  text-decoration: none;
  color: #000000;
}
.lDate { 
  display: none;
}
.portfolioItem a:hover {
  background:#EFEFEF 6px 10px;
  color: #00004C;
}
.mPort li img {
  border:0px solid #005F8A;
  float: left;
  margin-top:3px;
  margin-right:18px;  
}
#content .mPort li {
  list-style-type: none;
  background: none;
}
.portfolioItem a  {
  padding:5px 5px 5px 8px;
  display:block;
  text-decoration:none;
  line-height: 1.45em;
  text-align: justify;
}
