body {
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
	background:#1a1a1a;
	margin:0px 0px 10px 0px;
	padding:0;
	color: #000000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right:15px;
	padding-left:15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align:left;
}
p.center {
	text-align:center;	
}
p.follow-lineheight {
	margin-top:5px;
	line-height:2.0em;
}
.textmiddle {vertical-align:middle;} 

h1 {
	font-size:130%;
}
h2 {
	font-size:125%;
	color:#030;
	text-align:center;
	font-style:italic;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border:none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#00F;
	text-decoration:underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#00F;
	text-decoration:underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:underline;
	color:#900;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container-wrap {
	width:100%;
	margin:0 auto;
}
.container {
	width:100%;
	margin:0 auto;
}
.quote-wrap {
	width:100%;
	background:url(images/background.png) center top repeat-y;
	position:relative;
}
.quote {
	width:960px;
	height:30px;
	margin:0 auto;
	background:#1a1a1a;
	font-size:90%;
	text-align:right; 
	color:#FFF;
}
.quote ul {
	padding:3px 35px 0px 0px;
	list-style:none;
}
.quote ul li {
	display:inline;
	padding:0px 5px 0px 5px;
}
.quote ul li a {
	color:#FFF;
	text-decoration:underline;
	font:bold 90% Verdana, Geneva, sans-serif;
}
.quote ul li a:hover {
	color:#ffcc33;
}
.quoteText {
	vertical-align:7px;
}
.header-wrap {
	width:100%;
	background:url(images/background.png) center top repeat-y;
	position:relative;
}
.header {
	background:#1a1a1a url(images/dw_header.png);
	width:960px;
	margin:0 auto;
	height:116px; /* need for flash within firefox else white space under movie */
}
.header-flash {
	display:block;	/* mobile: change to none */
}
.navigation960-wrap {
	width:100%;     
	background:url(images/background.png) center top repeat-y;
	position:relative;
	display:block;	/* mobile: change to none */
}
.navigation960 {
	width:960px;
	height:50px;
	background:url(images/background.png) center top repeat-y; /* repeated for mobile full view */
	font:bold 90% Verdana, Geneva, sans-serif;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	position:relative;
	display:block;	/* mobile: change to none */
}
.navigation960 ul {
	list-style:none;
}
.navigation960 li {
	display:inline;
	margin:0px 2px 0px 0px; /* create right white space between links */
	padding-top:15px;
	padding-bottom:20px;
	
-webkit-transition-property: color, background; 
-moz-webkit-transition-property: color, background; 
-ms-transition-property: color, background; 
-o-transition-property: color, background; 
transition-property: color, background; 

-webkit-transition-duration:0.35s, 0.35s;
-moz-transition-duration:0.35s, 0.35s;
-ms-transition-duration:0.35s, 0.35s;
-o-transition-duration:0.35s, 0.35s;
transition-duration:0.35s, 0.35s;

-webkit-transition-timing-function: linear, ease-in;
-moz-webkit-transition-timing-function: linear, ease-in;
-ms-webkit-transition-timing-function: linear, ease-in;
-o-webkit-transition-timing-function: linear, ease-in;
transition-timing-function: linear, ease-in;
}
.navigation960 li a {
	color:#303030; /* black */
	text-decoration:none;
	padding:15px 20px 20px 20px;   /* top/bottom padding for text within color block, left/right padding for text spacing */

-webkit-transition-property: color, background; 
-moz-webkit-transition-property: color, background; 
-ms-transition-property: color, background; 
-o-transition-property: color, background; 
transition-property: color, background; 

-webkit-transition-duration:0.35s, 0.35s;
-moz-transition-duration:0.35s, 0.35s;
-ms-transition-duration:0.35s, 0.35s;
-o-transition-duration:0.35s, 0.35s;
transition-duration:0.35s, 0.35s;

-webkit-transition-timing-function: linear, ease-in;
-moz-webkit-transition-timing-function: linear, ease-in;
-ms-webkit-transition-timing-function: linear, ease-in;
-o-webkit-transition-timing-function: linear, ease-in;
transition-timing-function: linear, ease-in;
}
.navigation960 li:hover {  /* this did the transition trick */
	background:#1a1a1a; 
	color:#ffcc33;  /* gold */
}
.navigation960 li a:hover {
	color:#ffcc33;  /* gold */
}
.navigation960 ul li .static_link {
	background:#000000; /* black */
	padding:15px 20px 20px 20px;   /* top/bottom padding for text within color block, left/right padding for text spacing */
	color:#ffffff;
}
.navigation480 {
	font: bold 120% Verdana, Geneva, sans-serif;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:90%;
	display:none;	/* mobile: change to block */
}
.navigation480 ul li {
	list-style: none;
	display: block; 
	background: #333366;
	margin:10px 0px 10px 0px;
	padding:10px 15px 10px 15px;   
	border:solid #000;
}
.navigation480 ul li a {
	color: #FFF;
	text-decoration: none;
}
.navigation480 ul li a:hover {
	text-decoration:underline;
	color: #ffcc33;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content-wrap {
	width:100%;
	background: url(images/background2.png) center top no-repeat;
	position:relative;
}
.content {
	width:930px;
	margin: 0 auto;
	background: #fffff0;
	padding:20px 15px 20px 15px; /* with hx and p padding, 30px on both sides. leaves 900px */
}
.content ul {
	margin:0;
	padding:0;
	list-style: none;
}
.content ul li {
	background: url(images/checkmark_gold.png) top left no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}
.content ul {
	margin-left:15px;
}

.main-left {
	width:516px;
	float:left;
	padding:0px 20px 0px 0px;
	/*border-right:1px ridge #360;*/
}
.main-left ul {
	margin-left:15px;
}
.trust {
	display:block;	/* mobile: change to none */
}

.main-right {
	width:381px;  /* took off 3px for browser screen size reductions */
	float:right;
	padding:0px 0px 0px 10px;
	text-align:left;
	border-left:1px ridge #360; /* best to keep on right so it does not display on mobile (or just remove on mobile.css */
	display:block;	/* mobile: change to none */
}
.main-right ul li {
	background:url(images/dot-black.png) top left no-repeat;
	padding-left:20px;
    margin-bottom:10px;
}
.tech-used_wrap {
	width:100%;
	background:#5ca8c4;
}
.tech-used {
	width:960px;
	background:#5ca8c4;  /* repeated for mobile full view */
	margin:0 auto;
	padding:15px 0px 10px 0px;
	display:block;	/* mobile: change to none */
}

.site {
	float:left;
	width:900px;
	padding:0px 15px 40px 15px;
	font-size:90%;
	display:block;	/* mobile: change to none */
}
.site .site-image {
	float:left;
	width:360px;
	border:1px solid #000000; 
	display:block;  /* mobile: change to none */
}
.site .site-image480 {
	float:none;     
	width:290px;     /* match pic size */
	border:1px solid #000000; 
	text-align:center; 
	display:none;  /* mobile: change to block */
}
.site .site-info {
	float: right;
	width: 478px;
	padding:0 0 0 60px;
	display:block;	/* mobile: change to none */
}
.site .site-info dl {
	clear: left;
	float: left;
	width: 478px;
	margin: 0;
	padding: 0;
}
.site .site-info dl dt {
	float: left;
	clear: left;
	width: 80px;
	margin: 0;
	padding: 8px 0;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #b1d2e4;
}
.site .site-info dl dd {
	margin: 0;
	padding: 8px 0 8px 10px;
	border-top: 1px solid #b1d2e4;
}
.site .site-info p {
	clear: left;
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #b1d2e4;
}
.site-additionals {
	display:block;   /* mobile: change to none */
}
.mobile-back {
	display:none;	/* mobile: change to block */
}
.mobile-back a {
	text-decoration: none;
}

.footer {
	width:100%;
	background:#1a1a1a;
	font:80% Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center; 
	padding:10px 0px 10px 0px;
	position:relative;
	display:block;
}
.footer .footer960 {
	width:960px;
	margin:0 auto;
	display:block;	/* mobile: change to none */
}
.footer .footer480 {
	display:none;  /* mobile: change to block */
}
.footer480 .footer480Mobile {
	color:#fff;
	font:120% Verdana, Geneva, sans-serif;
	margin:0 auto;
	padding:0;
}
.footer480Mobile a {
	color:#fff;
	text-decoration:underline;
}
.footer480Mobile a:hover {
	color:#ffcc33;
}
.footer ul {
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style:none;
}
.footer ul li {
	display:inline;
	padding:0px;
	margin:0px;
}
.footer ul li a {
	color:#fff;
	text-decoration:none;
	padding:5px 20px;
	margin:0px;
}
.footer ul li a:hover {
	color:#ffcc33;
}
.footer .login {
	width:960px;
	margin:0 auto;
	text-align:right;
	display:block;	/* mobile: change to none */
}
.footer .login a {
	margin:0px 15px 0px 0px;
	padding:3px 5px 3px 5px;
	border-style: solid;
	border-color: #000;
	font: 75% Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer .login a:hover {
	color: #ffcc33;
}

.fadeshow {	margin-left:262px; }
.vcenter { line-height: 40px; vertical-align: middle; }

/* ~~ miscellaneous float/clear classes ~~ */
.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;
	display:block;	/* mobile: change to none */
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	display:block;	/* mobile: change to none */
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.redText {
	color: #C30;
	font-size: 75%;
	font-style: italic;
}
.greenText {
	color: #360;
	font-style: italic;
	font-weight: bold;
}
.smallText {
	font-size: 75%;
}

.form-display {
	width:100%;
}
label {
	font-size: 80%;
	font-weight: bold;
	color: #333;
}
form .submitbox {
	background: #0C0;
	border: 1px solid #000;
	font-size: 110%;
}
form .submitbox:hover {
	background: #0F0;
}
.formComment {
	font-size: 90%;
	color: #999;
	padding-left: 5px;
}
form .inputtext {
	background: #FFC;
	border: 1px solid #000;
	margin-bottom: 10px;
}
form .textarea {
	background: #FFC;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.captcha_error_message {
	color: #F00;
}
#captcha{
	background-color: #FFC;
	width:128px;
	border: 1px solid #000;
}
.captcha960 {
	display:block;	/* mobile: change to none */
}
.captcha480 {
	display:none;	/* mobile: change to block */
}

