@charset "utf-8";

/* CSS Reset
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}

/* COMMON
*/
body {
	font: 11px/18px Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
strong {
	font-weight:bold;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
img.goleft{ /*let img float to left*/
	float: left;
}
img.goright{ /*let img float to right*/
	float: right;
}
.clear {
	clear:both;
}

/* LAYOUT
*/
div.alignCenter {
	width: 880px;
	margin:0 auto;
}
#nav {
	position:relative;
	height:35px;
}
div.corner-1, div.corner-2, div.corner-3, div.corner-4 {
	background:url(../images/nav-corner.gif) no-repeat;
	height:2px;
	width:2px;
	font-size:0px;
	line-height:0px;
	position:absolute;
	display:block;
}
div.corner-1 {
	background-position:0 0;
	left:0;
	top:0;
}
div.corner-2 {
	background-position: -2px 0;
	right:0;
	top:0;
}
div.corner-3 {
	background-position: 0 -2px;
	left:0;
	bottom:0;
}
div.corner-4 {
	background-position:-2px -2px;
	right:0;
	bottom:0;
}
#navShadow {
	background-image: url(../images/nav-shadow.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin-top: 1px;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#nav ul {
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	background: url(../images/nav-bg.gif) repeat-x 0px 0px;
	border-left: 1px solid #2b2b8a;
	border-right: 1px solid #2b2b8a;
}
#nav ul li {
	float: left;
	border-right: 1px solid #696aa7;
}
#nav ul li a {
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	padding: 0 16px 0 17px;
	display: block;
}
#nav ul li a:hover {
	background: url(../images/nav-bg.gif) repeat-x 0px -35px;
	text-decoration:none;
}
#nav ul li a.current {
	background: url(../images/nav-bg.gif) repeat-x 0px -70px;
	text-decoration:none;
}
#banner {
	margin-bottom: 10px;
}
#news {
	margin-bottom: 10px;
}
#container {
	margin-bottom: 10px;
}
#container #left {
	float: left;
	margin-right: 10px;
	width: 200px;
	position: relative;
	height: 322px;
}
#container #center {
	width: 460px;
	float: left;
	position: relative;
	height: 322px;
}
*html #center img{width:462px;}
#container #right {
	float: right;
	width: 200px;
	position: relative;
	height: 322px;
}
.containerInner {
	border: 1px solid #CCCCCC;
	height:320px;
	clear: both;
}
div.cor-1, div.cor-2, div.cor-3, div.cor-4 {
	background:url(../images/common-corner.gif) no-repeat;
	height:3px;
	width:3px;
	position:absolute;
	display:block;
	z-index:100;
	font-size:0px;
	line-height:0px;
}
div.cor-1 {
	background-position: 0 0;
	left:0;
	top:0;
}
div.cor-2 {
	background-position:  -3px 0;
	right:0;
	top:0;
}
div.cor-3 {
	background-position: 0 -3px;
	left:0;
	bottom:0;
}
div.cor-4 {
	background-position:-3px -3px;
	right:0;
	bottom:0;
}
.secTitle {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/title-bg.gif);
	background-repeat: repeat-x;
	text-indent: 5px;
}
ul.left {
	padding: 5px 10px;
}

ul.left li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	list-style-type: none;
	font-size:11px;
	line-height: 19px;
}
ul.center {
	padding-top: 5px;
	padding-left: 5px;
}
ul.center li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.center a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 54px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/centerList.gif);
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	width: 213px;
	padding-left: 8px;
	font-weight: bold;
}
ul.center a:hover {
	background-image: url(../images/centerList.gif);
	background-repeat: no-repeat;
	background-position: 0 -54px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	clear: both;
}




/*
	modifications/additions to main nav styles
------------------------------------------------------------------------------*/
#nav 
{
	z-index:100;	
}
* html #nav ul li a { height:35px; display:inline-block; } 
#nav ul li a
{
	background-repeat:repeat-x;
}
#nav a.active, #nav a.active:link, #nav a.active:visited
{
	background:transparent url(http://www.safetycall.com/images/nav-bg.gif) 0 -35px repeat-x;
	text-decoration:none;	
}

#nav ul li
{
	position:relative;
}
#nav li ul
{	
	background:none;
	border-left:none;
	border-right:none;
	height:auto;
	
	position:absolute;
	top:25px;
	left:0;
	padding-top:10px;
	display:none;
}
#nav li ul.n2 { left:-51px; }
#nav li ul.n3 { left:-60px; }
#nav li ul.n4 { left:-60px; }
#nav li ul.n6 { left: -43px; }

/* Holly Hack. IE Requirement \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */ 

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

* html #nav li ul li { background:transparent url(http://www.safetycall.com/images/dropdown-mid.gif) 0 0 repeat-y; float:none; }
#nav li ul li
{
	background:transparent url(http://www.safetycall.com/images/dropdown-mid.png) 0 0 repeat-y;
	width:203px;
	height:auto;	
	border-right:none;
	padding:0 5px 0 3px;
	margin:0;
}

* html #nav li ul li.top { background:transparent url(http://www.safetycall.com/images/dropdown-top.gif) 0 0 no-repeat; }
#nav li ul li.top
{
	background:transparent url(http://www.safetycall.com/images/dropdown-top.png) 0 0 no-repeat;
	width:211px;
	height:20px;
	padding:0;
}
* html #nav li ul li.bot { background:transparent url(http://www.safetycall.com/images/dropdown-bot.gif) 0 0 no-repeat; }
#nav li ul li.bot
{
	background:transparent url(http://www.safetycall.com/images/dropdown-bot.png) 0 0 no-repeat;
	width:211px;
	height:15px;
	padding:0;	
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited
{
	border-bottom:solid 1px #7576a8;
	padding:4px 11px 5px 11px;
	height:auto;
	display:block;
	background:none;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;	
}
#nav li ul li a:hover, #nav li ul li a:active
{
	background:#6b1c1f url(http://www.safetycall.com/images/dropdown-hover.jpg) 0 0 repeat-x;
}
