/* 
*
* Design Professional Services Group
* Global CSS | Justin Griswold | E-dreamz 2007
*
*/

.expertDL dt{background: #636363; color: #fff; font-weight: bold; padding: 6px; border-top: 1px solid #7c7c7c; border-bottom: 1px solid #222;}
.expertDL dd{margin-left: 0; padding-left: 0;}

a:link {
	text-decoration: underline;
	color: #CE0000;
}
a:visited {
	text-decoration: underline;
	color: #CE0000;
}
a:hover {
	text-decoration: none;
	color: #CE0000;
}
a:active {
	text-decoration: underline;
	color: #CE0000;
}
body {
	text-align: center;
	min-width: 772px;
	background: #fff url(../images/main-bg.gif) repeat-x 0 175px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
textarea { 
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	width: 490px;
}
.boldRed {
	color: #CE0000;
	font-weight: bold;
}
.boldRedLarge {
	color: #CE0000;
	font-weight: bold;
	font-size:14px;
}
.red {
	color: #CE0000;
}
.largeText {
	font-size: 14px;
}
.whitespace {
	width: 1px;
	height: 75px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
#wrapper {
	margin: 0 auto;
	width: 772px;
	text-align: left;
}
#mainContainer {
	width: 772px;
	position: relative;
}
.mainLogo {
	padding: 10px;
	float: left;
}
.mainHeader {
	margin-bottom: 1px;
}
.floatLeft {
	float: left;
}
#headerContainer {
	width: 626px;
	float: right;
	z-index: 1;
}

#headerContainer img {
	float: left;
}

#headerlinks{
	color:#FFFFFF;
	position:absolute;
	top:7px;
	left:550px;
	z-index:5;
}

#headerlinks a{color:#fff;text-decoration:none;}
#headerlinks a:hover{color:#ccc;text-decoration:none;}

/* START Nav styles */
#nav {
	width: 142px;
	float: left;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*NEW NAV--------------------------------------*/
.mainNav a{
	text-align:right;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	display:block;
	width:139px;
	height:28px;
	padding-right:5px;
	padding-top:12px;
	background:#5a5d5a;
	text-decoration: none;
	text-transform: uppercase;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.mainNav a:hover, .mainNav a.selected{
	background:#ce0000;
	text-decoration:none;
}

.subNav a{
	text-align:right;
	vertical-align:middle;
	font-size:9px;
	font-weight:bold;
	color:#5d5d5d;
	display:block;
	width:139px;
	height:40px;
	padding-right:5px;
	background:#f7f7f7;
	text-decoration: none;
	text-transform: uppercase;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.subNav a:hover{
	background:#e7e3e7;
	text-decoration:none;
}

.subNav a.selected{
	background:#e7e3e7;
	text-decoration:underline;
}
/*END NEW NAV----------------------------------*/

#nav li {
	background-color: #FFF;
	float: left;
}
.navRollover a {
	display: block;
	width: 142px;
	height: 40px;
	padding: 0 3px 0;
	margin: 0 -3px 1px 1px;
	text-decoration: none;
}
.navRollover a:hover {	
	background-position: 0 -40px;
}
.navArchitects {
	background: url(../images/navigation/nav-architects.gif) 0 0 no-repeat;
}
.navEngineers {
	background: url(../images/navigation/nav-engineers.gif) 0 0 no-repeat;
}
.navClaims {
	background: url(../images/navigation/nav-claims.gif) 0 0 no-repeat;
}
.navInsurance {
	background: url(../images/navigation/nav-liability.gif) 0 0 no-repeat;
}
.navProperty {
	background: url(../images/navigation/nav-property.gif) 0 0 no-repeat;
}
.navExpertBank {
	background: url(../images/navigation/nav-bank.gif) 0 0 no-repeat;
}
/*.navDisputedWork {
	background: url(../images/nav-disputed-work.gif) 0 0 no-repeat;
}*/

.hideText {
	display: none;
} /* END Nav styles */


/* START Callouts styles */
#callouts {
	width: 550px;
	z-index: 100;
	position: absolute;
	top: 385px;
	left: 224px;
}
.calloutArchitect a {
	font-family:Helvetica;
	font-size:12px;
	color:#fff;
	display:block;
	float:left;
	width:230px;
	height:120px;
	padding:10px 20px 10px 20px;
	background:#a30000;
	text-decoration: none;
}
.calloutArchitect a:hover {	
	background:#bd0000;
	text-decoration:none;
}

.calloutEngineer a {
	font-family:Helvetica;
	font-size:12px;
	color:#fff;
	display:block;
	float:right;
	width:230px;
	height:120px;
	padding:10px 20px 10px 20px;
	background:#cc0000;
	text-decoration: none;
}
.calloutEngineer a:hover {	
	background:#de0000;
	text-decoration:none;
} /* END Callouts styles */


/* START Hot Topic styles */
#hotTopic {
	width: 196px;
	float: left;
	clear: both;
	margin-top: 19px;
	border: solid 4px;
	border-color: #dedbde;	
}
.hotTopicHeading {
	padding: 9px 9px 0 9px;
}
.hotTopicContent {
	margin: 9px;
}
.hotTopicTitle {
	font-weight: bold;
}
.hotTopicContent p {
	padding: 0;
	margin: 0;
	color: #636563;
} 
.readMoreButton {
	padding: 15px 0 5px 0;
} /* END Hot Topic styles */

#homepageContent {
	width: 549px;
	background-color: #dedfde;
	float: right;
	margin-top: 115px;
	margin-left: 19px;
}

#homecallout a{
	width: 529px;
	background-color: #dedfde;
	float: right;
	margin-top: 115px;
	margin-left: 19px;
	padding:10px;
	color:#666666;
	text-decoration:none;
}

#homecallout a:hover{
	background-color: #ededed;
	text-decoration:none;
}

#homepageContent p {	
	margin: 13px 15px;
	font-size: 12px;
	line-height: 19px;
	color: #636563;
}
#mainBaselineContainer {
	padding: 12px 0 10px;	
	float: left;
	width: 772px;
}
.newsAndEvents {
	float: left;
	width: 194px;
}
.newsAndEvents p {
	margin: 0;
	padding: 0;
}
.newsAndEventsTitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}


/* START Bottom Callout Buttons styles */
.calloutButtons {
	width: 578px;
	float: left;
}
.calloutBtnAbout a {
	display: block;
	float: left;
	width: 163px;
	height: 30px;
	padding: 0;
	margin: 15px 14px 0 30px;
	background: url(../images/btn-who-is-dpsg.gif) 0 0 no-repeat;
	text-decoration: none;
}

.calloutBtnAbout a:hover {	
	background-position: 0 -30px;
}
.calloutBtnLibrary a {
	display: block;
	float: left;
	width: 163px;
	height: 30px;
	padding: 0;
	margin: 15px 14px 0 15px;
	background: url(../images/btn-library.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnLibrary a:hover {	
	background-position: 0 -30px;
}
.calloutBtnNewsletter a {
	display: block;
	float: left;
	width: 145px;
	height: 31px;
	padding: 0;
	margin: 15px 14px 0 30px;
	background: url(/images/btn-newsletter.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnNewsletter a:hover {	
	background-position: 0 -31px;
}
.calloutBtnContact a {
	display: block;
	float: left;
	width: 176px;
	height: 33px;
	padding: 0;
	margin: 15px 0 0 15px;
	background: url(../images/btn-contact.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnContact a:hover {	
	background-position: 0 -33px;
} /* END Bottom Callout Buttons styles */


/* START Footer styles */
#footer {
	clear: both;
	border-top: #D6D7D6 solid 4px;
	line-height: 16px;
	font-size: 10px;
	word-spacing: -1px;
}
.footerAddress {
	float: left;
	padding-right: 35px;
}
.footerDisclaimer {
	margin-top: 4px;
	line-height: normal;
	color: #9C9EC9;
	font-size: 9px;
} /* END Footer styles */


.subpageContent {
	width: 626px;
	float: right;
	background-color: #FFF;
	min-height: 245px;
}

.subpageCopy {
	margin: 20px;
	color: #636563;
	font-size: 11px;
}

.subpageCopy h1{
	color:#cc0000;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}

/* START BIO styles */
.bioPic {
	min-height:275px;
	width: 145px;
	padding-right: 10px;
	float: left;
}
.bioPicBorder {
	border: solid 5px;
	border-color: #dedbde;
}
.bioDescription {
	width: 425px;
	float: left;
	padding-bottom: 30px;
} /* END BIO styles */


/* START Left Side Callout Buttons styles */
.calloutBtnContribute a {
	display: block;
	float: left;
	width: 128px;
	height: 51px;
	padding: 0;
	margin: 12px 0 0 7px;
	background: url(../images/btn-contribute-to-dpsg.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnContribute a:hover {	
	background-position: 0 -51px;
}

.calloutBtnNewsletter2 a {
	display: block;
	float: left;
	width: 128px;
	height: 51px;
	padding: 0;
	margin: 12px 0 0 7px;
	background: url(../images/btn-newsletter-left.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnNewsletter2 a:hover {	
	background-position: 0 -51px;
}

.calloutBtnContactDpsg a {
	display: block;
	float: left;
	width: 126px;
	height: 49px;
	padding: 0;
	margin: 10px 0 0 7px;
	background: url(../images/btn-contact-dpsg.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnContactDpsg a:hover {	
	background-position: 0 -49px;
}
.calloutBtnAboutDpsg a {
	display: block;
	float: left;
	width: 130px;
	height: 33px;
	padding: 0;
	margin: 10px 0 0 7px;
	background: url(../images/btn-about-dpsg.gif) 0 0 no-repeat;
	text-decoration: none;
}
.calloutBtnAboutDpsg a:hover {	
	background-position: 0 -33px;
} /* END Left Side Callout Buttons styles */


/* START Sub-Nav styles */
.subNavRollover a {
	display: block;
	width: 142px;
	height: 33px;
	padding: 0 3px 0;
	margin: 0 -3px 1px 1px;
	text-decoration: none;
}
.subNavRollover a:hover {	
	background-position: 0 -33px;
}
.subNavContracts {
	background: url(../images/nav-sub-contracts.gif) 0 0 no-repeat;
}
.subNavFileManagement {
	background: url(../images/nav-sub-file-management.gif) 0 0 no-repeat;
}
.subNavContractAdministration {
	background: url(../images/nav-sub-contract-administration.gif) 0 0 no-repeat;
}
.subNavTrapsfortheUnwary {
	background: url(../images/nav-sub-traps-for-the-unwary.gif) 0 0 no-repeat;
}
.subNavEmergingTrends {
	background: url(../images/nav-sub-emerging-trends.gif) 0 0 no-repeat;
}
.subNavArticles {
	background: url(../images/nav-sub-articles.gif) 0 0 no-repeat;
}
.subNavWhoWeAre {
	background: url(../images/nav-sub-who-we-are.gif) 0 0 no-repeat;
}
.subNavHistory {
	background: url(../images/nav-sub-history.gif) 0 0 no-repeat;
}
.subNavFAQ {
	background: url(../images/nav-sub-faq.gif) 0 0 no-repeat;
}
.subNavContributeToDpsg {
	background: url(../images/nav-sub-contribute-to-dpsg.gif) 0 0 no-repeat;
}
.subNavDeficientWorkClaims {
	background: url(../images/nav-sub-deficient-work.gif) 0 0 no-repeat;
}
.subNavClaimManagement {
	background: url(../images/nav-sub-claim-management.gif) 0 0 no-repeat;
}
.subNavLimitationofLiability {
	background: url(../images/nav-sub-limitation-of-liability.gif) 0 0 no-repeat;
}
.subNavLiquidatedDamages {
	background: url(../images/nav-sub-liquidated-damages.gif) 0 0 no-repeat;
}
.subNavStandardofCare {
	background: url(../images/nav-sub-standard-of-care.gif) 0 0 no-repeat;
}
.subNavIndemnity {
	background: url(../images/nav-sub-indemnity.gif) 0 0 no-repeat;
}
.subNavMyProfile {
	background: url(../images/nav-sub-my-profile.gif) 0 0 no-repeat;
}
.subNavNewsletterArchive {
	background: url(../images/nav-sub-newsletter-archive.gif) 0 0 no-repeat;
}
.subNavHotTopicsArchive {
	background: url(../images/nav-sub-hot-topics-archive.gif) 0 0 no-repeat;
}
.subNavMyProfile {
	background: url(../images/nav-sub-my-profile.gif) 0 0 no-repeat;
}
 /* END Sub-Nav styles */
 
 
 /*** MSG Styles ***/

	#msg{
		width: 95%;
		font-family: Verdana, sans-serif;
		margin: 5px 0 10px 0;
 		padding: 5px 5px 5px 10px;
		line-height: 20px;
	}

	.notice{
		font-size: 11px;
	    background: #fff8cc;
	    color: #31363e; 
		border: 1px solid #ffdc50;
		}
	.notice small{font-size: 10px; color: #707173;}
	.notice p{margin: 0; padding: 0;}
	.notice a{font-weight: bold; color: #fc683b;}

	.success{
	    background: #E2F9E3;
	    color: #060; 
		border: 1px solid #9c9;
		}
		
	.error{
		background: #FFE3E0;
	    color: #E31B0C; 
		border: 1px solid #DC6E66;
		}
	#msg.error{padding: 0 0 5px 0;}
	.error h5{color: #fff; background: #E31B0C; padding: 3px; margin: 0;}
	
	.error .errorlist{font-size: 90%; margin: 0 0 0 0; padding-bottom: 0;}
	.error .errorlist li{list-style:disc;}
		


/*** end msg ***/

button{
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}	

button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive{
    color:#529214;
}
button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}


/* NEGATIVE */

button.negative{
    color:#d12f19;
}
button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}


/* FRONT END */

button.frontEnd{
	color:#5a5d5a;
}
button.frontEnd:hover{
    background-color:#ce0000;
    border:1px solid #3c3c3c;
    color:#FFF;
}
.frontEndCallout {
	font-size: 14px;
}

.listFix {
	min-height: 125px;
}

