/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
       overflow-x: auto;}

body{
	padding:0px;
	margin:0px;
	background-repeat:repeat;
	background-color: #FFFFFF;
	font:15px/18px Arial, Helvetica, sans-serif;
	color: #6D6E71;
	letter-spacing: 0.2px;
	line-height: 20px;
}

h1{
	font:17px/20px Arial, Helvetica, sans-serif;
	color: #EA7706;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight:550;
}

h2{
	font:14px/17px Arial, Helvetica, sans-serif;
	color: #808285;
	letter-spacing: .2px;
	line-height: 55px;
}

h3{
	font:17px/17px Arial, Helvetica, sans-serif;
	color: #808285;
	letter-spacing: .2px;
	line-height: 33px;
	font-weight:bold;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

p.portdescript {
	font-size:13px;
}


typestyle1 {
font-size:12px;
color:#00FF00;
}

A:link
 {text-decoration: none; color:#F2972F;}
A:visited
 {text-decoration: none; color:#F2972F;}
A:active
 {text-decoration: none; color:#F2972F;}
A:hover
 {text-decoration: none; color:#EA7706;
  }


div, p, form, input, h2, h3, h4, img{
	padding:0px;
	margin:0px;
}

hr {color: #78474c;
background-color: #78474c;
height: 1px; }

img
{  border-style: none;
}

headerstyle{
font-size:12px;
color:#FFFFCC;
}

p.bodysubhead{
	font-size: 17px;
	font-weight:bold;
}

/*----MAIN CONTAINER----*/
#maincontainer{
	width:900px;
	position:relative;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFFFFF;
}

/*----/MAIN CONTAINER----*/

/*---Top Containers----*/
/*---Top Containers----*/
/*---Top Containers----*/
#headgraphic{
	width:900px;
	height:90px;
	margin: 0;
	float: left;
	background-image: url(images/layout/headgraphic.jpg);
	
}

#dclogo{
	width:500px;
	height:126px;
	margin: 0;
	float: left;
	background-image: url(images/layout/dclogo.jpg);
	background-repeat:no-repeat;
	
}

/*---Navigation----*/
/*---Navigation----*/
/*---Navigation----*/
#navcontainer{
    width:371px;
	height:30px;
	margin: 40px 0px 0px 0px;
	float: left;
	text-align:center;
	background-image: url();
	margin-right: ;
}
#navcontainer div{
	padding: 0;
	}
	
ul#menu {
 	width: 371px;
 	height: 30px;
 	background: url(images/layout/buttons.jpg);
	margin: 0px auto;
 	padding: 0;
 	position: relative;
}
ul#menu li {
	margin: 0; 
	padding:0; 
	float:left; 
	list-style: none; 
	top: 0;
}
ul#menu li, ul#menu a {
	height: 30px; 
	display:block;
	outline: none;
}

.about {left: 0; width: 88px;}
.capabilities {left: 89px; width: 111px;}
.portfolio {left: 199px; width: 92px;}
.contact {left: 291px; width: 80px;}

.about a:hover {background: transparent url(images/layout/buttons.jpg) 0px -30px no-repeat;}
.capabilities a:hover {background: transparent url(images/layout/buttons.jpg) -88px -30px no-repeat;}
.portfolio a:hover {background: transparent url(images/layout/buttons.jpg) -199px -30px no-repeat;}
.contact a:hover {background: transparent url(images/layout/buttons.jpg) -291px -30px no-repeat;}

.ONabout {left: 0; width: 88px; background: transparent url(images/layout/buttons.jpg) 0px -30px no-repeat;}
.ONcapabilities {left: 89px; width: 111px; background: transparent url(images/layout/buttons.jpg) -88px -30px no-repeat;}
.ONportfolio {left: 199px; width: 92px; background: transparent url(images/layout/buttons.jpg) -199px -30px no-repeat;}
.ONcontact {left: 291px; width: 80px; background: transparent url(images/layout/buttons.jpg) -291px -30px no-repeat;}

/*Drop downs*/

ul#menu li ul li a {
	background-image: none;
	text-indent: 0;
	padding: 0 0 0 10px;
	height: auto;
	width: auto;
	font:12px/15px Arial, Helvetica, sans-serif;
	color: #6D6E71;
}
ul#menu li ul li a:hover {
	background-image: none;
	text-indent: 0;
	padding: 0 0 0 10px;
	height: auto;
	width: auto;
	font:12px/15px Arial, Helvetica, sans-serif;
	color: #EA7706;
}
ul#menu li ul li {
	float: none;
	height: auto;
	display: block;
	margin: 3px 0 3px 0;
}
/*ul#menu li ul li a:hover {
	background: url(images/pointer.png) 0 center no-repeat;
}*/
ul#menu li ul {
	display: none;
	position: absolute;
	top: 1em;
	width: 110px;
	padding: 0 0 0 0;
	background: /*url(images/dropdown.png)*/ #fff left bottom no-repeat;
	border-left: solid 1px #ccc;
	left: 0;
	margin: 0 0 0 6px;
	text-align: left;
}
ul#menu li>ul {
	top: auto;
	left: auto;
}
ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
	left: auto;
}
*:first-child+html ul#menu li:hover ul,
*:first-child+html ul#menu li.over ul {
	position: static;
}

/*---/Navigation----*/
/*---/Navigation----*/
/*---/Navigation----*/


/*---BODY COPY & CONTENT----*/
/*---BODY COPY & CONTENT----*/
/*---BODY COPY & CONTENT----*/

#pagetitle{
	width:675px;
	height:25px;
	float: left;
	margin-bottom: 5px;
}

#body{
	width:675px;
	padding: 0px 40px 0px 185px;
	height:auto;
	margin: 0;
	float: left;
	
}

#footer{
	width:675px;
	padding: 0px 40px 0px 185px;
	height:auto;
	margin-top: 75px;
	float: left;
	font-size: 10px;
}

#homesquare1{
	width:180px;
	height:180px;
	padding:22px;
	float: left;
	border:solid thin #CCC;
	border-top:none;
	border-left:none;
}

#homesquare2{
	width:225px;
	height:224px;
	float:left;
	border:solid thin #CCC;
	border-top: none;
	border-left:none;
	border-right:none;
}

#homesquare3{
	width:164px;
	height:164px;
	padding:30px;
	float: left;
	border:solid thin #CCC;
	border-top: none;
	border-left:none;
	border-bottom:none;
}

#homesquare4{
	width:224px;
	height:224px;
	float: left;
	border:solid thin #CCC;
	border-top: none;
	border-left:none;
	border-bottom:none;
}

#homesquare5{
	width:165px;
	height:164px;
	padding:30px;
	float:left;
}

#portsquare1{
	width:224px;
	height:375px;
	float: left;
	border:solid thin #CCC;
	border-top: none;
	border-left:none;
	border-bottom:none;
}

#portsquare2{
	width:225px;
	height:375px;
	float:left;
	border:solid thin #CCC;
	border-top: none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#portsquare3{
	width:224px;
	height:375px;
	float: left;
	border:solid thin #CCC;
	border-left:none;
	border-bottom:none;
}

#portsquare4{
	width:225px;
	height:375px;
	float:left;
	border:solid thin #CCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
/*---/BODY COPY & CONTENT----*
/*---/BODY COPY & CONTENT----*/
/*---/BODY COPY & CONTENT----*/

