@charset "utf-8";


/* GENERAL CSS SETTINGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
        /*background-color: #ccc;*/
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
p.caption {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: lowercase;
	margin: 3px !important;
}
p.image {
	text-align: center;
}
p.caption img {
	margin: 3px !important;
}
p.menuHelp {
	margin: 2px 15px 0px 25px;
	font-size: 10px;
	font-weight: bold;
}
/* END GENERAL CSS SETTINGS */


/* MAIN SITE HOLDING CONTAINER */
div#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* MAIN SITE HOLDING CONTAINER */


/* TOP MASTHEAD AREA */
div#masthead {
	width: 790px;
	height: 176px;
        background: #fff url(http://www.emsresponder.com/ARC/masthead.jpg) 
}
/* END TOP MASTHEAD AREA */

/* NAVIGATION FOOTER */
div#menuFooter {
	width: 770px;
	margin-left: 10px;
	margin-right: 10px;
	height: 8px;
	background: #000 url(../images/ems/bottom-bar.gif) no-repeat;
}
/* END NAVIGATION FOOTER */


/* BREADCRUMB AREA */
table#locContainer {
	width: 770px;
	margin: 15px 10px 10px 10px;
	text-align: center;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
	font-size: 10px;
}
td#location {
	font-weight: bold;
	text-align: left;
}
td#dateContact {
	text-align: right;
}
/* END BREADCRUMB AREA */


/* MAIN CONTENT CONTAINER AND WRAPPER */
div#content {
	width: 790px;
	background: #fff url(../images/ems/content-bg.gif) repeat-y;
	text-align: left;
	
}
div#contentWrap {
	clear: both;
	margin: 0;
	width: 790;
}
/* END MAIN CONTENT CONTAINER AND WRAPPER */


/* RIGHT SIDE CONTENT */
div#contentRight {
	float: right;
	width: 450px;
	margin-right: 10px;
}
div#contentRight p {
	margin: 10px 10px;
}
div#contentRight h1 {
	margin: 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #336699;
	border-bottom: 1px solid #000;
}
div#contentRight li {
	padding: 2px;
	margin: 2px;
}
div#contentRight h1 span {
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
/* END RIGHT SIDE CONTENT */


/* LEFT SIDE CONTENT */
div#contentLeft {
	float: left;
	width: 318px;
	margin-left: 10px;
	border-right: 1px dotted #e0e0e0;
}
div#contentLeft p {
	margin: 10px 15px;
	font-size: 11px;
}
div#contentLeft img {
	text-align: center;
	margin-top: 10px;
}
div#contentLeft h1 {
	margin: 10px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #336699;
	border-bottom: 1px solid #000;
}
div#contentLeft ul {
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 10px;
	list-style: square;
	font-size: 11px;
}
div#contentLeft ul li {
	padding: 2px;
}
/* END LEFT SIDE CONTENT */


/* FOOTER */
div#footer {
	width: 790px;
	background: #fff url(../images/ems/footer-bg.gif) top;
	height: 30px;
	clear: both;
}
/* END FOOTER */


/*New Menu Styles*/
#nav{
margin-top:130px;
*margin-top:145px;
margin-left:17px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
cursor:hand;
}

/*Second Level Popup Menu*/
#nav li li a {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #grey;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 5px;
font-size:8pt;

}


/*Second Level Popup Menu*/
#nav li li a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 5px;
background-color: #000000;
text-align:left;

}


/*First Level list items*/
li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
color:#FFFFFF;

width:156px;
}

 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
color:#000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: gray;
z-index:1;
}


/*Second Level popup*/
li li {
	display: block;
	float: none;
	background-color: gray;
	border: 0;
text-align:left;
}

li:hover ul, li.over ul {
	display: block;
}


#first{background: url(http://www.emsresponder.com/ARC/home.png);center no-repeat;height:28px;width:151px;}
#link0{background: url(http://www.emsresponder.com/ARC/online.png) center no-repeat;height:28px;width:151px;}
#link1{background: url(http://www.emsresponder.com/ARC/print.png);center no-repeat;height:28px;width:151px;}
#link2{background: url(http://www.emsresponder.com/ARC/expo.png);center no-repeat;height:28px;width:151px;}
#last{background: url(http://www.emsresponder.com/ARC/contact.png);center no-repeat;height:28px;width:151px;}
.benefit{color:#000000;}