/*-----------------------------------+
 | Site: Disability Associates       |
 | Part: Master stylesheet           |
 | Author: Pixels + Points           |
 +-----------------------------------*/
 
/************************/
/* Global               */
/************************/
 
* {
	margin: 0;
	padding: 0;
}
 
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	background: #d6d4c5 url('../images/main_bg.jpg') repeat-x;
}
 
.clear {
	clear: both;
}
 
.floatleft {
	position: relative;
	float: left;
}
 
.floatright {
	position: relative;
	float: right;
}

span {
	display: none;
}

/************************/
/* Divs                 */
/************************/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 878px;
	height: 100px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 90px;
	background: transparent url('../images/main_header.jpg') no-repeat;
}

#nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 878px;
	height: 42px;
	background: transparent url('../images/sub_navbar.jpg') no-repeat;
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 878px;
	height: 374px;
	background: transparent url('../images/sub_contentbg.jpg') no-repeat;
}

#content #contentbox {
	position: relative;
	margin: 0;
	padding: 0;
	width: 633px;
	background: #444;
}

#content #contentbox #content_text {
	position: relative;
	margin: 0;
	padding: 0;
}

#content #intro {
	position: relative;
	top: 255px;
	left: 200px;
	margin: 0;
	padding: 0;
	width: 565px;
}

#content #qlearnmore {
	position: absolute;
	top: 124px;
	left: 50px;
	width: 66px;
	height: 24px;
}

#content #qlearnmore h3 a {
	position: relative;
	display: block;
	width: 66px;
	height: 24px;
	background: transparent url('../images/main_qlearnmore.jpg') no-repeat;
}

#content #qlearnmore h3 a:hover {
	background-position: 0 -24px;
}


#content #sslawyer {
	position: absolute;
	top: 320px;
	left: 25px;
	width: 111px;
	height: 83px;
}

#content #sslawyer h3 a {
	position: relative;
	display: block;
	width: 111px;
	height: 83px;
	background: transparent url('../images/logo_sslawyer.jpg') no-repeat;
}

#content #sslawyer h3 a:hover {
	background-position: 0 -83px;
}

#content #pixels {
	position: absolute;
	top: 265px;
	left: 805px;
	width: 63px;
	height: 17px;
}

#content #pixels h3 a {
	position: relative;
	display: block;
	width: 63px;
	height: 17px;
	background: transparent url('../images/pp_logo.gif') no-repeat;
}

#content #pixels h3 a:hover {
	background-position: 0 -17px;
}

#footer {
	margin: 0;
	padding: 50px 0;
	width: 632px;
	height: 30px;
	background: transparent url('../images/main_footer.jpg') no-repeat;
}

/************************/
/* Nav                  */
/************************/

#container #nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#container #nav ul li {
	display: inline;
	white-space: nowrap;
}

#container #nav ul li a {
	float: left;
	height: 34px;
}

ul li#aboutus a {
	margin-left: 230px;
	background: transparent url('../images/nav_aboutus.gif') no-repeat 0 0;
	width: 70px;
}

ul li#benefits a {
	background: transparent url('../images/nav_ssb.gif') no-repeat 0 0;
	width: 174px;
}

ul li#faqs a {
	background: transparent url('../images/nav_faqs.gif') no-repeat 0 0;
	width: 47px;
}

ul li#links a {
	background: transparent url('../images/nav_links.gif') no-repeat 0 0;
	width: 49px;
}

ul li#contact a {
	background: transparent url('../images/nav_contact.gif') no-repeat 0 0;
	width: 65px;
}

ul li#home a {
	margin-left: 170px;
	background: transparent url('../images/nav_home.gif') no-repeat 0 0;
	width: 62px;
}

#container #nav ul li a:hover {
	background-position: 0 -34px;
}

/************************/
/* Typography           */
/************************/

p {

}

p a:link, a:visited {
	text-decoration: none;
	color: #2c4689;
}

p a:hover {
	text-decoration: none;
	color: #fd5129;
}

/************************/
/* Box                  */
/************************/

dl { /* block position that can be changed at will */
	position: absolute;
	left: 166px;
	width: 633px;
}

dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}

dl { /* by default background on the entire block */
	background: url(../images/box_btm.jpg) bottom left no-repeat;
	padding-bottom: 81px; /* so that text will not appear on the bottom rounded edge */
}

dt { /* bloc title definition */
	height: 95px;
	background: url(../images/box_top.jpg) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

dd {
	padding: 20px 45px 0 45px; /* internal block spaces administration */
	text-align: justify;
	background: url(../images/box_mid.jpg) top left repeat-y; /* internal background */
	font-size: 1em;
}#commercial {
	padding-right: 0px;
	padding-left: 35px;
	padding-top: 23px;
	top: 0px;
	margin: 23px;
}

