* {
	margin:0;
	padding:0;
}

html {
	overflow:scroll;
}

body {
	background: url('_/bgGrad.png') repeat-x top fixed #FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment:fixed;
}

#wrapper {
	position:relative;
	background:url('_/body.png') repeat-y;
	width:870px;
	margin:50px auto;
	padding:0 65px;
	text-align:left;
}
#wrapper .top {
	position:absolute;
	top:-50px;
	left:0;
	width:1000px;
	height:50px;
	background:url('_/body_top-trans.png') no-repeat;
}
#wrapper .bot {
	position:absolute;
	bottom:-50px;
	left:0;
	width:1000px;
	height:50px;
	background:url('_/body_bot-trans.png') no-repeat;
}

#footer {
	font-size:0.7em;
	text-align:center;
	padding:0 0 30px;
}
#footer img {
	border:0px; padding-bottom:8px;
}
/* main components */
.hr {
	height:2px;
	width:100%;
	margin:20px 0;
	background:#DDDDDD;
}

.hr hr {
	display:none;
}

.cb {
	clear:both;
}

h1 {
	float:right;
	display:inline;
	margin-right:15px;
}

h1, h2, h3, h4, h5, h6 {
	color:#42036d;
	font-weight:normal;
}

p, h2, h3, h4, h5, h6 {
	margin:15px 15px;
}

p {
	font-size:0.8em;
}

li {
	margin:10px 40px;
	list-style-image:url('_/blackArrow.png');
	font-size:0.8em;
}

a {
	color:#42036d;
}
a:hover {
	text-decoration:none;
}

/* main nav */

.mainNav {
	margin-left:6px;
	clear:both;
}

.mainNav li {
	float:left;
	display:inline;
	margin:0;
}

.mainNav a {
	text-decoration:none;
	font-size:1.1em;
	letter-spacing:-0.05em;
	font-weight:600;
	color:#6E6E6E;
	padding-bottom: 10px;
	margin:20px 9px;
	float:left;
	display:inline;
}

.mainNav a:hover{
	border-bottom:4px solid;
	padding-bottom:6px;
	color:#42036d;
}

#index .mainNav .index a, 
#services .mainNav .services a, 
#experience .mainNav .experience a, 
#resources .mainNav .resources a, 
#technology .mainNav .technology a, 
#affiliations .mainNav .affiliations a, 
#insurance .mainNav .insurance a, 
#expertise .mainNav .expertise a, 
#significantProjects .mainNav .significantProjects a, 
#contact .mainNav .contact a {
	color:#000000;
}
#index .mainNav .index, 
#services .mainNav .services, 
#experience .mainNav .experience, 
#resources .mainNav .resources, 
#technology .mainNav .technology, 
#affiliations .mainNav .affiliations, 
#insurance .mainNav .insurance, 
#expertise .mainNav .expertise, 
#significantProjects .mainNav .significantProjects, 
#contact .mainNav .contact {
	background:url('_/blackArrow.png') no-repeat 0 23px;
}

.subNav {
	margin:13px 0;
}

.subNav li {
	list-style:none;
	list-style-image:none;
	margin:2px 15px;
}

.subNav a {
	font-weight:600;
	text-decoration:none !important;
	color:#42036d;
}

.subNav a:hover {
	text-decoration:underline !important;
	color:#8f6aa8;
}

/* containers */

.primaryContainer{
	width:550px;
	float:left;
	display:inline;
}
.secondaryContainer {
	width:300px;
	float:right;
	display:inline;
}


/* content style */

.floatBoxR{
	 float:right;
	 padding:20px 0;
}
.floatBoxC{
	 float:left;
	 width:260px;
}

.highlightFloat{
	float:right;
	width:220px;
	font-size:1.4em;
	color:#666666;
	font-style:italic;
}

.highlight {
	font-size:1.4em;
	color:#666666;
	font-style:italic;
}

.secondaryContainer img{
	margin:0 15px;
}
.primaryContainer img{
	margin:0 15px;
}