body {
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

p {
	margin: 0px;
	padding: 0px;
}
ol {
	text-align: left;
	font-size: .8em;
}

p.redtext {
	margin-right: 30px;
	margin-left: 30px;
}

h3.redbold {
	margin-right: 30px;
	margin-left: 30px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #360;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
	margin-bottom: 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}      

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color : #360;
	margin-bottom: 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

h5 {
	text-align: center;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	text-align: center;
	font-size: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

a:link { 
	color: #036;
}

a:visited { 
	color : #360; 
}

a:hover {
	color : #036;
}

table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

table .altrow a {
	font-weight: bold;
	color: #FFF;
}

table .altrow a:hover {
	color: #036;
	background-color: #CF9;
}


#centerwrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/dwa_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	background-color: #CCC;
}

/* hides black and white logo used for printing only */

#printlogo {
	display: none;
}

/* begin header section */

#logo {
	width: 185px;
	height: 80px;
	float: left;
}

#headnav {
	font-size: 14px;
	height: 50px;
	width: 65%;
	margin-right: auto;
	float: right;
	z-index: 2;
}

#headnav ul {
	background-color: #CF9;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0em;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}

#headnav li {
	line-height: 1.25em;
	margin: 0px;
	width: 6.8em;
	list-style-type: none;
	position: relative;
	float: left;
	text-align: left;
}

#headnav li:hover {
	background-color: #036;
	color: #CF3;
	text-align: left;
	height: auto;
}

#headnav li.submenu {
	background-repeat: no-repeat;
	background-position: left 20%;
	background-image: url(images/bullet_pt.png);
	width: 6.8em;
	float: right;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

#headnav li.submenu:hover {
	background-color: #036;
	border-left: solid 1px #036;
	border-right: solid 1px #036;
	margin-right: 0px;
	margin-left: 0px;
}

#headnav li.nomenu {
	background-repeat: no-repeat;
	background-position: left 20%;
	background-image: url(images/bullet_pt.png);
	width: 6.8em;
	float: right;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

#headnav li.nomenu:hover {
	background-color: #036;
	border-left: solid 1px #036;
	border-right: solid 1px #036;
	margin-right: 0px;
	margin-left: 0px;
}

#headnav li a {
	text-decoration: none;
	display: block;
	width: 6.8em;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 1em;
}

#headnav ul a {
	width: auto;
}

#headnav ul a:link, a:visited {
	color: #360;
}

#headnav ul a:active{
	color: #360;
}

#headnav ul a:hover {
	color: #CF3;
	display: block;
}

#headnav ul ul {
	display: none;
	width: 6.8em;
	position: absolute;
}

#headnav ul ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}

#headnav li.submenu li.submenu:hover {
	background-color: #036;
	color: #CF3;
}

#headnav ul.level1 li.submenu:hover ul.level2  {
	display: block;
}

#headnav ul.level2 {
	left: -1px;
}

/* end header section*/

#leftcol {
	clear: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	background-color: #CCC;
}

/* begin ad space at left column */

#adspace {
	border: medium double #036;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
}

#adspace img {
	padding-bottom: 20px;
	padding-left: 25px;
}

#adspace h4, h6 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#adspace p {
	font-size: small;	
}

#adspace ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: small;
}

#adspace li a {
	line-height: 2em;
}

#adspace a:hover {
	background-color: #CF9;
}

#adspace a.imghov:hover {
	background-color: #FFF;
}

/* end ad space at left column */

/* begin right column */

#rightcol {
	float: right;
	width: 715px;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	z-index: 1;
	background-color: #FFF;
}



#rightcol p {
	padding-right: 25px;
	padding-top: 0;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}

#rightcol ul {
	font-size: .9em;
	font-weight: bold;
}

#rightcol a.stdlink:hover {
	background-color: #CF9;
}



/* end right column */

#img {
	text-align: center;
}

/* begin footer */

#footer {
	clear: both;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 94px;
	font-size: 0.7em;
	color: #036;
	text-align: center;
	line-height: 1.5em;
}

#footer p {
	margin-bottom: 5px;
	padding-top: 40px;
	font-size: 10px;
	line-height: 14px;
}

#footer a {
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover {
	background-color: #CF9;
	color: #036;
	border-top: solid 2px #036;
	padding-left: 5px;
	padding-right: 5px;
}

/* end footer */

#clear {
	clear: both;
}

#whiteback {
	width: 920px;
	position: relative;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 10px;
}

#youarehere {
	font-weight: bold;
	color: #CF3;
	background-color: #036;
	border-bottom: solid 2px #360;
	border-top: solid 2px #360;
	padding-left: 32px;
	background-image: url(images/sidenav_youarehere.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
}

#reversecolor {
	color: #FFF;
	background-color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 25px;
	text-align: center;
}

/* begin lasso pop details */

#popdetail {
	width: 500px;
	border: thick double #036;
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/*end lasso pop details */

/* begin rfp details */

#detail {
	width: 400px;
	border: thick double #036;
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	height: inherit;
}

#detail a.stdlink:hover {
	background-color: #CF9;
}

#detail li.submenu {
	background-repeat: no-repeat;
	background-position: left 50%;
	background-image: none;
	padding-left: 1em;
	margin-left: 0em;
	list-style-type: none;
	font-weight: bold;
}
#detail li.submenu:hover {
	background-color: #CF9;
}


#rfpfooter {
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
}

#rfpfooter a {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
}

#rfpfooter a:hover {
	background-color: #CF9;
	color: #036;
	border-top: solid 2px #036;
	padding-left: 5px;
	padding-right: 5px;
}

/* end rfp details */

/* begin side vertical nav bar */

.navbar1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	width:175px;
	overflow:hidden;
}

.navbar1 ul {
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	padding: 0;
}

.navbar1 ul li a,
.navbar1ul li a:visited{
	color: #036;
	text-decoration: none;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	display: block;
	padding-left: 32px;
}

.navbar1 ul li a:hover {
	background-color: #036;
	color: #CF3;
	display: block;
	border-top: solid 2px #360;
	border-bottom: solid 2px #360;
}

.navbar1 .home {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .home a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .graphics {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .graphics a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .green {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .green a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .quote {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar1 .quote a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

/* end side vertical nav bar */

.swfvideo {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 380px;
}

.lgtextleft {
	color: #336600;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
}

.exlink {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 10px;
	background-image: url(images/globe.gif);
}

.contactus {
	margin: 0;
}

.altrow {
	color: #FFF;
	background-color: #036;
}

.altrow2 {
	background-color: #CCC;
	font-size: .8em;
	text-align: left;
}

.tabletext {
	font-size: medium;
}

.cityfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	margin-right: 85px;
	margin-left: 85px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-repeat: repeat-y;
	border: medium double #036;
	background-color: #d8efff;
}

.redbold {
	font-weight: bold;
	color: #F00;
}

.redtext {
	color: #F00;
}

.center {
	text-align: center;
}

.return {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #036;
}

.smallfont {
	font-size: .7EM;
}

.cartfont {
	font-size: .6em;
}

.smallbold  {
	font-weight: bold;
	font-size: 0.74em;
	color: #036;
}

/********* Dialog Styled Tables **********/	
.dialogtitle { font-size:16px; font-weight:bold; padding-left:5px; text-align:left; vertical-align:middle; height:25px; background-color:#f1f0f0; background-image:url(/images/gradient1d.jpg);}
.dialogbody { padding:5px; background-image:url(/images/gradient4.jpg); background-position:bottom; background-repeat:repeat-x; text-align:left; padding:2px;}
.dialog { font-size:12px; border-width: 1px; border-style: solid; border-color: black; border-collapse: collapse; background-color:#FFFFFF; margin-top:30px; margin-left:auto; margin-right:auto; width: 400px;}
.dialogcart { font-size:12px; border-width: 1px; border-style: solid; border-color: black; border-collapse: collapse; background-color:#FFFFFF; margin-left:auto; margin-right:auto; width: 650px; margin-top:10px;}
.dialogfull { font-size:12px; border-width: 1px; border-style: solid; border-color: black; border-collapse: collapse; background-color:#FFFFFF}
.dialogsmall { font-size:11px; border-width: 1px; border-style: solid; border-color: black; border-collapse: collapse; background-color:#FFFFFF}

.button:link, a.button:visited
{
  float: center;
  margin: 5px 5px 5px 5px;
  padding: 2px 10px 2px 10px;
  width: 150px;
  height: 30px;
  border-top: 1px solid #d40000;
  border-bottom: 1px solid #790101;
  border-left: 1px solid #d40000;
  border-right: 1px solid #790101;
  background: #FF0000;
  text-align: center;
  text-decoration: none;
  color: white;
}

a.button:hover
{
  background: #c41818;
}

a.button:active
{
  border-bottom: 1px solid #d40000;
  border-top: 1px solid #790101;
  border-right: 1px solid #d40000;
  border-left: 1px solid #790101;
}
