body#home, body#products {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* For using em's when setting font size. 1em = 10px; 1.2em = 12px; and so on - http://clagnut.com/blog/348/ */
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e5e3c7;
}

html{ font-size:100%; } /* keep EM sizing from skewing in nested divs */

#wrapper {  /* main site container */
	width: 917px;
	margin: 10px auto;
	text-align: left;
}

#header { /* top area with logo */
	position: relative;
	height: 71px;
	width: 917px;
	background: url(../img/header.jpg) no-repeat;
}

#header img {  /* Is controlling the logo placements */
	position: absolute;
	top: 16px;
	left: 16px;
}

#top-nav { /* main site navigation */
	display: none;
}


/* ---- Top Navigation ---- */

#top-nav ul li { /* First level top navigation */
	position: relative;
	z-index: 4;
	float: left;
	display: inline;
	font-size: 1.14em;
	height: 23px;
	line-height: 23px;
}

#top-nav ul li ul { /* dropdown navigation shell */
	position: absolute;
	width: 182px;
	left: -999em;
	height: auto;
	background-color: #f1f0f0;
	z-index: 1000;
	
}

#top-nav ul li ul li { /* dropdown nav list item */
	width: 182px;
	height: auto;
	font-size: 1em;
	border-bottom: 1px solid #b0d5e3;
	border-top: none;
}

#top-nav ul li a:link, #top-nav ul li a:visited { /* linst style of 1st level */
	color: #fff;
	text-decoration: none;
	padding: 0 18px;
	font-weight: bold;
}

#top-nav ul li a:hover { /* hover state of 1st level links */
	color: #40b7e6;
}

#top-nav ul li ul li a:link, #top-nav ul li ul li a:visited { /* list style of 2nd level nav */
	color: #034b7d !important;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	display: block;
	font-weight: normal;
}

#top-nav ul li ul li a:hover {  /* hover state of 2st level links */
	background-color: #b4cfe5;
}

#top-nav ul li:hover ul, #top-nav ul li.sfhover ul { /* shows dropdown on hover; sfhover hack for IE 6 */
	top: 23px;
	left: 0;
}



/* ---- Homepage Flash Styles ----*/

#home-flash { /* home main flash area */
	height: 198px;
	width: 917px;
	background: url(../img/fpo-flash.jpg) no-repeat;
}

#home-flash-more { /* click through area for flash on homepage */
	width: 917px;
	height: 20px;
	line-height: 20px;
	background: url(../img/bg-flash-more.jpg) no-repeat;
	text-align: right;
	color: #6485e2;
	font-size: 1.2em;
}

#home-flash-more p { /* full story link on homepage */
	margin: 0 20px 0 0;
}

#home-flash-more a:link, #home-flash-more a:visited { /* link style for full story link */
	color: #8dabff;
}

#home-flash-more a:hover { /* full-story hover */
	color: #fff;
}

/* ---- Homepage Body Area ---- */

#home-body { /* main area under flash */
	background: #2c6aa8 url(../img/bg-home-main.jpg) no-repeat top right;
	color: #fff;
	height: 326px;
	width: 917px;
}

#home-content { /* adds some padding to position text */
	padding: 20px 0 0 80px;
}

#home-body h1 { /* homepage title text */
	font-size: 1.8em;
	margin: 0 0 5px 0;
	color: #80a5cb;
}

#home-body p { /* homepage paragraph */
	width: 507px;
	font-size: 1.2em;
	line-height: 1.5em;
}
 
img.home-callout { /* 24 hour callout */
	float: right;
	margin: 60px 40px 0 0;
}

/* Secondary Page Style */

#sec-body { /* main area in secondary pages */
	width: 917px;
	background: #2c69a8 url(../img/bg-sec-body.gif) repeat-x;
	float: left;
}

#sec-body p { /* paragraph styling on secondary pages */
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#sec-body h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #80a5cb;
}

#sec-left-nav { /* left nav on seconday pages */
	display: none;
}

#sec-right { /* right side of secondary pages */
	width: 715px;
	float: left;
	display: inline;
	background-color: #fff;
}

h1.tall-title { /* top title with blue background */
	width: 715px;
	height: 92px;
	background: url(../img/bg-tall-title.jpg) no-repeat;
	line-height: 92px;
	color: #fff;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 27px 0;
}

h1.detail-title { /* top title with white background and image */
	height: 92px;
	line-height: 92px;
	color: #000;
	font-size: 2.0em;
	font-weight: normal;
}

img.detail-header { /* image to go along with detail-title */
	float: right;
}

h1.tall-title span, h1.detail-title span { /* placement for txt in titles */
	margin: 0 0 0 25px;
}

#sec-left-nav ul { /* left nav list shell */
	margin: 22px 0 0 0;
	font-size: 1.1em;
}

#sec-left-nav ul li {  /* left nav list item */
	width: 202px;
	height: 28px;
	line-height: 28px;
}

#sec-left-nav ul li a:link, #sec-left-nav ul li a:visited  {  /* left nav list links */
	padding: 0 0 0 14px;
	text-decoration: none;
	color: #004c7e;
	display: block;
}

#sec-left-nav ul li a:hover  {  /* left nav list link hover */
	text-decoration: underline;
}

#sec-left-nav ul li a.active  {  /* left nav list - active page */
	background-color: #fff;
}

#sec-content { /* placement for text on secondary pages */
	margin: 0 140px 50px 27px;
	clear: right;
}

#sec-content ul { /* unordered lists in secondary pages */
	list-style: disc;
	margin: 0 0 10px 40px;
}

#sec-content ul li { /* unordered lists in secondary pages */
	line-height: 1.5em;
	font-size: 1.2em;
}

#sec-content ul ul { /* unordered lists in secondary pages */
	list-style: circle;
}

#sec-content li li{ /* make sure nested lists don't reduce font size from EM size */
	font-size: 100%;
}

#sec-content ul.service { /* unordered list creating content on services page */
	list-style-type: none;
	width: 490px;
	clear: left;
}

ul.service li.service-image { /* service image on service page */
	float: left;
	width: 98px;
	background: url(../img/bg-ser-image.gif) repeat-y;
}

ul.service li.service-title { /* service title on service page */
	font-size: 1.4em;
	font-weight: bold;
}

ul.service li.service-title a:link, ul.service li.service-title a:visited { /*service title link */
	color: #054d7d;
	text-decoration: none;
}

ul.service li.service-title a:hover { /*service title link */
	text-decoration: underline;
}

ul.service li.service-description { /*service title description on services page */
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0 98px;
}


/* ---- Home Services Buckets ---- */

ul#home-buckets { /* homepage service area at bottom */
	height: 147px;
	width: 516px;
	background: url(../img/bg-home-buckets.gif) repeat-x top;
	margin: 30px 0 0 50px;
}

ul#home-buckets li { /* individual list items/buckets for services */
	height: 147px;
	width: 96px;
	float: left;
	display: inline;
}

ul#home-buckets li.roll-guidance { /* guidance bucket normal */
	height: 147px;
	width: 96px;
	background: url(../img/roll-guidance.jpg) no-repeat;
	display: block;
	margin: 0 9px 0 0;	
}

ul#home-buckets li.roll-guidance a:hover { /* guidance bucket hover */
	height: 147px;
	width: 96px;
	background: url(../img/roll-guidance.jpg) no-repeat 0 -147px;
}

ul#home-buckets li.roll-computers { /* computer bucket normal */
	height: 147px;
	width: 96px;
	background: url(../img/roll-computers.jpg) no-repeat;
	display: block;
	margin: 0 9px 0 0;
}

ul#home-buckets li.roll-computers a:hover { /* computer bucket hover */
	height: 147px;
	width: 96px;
	background: url(../img/roll-computers.jpg) no-repeat 0 -147px;
}

ul#home-buckets li.roll-remote { /* remote bucket normal */
	height: 147px;
	width: 96px;
	background: url(../img/roll-remote.jpg) no-repeat;
	display: block;
	margin: 0 9px 0 0;	
}

ul#home-buckets li.roll-remote a:hover { /* remote bucket hover */
	height: 147px;
	width: 96px;
	background: url(../img/roll-remote.jpg) no-repeat 0 -147px;
}

ul#home-buckets li.roll-security { /* security bucket normal */
	height: 147px;
	width: 96px;
	background: url(../img/roll-security.jpg) no-repeat;
	display: block;
	margin: 0 9px 0 0;	
}

ul#home-buckets li.roll-security a:hover { /* security bucket hover */
	height: 147px;
	width: 96px;
	background: url(../img/roll-security.jpg) no-repeat 0 -147px;
}

ul#home-buckets li.roll-phones { /* phone bucket normal */
	height: 147px;
	width: 96px;
	background: url(../img/roll-phones.jpg) no-repeat;
	display: block;
}

ul#home-buckets li.roll-phones a:hover { /* phone bucket hover */
	height: 147px;
	width: 96px;
	background: url(../img/roll-phones.jpg) no-repeat 0 -147px;
}

ul#home-buckets li a:link, ul#home-buckets li a:hover, ul#home-buckets li a:visited { /* bump li text off to the left. this is a very SEO friendly way to set up image based unordered lists. */
	height: 147px;
	width: 96px;
    float: left;
    text-indent: -1000em;
}

/* ---- Footer Area ---- */

#footer {
	background: url(../img/bg-footer.jpg) no-repeat top;
	width: 686px;
	float: right;
	padding: 20px 0 0 0;
}

#footer p { /* footer paragraphs */
	font-size: 1.05em;
	color: #888687;
	margin: 0 0 5px 0;
}

#footer a:link, #footer a:visited { /* footer text links */
	text-decoration: none;
	color: #888687;
}

#footer a:hover { /* footer link hover */
	text-decoration: underline;
}





