/* YUI reset CSS (minified) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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{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:'';}abbr,acronym{border:0;}



body, html, input, select, table, textarea
{
	font-family:         'Verdana', sans-serif;
	font-size:           14px;
}

em
{
	font-style:          italic;
}

h1
{
	color:               #0060a1;
	font-size:           18px;
}

h2
{
	color:               #0060a1;
	font-size:           17px;
}

h3
{
	color:               #007C63;
	font-size:           17px;
}

h1, h2, h3
{
	font-weight:         bold;
}

h1, h2, h3, p, table
{
	margin-bottom:       14px;
	margin-top:          14px;
}

#content ul
{
	list-style-type:     disc;
	margin-left:         2em;
}

#content ol
{
	list-style-type:     decimal;
	margin-left:         2em;
}

#content ul li, #content ol li
{
	padding: 2px 0;
}

/* this comes up a lot */
.no-margin
{
	margin:              0;
}

img.right
{
	float:               right;
	margin-bottom:       14px;
	margin-left:         14px;
}

span.italicized
{
	font-style:          italic;
}

span.required
{
	color:               red;
}

strong
{
	font-weight:         bold;
}

sup
{
	font-size:           11px;
}

th
{
	font-weight:         bold;
	text-align:          center;
}

/* nav. menu */
table.clearvision-series ul
{
	font-family:         "Arial Narrow", sans-serif;
	font-size:           16px;
	text-align:          center;
}

table.clearvision-series ul a
{
	color:               #0060A1;
	font-weight:         bold;
	text-decoration:     none;
}

table.clearvision-series ul li
{
	display:             inline;
	margin-left:         2px;
	margin-right:        2px;
}

ul.bulleted
{
	list-style:          disc;
	padding-left:        42px; /* 3 * 14px */
}



#benefits-of-digital
{
	font-weight:         bold;
}

#benefits-of-digital li
{
	margin-bottom:       14px;
	margin-top:          14px;
}

#body
{
	margin-left:         auto;
	margin-right:        auto;
	width:               768px;
	text-align:          left;
}

#contact-address
{
	clear:               both;
	margin-bottom:       42px; /* 3 * 14px */
	margin-left:         23%;
}

#contact-heading
{
	background:          #FCBB6B;
	clear:               both;
	color:               black;
	float:               left;
	margin-top:          42px; /* 3 * 14px */
	padding:             0.5ex 4ex 0.5ex 23%;
}

#content
{
	clear:               both;
	/* the Security Camera Systems pages are giant images and they're like 10px
	too wide */
	overflow:            hidden;
}

#footer
{
	clear:               both;
	font-size:           11px;
	padding-bottom:      7px;
	padding-top:         7px;
	text-align:          center;
}

#franchisee-photo
{
	color:               #0073AE;
	float:               left;
	font-size:           11px;
	font-weight:         bold;
	margin-right:        14px;
	margin-top:          14px;
	text-align:          center;
}

#franchisee-photo img
{
	border:              1px solid #0073AE;
	display:             block;
}

#header
{
	border-color:        #939598;
	border-style:        none none solid none;
	border-width:        2px;
	height:              375px;
	padding-bottom:      2px;
}

#logo
{
	float:               left;
}

#news-and-events-heading
{
	clear:               left;
}

#satisfaction-guarantee
{
	clear:               both;
}

#testimonial-teasers
{
	margin:              0 5px 0 505px;
}

#testimonial-teasers div
{
	border-bottom:       1px solid black;
	font-size:           11px;
	padding:             4px;
}

#testimonial-teasers div.last
{
	border-bottom:       none;
}

#testimonial-teasers div img
{
	float:               left;
}

#testimonial-teasers h3
{
	text-align:          center;
}

#testimonial-teasers q
{
	font-style:          italic;
}



#testimonials div.testimonial
{
	clear:               both;
}

#testimonials div.testimonial blockquote
{
	font-style:          italic;
	margin-left:         211px; /* 197px (max. logo width) + 14px */
}

#testimonials div.testimonial blockquote em
{
	font-style:          normal;
}

#testimonials div.testimonial div.logo
{
	float:               left;
	text-align:          center;
	width:               197px;
}

#testimonials div.testimonial div.source
{
	font-weight:         bold;
	margin-bottom:       14px;
	margin-top:          14px;
	text-align:          right;
}



/*** menu *********************************************************************/

#menu
{
	background:          #0073AE;
	clear:               both;
	float:               left;
	margin-top:          2px;
	width:               100%;
}

#menu li
{
	float:               left;
	text-align:          center;
}

#menu li a
{
	border-right:        1px solid white;
	color:               white;
	display:             block;
	font-weight:         bold;
	line-height:         32px;
	text-decoration:     none;
}

#menu li a:hover
{
	background:          #57A1CE;
}

#menu li.first a
{
	width:               176px;
}

#menu li.second a
{
	width:               230px;
}

#menu li.third a
{
	width:               183px;
}

#menu li.fourth a
{
	width:               176px;
}

#menu li.last a
{
	border-right:        none;
}



/*** submenu ******************************************************************/

#submenu ul
{
	/* background:          white; */
	background:          #0073AE;
	display:             none;
	position:            absolute;
	width:               230px;
}

/* see js/main.js for the IE < 7 solution */
li:hover #submenu ul
{
	display:             block;
}

/* specificity */
#menu #submenu li a
{
	border-right:        none;
	font-weight:         normal;
	text-align:          left;
}

#submenu li a span
{
	padding:             0 14px;
}

#submenu li
{
	clear:               both;
}



/*** free site survey form ****************************************************/

#free-site-survey-form
{
	color:               white;
}

#free-site-survey-form table
{
	background:          #003300;
}

#free-site-survey-form td
{
	padding:             3px;
}

#free-site-survey-form th
{
	text-align:          left;
}