/*------   
Sensory Networks' CSS Document Written by Luke Thornton
email : luke.thornton@sensorynetworks.com    
------*/

html {
	z-index: 0;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #ddd;
	text-align: center;
	}

	
/*------   Styling   ------*/	

a:link, a:visited, a:active {
	color: #0081B9;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover {
	color: #00A2E6;
	text-decoration: underline;
	}
	
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 19px;
	}
	
.date, .date a:link, .date a:visited  {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	margin: 0px;
	font-style: italic;
	}
	
.date a  {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	margin: 0px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	}
	

.subheading1{
	color: #0069AB;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin: 0;
	}

h2 {
	border-bottom: 1px solid #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
	color: #0081B9;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-top: 25px;
	}
h2 a:link, h2 a:hover, h2 a:visited, h2 a:focus {
	color: #0081B9;
	font-weight: bold;
	text-decoration: none;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	}

h3 a:link, h3 a:hover, h3 a:visited, h3 a:focus {
	color: #000;
	font-weight: bold;
	}
	
h4 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color:  #0081B9;
	font-size: 13px;
	}
	
h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	margin: 0;
	}

img {
	border: none;
	background: transparent;
	}
	
.bullet li {
	 list-style-image: url(../images/tick.gif); 
	 line-height: 18px;
	 margin-left: 0px;
	 color: #000;
	 font-weight: bold;
	 font-size: 11px;
	 }
	
.tick li {
	 list-style-image: url(../images/tick.gif); 
	 line-height: 18px;
	 margin-left: 0px;
	 color: #000;
	 font-weight: bold;
	 font-size: 11px;
	 }
	 
.tickYellow li {
	 list-style-image: url(../images/tick.gif); 
	 line-height: 16px;
	 margin-left: 0px;
	 color: #000;
	 font-weight: bold;
	 font-size: 11px;
	 }
	
ul {
	padding: 0px 0px 10px 0px;
	margin: 0;
	line-height: 16px;
	}
	
li {
	list-style-image: none;
	list-style-type: none;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;	
	font-size: 11px;
	padding: 2px 0;
	}
	
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #006795;
	color: #006795;
	background-color:#fff;
	padding: 3px 4px 3px 4px;
}
.checkbox { border: none; background: transparent; padding: 0px; }
.checkbox:hover, .checkbox:focus { border: none; background: transparent; padding: 0px; }

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #5cc4ed;
	color: #5cc4ed;
	background-color: #fff;
	}
	
.partner_profile input, .partner_profile textarea, .partner_profile select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #777;
	color: #000;
	background-color:#FdFdFd;
	padding: 3px 4px 3px 4px;
}
.checkbox { border: none; background: transparent; padding: 0px; }
.checkbox:hover, .checkbox:focus { border: none; background: transparent; padding: 0px; }

 .partner_profile input:hover, .partner_profile textarea:hover, .partner_profile select:hover, .partner_profile input:focus, .partner_profile textarea:focus, .partner_profile select:focus {
	border: 1px solid #ccc;
	color: #777;
	background-color: #fff;
	}

/*------   end Styling   ------*/


/*------   layout   ------*/
	
.bodyWrapper {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	padding: 0px;
	background: url(../images/layout/body-mid.png) repeat-y;
	text-align: left;
	}

.contentWrapper {
	margin: 10px auto 0px auto;
	width: 780px;
	height: auto; 
	overflow: hidden;
	background-color: white;
	}

.submenuWrapper {
	float: left;
	width: 200px;
	margin: 0px 0px 0 4px;
}

.bodyContent {
	width: 550px; 
	float: right;
	padding: 4px;
	padding-top: 0;
	text-align: left;
	}

.bodyContent ul, .bodyContent ol {
	margin-left: 50px;
}

.bodyContent ol li {
	list-style-type: decimal;
}

.bodyContent ul li {
	list-style-type: circle;

}
	
.bodyContent p {
	font-size: 1em;
}
	
.column {
	height: auto;
	float: left;
	clear: none;
	width: 243px;
	padding: 5px 9px 10px 10px;
}

.column h1 {
	padding: 0;
}

.bodyWrapper > .column { margin: 10px 3px 10px 18px; padding: 0px; }


.column > .line { margin-bottom: 10px; margin-top: 10px; }
.line {
	width: 243px;
	height: 3px;
	padding: 0;
	margin-bottom: 10px; 
	background: url(../images/layout/line.gif) no-repeat;
	}
.solutionLine {
	width: 216px;
	height: 3px;
	padding: 0;
	background: url(../images/layout/solutionLine.gif) no-repeat;
	}
.column > .solutionLine { padding-bottom: 10px; }

.header_line {
	width: auto;
	height: 3px;
	padding: 0;
	margin-bottom: 10px;
	background: url(../images/layout/linebreak.gif) no-repeat right;
	}
	
.linebreak {
	width: 776px;
	height: 3px;
	padding: 0;
	background: url(../images/layout/linebreak.gif) no-repeat;
	}
.contentWrapper > .linebreak { padding-bottom: 10px; }
#testimonials > .linebreak { padding-bottom: 10px; }
	
#bodyTop {
	width:808px;
	height: 3px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/layout/body-top.gif) no-repeat top;
	}
	
#bodyBottom {
	width: 808px;
	height: 17px;
	margin: 0 auto;
	background: url(../images/layout/body-bottom.png);
	background-repeat: no-repeat;
	}
	
#header {
	width: auto;
	height: 75px;
	background: #ccc url(../images/layout/header-top.gif);
	padding: 0px;
	text-align: left;
	}

#logo {
	padding: 8px 0 0 15px;
	}
	
#nav-top {
	width: auto;
	height: 26px;
	background: url(../images/layout/navbar-upper.gif) repeat-x top left;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#nav-top-content {
	min-width: 700px;
}
	
#nav-bottom {
	width: auto;
	height: 8px;
	background: url(../images/layout/navbar-lower.gif) bottom;
	padding: 0px;
	text-align: left;
	}

#footer {
	width: 808px;
	height: auto;
	margin: 10px auto;
	text-align: center;
	}
	
#flashFrame {
	width: 808px;
	text-align: center;
}
.bodyWrapper #flashFrame { margin: 5px auto 0 auto; }
	
#search {
	text-align: right;
	width: 240px;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 10px;
	}
	
.overview-column {
	height: auto;
	float: left;
	clear: none;
	width: 173px;
	padding: 10px 9px 10px 10px;
	text-align: center;
	}
.bodyWrapper > .overview-column { margin: 10px 3px 10px 18px; padding: 0px; }

.column2 {
	height: auto;
	float: left;
	clear: none;
	width: 235px;
	padding: 0px 0px 0px 16px;
	margin: -6px 0px;
	text-align: center;
	}
.solutions-mid > .column2 { margin: 0px 0px 0px 16px; padding: 0px; }


.sidebarQuote {
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #D9D9D9; 
	border-top: 2px solid #0081B9;
	border-bottom: 2px solid #0081B9;
	background-color: #fff; 
	padding: 8px 10px; 
	margin-top: 20px;
	color: #777;
	}
.sidebarQuote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	color: #777;
	}
.sidebarQuote h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0081B9;
	 }
	 
.quoteIconText {
	text-transform: ;
	font-size: 11px; 
	position: absolute; 
	width: 75px;
	margin-left: 60px; 
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.quoteIconText a:link, .quoteIconText  a:visited, .quoteIconText  a:active {
	font-weight: bold;
	}

.quoteIconText  a:hover {
	text-decoration: none;
	font-weight: bold;
	}
	 
#siteswap {
	width: auto;
	padding: 0px;
	height: 21px;
	overflow: hidden;
	background: #333;
	border-bottom: 1px solid #0075B2;
	}	 
	 
#siteswap p {
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	color: #ddd;
	}

#siteswap a:link, #siteswap a:visited {
	color: #fff;
	}

#siteswap a:hover {
	border-bottom: none;	
	color: #00A7E7;
	}
	
.partner_profile {
	border: 4px double #DDD; 
	background: #fff url(../images/layout/bottom-div-background.gif) repeat-x bottom; 
	padding: 8px 10px; 
	margin-top: 20px;
	}


	 
/*------   Top Bar Elements   ------*/

#rss {
	margin-left: 0px;
	height: 23px;
	width: auto;  
	clear: none; 
	overflow: hidden;
	}

#rss p {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	padding: 2px 0 0 5px;
	line-height: 20px;
	margin: 0px;
	}

#rss a {
	color: white;
	font-weight: normal;
}
#rss a:hover {
	border-bottom: 1px solid #00AAEB;
}
	
	
#newsfeed {
	margin-left: 20px;
	}
#newsfeed p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 3px 0 0 0;
	margin: 0;
	}
#newsfeed a:link, #newsfeed a:visited {
	color: white;
	}
#newsfeed a:hover {
	color: white;
	border-bottom: 2px solid #00A0E0;
	}

#search_terms {
	width: 160px;
	padding: 3px 4px 3px 4px;
	margin-left: 5px;
	background-color: white;
	color: #006795;
	border: 1px solid #006795;
	}
#search_terms:hover, #search_terms:focus {
	border: 1px solid #5cc4ed;
	color: #5cc4ed;
	}
	
#time {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: right; 
	clear: none; 
	padding: 5px 15px 0 0;
	}
	
.menuWrapper {
	float: left; 
	width: auto;
	}
/*------   End Top Bar Elements   ------*/	

#testimonialLogo {
	float: right; 
	margin-left: 10px; 
	margin-right: 30px;
	}
	
#testimonials {
	 height: auto; 
	 overflow: hidden; 
	 padding-bottom: 10px;
	}


/* ---------------------------------
		SCROLLER
	-------------------------------- */
table.scroll_container {
	left: -2864px; /* 179 px for each additional logo */
	top: 0;
	position: relative;
}
table.scroller_table {
	position: absolute;
}
table.logo_container {
	border: 1px solid #EFEFEF;
	width: 177px;
	height: 35px;
	padding: 0px;
}
table.active_logo {
	border-color: #00437A;
}
div.scrollport {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 716px;
	height: 42px;
	overflow: hidden;
	clear: none;
	margin-left: 5px;
	margin-right: 5px;	
}


/* -------------- Nav Menu List Style --------------------*/
/*
.menuWrapper {
	float: right;
	width: 140px;
	}
*/
.navmenu li
{
display: inline;
margin: 0px;
padding: 0px;
}

.navmenu ul { padding: 0px; margin: 6px 0px 0px 0px; }

.navmenu a, .navmenu a:visited
{
font-weight: bold;
font-size: 10px;
width: auto;
display: block;
background-color: #fff;
border-bottom: 1px #D9D9D9 solid;
border-collapse: collapse;
text-decoration: none;
color: #000;
padding: 3px;
padding-left: 20px;
margin-left: 0px;
margin-right: 0px;
background: url(../images/layout/blue_point_marker.gif) no-repeat center left;
border-right: 1px #D9D9D9 solid;
}

.navmenu a.first {
	border-top: 2px solid #0081b9;
}

.navmenu a.last {
	border-bottom: 2px solid #0081b9;
}

.navmenu a:hover { 
background: url(../images/layout/blue_point_marker_active.gif) no-repeat center left;
background-color: #F9FDFF;
color: #0081b9;
text-decoration: none;
}


ul.subnav {
	margin-top: 0;
	padding-top: 0;
}

ul.subnav li {
}

.subnav a, .subnav a:visited {
	background-image: none;
	text-indent: 0px;
}
.subnav a:hover {
	background-image: none;
}



/* -----------------------------
		Table
	---------------------------- */

.table {
	border: 1px solid #2EA9ED;
	font-weight: normal;
	}
	
.table th {
	text-align: center;
	font-weight: bold;
	color: white;
	background: #0065A1 url(../images/layout/table-top.gif) repeat-x top;
	padding: 5px;
	}
	
.table td {
	padding: 5px;
	}

.row {
	background: #DFF1FF;
	}
	
.row-alt {
	background: #CFE9FF;
	}
	

/* -----------------------------
		HOMEPAGE
	---------------------------- */
	
div.homepage_column {

}
	
#left_viewframe {
	background: url(../images/homepage/left_viewframe.gif) no-repeat top left;
	height: 236px;
	width: 262px;
	margin-left: -17px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-left: 36px;
}

#right_viewframe {
	background: url(../images/homepage/right_viewframe.gif) no-repeat top left;
	height: 238px;
	width: 262px;
	margin-left: -2px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-left: 22px;
}

#saa_joiner {
	background: url(../images/homepage/saa_joiner.jpg) no-repeat top left;
	height: 140px;
	margin: 0;
	margin-left: -17px;
	width: 280px;
	margin-bottom: 10px;	
}

h1.top_homepage_header {
	padding-left: 8px;
}

div.homepage_links {
	color: #454545;
	font-weight: bold;
}

div.homepage_links ul {
	margin-top: 7px;
	margin-left: 10px;
	text-indent: 0;
}

div.homepage_links ul li {
	background: url(../images/layout/li_arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 1.75em;
}

div.homepage_links ul li:hover {
	background: url(../images/layout/li_arrow-hover.gif) no-repeat 0 50%;
}

div.homepage_links ul li a {
	background: url(../images/layout/link_bg.gif) repeat-x bottom left;
	padding-bottom: 2px;
}

div.homepage_links ul li a:hover {
	text-decoration: none;
	background: url(../images/layout/link_bg-hover.gif) repeat-x bottom left;
}

#logo_scroller {
	height: 217px;
	width: 204px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: center;
}

#testimonials_scroller {
	height: 217px;
	width: 204px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: center;
}

div.partner_logo {
	padding: 5px 1px;
	border-top: 1px solid #ccc;
	height: auto;
	overflow: hidden;
}

div.partner_logo:hover {
	background-color: #EFEFEF;
}

/*-----------  APPLICATION ECOSYSTEM   ---------------*/
.EcosystemTop {
	width: auto; 
	height: 20px;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-indent: 10px;
	padding-top: 4px;
	border: 1px solid #777; 
	border-bottom: none;
	background: #0065A1 url(../images/layout/navbar-upper.gif) repeat-x top;
	}

#EcosystemWrapper {
	width: auto;
	height: auto;
	border: 4px double #777;
	}
	
#EcosystemLogoScroller {
	height: 500px;
	width: 204px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: center;
}
	
#EcosystemContent {
	float: right;
	width: 365px;
	padding: 10px 10px;
	height: auto;
	background: url(../images/C2000/table_inner_shadow.jpg) repeat-x top;
	}
	
.applicationTitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	}
	
	
	
	
	
	
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
}

.clearer {
	clear: both;
	overflow:hidden;
	height:1px;	
}
