/* set defaults */
body {
	font-family: verdana, trebuchet, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bgs/body-bg.jpg) center top repeat-y;
}

* { 
	font-size: 1em; 
	line-height: 1.4em;
}

/* gets rid of link outlines in ff */




div, form{
	margin:0;
	padding:0;
}

p{
	margin: 0 0 1em 0;  
}
ul, ol, dl { 
	margin: 0 0 1em 0;  
} 
li ul, li ol { 
	margin: 0; 
	font-size:1em; 
} 
h1, h2, h3, h4, h5, h6{
	font-family:arial, helvetica, verdana, trebuchet,  sans-serif;
	margin: 0 0 .1em 0;
}	
h1{
	font-size: 2em;
	color:#8F0000;
}
h2{
	font-size: 1.7em;
	font-weight:normal;
	color:#8F0000;
}
h2, h3, h4{
	font-weight:normal;
}
h3 {
	font-size: 1.5em;
	color:#28251F;
}
h4 {
	font-size: 1.4em;
	color:#28251F;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p{
	font-size: 1.1em;
}

ul, ol, dl {
	list-style: none ;
	padding:0;
	font-size: 1.1em;
}
li, dt, dd {
	margin:0;
	padding:0;
}

a {
	color:#980200;
}
a:hover {
}

a:active {
	outline: none;
	overflow:hidden;
}



img, a img {
	border: none;
}		

input{
	margin:0;
	padding:0;
}
a.skiplink {
	position:absolute;
	left:-20000em;
	font-size: 8px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
.skiplink:active, .skiplink:focus {
	color: #0000FF;
	text-decoration: underline;
}

/* boxes */
#wrapper{
	width:754px;
	margin: 0px auto;
	text-align: left;
	border-left: 5px solid #DFDFDF;
	border-right: 5px solid #DFDFDF;
	background: #fff url(../images/bgs/wrapper-bg.gif) center bottom no-repeat;
	z-index:0;
}
#header{
	position:relative;
	width:694px;
	margin:0;
	padding:0 30px;
	height:198px;
	text-align:left;
	background: url(../images/bgs/header-bg.jpg) center top no-repeat;
	z-index:50;
}
#content {
	padding:10px;
	width:734px;
}

#footer{
	clear:both;
	color:#fff;
	text-align:right;
	padding: 30px 50px 10px 20px;
	background: url(../images/bgs/footer-bg.jpg) center bottom no-repeat;
}
#userpanel{
}



/* header stuff */
#header h1{
	position:absolute;
	left:30px;
	margin-top:22px;
}
#header a{
	text-decoration:none;
	color:#fff;
}
#header ul{margin:0;}

/* menu stuff */
#topMenu ul{
	position:absolute;
	left: 432px;
	margin:9px 0 0 0;
}
#topMenu li{
	float: left;
}
#topMenu a {
	display: block;
	height:19px;
	margin-right:6px;
	padding: 0;
	text-indent: -20000px;
}

#topMenu li.profileNav {
	background: url(../images/links/profile-over.gif) no-repeat top left;
}
#topMenu li.profileNav a{
	background: url(../images/links/profile.gif) no-repeat top left;
	width:76px;
}

#topMenu li.communityNav {
	margin-top:4px;
	background: url(../images/links/community-over.gif) no-repeat top left;
}
#topMenu li.communityNav a{
	background: url(../images/links/community.gif) no-repeat top left;
	width:74px;
}
#topMenu li.faqNav {
	margin-top:4px;
	background: url(../images/links/faq-over.gif) no-repeat top left;
}
#topMenu li.faqNav a{
	background: url(../images/links/faq.gif) no-repeat top left;
	width:30px;
}
#topMenu li.contactNav {
	background: url(../images/links/contact-over.gif) no-repeat top left;
}
#topMenu li.contactNav a{
	background: url(../images/links/contact.gif) no-repeat top left;
	width:51px;
}
#topMenu li a:hover {background: url(none) 0 0 no-repeat;}



/* main menu styleing */
#menu {
	position:absolute;
	margin: 125px 20px 0px 20px;
}
#nav li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
}
#nav a {
	display: block;
}
#nav .navitem a {
	display: block;
	line-height:17px;
	height: 17px;
	text-indent: -20000px;
}

#nav li ul { /* second-level lists */
	font-size: 1em;
	position: absolute;
	background: #B2291B left top no-repeat;
	width:150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li.sfhover ul, #nav li:hover ul { /* lists nested under hovered list items */
	left:auto;
	margin-left:-10px;
	padding: 13px 0 5px 0;
	background-color: #B2291B;
}
#nav li li {
	padding:0;
	width:150px;
	text-indent: 0px;
}
#nav li li.active{
	padding:2px 0 2px 10px;
	width:140px;
	background:#C02D1D;
	color:#660000;
}
#nav li li a{
	display:block;
	padding:2px 10px;
	text-indent: 0px;
}
#nav li li a:hover{
	background:#A31E0C;
}
#nav li.homeNav {
	margin-top:28px;
	width:25px;
	background: url(../images/links/home-icon.gif) no-repeat top left;
}
#nav li.generalNav {
	margin-top:24px;
	width:117px;
	background: url(../images/links/general-insurance-over.gif) no-repeat top left;
}
#nav li.generalNav .navitem a{
	background: url(../images/links/general-insurance.gif) no-repeat top left;
	width:117px;
}
#nav li.generalNav ul{
	background: #B2291B url(../images/links/general-bg.gif) left top no-repeat;
}
#nav li.lifeNav {
	margin-top:16px;
	width:93px;
	background: url(../images/links/life-insurance-over.gif) no-repeat top left;
}
#nav li.lifeNav .navitem a{
	background: url(../images/links/life-insurance.gif) no-repeat top left;
	width:93px;
}
#nav li.riskNav {
	margin-top:6px;
	width:101px;
	background: url(../images/links/risk-consulting-over.gif) no-repeat top left;
}
#nav li.riskNav .navitem a{
	background: url(../images/links/risk-consulting.gif) no-repeat top left;
	width:101px;
}
#nav li.financialNav {
	width:59px;
	background: url(../images/links/finance-over.gif) no-repeat top left;
}
#nav li.financialNav .navitem a{
	background: url(../images/links/finance.gif) no-repeat top left;
	width:59px;
}
#nav li.offersNav {
	margin-top:0px;
	width:70px;
	background: url(../images/links/initiatives-over.gif) no-repeat top left;
}
#nav li.offersNav .navitem a{
	background: url(../images/links/initiatives.gif) no-repeat top left;
	width:70px;
}
#nav li.claimsNav {
	margin-top:0px;
	width:52px;
	background: url(../images/links/claims-over.gif) no-repeat top left;
}
#nav li.claimsNav .navitem a{
	background: url(../images/links/claims.gif) no-repeat top left;
	width:52px;
}
#nav li.downloadsNav {
	margin-top:5px;
	width:79px;
	background: url(../images/links/downloads-over.gif) no-repeat top left;
}
#nav li.downloadsNav .navitem a{
	background: url(../images/links/downloads.gif) no-repeat top left;
	width:79px;
}
#nav li .navitem a:hover{
	background-image: url(none) ;
}



/* footer stuff */
#footer .credit{
	margin:15px 0 0 0;
}
#footer .credit img{
	vertical-align:-13px;
}


/* userpanel stuff */
#userpanel{
	text-align:left;
	margin:10px 0 30px 0;
}
#userpanel .greeting{
	color: #333333;
	display:inline;
	margin-right:10px;
}
#userpanel ul, #userpanel ul li{
	display:inline;
}
#userpanel a {
	color:#980200;
}







/* universal content styles */
#content li {
	background: url(../images/icons/bullet.gif) 0px 3px no-repeat;
	padding-left:15px;
	line-height:1.7em;
}
#content li li{
	background: url(../images/icons/bullet2.gif) 0px 3px no-repeat;
	padding-left:15px;
	line-height:1.7em;
}

.feature {
	width: 340px;
	float:left;
	display:inline;
	margin:0 0 0 197px ;
}
.feature .item{
	clear:left;
}
.feature .inlinepic{
	float:left;
	margin: 0 12px 5px 0;
}
.subitem {
	float:left;
	display:inline;
	width: 168px;
	border: 1px solid #CCCCCC;
	padding:1px;
}
.itemOne {
	position:relative;
	margin-left:-530px;
}
.itemTwo {
	margin-left:20px;
}

.twoCol .feature { /* note - this class is added in the DG page management class to set two column pages */
	width:530px;
}
.twoCol .itemOne {
	margin-left:-720px;
}
.twoCol .itemTwo {
	display:none;
}


.subitem h1,.subitem h2,.subitem h3,.subitem h4,.subitem h5,.subitem h6,.subitem ul,.subitem dl,.subitem p{
	padding:0 5px;
}
.subitem h3{
	color:#fff;
	background:#B2291B;
}

p.attachment{
	margin-top:-1px;
	margin-bottom:1.2em;
}


/* a dash of extra style... */
.index .subitem,
.faq .itemOne,
.contact .itemOne{
	border: 0px;
}
.index img.rocks{
	margin-bottom:2.5em;
}
.offers .itemTwo{
	display:none;
}
.offers .inlinepic{
	position:absolute;
	margin-left:360px;
}

/* staff dl extra bits */
.stafflist dt a{
	font-weight:bold;
	text-decoration:none;
}
.stafflist dt a:hover{
	text-decoration:underline;
}
.stafflist dd{
	margin-bottom:5px;
}
.staff .feature .inlinepic{
	float:right;
	border: 1px solid #CCCCCC;
}

/* dreamgirl CMS styles*/
.buttonContainer
{
		display: inline;
}

#dgInlineFeedback {
        width: 259px;
        height: 242px;
        color: #000;
        background: url(../dreamgirl/images/success.png) !important;
        background: url(../dreamgirl/images/success.gif);
        }


.dgInlineForm {
        width: 400px;
        border: 0px;
        margin: 0px;
        position: absolute;
        margin-left: -200px;
        z-index: 100;
        margin-top: 12px;
        visibility: visible;
        overflow: hidden;
		z-index:100;
        
}

iframe {
		position:absolute;
        width: 400px;
        border: 0px;
        padding: 0px;
        margin: 0px;
}

.dgInlineButton {
        border: 0px;
        background-color: transparent;
}

.dgInlineButtonActivated {
        background-color: #ccc;
        margin-right: 3px;
}

.dgActiveElement {
		border: 1px dashed #eebddc;
}

.dgInactiveElement {
        background-color: transparent;
}

.dgButtonLink {
        border: 0px;
        margin-right: 3px;
}
