/* ---------------------------------------------------------------------------

	BroadBased Communications, Inc. Screen Styles
	http://bbased.com

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

body.home {
	background:#ededed url(images/bg.gif) repeat-x top;
}

body {
	background:#ededed url(images/secondary-bg.gif) repeat-x top;
	font: small/1.5em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#666;
	line-height:150%;
}

#wrap {
	width:960px;
	margin:0 auto;
}

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#main-header {
	position:relative;
	height:138px;
	margin-bottom:5px;
}

#main-header h1 a {
	background:url(images/fas-logo.gif) no-repeat;
	display:block;
	width:196px;
	height:81px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:37px;
}

/* NAVIGATION */

ul#navigation {
	position:absolute;
	bottom:0;
	right:0;
}

ul#navigation li {
	float:left;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-left:25px;
}

ul#navigation li a {
	color:#0b4265;
	text-decoration:none;
	padding-bottom:25px;
	display:block;
}

ul#navigation li a:hover {
	border-bottom:solid 5px #062a40;
	padding-bottom:20px;
}

body.home ul#navigation li#home a, 
body.services ul#navigation li#services a,
body.systems ul#navigation li#systems a,
body.services-sub ul#navigation li#services a,
body.systems-sub ul#navigation li#systems a,
body.client-profiles ul#navigation li#client-profiles a,
body.client-profiles-sub ul#navigation li#client-profiles a,
body.about ul#navigation li#about a,
body.news ul#navigation li#news a,
body.contact ul#navigation li#contact a {
	border-bottom:solid 5px #062a40;
	padding-bottom:20px;
}

a#sentrylogic[id] {
	background-color: #4b4d4a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4b4d4a;
	padding: 5px;
	color:#fff;
	font-style:italic;
	margin-top:-6px;
	text-decoration:none;
	position:absolute;
	right:0;
	top:43px;
}

a#sentrylogic_2[id] {
	background:url(images/GotoSentryLogicBtn.png) no-repeat;
	display:block;
	width:118px;
	height:41px;
  position:absolute;
	right:130px;
	top:25px;
}

a#sentrylogic[id]:hover {
	background-color: #80827f;
	border-color:#80827f;
	color:#fff;
}

/*------------------------------------------------------------------------------

HOME SLIDE HEADER

------------------------------------------------------------------------------*/

#feature-content {
	background:url(images/features-bg.jpg) no-repeat bottom center;
	height:221px;
	margin-bottom:1px;
	position: relative;
	line-height: 0;
}

#feature-content #features, #feature-content img, #feature-content .feature-content {
    height: 201px !important;
}

#feature-content #features, #feature-content img {
    width: 960px !important;
}

#feature-content .feature a {
    display: block;
}

#feature-content .feature-content {
	background:url(images/featured-content-bg_2.png) repeat-x;
	width:470px;
	height:201px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: .9em;
    text-shadow: 1px 1px 1px #000;
}

#feature-content .feature-content a {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

#feature-content h2 {
    margin: 30px 0 25px 40px;
    width: auto;
    height: auto;
    background: none;
    font-size: 33px;
	font-style:italic;
    font-family: "Georgia", Times New Roman, serif;
	line-height:normal;
}

#feature-content p {
    margin-left: 40px;
    margin-right: 30px;
    font-size: 15px;
    line-height: 1.375;
}

#feature-content .features-content-bg {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    z-index: 50;
}

/*------------------------------------------------------------------------------

HOME CONTENT CAPABILITIES

------------------------------------------------------------------------------*/

#home-capabilities {
	clear:both;
	border-top:solid 1px #ccc;
	padding:20px 0;
}

#home-capabilities ul li {
	float:left;
	display:block;
	width:293px;
	margin-right:40px;
}

#home-capabilities ul li:last-child {
	margin-right:0;
}

#home-capabilities ul li h2 {
	color:#0b4265;
	font-style:italic;
	font-size:15px;
	font-weight:bold;
}

#home-capabilities ul li img {
	border:solid 3px #ccc;
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------

BULLET BOX CONTENT

------------------------------------------------------------------------------*/

#bullet-box {
	width:485px;
	padding:8px;
}
body.home #main-content, body.not-found #main-content {
	width:470px;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

/* SECONDARY PAGE TITLES */

h2.page-title {
	color:#fff;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:33px;
	line-height:67px;
	margin-bottom:0;
}

body.home #content-wrap, body.not-found #content-wrap {
	background:url(images/content-wrap-bg.gif) repeat-y right;
}

#content-wrap {
	background:url(images/secondary-content-wrap-bg.gif) repeat-y right;
	padding-bottom:20px;
}

/*body.client-profiles #content-wrap {
	background:none;
}*/

body.home #main-content, body.not-found #main-content {
	width:470px;
}

/*body.client-profiles #main-content {
	width:inherit;
	float:none;
}*/

#main-content {
	width:690px;
	float:left;
	padding-top:20px;
}

#main-content h2 {
	color:#7facc9;
	font-size:25px;
	font-family:"Georgia", Times New Roman, Times, serif;
	border-bottom:solid 5px #ccc;
	padding-bottom:10px;
	line-height:normal;
}

#main-content h3 {
	color:#333;
	font-style:italic;
	font-size:13px;
	font-weight:bold;
}

img.inline {
	display:inline;
	border:solid 3px #ccc;
}

img.right {
	float:right;
	margin:0 0 10px 10px;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}

body.home #main-content ul,
body.about #main-content ul,
body.services-sub #main-content ul,
body.systems-sub #main-content ul,
body.client-profiles-sub #main-content ul,
body.news #main-content ul,
body.contact #main-content ul {
	list-style:disc;
	margin-left:15px;
	margin-bottom:20px;
}

/*------------------------------------------------------------------------------

Services Pages

------------------------------------------------------------------------------*/

ul#services-illustration-nav {
	margin:0 auto;
	margin-bottom:20px;
	width:690px;
	height:488px;
	background:url(images/services-illustration.gif);
	position:relative;
}

ul#services-illustration-nav li {
	list-style:none;
	display:block;
	position:absolute;
}

ul#services-illustration-nav li a  {
	display:block;
}

li#temperature-and-lighting-controls {
	width:138px;
	height:140px;
	left:0px;
	top:171px;
}

li#temperature-and-lighting-controls a {
	text-indent:-9999px;
	height:140px;
}

li#temperature-and-lighting-controls a:hover {
	background:url(images/services-illustration.gif) no-repeat 0 -660px;
}

li#security-access-controls {
	width:139px;
	height:139px;
	left:409px;
	top:335px;
}

li#security-access-controls a {
	text-indent:-9999px;
	height:139px;
}

li#security-access-controls a:hover {
	background:url(images/services-illustration.gif) no-repeat -409px -824px;
}

li#security-video-monitoring {
	width:140px;
	height:139px;
	left:434px;
	top:14px;
}

li#security-video-monitoring a {
	text-indent:-9999px;
	height:139px;
}

li#security-video-monitoring a:hover {
	background:url(images/services-illustration.gif) no-repeat -434px -503px;
}

li#plant-equipment-control-and-energy-management {
	width:140px;
	height:140px;
	left:551px;
	top:171px;
}

li#plant-equipment-control-and-energy-management a {
	text-indent:-9999px;
	height:140px;
}

li#plant-equipment-control-and-energy-management a:hover {
	background:url(images/services-illustration.gif) no-repeat -551px -660px;
}

li#energy-monitoring-and-system-optimization {
	width:141px;
	height:140px;
	left:138px;
	top:330px;
}

li#energy-monitoring-and-system-optimization a {
	text-indent:-9999px;
	height:140px;
}

li#energy-monitoring-and-system-optimization a:hover {
	background:url(images/services-illustration.gif) no-repeat -138px -819px;
}

li#remote-monitoring-and-alarm-notification {
	width:141px;
	height:139px;
	left:117px;
	top:14px;
}

li#remote-monitoring-and-alarm-notification a {
	text-indent:-9999px;
	height:139px;
}

li#remote-monitoring-and-alarm-notification a:hover {
	background:url(images/services-illustration.gif) no-repeat -117px -503px;
}

ul.case-studies {
	list-style:none;
	margin-left:0 !important;
}

ul.case-studies li {
	float:left;
	display:block;
}

ul.case-studies li a {
	color:#fff !important;
	font-weight:bold;
	background-color:#888;
	display:block;
	text-align:center;
	width:216px;
	height:200px;
	line-height:216px;
}

ul.case-studies li a:hover {
	border:none !important;
	background-color:#4693bf;
}

ul.case-studies li {
	margin-right:20px;
}

ul.case-studies li:last-child {
	margin-right:0px;
}

/*------------------------------------------------------------------------------

Client Profiles Pages

------------------------------------------------------------------------------*/

ul#clients-illustration-nav {
	width:690px;
	height:420px;
	background:url(images/industries-illustration.gif);
	position:relative;
}

ul#clients-illustration-nav li {
	list-style:none;
	display:block;
	position:absolute;
}

ul#clients-illustration-nav li a  {
	display:block;
}

li#education {
	width:228px;
	height:169px;
	left:37px;
	top:7px;
}

li#education a {
	text-indent:-9999px;
	height:169px;
}

li#education a:hover {
	background:url(images/industries-illustration.gif) no-repeat -37px -428px;
}

li#healthcare {
	width:238px;
	height:252px;
	left:25px;
	top:165px;
}

li#healthcare a {
	text-indent:-9999px;
	height:252px;
}

li#healthcare a:hover {
	background:url(images/industries-illustration.gif) no-repeat -25px -1426px;
}

li#commercial {
	width:177px;
	height:228px;
	left:238px;
	top:189px;
}

li#commercial a {
	text-indent:-9999px;
	height:228px;
}

li#commercial a:hover {
	background:url(images/industries-illustration.gif) no-repeat -238px -1871px;
}

li#hospitality {
	width:252px;
	height:219px;
	left:417px;
	top:197px;
}

li#hospitality a {
	text-indent:-9999px;
	height:219px;
}

li#hospitality a:hover {
	background:url(images/industries-illustration.gif) no-repeat -417px -1038px;
}

li#manufacturing {
	width:288px;
	height:160px;
	left:381px;
	top:7px;
}

li#manufacturing a {
	text-indent:-9999px;
	height:160px;
}

li#manufacturing a:hover {
	background:url(images/industries-illustration.gif) no-repeat -381px -848px;
}

li#data-centers {
	width:173px;
	height:215px;
	left:358px;
	top:6px;
}

li#data-centers a {
	text-indent:-9999px;
	height:215px;
}

li#data-centers a:hover {
	background:url(images/industries-illustration.gif) no-repeat -358px -427px;
}

li#government {
	width:165px;
	height:194px;
	left:197px;
	top:6px;
}

li#government a {
	text-indent:-9999px;
	height:194px;
}

li#government a:hover {
	background:url(images/industries-illustration.gif) no-repeat -197px -847px;
}

/* Client Profiles Sub-Pages */

ul.profiles-list {
	list-style:none !important;
	margin-left:0 !important;
}

ul.profiles-list li img {
	display:inline;
	float:left;
	border:solid 3px #ccc;
	margin:0 10px 15px 0;
}

ul.profiles-list li h2 {
	color:#7facc9;
	font-size:18px !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	border-bottom:none !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	line-height:normal;
}

ul.profiles-list li h3 {
	margin-bottom:0 !important;
}

body.client-profiles-sub h4 {
	color:#7facc9;
	margin-bottom:0 !important;
	font-weight:bold;
	font-size:14px;
}

h3.project-details {
	font-size:16px !important;
	margin-bottom:10px;
}

p.list-header {
	margin-bottom:0 !important;
	font-weight:bold;
	color:#333;
}

/*------------------------------------------------------------------------------

News Page

------------------------------------------------------------------------------*/

.post {
	clear:both;
	margin-bottom:40px;
}

.post-date {
	float:left;
	display:inline;
	width:44px;
	background-color:#4b4d4a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #4b4d4a;
	padding:5px 0;
	font-style:italic;
}

.post-month {
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	display:block;
	line-height:11px;
	padding-top:2px;
	margin-left:-3px;
}

.post-day {
	font-size:18px;
	text-transform:uppercase;
	color:#999999;
	text-align:center;
	display:block;
	line-height:18px;
	padding-top:7px;
	margin-left:-3px;
}

.post-title {
	padding-left:56px;
	margin-bottom:10px;
}

.post-title h2 {
	margin-bottom:10px !important;
}

.post-title a {
	color:#4693bf;
	text-decoration:none;
}

.post-title a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

.entry {
	clear:both;
	padding-top:10px;
}

.post-cat {
	font-size: 95%;
	color: #999999;
}

.post-comments {
	font-size:95%;
}

.post-nav {
	clear:both;
	padding:10px 0px;
}

.post-nav a {
	color:#4693bf;
	text-decoration:none;
}

.post-nav a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

.previous-entries {
	float:left;
}

.next-entries {
	float:right;
}

#searchform {
	margin-bottom:20px;
}

#searchform #s {
	border:1px solid #ccc;
	width:155px;
	height:20px;
	background:#fff;
	padding-top:7px;
	padding-left:5px;
}

#searchform #searchsubmit {
	width:28px;
	color:#fff;
	background-color:#4b4d4a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #4b4d4a;
	padding:5px 0;
	font-style:italic;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

body.home #sidebar, body.not-found #sidebar {
	width:430px;
}

#sidebar {
	width:210px;
	float:right;
	background:url(images/sidebar-ds.gif) repeat-x top;
	padding:20px;
}

#sidebar h2 {
	color:#7facc9;
	font-size:25px;
	line-height:normal;
	font-family:"Georgia", Times New Roman, Times, serif;
	border-bottom:solid 5px #ccc;
	padding-bottom:10px;
}

#sidebar p, #sidebar ul {
	font-size:90%;
}

#sidebar ul {
	font-size:11px;
	list-style:disc;
	margin-left:15px;
	margin-bottom:20px;
}

#sidebar .side-col1, #sidebar .side-col2 {
	width:199px;
}

.side-col1 {
	float:left;
}

.side-col2 {
	float:right;
}

/*------------------------------------------------------------------------------

About Page

------------------------------------------------------------------------------*/

#sidebar ul.principal-list h3 {
	margin-bottom:2px;
	color:#7facc9 !important;
	font-size:16px !important;
}

#sidebar ul.principal-list h4 {
	font-weight:bold !important;
	color:#333;
	font-size:14px !important;
}

/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footer-container {
	clear:both;
	border-top:solid 1px #ccc;
	padding:20px 0;
}

ul#site-map li {
	float:left;
	display:block;
	width:176px;
	margin-right:20px;
	margin-bottom:20px;
}

ul#site-map li:last-child {
	margin-right:0;
}

ul#site-map li h2 {
	color:#7facc9;
	font-size:17px;
	font-family:"Georgia", Times New Roman, Times, serif;
	border-bottom:solid 2px #ccc;
	padding-bottom:10px;
	margin-bottom:10px !important;
}

ul#site-map li ul li {
	font-size:9px;
	margin-bottom:0 !important;
}

div#footer-content {
	border-top:solid 1px #ccc;
	padding-top:20px;
	clear:both;
	text-align:center;
}

div#footer-content p.copyright {
	font-weight:bold;
}

div#footer-content h3 {
	margin-bottom:10px !important;
	font-size:13px;
	font-weight:bold;
}

div#footer-content p {
	font-size:9px;
	margin-bottom:0 !important;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

h2, h3, h4, h5, p {
	margin-bottom:20px;
}

strong {
	font-weight:bold;
	color:#333;
}

em {
	font-style:italic;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/

#content-wrap h2 a, #content-wrap h3 a, #content-wrap h4 a, #content-wrap h5 a, #content-wrap p a, #home-capabilities p a, #sidebar a, #footer-container a {
	color:#4693bf;
	text-decoration:none;
}

#content-wrap h2 a:hover, #content-wrap h3 a:hover, #content-wrap h4 a:hover, #content-wrap h5 a:hover, #content-wrap p a:hover, #home-capabilities p a:hover, #sidebar a:hover, #footer-container a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

body.home #main-content ul a,
body.about #main-content ul a,
body.services-sub #main-content ul a,
body.systems-sub #main-content ul a,
body.client-profiles-sub #main-content ul a,
body.news #main-content ul a,
body.contact #main-content ul a {
	color:#4693bf;
	text-decoration:none;
}

body.home #main-content ul a:hover,
body.about #main-content ul a:hover,
body.services-sub #main-content ul a:hover,
body.systems-sub #main-content ul a:hover,
body.client-profiles-sub #main-content ul a:hover,
body.news #main-content ul a:hover,
body.contact #main-content ul a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

.clear {
	clear:both;
}

.blue {
	color:#4693bf;
}