/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}

body {
	background: #004a7d url(../images/bckgrnd_rpt.png) repeat-x;
}
body,td,th {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333; /* COLOR FOR ALL TEXT (EXCEPT LINKS) */
}
/* ALL LINKS */
a:link {
	color: #00578e;
	text-decoration: none;
}
/* ALL VISITED LINKS */
a:visited {
	text-decoration: none;
	color: #00578e;
}
/* ALL LINKS WHEN MOUSE IS OVER */
a:hover {
	text-decoration: none;
	color: #0076c0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	font-size: 33px;
	font-style: italic;
}

h2 {
	font-size: 25px;
	margin: 10px 0;
}

h3 {
	font-size: 16px;
	margin-top: 15px;
}

/* Ment to be a <hr /> tag */
.line {
	background: url(../images/hr_bg540.png) center no-repeat;
	padding: 10px 0;
	border: 0;
	color: #d3d3d3;
}

/* Ment to be a <hr /> tag - no padding*/
.linetwo {
	background: url(../images/hr_bg540.png) center no-repeat;
	padding: 3px 0;
	border: 0;
	color: #d3d3d3;
}

label {
	font-weight: bold;
	display: block;  
	float: left;
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
}

/* ALL INPUTS */
input {
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	float: left;
	margin: 3px;
	padding: 5px;
	border: 1px solid #cdc8bc;
}

/* ALL TEXTAREAS */
textarea {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #37688d;
	background: #f1eee8;
	margin: 3px;
	padding: 5px;
	border: 1px solid #251f1c;
}

.clear {
	clear: both;
}

div#wrapper {
	width: 880px;
	margin: 20px auto;
	background: #ffffff;
	border: 1px solid #2a2a2a;
}

div#topheader {
	background: #0076c0;
	border-bottom: 3px solid #fdf7e9;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding: 9px 50px 9px 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#topheader  a {
	color: #d2ddee;
}

div#topheader  a:hover {
	color: #f47920;
}

div#header {
	background: #f47920;
	width: 880px;
	height: 240px;
	margin: auto;
}

div#logo {
	background: #f47920 url(../images/DPC_logo.png) no-repeat;
	width: 260px;
	height: 240px;
	margin: 0 0 0 0;
	float: left;
}


div#nav {
	background: #0076c0 url(../images/DPC_menu.jpg) repeat-x;
	border-top: 3px solid #fdf7e9;
	border-bottom: 3px solid #f47920;
	width: 850px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	float: right;
	clear: both;
}

div#nav ul {
	background: #0076c0 url(../images/DPC_menu.jpg) repeat-x;
	border-left: 1px solid #006aac;
	width: 800px;
	height: 37px;
	float: right;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
	
}

div#nav ul li a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #fdf7e9;
	float: left;
	padding: 8px 23px 8px 23px;
	border-right: 1px solid #4e99c8;
	border-left: 1px solid #006aac;
}

div#nav ul li a:hover {
	background: #f47920 url(../images/DPC_menu_a.jpg) repeat-x;
	color: #2a2a2a;
}

div#nav ul li a.selected {
	background: #0076c0 url(../images/DPC_menu_a_select.jpg) repeat-x;
	color: #fdf7e9;
}


div#nav ul li #left-tab {
	border-left: 1px solid #4e99c8;
}

div#nav ul li #right-tab {
	border-right: 1px solid #4e99c8;
}

/* Index Page */
div#homepage {
	background-color: #ffffff;
	padding: 0px 0px 0 15px;
	clear: both;
}
div#homepage #col1 {
	padding: 20px 10px;
	width: 180px;
	height: 120px;
	float: left;
}
div#homepage #col2 {
	padding: 10px 12px 0 0px;
	width: 620px;
	min-height: 210px;
	float: left;
}
div#homepage #bottom {
	padding: 0px 12px 10px 210px;
	width: 588px;
	height: 110px;
	float: left;
	text-align: left;
}
/* FOR IE6 HOME*/
* html div#homepage #col1 {
	height: 120px;
}


/* Index Page */
div#hmmain {
	background-color: #ffffff;
	padding: 0px 0px 0 15px;
	clear: both;
}
div#hmmain #col1 {
	padding: 20px 10px;
	width: 180px;
	height: 120px;
	float: left;
}
div#hmmain #col2 {
	padding: 10px 12px 0 10px;
	width: 180px;
		height: 160px;
	float: left;
}
div#hmmain #col3 {
	padding: 10px 12px 0 10px;
	width: 180px;
		height: 160px;
	float: left;
}
div#hmmain #col4 {
	padding: 10px 12px 0 10px;
	width: 180px;
		height: 160px;
	float: left;
}

div#hmmain #bottom {
	padding: 0px 12px 10px 212px;
	width: 588px;
	height: 110px;
	float: left;
	text-align: left;
}


/* FOR IE6 HOME*/
* html div#hmmain #col1 {
	height: 120px;
}


/* Secondary Pages */
div#main {
	background-color: #ffffff;
	padding: 0px 15px 0 15px;
	clear: both;
}

div#main #column1 {
	margin-left: 20px;
	width: 550px;
	float: left;
}

div#main #column2 {
	background: #f2eee8;
	border-left: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	width: 230px;
	min-height: 320px;
	height: auto;
	float: right;
	padding: 0 10px;
}


/* Wide Page */
div#mainedge {
	background-color: #ffffff;
	padding: 0px;
	clear: both;
}




/* Wide Page */
div#mainwide {
	background-color: #ffffff;
	padding: 0px 15px 0 15px;
	clear: both;
}

div#mainwide #top {
	margin: 0 20px 0 20px;
	min-height: 120px;
	width: 800px;
	float: left;
}

div#mainwide #col1 {
	padding: 0 20px;
	min-height: 240px;
	width: 180px;
	float: left;
}


div#mainwide #col2 {
	padding: 0 10px;
	min-height: 260px;
	width: 600px;
	float: left;
}

/* FOR IE6 HOME*/
* html div#mainwide #top {
	height: 120px;
}

/* FOR IE6 */
* html div#main #column2 {
	height: 320px;
}


div.box-no-line {
	width: 171px;
	float: left;
	padding: 0 9px;
}

div.box {
	background: url(../images/maindivider.png) no-repeat;
	padding: 0 9px;
	width: 171px;
	float: left;
}

div.box-no-line h3, div.box h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

div.box p, div.box-no-line p {
	font-size: 14px;
	margin: 5px 0;
}

div.box a.more, div.box-no-line a.more {
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	float: right;
}

div#space {
	background: #ffffff;
	height: 8px;
}

div#end {
	background: #ffffff;
	height: 20px;
}

div#footer {
	background: #0076c0;
	border-top: 3px solid #f47920;
	font-size: 12px;
	color: #fdf7e9;
	text-align: center;
	padding: 10px 0 10px 0;
}

div#footer a{
	color: #d2ddee;
}

div#footer a:hover{
	color: #f47920;
}


div#footer2 {
	background: transparent;
	font-size: 11px;
	color: #d2ddee;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

div#footer2 a{
	color: #ffffff;
}

div#footer2 a:hover{
	color: #f47920;
}

/*ddmenu*/
.selectedanchor{
background: #0076c0 url(../images/DPC_menu_a_select.jpg) repeat-x;
	color: #fdf7e9;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
font-size: 13px;
line-height: 38px;
z-index: 9990;background: #00578e;
width: 192px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #0076c0;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-align: center;
color: #ffffff;/*font color*/
}

.anylinkmenu a:hover{ /*hover background color*/
background: #f47920;
color: #2a2a2a;
}

div#menuds {
	background: transparent url(../images/DPC_menu_ds.png) repeat-x;
	width: 850px;
	height: 9px;
	padding-top: 0px;
}





textarea#message {
	width: 300px;
	height: 100px;
}

img#questions {
	float: right;
	margin: 0 10px 10px 0;
}

div.service_box {
	width: 550px;
	float: left;
}

div.service_box h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

div.service_box img {
	float: left;
	padding: 0 10px 10px 0;
}

div.service_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

div.portfolio_box {
	width: 550px;
	float: left;
	margin: 5px;
}

div.portfolio_box h3 {
	font-weight: bold;
	margin: 5px 0;
}

div.portfolio_box img {
	float: left;
	width: 100px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #FFFFFF;
}

div.portfolio_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}


/* Textarea rezier */
div.grippie{
	background: #EEE url(../images/grippie.png) no-repeat scroll center 2px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin-left: 3px;
	width: 310px;
}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0;
	width: 80%;
	height: 250px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 9900; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 9700; width: 100%; height: 500px; background-color: #000; }

