c@charset "UTF-8";

/* CSS Document */

/* PRINT */

@media print {
	#headerBG {
		visibility: hidden;
		display: none;
	}
	ul.dropdown {
		visibility: hidden;
		display: none;
	}
	#servRollover li a:link, #servRollover li a:visited {
		color:#000066;
		text-shadow:none;	
	}
	#mainbottom1, #mainbottom2 {
		visibility: hidden;
		display: none;
	}
/*	.footer {
	  visibility: hidden;
	  display: none;
	}
*/
}

/* DISPLAY */

* {
	margin:0px;
	padding:0px;
	line-height:1.4em;
}

body {
	margin-top: 20px;
	color: #222;
	background-image:url(../images/Pinstripe.png);
	text-align:left;
	font-size:62.5%;
	font-family: Garamond, serif;
	font-weight: normal;
}
h1 {
	color:#000066;
	font-size:1.7em;
	letter-spacing:.05em;
}

h2 {
	font-size:1.5em;
	color:#000066;
	text-transform:uppercase;
	letter-spacing:.05em;
}
h3 {
	font-size:1.4em;
	color:#222;
	font-family: 'Arial', sans-serif;
}
h4 {
	font-size:1.4em;
	font-family: 'Arial', sans-serif;
}
p {
	font-family: 'Arial', sans-serif;
	font-size:1.4em;
	padding-bottom: .5em;
	line-height:1.6em;
}
blockquote {
	margin:1em 2em;
}
ol {
	font-size:1.4em;
	list-style-type: decimal;
	list-style-position:inside;
}
ol li {
	margin-left:2em;
	font-family: 'Arial', sans-serif;
}
ol li a {
	font-size:.9em;
	font-weight:normal;
}
ol ul li {
	font-size:1em;
	list-style-type:disc;
}
ol ul li ul li {
	font-size:1em;
}
ul {
	list-style: none outside;
	font-family: 'Arial', sans-serif;	
	margin-left:20px;
	margin-bottom:10px;
}
ul li {
	font-size:1.4em;
}	
ul li ul {
	font-size:.9em;
}
ul li img {
	vertical-align:top;
}
dl {
	font-family:'Arial', sans-serif;
	padding:0 1em;
}
dt {
	font-size:1.6em;
	font-weight:bold;
}
dt img {
	vertical-align:middle;
}
dt span {
	color:#000066;
	padding-left:.5em;
}
dd {
	font-size:1.4em;
	margin-left:2em;
	line-height:1.5em;
}
a img {
	border: none;
}
a, a:link, a:visited {
	color:#000066;
	font-family: 'Arial', sans-serif;
	text-decoration:none;
}
a:hover, a:active {
	color:#379bd7;
}
form {
	font-size:1.3em;
	text-align:right;
	padding-top:1em;
}
form#contact label {
	line-height:2em;
	vertical-align:top;
	margin-right:.5em;
}
form#contact textarea, form#contact input  {
	width:300px;
}
textarea {
    	resize: none;
	height:5em;
}
label {
	font-family: 'Arial', sans-serif;
}
.tips {
	font-size:.9em;
	font-family: 'Arial', sans-serif;
}
legend.tips {
	width:100%;
}
input {
}
fieldset {
	border:0;
}
legend {
	text-align:right;
	color:#006;
}
button {
	margin-top:.7em;
}
/* TOP */
.header {
	width: 966px;
	height:85px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/DW_header1f_top.png);
	background-repeat: no-repeat;
	position:relative;
}
#logo_hdr {
	z-index:300;
	position:absolute;
	left:20px;
}
#headerBG {
	position:absolute;
	top:39px;
	z-index:-100;
}
	ul.dropdown {
		position: absolute;
		top:52px;
		right:0px;
		z-index: 597;
		float: right;
		font-weight: bold;
		text-align:center;
		letter-spacing:.1em;
}
	ul.dropdown li {
		font-size:1.5em;
		list-style: none;
		border-style: none;
		float: left;
		vertical-align: bottom;
 	}
	ul.dropdown li.hover,
	ul.dropdown li:hover {
		position: relative;
		z-index: 599;
		cursor: default;
	}
	ul.dropdown ul {
		visibility: hidden;
		width:275px;
		background-color:#FFFFFF;
		display:block;		
                border:1px solid #000066;
		position: absolute;
		z-index: 598;
		top:100%;
	}
	ul.dropdown ul li {
		float: none;
		font-size:1em;
	}
	ul.dropdown li:hover > ul {
		visibility: visible;
	}
		ul.dropdown a:link,
		ul.dropdown a:visited	{
            		color:#FECB00;		
        		text-shadow: 2px 2px 3px #333 ;
			display:block;
			padding:.5em 2em;
		}
		ul.dropdown a:hover,
		ul.dropdown a:active  { 
			color:#000066;
			text-shadow:none;
                 }
		/* -- level mark -- */
	
		ul.dropdown ul {
			text-align:left;
		}
			ul.dropdown ul li {
				list-style-type: none;
                                font-weight:normal;
			}
			
			ul.dropdown ul li.hover,
			ul.dropdown ul li:hover {
				background-color:#99CCFF;
			}
				ul.dropdown ul li a:link,
				ul.dropdown ul li a:visited	{
                        color:#000066;		
                		text-shadow:none;
		                display:block;
		                padding:0 0 0 5px;
				        line-height:1.9em;
				}
					ul.dropdown ul li a:hover,
					ul.dropdown ul li a:active  { 
						text-shadow:none;						
						color:#000066;
					}
	/*-------------------------------------------------/
	 * @section		Support Class `dir`
	 * @level sep	ul, .class
	 */
	
	
	ul.dropdown *.dir {
	}
	
	
	/* -- Components override -- */
	
	ul.dropdown-horizontal ul *.dir {
	}
	
	ul.dropdown-upward *.dir {
	}
	
	ul.dropdown-vertical *.dir,
	ul.dropdown-upward ul *.dir {
	}
	
	ul.dropdown-vertical-rtl *.dir {
	}
#servicesdropdown {
	margin-left:-2em;
	width:190px;
	text-align:center;
}
#guidedropdown {
	width:300px;
	margin-left:-.3em;
}
#guidedropdown li {
	padding:0 .5em;
}
/* MAIN CONTENT */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}
.main {
	width: 946px;
	min-height:392px;
	padding:10px;
	background:url(../images/DW_BGmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	overflow:auto;
}
.singleCol {
	width:926px;
	padding:1em;
}
.leftCol {
	width:220px;
	float:left;
	clear:left;
	margin:10px;
}
/* SERVICES NAVIGATION */
#servRollover li {
	margin-left:-20px;
	font-weight:bold;
	font-size:1.5em;
}
#servRollover li a {
	height:25px;
	width:100%;
	margin-bottom:.2em;
	padding:3px 0 0 11px;
	display:block;
	background-image: url('../images/btn_serv.png');
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FECB00;
	text-shadow: 1px 1px 3px #0000AA;
	letter-spacing:1px;
}
#servRollover li a:hover { 
	background-position:0px -28px;
	color:#000066;
	text-shadow: none;
}
#servRollover li a:active {
	color:#fff;
}
#phone {
	color:#000066;
	font-size:1.3em;
	letter-spacing:1px;
	line-height:1.5em;
	margin-left:1em;
}
#icoNewsletter {
	float:left;
	margin:-1.6em;
	margin-right:1em;
}
.twothirds {
	width:686px;
	margin:10px;
}
.twothirds h2 a {
	text-decoration:underline;
	padding:0 .2em;
}
.twothirds img {
	margin:.5em 0;
}
.middle {
	width:522px;
	float:left;
	clear:none;
	margin:10px;
}
#midsection {
	width:100%;
	margin-top:.5em;
	padding-top:.5em;
	border: solid #FECB00;
	border-width:1px 0 0 0;
	float:left;
}
ul.fastpitch {
	margin:1em 2em;
	list-style-position:inside;
	list-style-image:url(../images/starb_small3.gif);
	font-weight:bold;
}
.rightCol {
	float:right;
	clear:right;
	width:140px;
	margin:1em;
}
#hotspot {
	margin:.5em 0 2em 0;
	text-shadow:2px 2px 3px #AAA;
}
#hotspot h2 {
	font-size:1.3em;
}
#hotspot h3 {
	text-align:right;
}
#artReq h2 {
	font-size:1.4em;
}
#artReq h3 {
	color:#FF0000;
	font-weight:normal;
	font-size:1.3em;
}
#artReq ul {
	margin:.5em;
}
#artReq ul li {
	font-size:1.3em;
}
#artReq p {
	margin-top:.5em;
	font-size:1.3em;
}
/* GUIDES */
ul.guides {
	margin:1em 0;
	list-style-position:inside;
	list-style-image:url(../images/starb_small3.gif);
}
ul.guides img {
	vertical-align:middle;
}
ul.guidenav {
	font-weight:bold;
	margin:5px 0;
}
ul.guidenav li {
	float: left;
	padding:1em;
	padding-top:.5em;
	border: solid #FECB00;
	border-width:1px 0 0 0;
	font-weight:normal;
}
#guideMenu img {
	margin-right:.6em;
	vertical-align:absolute-middle;
}
ul#guideMenu li {
	font-size:1.3em;	
	line-height:2.5em;
}
/* TEMPLATES */
.templateTbl {
	width:676px;
	clear:left;
	float:left;
}

.templateTbl div {
	width:290px;
	float:left;
	margin:20px;
}
.templateTbl h3 {
	margin-bottom:1em;
}
.templateTbl div a img {
	width:130px;
	float:left;
	margin:1em;
}
.templateTbl div ul {
	list-style-type:circle;
	float:left;
}
.templateTbl div ul li {
	font-size:1.3em;
}
#templateFormats {
	list-style-image:url(../images/starb_small3.gif);
	list-style-position:inside;
	border:1px solid #FECB00;	
	padding:1em;
	float:left;
	font-size:.9em;	
}
#callus {
	margin:1em;
	font-size:1.1em;
}
#callus img {
	float:left;
	margin:0 2em;
	vertical-align:bottom;
}
#callus h4 {
	padding-top:.5em;
}
#callus h4 a {
	font-variant:small-caps;
}
#mainbottom1 {
	height:50px;
	clear:both;
	background-image: url(../images/bg_mainbottom1.jpg);
	margin-top:-20px;
}
#mainbottom1 p {
	text-align:right;
	padding:1.2em;
}
#mainbottom2 {
	height:14px;
	background-image: url(../images/bg_mainbottom2.png);
	background-repeat: no-repeat;
	margin-bottom:-.5em;
}
#contactInfo {
	color:#FECB00;
	text-align:center;
	margin:10px 0;
	letter-spacing:.1em;
	text-shadow: 2px 2px 3px #000 ;
}
#footer {
	background-color: #045e70;
	background-image: url(../images/dssheader.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:10px;
	height:70px;
	min-width:966px;
}
#footer p {
	float:right;
	text-align:right;
	padding:.7em 1em;
	color:#222;
}
#footer p a {
	font-size:.9em;
}
/*  MODIFIERS */
.center {
	text-align:center;
}
.ulined {
	text-decoration:underline;
}
.boxed {
	padding:1em;
	border: 1px solid #CCC;	
}
.rounded {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.floatLeft {
	float:left;
	clear:left;
}
img.floatLeft {
	padding-right:1em;
}
.floatRight {
	float:right;
	clear:right;
}
.clearLeft {
	clear:left;
}
img.floatRight {
	padding-left:1em;
}
ul.disc {
	list-style-image:url(../images/starb_small3.gif);
}
ul.bullet li {
	list-style-type:disc;
	padding:10px 0;
}
.widespace {
	letter-spacing:1px;
}
ul.doublespace li {
	line-height:1.5em;
}
.indent {
	margin-left:1em;
}
.darkblue {
	color:#000066;
}

