@charset "UTF-8";
/* CSS Document */

#main_wrap {
	height: 100%;
	width: 963px;
	overflow: hidden;
	border: medium ridge #D6CACE;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #e3d4d7;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #333;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

#banner_box {
	height: 497px;
	width: 963px;
	background-color: #FFF;
	background-image: url(images/miami_banner.jpg);
	background-repeat: no-repeat;
}
#left_box {
	height: 1700px;
	width: 400px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin-top: 25px;
	margin-right: 120px;
	margin-left: 25px;
	line-height: 16px;
}
#middle_box {
	height: 230px;
	width: 370px;
	float: left;
	background-color: #999;
	margin-top: 25px;
	text-align: center;
}
a {
	color: #81A9B3;
}
#right_box  {
	height: 1470px;
	width: 350px;
	float: left;
	background-color: #F3EDEF;
	padding: 10px;
	line-height: 16px;
}
#right_box a {
	color: #666;
}

#nav {
	padding:0;
	background:#7197a0 url(images/nav_bg.jpg) 0 0 repeat-x;
	float:left;
	width:963px;
	border:1px solid #42432d;
	border-width:1px 0;
	height: 15px;
	margin: 0;
	text-align:center;
}

#nav li {
	display:inline;
	height: 40px;
	width: auto;
	padding:0;
	margin: 0 auto;
}

#nav a:link,
#nav a:visited {
color:#000;
background:#7197a0 url(images/nav_bg.jpg) 0 0 repeat-x;
display: inline;
height: 40px;
padding:5px 10px 0px 10px;
width:auto;
border-right:1px solid #42432d;
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0 auto 0 auto;
text-shadow: 2px 2px 2px #555;
}

#nav a:hover {
color:#fff;
background:#7197a0 url(images/nav_bg2.jpg) 0 0 repeat-x;
}

#home #nav-home a,
#security #nav-security a,
#commercial #nav-commercial a,
#residential #nav-residential a,
#auto #nav-auto a,
#emergency #nav-emergency a,
#contact #nav-contact a {
background:#7197a0 url(images/nav_bg3.jpg) 0 0 repeat-x;
color:#fff;
text-shadow:none;
}
#footer {
	clear: both;
	background-color: #CCC;
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
}
#home #nav-home a:hover,
#security #nav-security a:hover,
#commercial #nav-commercial a:hover,
#residential #nav-residential a:hover,
#auto #nav-auto a:hover,
#emergency #nav-emergency a:hover,
#contact #nav-contact a:hover {
background:#7197a0 url(images/nav_bg2.jpg) 0 0 repeat-x;
}
#nav a:active {
background: url(images/nav_bg3.jpg) 0 0 repeat-x;
color:#fff;
}

#nav li:first-child a {
border-left:1px solid #42432d;
}
#footer a {
	color: #4D9DB4;
}
.grey {
	font-size: 12px;
	color: #666;
}
.white {
	color: #FFF;
}
.pic_margin {
	margin-right: auto;
	margin-left: auto;
	height: 84px;
	width: 210px;
}
#main_wrap #left_box h1  , h2{
	text-transform: uppercase;
	color: #333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6A8F97;
	padding-bottom: 5px;
}
