charset=UTF-8

/*colours
Black: #000000
Dark Olive Green: #333300
Dark Grey: #666666
Light Grey: #cccccc
Orange: #ff9900
Light Orange: #ffdd88
White: #ffffff
*/

body  {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img
{  border-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	color:#333300;
}
p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.thrColFixHdr #containergrey p {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.thrColFixHdr #containerorange p {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333300;
}

.thrColFixHdr #container {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	width: 920px;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/mixedback.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #containergrey {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 42px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/greyback.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #containerorange {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 42px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/orangeback.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #header { 
	background: #333300; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 35px 25px 10px 355px;
	font-size: 250%;
	color: #ff9900;
	background: url(../img/dpweblogo_reverse_comboback.gif) #333300 top left no-repeat;
	width: 500px;
	height: 70px;
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.thrColFixHdr #headered { 
	background: #333300; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #headered h1 {
	margin: 0;
	padding: 35px 25px 10px 355px;
	font-size: 250%;
	color: #ff9900;
	background: url(../img/dpweblogo_comboback.gif) #333300 top left no-repeat;
	width: 500px;
	height: 70px;
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ff9900; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 4px solid #ff9900;
	font-size: 85%;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #666666; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 4px solid #666666;
	color: #FFFFFF;
	font-size: 85%;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #666666; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 4px solid #666666;
	color: #FFFFFF;
	font-size: 85%;
}
.thrColFixHdr #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ff9900; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 4px solid #ff9900;
	font-size: 85%;
}
.thrColFixHdr #mainContent { 
	margin: 10px 380px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333300;
	color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt_prints { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 40%;
	margin-left: 8px;
}
.fltlft_prints { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textsmall {
font-size: 50%;
line-height: 1.2em;
padding-bottom: 5px;
}
/* top menu 
----------------------------------------------------------*/

#mainContent .topmenu {
	background-color:#333300;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
	text-align: center;
}
#minitabs {
	margin: 0px;
	padding: 5px;
	}
#minitabs li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#minitabs li a {
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}
#minitabs a.active, #minitabs a:hover {
	color: #ff9900;
	}
#minitabs a:hover {
	color: #ff9900;
	}
#breadcrumbs {
	font-size: 75%;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	max-width: 80%;
}
/* centre menu
-------------------------------------------*/
#pdaplogo {
	background: #FFFFFF ulr(../img/dpweblogo.gif) no-repeat left top ;
	margin: 0px;
	padding: 0px;
}
#mainContent .menuorange {
background-color: #ff9900;
margin: 0;
padding: 0;
list-style-type: none;
align: center;
}
#mainContent .menuorange li {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#mainContent .menugrey {
background-color: #666666;
margin: 0;
padding: 0;
list-style-type: none;
align: center;
}
#mainContent .menugrey li {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
color: #FFF;
text-decoration: none;
font-size: 80%;
border-bottom: 1px solid #FFFFFF;
text-align: center;
}
.menugrey .last{
border-bottom: 1px solid #666666;
}
/* links 
-------------------------------------*/

/* centre orange menu */

#mainContent ul.menuorange li a {
	padding-bottom: 1px;
	color: #000000;
	text-decoration: none;
	}
#mainContent ul.menuorange li a:hover {
	padding-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	}
	
/* centre grey menu */

#mainContent ul.menugrey li a {
	padding-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	}
	
#mainContent ul.menugrey li a:hover {
	padding-bottom: 0;
	color: #FF9900;
	text-decoration: none;
	}

/* footer */

#footer #copyright a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer #copyright a:hover {
	color:#FF9900;
	text-decoration: none;
}

/* other */

#mainContent .topmenu .menugrey a {
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

/* other design services links */
	
#containergrey #sidebar2 p a {
	padding-bottom: 1px;
	color: #FF9900;
	text-decoration: none;
	}
#containergrey #sidebar3 p a {
	padding-bottom: 1px;
	color: #FF9900;
	text-decoration: none;
	}
#containergrey #sidebar2 p a:hover {
	padding-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
	}
#containergrey #sidebar3 p a:hover {
	padding-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
	}
	
/* contact us page email links */

#container #sidebar2 #contactMainArea p { color: #FFFFFF; }
#container #sidebar2 #contactMainArea p a { color: #FF9900; text-decoration: none; }
#container #sidebar2 #contactMainArea p a:hover { color: #FFFFFF; text-decoration: none; }

/* accordion panels links */
.AccordionPanelContent .listleftfullout .feature dd a { color: #FF9900; text-decoration: none; }
.AccordionPanelContent .listleftfullout .feature dd a:hover { color: #FFFFFF; text-decoration: none; }
.AccordionPanelContent .listleftfullout .featured dd a { color: #FFFFFF; text-decoration: none; }
.AccordionPanelContent .listleftfullout .featured dd a:hover { color: #333300; text-decoration: none; }

/*#mainContent .listleftfullout .feature dt a:link, a:visited {
color: #000000;
}
#mainContent .listleftfullout .featured dt a:link, a:visited {
color: #000000;
}
	
/* single items
------------------------------------*/
.itemright { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 50%;
}
.itemright .pics {
	margin: 20px;
	float: right;
}
.itemleft {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
/* panel floating items
------------------------------------*/
.panelitemright { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 45%;
	margin: 0 0 0 25px;
}
.panelitemright .pics {
	margin: 20px;
	float: right;
}
.panelitemleft {
	float: left;
	width: 100%;
	padding: 0 0px 10px 0;
}
/* single items
------------------------------------*/
.listright { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 45%;
}
.listleft {
	float: left;
	width: 45%;
	padding: 0 0 10px 0;
}
.listleftfullout {
	float: left;
	width: 99%;
	padding: 0 0 10px 0;
}

/* other items
-------------------------------*/
#copyright {
	font-size: 65%;
	padding: 5px 0;
}
/* multi items
--------------------------------*/
dl.topfeature3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	}
dl.topfeature3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.topfeature3 dt {
	background-position: center top;
	margin-top: 15px;
}
dl.topfeature3 dd {
	margin: 10px;
	font-size: 100%;
	color: #ff9900;
	padding: 0px;
}
/* text sizes
-------------------------------*/
.textlarge p{
font-size: 140%;
line-height: 1.5em;
color: #FF9900;
}

/* fullwidth large picture feature - design 
----------------------------------------*/ 
dl.feature { margin: 0; padding: 10px; } 
dl.feature:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
dl.feature dt { margin: 0 0 .5em 0; font-size: 90%; line-height: 1.5em; color: #ffffff; } 
dl.feature dt img { float: left; margin: 0 15px 0 0; padding: 0 4px 4px 0; } 
dl.feature dd { margin-left: 100px; font-size: 90%; line-height: 1.5em; color: #ffffff; } 
.feature ul { padding-left: 20px; } 
.feature ul li { list-style-position: outside; list-style-type: decimal; } 
.bulletlist ul { padding-left: 0px; font-weight: normal; margin-right: 0px; } 
.bulletlist li { background-color: #FFFFFF; background-image: url(img/li-bullet.gif); background-repeat: no-repeat; background-position: 0px 3px; margin-left: 0px; padding-left: 20px; list-style-type: none; color: #ff9900; }

/* fullwidth large picture feature  - editorial
----------------------------------------*/ 
dl.featured { margin: 0; padding: 10px; } 
dl.featured:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
dl.featured dt { margin: 0 0 .5em 0; font-size: 90%; line-height: 1.5em; color: #333300; } 
dl.featured dt img { float: left; margin: 0 15px 0 0; padding: 0 4px 4px 0; } 
dl.featured dd { margin-left: 100px; font-size: 90%; line-height: 1.5em; color: #333300; } 
.featured ul { padding-left: 20px; } 
.featured ul li { list-style-position: outside; list-style-type: decimal; } 
.bulletlisted ul { padding-left: 0px; font-weight: normal; margin-right: 0px; } 
.bulletlisted li { background-color: #FFFFFF; background-image: url(img/li-bullet.gif); background-repeat: no-repeat; background-position: 0px 3px; margin-left: 0px; padding-left: 20px; list-style-type: none; color: #333300; }


/*-- CONTACT LAYOUT -------------*/

#contactMainArea {width: 300px; margin: 0px 0 0 0; padding: 0; position: relative; float: left; display: inline;}

#contactMainArea label {display: block; font-size: 14px; color: #FFFFFF; }

.formInput { border: 1px solid #666666; background-color: #ffffff; width: 300px; height: 26px; font-size: 12px; color: #000000; }

.formTextarea { border: 1px solid #666666; background-color: #ffffff; width: 300px; height: 100px; font: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin: 0;}

.formButton { border: 1px solid #ff9900; background-color: #666666; width: 100px; padding: 5px 0 5px 0; font-size: 12px; color: #ffffff; }

/*-- BOXOVER --*/

.thdrcell {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            padding:5px;
            border-bottom:1px solid #C8BA92;
         }
         
         .tdatacell {
            font-family:arial;
            font-size:12px;
            padding:5px;
            background:#FFFFFF
         }
         
         .dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
        .pgdiv p {
         margin-top:20px;
         }
         
         h1 {
         font-size:13px;
         }
         
         .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
         .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }
         
         .pgdiv {
         width:320;
         height:250;
         background:#E9EFF4;
         border:1px solid #C4D5E3;
         padding:10px;
         margin-bottom:20;
         font-family:arial;
         font-size:12px;
         }