body,p,h1,h2,h3,div,img,ul,li {margin:0px;padding:0px;border-width:0px;outline-width:0px}

body {
	background:url(../images/bg-header.gif) #eeeeee repeat-x;
	font-family:arial, hevitica, sans-serif; 
	font-size:12px;
	margin:0px; padding:0px;
}

#layout {
	width:1000px; 
	margin: 0 auto 0 auto;
}

#banner	{
	width:1000px;
	height:158px;
	background:url(../images/bg-navigation.gif);
}

#top {
	background:url(../images/topcontent.jpg);
	min-height:178px;
	width:988px;
	margin-top:20px;
	color:#ffffff;
}

.toptext {
	font-family:Trebuchet MS;
	font-size:20pt;
	color:#ffffff;
}


.toptext2 {
	color: #ffffff;
	font-family:trebuchet;
	font-size:15pt;
}

.toptext3 {
	font-size:13;
	color: #ffffff;
}

a.toptext3{
	font-size:13;
	color: #ffffff;
	text-decoration:none;
}

a.toptext3:hover{
	font-size:13;
	color: #d0d0d0;
	text-decoration:none;
	
}

.toptext4 {
	color: #9c9c9c;
}

.pinkheaders {
	color: #e7148c;
	font-size: 16px;
	text-align:center;
	font-weight:bold;
}

a.pinkheaders {
	color: #e7148c;
	font-size: 16px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

#content {
	margin-top:20px;
	padding-left:0px;

}

#content h1 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7148c;
}

#navigation { height:80px; }


#footer {
	background:url(../images/bg-footer.gif) #eeeeee repeat-x;
	height: 99px;
}

a.footerlink {
	text-decoration:none;
	color:#000000
}

a:hover.footerlink {
	color:#e7148c;
}



a.getaquote {
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	font-size:14px;
	margin-right: 29px;
	margin-top: -70px;
	text-align: center;
}  

.callus {
	color:#FFFFFF;
	float:right;
	font-size: 18px;
	margin-top: -140px;
	margin-right: 50px;
}


a.readmore {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.readmore:hover {
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.readmore2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.readmore2:hover {
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


#navigation { position:absolute; float:left; margin-top:-140px; margin-left:235px;}

/* ---------- Mega Drop Down --------- */
#mega {
list-style:none;
font-weight:bold;
height:2em;
margin:60px -1px 0 0;
}


#mega li {
padding-left:15px; padding-right:15px;
margin-left:-1px;
float:left;

text-align:center;
position:relative;
}
#mega li:hover {
background:#e7148c;
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */

z-index:1; /* shadow above adjacent li */
}
#mega a {
color:#000;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}


/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:1px;
width:350px;
padding:0 10px 10px;

border-top:0;
font-weight:normal;
text-align:left;
background:#eee;
}
#mega li:hover div {
left:-1px;top:auto;

}
#mega li.dif:hover div {
left:-221px;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
background:#e7148c;
color:#ffffff;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
}



#mega div p {
float:left;
width:160px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div p a {
text-decoration:none;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.4;
}

#mega div p a:hover {
background:#e7148c;
color:#ffffff;
}

#mega div a:hover, #mega div a:focus, #mega div a:active {
text-decoration:none;
font-color:#ffffff;
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
position:absolute;
width:100%;height:100%;
}
#mega div .s1 {
background:url(images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
background:url(images/shadow.png) 100% 100%;
top:9px;right:-9px;
}
#mega li:hover .s4 {
background:url(images/li-shadow.png) 100% 0 repeat-y;
position:absolute;
top:0;right:-9px;
height:100%;
padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
background:none;
}
#mega li:hover .dif-s4 {
padding-bottom:9px
}


::selection      { background:#e7148c; color:#ffffff; /* Safari and Opera */ }
::-moz-selection  { background:#e7148c; color:#ffffff; /* Firefox */ }
