/*- CORE STYLING
------------------------------------------------------------ */
* { margin: 0;padding: 0;}



body {
	background: #0b2aa6;
	color: #0b2aa6;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(http://www.usadweb.com/images/darkbg2.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

img { border: 0; }

a {
	color: #0b2aa6;
	text-decoration: none;
}
a:hover {
	color: #cc0033;
	text-decoration:underline;
}
a:visited {
	color: #0b2aa6;
}
a:active {
	color: #0b2aa6;
	text-decoration:underline;
}
a:current {
	color: #999999;
	text-decoration:underline;
}
#contentarea p.callout {
	font-size: 1.4em;
	letter-spacing: .01em;
}
#about {
	display: none;
}
#searchIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	margin-top: 5px;
}
#dvSearchTerms {
	visibility: hidden;
	color: #003366;
	width: 500px;
	padding-top: 10px;
}


/*- STRUCTURE
------------------------------------------------------------ */
body {
	text-align: center;
	min-width: 820px;
}

#nav {
	width: 655px;
	margin: 0px 0px 20px 44px;
	position: relative;
	float: auto;
}

#wrapper {
	width: 902px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
    position: relative;
	width: 820px;
	min-width: 820px;
	margin-top: 10px;
	margin-left: 8%;
	margin-right: auto;
}
}

#content {
	width:  819px;
	margin: 0px 0 0 11px;
	position: relative;
}

#content-home {
	margin: 50px 0 0 11px;
	position: relative;
	height: 390px;
}

#mainimage {
	position: absolute;
	top: 0;
	left: 0;
}

#changer {

}

.subnav {
	position: relative;
	float: left;
	width: 238px;
	display: block;
}

#contentarea {
	float: left;
	width: 625px;
	margin: 0px 0px 0px 0px;
}

#contentarea p {
	margin: 0px 40px 15px 25px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#subarea {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 20px 0px 0px;
	color: #000066;
	display: block;
}

#subcontent {
	float: right;
	width: 145px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#subcontent p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#footer {
	padding: 10px 0px 0 0;
	background: url('http://www.usadweb.com/images/top_line3.gif') 0 22px no-repeat;
	position: relative;
	height: 50px;
}
	#footer p {
		background: url('') right top no-repeat;
		padding: 0 100px 0 0;
		position: absolute;
		top: 35px;
		right: 0;
	}
	#footer p a {
		margin: 0 0 0 12px;
		color: #0b2aa6;
	}
	#footer p a:hover {
		color: #003366;
	}


/*- LIST STYLES
------------------------------------------------------------ */
.navigation {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
}
	.navigation li {
		float: left;
		font-size: 10px;
		margin: 2px 0px 0px 10px;
		text-transform: uppercase;
	}

.contentnav {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	width: 238px;
}	

.subnav {
	float: left;
	list-style: none;
	width: 238px;
}
	.contentnav a, .contentnav a:hover, .subnav a, .subnav a:hover {
		text-transform: uppercase;
		color: #F9F3E5;
		font-family: Arial, Verdana, sans-serif;
		font-size: 1.8em;
		font-weight: bold;
		padding: 48px 0 0 15px;
	}
	.process a {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 0 no-repeat;
		width: 186px;
		height: 90px;
		display: block;
	}
	.process a:hover {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 -124px no-repeat;
	}
	.design a {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 0 no-repeat;
		margin: -3px 0 0 0;
		width: 223px;
		height: 76px;
		display: block;
	}
	.design a:hover {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 -124px no-repeat;
	}
	.work a {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 0 no-repeat;
		margin: -3px 0 0 0;
		width: 223px;
		height: 71px;
		display: block;
	}
	.work a:hover {
		background: url('http://www.usadweb.com/images/nav_button.gif') 0 -119px no-repeat;
	}

#subcontent ul {
	margin: 15px 0 0 15px;
	font-size: 1.2em;
	line-height: 1.4em;
}	

/*- HEADERS
------------------------------------------------------------ */
h1 {
	float: left;
	width: 162px;
}
	h1 {
		background: url('http://www.usadweb.com/images/pnglogo1.png') no-repeat;
		display: block;
		width: 250px;
		height: 104px;
		margin: 62px 0 0 0;
		text-indent: -9999em;
	}

h2 {
	background: url('http://www.usadweb.com/images/top_line3.gif')  left bottom no-repeat;
	color: #cc0033;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.8em;
	text-align: right;
	padding: 0px 100px 5px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #cc0033;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", serif;
	color: #66ccff;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h5 {
	font-family: Georgia, "Times New Roman", serif;
	color: #cc0033;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0px 0px 5px 25px;
}
h6 {	
	padding: 10px 0px 0 0;
	background: url('http://www.usadweb.com/images/top_line7.png') 0px 0px no-repeat;
	position: relative;
	height: 118px;
}




/*- MISCELLANEOUS
------------------------------------------------------------ */
#content:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */

/* datalist  ::  table */
table.datalist {
	width:97%;
	display:table;
	line-height:2.25em;
}
table.datalist th {
	text-align:left;
	vertical-align:top;
	padding-left:7px;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #F8EFDF;
	background:#FFF;
}
table.datalist td {
	text-align:left;
	vertical-align:top;
	padding-left:7px;
	background:#F8EFDF;
	font-size:12px;
}
table.datalist td.alt {
	background:#FFFAF1;
}