/* order of css files:
/*   main.css
/*   nav_column.css
/*   content_column.css (quirks applicable to certain pages only)
/*   resource_column.css (should this include the boxwrapper???)
/*   index.css (only on index.html; don't need anything but main.css and index.css on index.html)
/*   cs.css (only on 3 case study pages)
/*	 mgt.css (only on management)
*/

html {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
body {

	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%; 
	background-color: #FFFFFF; 
	position: relative; 
	top: 0px; 
	border: 0;

	}


p {
	padding: 0 0 15px 0;
	line-height:160%;
	letter-spacing:125%;
	margin: 0px auto 0px;
	}
.Lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F5E9D;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#body_wrapper {
	border: 0;
	padding: 0;
	height: 100%;
}
.cssbox_main {
	background: transparent url(images/bg960.png) no-repeat bottom right;
/*	width: 796px; */
	width: 956px;
	margin: 0 auto 5px auto;
	overflow: hidden;
	padding-bottom: 30px;
	clear: both;
} 
/* center_column_wide is used in: casestudies, datasheets.html, thankyou.html, news.html, news_CEDAP.html, news_golden_phoenix.html, news_frost, partners, press, videos, whitepapers.html, wp_pre-emptive_security.html, wp_thankyou_pre-emptive_security.html, wp_frost, wp_thankyou_frost */
#center_column, /*#center_column p,*/ #center_column_wide, #center_column_strong, #center_column_strong p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
	color: #333333;
	line-height: 160%;
	position: relative;
	text-decoration: none;
	float:left;
	/*	margin: 0;*/

	padding: 0 0 15px 0;
/*	border-color: #008080; */
}

#center_column {
	/*	width: 450px;*/
/*	width: 610px;*/
	width: 588px;
	margin: 0 15px;
}
#center_column p {
/*	width: 555px;*/
	margin: 0;
}
#center_column_wide {
/*	width: 575px; */
	width: 735px;
}
#center_column_wide p a {
	text-decoration: none;
}
#center_column_wide p a:hover {
	text-decoration: underline;
}
#center_column a, #center_column_wide a {
	color: #283C64;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#center_column a:hover, #center_column_wide a:hover {
	text-decoration: underline;
}
#center_column img {
	padding: 5px 5px;
	float: right;
	border: 0;
	margin: 0;
}
#center_column_wide img {
	float: right;
	border: none;
	padding: 5px 20px 5px 10px;
	vertical-align: top;
}
#center_column h1, #center_column_wide h1 {
	color: #3F5E9D;
	font-size: 30px;
	padding-top: 10px;
	text-transform: capitalize;
	padding: 30px 0 10px 0;
	line-height: 150%;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
#center_column h1 {
/*	width: 450px;*/
/*	width: 610px;*/
	width: 100%;
	z-index: 10;
}
#center_column_wide h1 {
/*	width: 575px;*/
	width: 735px;
}
#center_column h2, #center_column_wide h2 {
	font-size: 16px;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	clear:both;
}
#center_column h2 {
	color: #000;
	/*	width: 450px;*/
/*	width: 610px;*/
	width: 100%;
	text-transform: none; /* this is different */
	font-variant: small-caps;
	font-style: italic;
}

#center_column_wide h2 {
	color: #3F5E9D;
/*	width: 575px;*/
	width: 735px;
	text-transform: none; /* this is different */
	font-variant: small-caps;
}
#center_column h3, #center_column h3 a {
	color: #3F5E9D; /* this is different */
	font-size: 14px;
	/*	width: 450px;*/
/*	width: 610px;*/
	width: 100%;
	padding: 0;
	text-transform: none; /* this is different */
	text-decoration: none;
	font-variant: small-caps;
}
#center_column_wide h3 {
	color: #3F5E9D;
	font-size: 12px;
	font-weight: 400;
	clear: both;
	padding-bottom: 20px;
}
#center_column h4, #center_column_wide h4 {
	color: #000;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}
#center_column h4 {
/*	width: 620px;*/
/*	width: 780px;*/
	width: 100%;
}
#center_column_wide h4 {
/*	width: 575px;*/
	width: 735px;
}
#center_column_wide td {
	vertical-align: top;
}
#center_column ul {
	list-style-position: outside;
}
#center_column li {
	list-style-image: url(images/dot.jpg);
	font-weight: normal;
}

.comment, .comment a {
	font-size: 8px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.bolded {
	font-weight: 800;
	color: #000000;
}
.clickable, .clickable img, .clickable a {
	color: #777777;
	text-decoration: none;
	border: 0;
	line-height: 115%;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	width: 115px;
	margin: 12px auto 13px auto;
}
.clickable p {
	clear: both;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 125%;
}
.clickable img {
	border: none;
	width: auto;
	margin: 0;
} 


#footer_wrapper {
	background: url(images/nav_margin2.gif) repeat-x;
	border: 0;
	padding: 0;
	position: relative;
	width: 100%;
	clear: left;
}
#footer_row_1 {
/*	width: 790px;*/
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
/*	background: url(images/footer2.gif) no-repeat;*/
	background: url(images/footer2960.gif) no-repeat;
}
#footer_row_2 {
/*	width: 777px;*/
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	text-align: right;
	text-decoration: none;
	color: #666666;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footerLeft {
	/*	width: 777px;*/
	width: 443px;
	margin-left: 57px;
	margin-right: auto;
	height: 20px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
}
#footerLeft a {text-decoration: none; color: #666666;}
#footerRight {
	/*	width: 777px;*/
	width: 437px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	text-align: right;
	text-decoration: none;
	color: #666666;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
}
.clearboth {
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
}
.partnerheader {
	clear: both;
	float: none;
	padding: 10px 0 0 20px;
	margin: 0;
	background-image: url(partner-header.jpg);
	background-repeat: no-repeat;
}

.alignright {
	text-align: right;
}
.aligncenter {
	text-align: right;
}







/* used by edge-analytics.html, intelligent-video-analytics.html, outdoor-video-surveillance.html, perimeters.html -- AdWords landing pages */
#center_column_strong {
	/*	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	position: relative;
	text-decoration: none;
	float:left;
	margin: 0;
	padding: 0;
	line-height: 120%;
	width: 619px;
*/
	width: 615px;
}
/* see above
#center_column_strong p {
	padding:10px 0;
	text-align: left;
	color: #444444;
}
*/
#center_column_strong a {
	color: #283C64;
	text-decoration: none;
	margin: 15px;
}
#center_column_strong a:hover {
	text-decoration: underline;
}
#center_column_strong img {
	padding: 5px 5px;
}
#center_column_strong h1 {
	color: #3F5E9D;
	font-size: 24px;
	text-transform: capitalize;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	padding: 45px 0 25px 0;
}
#center_column_strong h2 {
	font-size: 14px;
/*	font-family: Arial, Helvetica, sans-serif; */
	color: #000;
	text-transform: none;
	font-weight: normal;
	line-height: 125%;
	margin: 0 60px 25px 30px;
}
#center_column_strong h3 {
	font-size: 12px;
	/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	text-transform: none;
	font-weight: normal;
	line-height: 125%;
	margin: 10px 0;
	clear: both;
}
#center_column_strong ul {
	font-size: 12px;
	/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #3F5E9D;
	text-transform: none;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(images/dot.jpg);
	line-height: 125%;
	margin: 10px 50px;
}
#center_column_strong h4 {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}
.newslist .clickable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
}
.active-video {
	background-image: url(images/active-video-box4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	border: 0;
	height: 470px;
}
.ie8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
	color: #800000;
	background-color: #FFCCCC;
	padding: 10px;
	margin: 20px 0 20px 35px;
	border: thin solid #420000;
	width: 405px;
}
#use-sightsurvey-now-text {
	width: 500px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 120%;
	padding: 0;
	margin: 0;
	float: left;
}

#use-sightsurvey-now a {
	width: 130px;
	height: 85px;
	float: right;  
	background-image: url(images/use-sightsurvey-now.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#use-sightsurvey-now a:hover {
	width: 130px;
	background-image: url(images/use-sightsurvey-now-hover.gif);
/*	float: right; */
}
.intl {
	clear: both;
	float: left;
	width: 550px;
	padding: 0;
}
.intl img {
	float: left;
}
#center_column .intl img {
	float: left;
	padding: 8px 5px 0 0;
}
#center_column .intl p {
	clear: both;
	width: 500px;
}
#rightcolumn_wide .alignright img {
	text-align: right;
	padding: 0 0 0 20px;
}
#left_column img {
	border: 0;
	padding: 20px 0 0 5px;
}
#center_column_wide li {

}
#center_column_wide ul {
	list-style-type: disc;
	list-style-position: inside;
}

.left {
	float: left;
}
.tableStyle {
	padding: 5px;
	border: 1px dotted #666666;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.smallHeader{
	color: #0067b1;
	font-size: 20px;
	padding-top: 5px;
	text-transform: capitalize;
	padding: 5px 0 10px 0;
	line-height: 150%;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

.borders {
     border-collapse:collapse;
     margin:0;
     padding:0;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;


}

.borders td {
     border:1px solid #ccc;
     padding:5px;
}

.borders td.left {
     border-left:1px solid #ccc;
}

.borders td.right {
     border-right:1px solid #ccc;
}

.borders td.none {
border:none;
}

.borders td.none {
     height:4px; padding:0;
} 
