/*
------------------------------------------------------------------------
Theme Name:[Monaco]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */


h1{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}


h2{
	font-size: 14px;
	margin-bottom: 15px;
}

h5{
	font-size: 21px;
	margin-bottom: 15px;
         color: #DF2725;
}


p{
	font-size: 12px;
}



body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #626262;
}

#container{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#header{
	height: 120px;
	background: url(images/bg_header.jpg) repeat-x top left;
}

#h_left{
	width: 282px;
	text-align: right;
	float: left;

}

#h_right{
	width: 675px;
	float: right;

}

#h_r_top{
	height: 59px;
	color: #041f76;
	text-align: right;
	margin-right: 40px;
	padding-top: 25px;
}

#h_r_top a{
	color: #041f76;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#h_r_top a:hover{
	color: #041f76;
	text-decoration: hover;
}



#h_r_bot{
	height: 28px;
	line-height: 28px;
}


#content{
	margin-top: 16px;
}


#c_left{
	width: 287px;
	float: left;
	margin-left: 23px;
}


#c_l_schedule{
	
}

#c_l_s_top{
	height: 193px;
	background: #e3e3e3 url(images/bg_man.jpg) no-repeat bottom right;
	padding: 10px 15px 15px 15px
}

#c_l_s_top h2{
	color: #df2725;
	font-size: 23px;
	margin-bottom: 15px;
	line-height: 28px;
}

#c_l_s_top p{
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
}

#c_l_s_bot{
	height: 75px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;	
}



#c_l_video{
	margin-top: 20px;
}


#c_l_v_top{
	background-color: #dededf;
}

#c_l_v_bot{
	background-color: #dededf;
	padding: 20px;
}

#c_l_v_bot h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#c_l_v_bot a{
	color: #000000;
	font-size: 11px;
}



#c_l_logo{
	margin-top: 20px;
	text-align: center;
}




#c_right{
	width: 600px;
	float: right;
	margin-right: 26px;
}


#c_r_cta{
	margin-top: 20px;
	height: 155px;
}

.c_r_cta_box{
	float: left;
	width: 149px;
	margin-right: 1px;
	height: 155px;
	background-color: #dededf;
}

.c_r_c_b_top{
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	background: url(images/bg_grad_cta.jpg) repeat-x top left;
	text-align: center;
}

.c_r_c_b_bot{
	padding: 15px;
}



#c_r_content{
        margin-top: 20px;
	
	background: url(images/bg_content.jpg) repeat-x top left;
	padding: 20px;
	clear: both;
}


.ending{
	margin: 0;
	background: url(http://dialonepestcontrol.com/wp-content/uploads/2011/05/bottom-post2.png) center no-repeat;
	padding: 0;
	clear: both; width: 520px; height: 90px;
}

#c_r_content h1{
	color: #d82422;
}

#c_r_content p{
	line-height: 18px;
    margin-bottom: 15px;
}

#c_r_content a{
	color: #DF2725;
    text-decoration: none;
}

#c_r_content a:hover{
	color: #DF2725;
    text-decoration: underline;
}


#c_r_content ul, #c_r_content ol{
	margin-left: 20px;
}

#c_r_content ul li{
	font-size: 12px;
    list-style-type: disc;
    line-height: 18px;
    margin-bottom: 5px;
}


#c_r_content ol li{
	font-size: 12px;
    list-style-type:decimal;
    line-height: 18px;
    margin-bottom: 5px;
}

#footer{
	background-color: #df2725;
	text-align: center;
	padding: 15px 20px 20px 20px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer ul{

}


#footer ul li{
	display: inline;
}


#footer ul li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}



#c_r_content .navigation{
	display: none;
}






/* MENU */


#h_r_bot{
	height: 28px;
	line-height: 28px;

}

#h_r_bot ul li{
	display: inline;
	list-style-type: none;
	position:relative;
}

#h_r_bot ul li a{
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 28px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #fff;
}

#h_r_bot ul li a:hover{
	background-color: #041f76;
	color: #fff;
}

#h_r_bot ul ul {
	position: absolute;
	z-index: 500;
	top: 28px;
	left: 0;
	border-bottom: none;
	width:130px;
	border: 1px solid #bebebe;
	border-top: none;
}

html>body #h_r_bot ul ul {
	width:auto;
}

#h_r_bot ul ul li {
	display:block;
}


#h_r_bot ul ul li a {
	width:150px;
	background:#dededf;
	/*border-bottom: 1px solid #577fa4;*/
	color:#000000;
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:25px;
	line-height: 25px;
	margin-right: 0px;
}

#h_r_bot ul ul li a:hover {
	background:#1d3892;
	color:#fff;
	margin-right: 0px;
}

#h_r_bot ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#h_r_bot ul ul,
#h_r_bot ul li:hover ul ul,
#h_r_bot ul ul li:hover ul ul
{display: none;}

#h_r_bot ul li:hover ul,
#h_r_bot ul ul li:hover ul,
#h_r_bot ul ul ul li:hover ul
{display: block;}

html #h_r_bot ul li a { height: 1%; }

#h_r_bot li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#h_r_bot{float:none;}
body{behavior:url(csshover.htc); }
#h_r_bot ul li{float:left; }
#h_r_bot a{height:1%;font: bold 15px arial, helvetica, sans-serif;}

<![endif]-->

/* END OF MENU */
