html, body {
    padding:0;
    margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 14px !important;
	color: #FFFFFF;
	/*background: url('images/background.jpg') no-repeat fixed center;*/
	background-color: #000000;
}
body {
	line-height: 1.5;
}
*{
	font-family: Verdana, sans-serif;
}
li{
	font-size: 12px !important;
}
img {
	border: 0;
}

a {
	text-decoration: none;
}

html {
	/*background-image: url('images/background.jpg');*/
}

/*index.php*/

/*
 *	textbox contactus
 *
 *
 */

/*#fullname, #Phone, #EMail{

-webkit-border-radius: 25px;
border-radius: 25px;

}
*/
/*#message {

	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/

#cnt_submit {
   cursor: pointer;
   border: 1px solid #e35904;
   background: #e35904;
   background: -webkit-gradient(linear, left top, left bottom, from(#e35904), to(#e35904));
   background: -webkit-linear-gradient(top, #e35904, #e35904);
   background: -moz-linear-gradient(top, #e35904, #e35904);
   background: -ms-linear-gradient(top, #e35904, #e35904);
   background: -o-linear-gradient(top, #e35904, #e35904);
   padding: 8px 16px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 10px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   width: 147px;
   margin-left: 82px;
   font-weight: bold;
   }

#cnt_submit:hover {
   border: #8f5414;
   background: #8f5414;
   color: #ccc;
   }

#cnt_submit:active {
   border: #5f370d;
   background: #5f370d;
   }

#background {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

#container {
	margin: 0 auto 0 auto;
	width: 1100px;
	background-image: url('images/bodybg.png');
	background-size: 100% 100%;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	overflow: hidden;
	min-height: 500px;
} 

/*header.php*/

#header {
	position: absolute;
	margin: 0px;
}

#cat_caption {
	position:absolute;
	top: 80px;
	left: 550px;
	width: 669px;
	height: 47px;
	background: url(images/cat_desc.png) no-repeat;
	z-index: 1;
}

#facebook {
	position: relative;
	float: right;
	padding-right: 10px;
	z-index: 9999;
}

#facebook span {
	color: #94DAFC;
	font-family: Myriad Pro, sans-serif;
	font-size: 11px !important;
	position: absolute;
	margin: 18px 0 0 4px;
}

#facebook span a:link { color:#94DAFC; text-decoration: none; }

#facebook span a:visited { color:#94DAFC; text-decoration: none; }

#facebook span a:hover { color:#94DAFC; text-decoration: underline; }

#facebook span a:active { color:#94DAFC; text-decoration: none; }


/*
 * original menu
 *
 *
 *
 */

#menu {
	position: relative;
	padding-top: 156px;	
	margin: auto;
}

.button-menu {
	border: none;
	background: url('images/button.png') no-repeat scroll 0 0 transparent;
	font-weight: bold;
	height: 28px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	width: 157px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e35b04;
	text-align: center center;
	cursor: pointer;
}

/*
 *
 * hover and menulist and dropdowncont test
 *
 */

.button-menu:hover { background: url("images/buttonactive.png") no-repeat scroll 0 0 ; 
	position: relative;
}

#dropdowncont {
	margin-left: 310px;
	width: auto; /*156px;*/
	height:auto;
	position: absolute;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	display: block;
	visibility:hidden;
	z-index: 100;

	
}

#menulist {
	padding:10px 2px;
	width: auto; /*150px;*/
	border: none;
	font-weight: bold;
	height: 13px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e35b04;
	text-align: center center;
	cursor: pointer;

	
}


#menulist a {
	text-transform: uppercase;
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e35b04;
	text-align: center center;
	cursor: pointer;
}

#menulist a:link {
  text-decoration: none ;
}

#menulist a:hover {
	color: #9D9D9D;
}


.button-menu:active { background: url("images/buttonactive.png") no-repeat scroll 0 0 ; }

/*end of header.php*/

#content-home {
	position: relative;
	width: 1100px;
	height: 500px;
}

#content-home img {
	border:0px none #000000;
}

#home_image1 {
	position:absolute; top:42px; left:50px; width:304px; height:416px;
	/*background-image:url(images/_secutech.jpg); cursor:pointer; background-repeat:no-repeat 100% 100%;*/
	background-size: auto;
	background-repeat:no-repeat;
}

#home_image2 {
	position:absolute; top:42px; left:398px; width:304px; height:416px;
	/*background-image:url(images/_secuguard.jpg); cursor:pointer;background-repeat:no-repeat;*/
}

#home_image3 {
	position:absolute; top:42px; left:745px;width:304px; height:416px;
	/*background-image:url(images/_secueduc.jpg); cursor:pointer;background-repeat:no-repeat;*/
}

#divider {
	position:relative;
	margin-top: -18px;
	z-index: 1000;
}

#footer {
	position: relative;
	float:left;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	padding: 10;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align:center;
}

#footer-copyright {
	padding-top:15px;
	width: 100%;
	text-align:center;
}

#footer-bcclogo {
	padding-top:14px;
	position:absolute;
	top:0px;
	left:1000px;
}

/*end of index.php*/

#container2 {
	min-height: 130px;
	margin: 0 auto 0 auto;
	width: 1100px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	overflow: hidden;
}

#box {
	float: left;
	display: inline-block;
}

#footer-box1 {
	float: left;
	padding: 10px 0px 0px 70px;
	width: 250px;
}

#footer-box1 p {
	color: #FFFFFF;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#footer-box2 {	
	padding: 10px 400px;
	color: #FFFFFF;
	font-size: 9px;
	width: 300px;
	text-align: justify;
}

#footer-box3 {
	margin-top: -125px;
	padding: 0px 750px;
	color: #FFFFFF;
	font-size: 9px;
	width: 180px;
	text-align: justify;
}

.clearfooter {
	height: 47px;
	clear: both;
}

#footer a:link {color:#a1a2a2;}    /* unvisited link */

#footer a:visited {color:#a1a2a2;} /* visited link */

#footer a:hover {color:#a1a2a2;}   /* mouse over link */

#footer a:active {color:#a1a2a2;}  /* selected link */


#footer-ver {
	position: absolute;
	float: right;
	margin: -50px 0 0 60px;
}

#footer-ver2 {
	position: absolute;
	float: right;
	margin: -107px 0 0 325px;
}

#email-field {
	border: none;
	margin-top: 5px;
	margin-left: 0px;
	background: url("images/emailfield.png") no-repeat scroll 0 0 transparent;
	color: #000000;
	height: 23px;
	width: 137px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#submitbtn {
	border: none;
	background: url("images/submitbtn.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 21px;
	width: 86px;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	text-align: center center;
	left: 0;
}

#readmore {	
	margin-top: 0px;
	text-align: right;
	text-decoration: none;
	color:#e35b04;
}

#readmore a:link { color:#e35b04; text-decoration: none; }    

#readmore a:visited { color:#e35b04; text-decoration: none; } 

#readmore a:hover { color:#e35b04; text-decoration: underline; font-weight: bold; }   

#readmore a:active { color:#e35b04; text-decoration: none; }  

#content-about {
	float: left;
	margin-left: 2px auto;
	padding: 15px 72px;
	min-height: 520px;
	height: 100%;
	width: 950px;
}

#content-about h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 15px;
}

#content-contact h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 15px;
}

#content-about p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
}

.img {
	float: left;
	border: 1px blue solid;
	position: absolute;
}

.end { margin-right: 0; }


.clear { clear: both; }


.img a img {
	position: relative;
	border: 0 solid #fff;
}

#content-contact {
	float: left;
	margin: 42px 52px;
	margin-left: 2px auto;
	height: 416px;
	width: 304px;
}


#content-contact p, #contact_text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
}

#content-inquire1 {
	margin-left: 400px;
	width: 304px;
	height: 416px;
	padding-left: 10px;
	margin-top: 42px;
	font-size: 11px;
	color: #FFFFFF;
}

#content-inquire1 h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 13px;
}

#content-inquire2 {
	float: right;
	margin-top: -421px;
	margin-right: 52px;
	position: relative;
		padding-left: 10px;
	font-size: 11px;
	width: 304px;
	height: 416px;
	color: #FFFFFF;
}

#content-news {
	float: left;
	margin-left: 2px auto;
	padding: 15px 72px;
	height: 450px;
	width: 300px;
}

#content-news h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#content-news p {
	color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
	padding: 0px;
	width:320px;
}

#content-careers {
	float: right;
	padding: 10px 20px 0px 0px;
	height: 100%;
	width: 670px;
}

#content-careers h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 15px;
}

#content-careers p {
	color: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	padding: 0px;
}
#content-careers ul { font-size:10px; }

#content-corporate {
	margin-top: -1435px;
	margin-left: 30px;
	float: right;
	padding: 0px 90px 0px 0px;
	height: 100%;
	width: 260px;
	font-size: 10px;
}

#content-corporate h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 15px;
}

#corporate-par {
	color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
	padding: 0px;
}

#content-corporate a:link {color:#FFFFFF;}    /* unvisited link */

#content-corporate a:visited {color:#FFFFFF;} /* visited link */

#content-corporate a:hover {color:#FFFFFF;}   /* mouse over link */

#content-corporate a:active {color:#FFFFFF;}  /* selected link */

#content-properties {
	float: right;
	padding: 0px 90px 0px 0px;
	height: 100%;
	width: 600px;
	color: #e35b04;
	font-size: 15px;
}

/**********************************/

/**    NEWS AND UPDATES // OLD   **/

/**********************************/

#box-topleft {
	float: left;
	width: 274px;
	color: #FFFFFF;
	text-align: justify;
	padding: 0px;
}

#box-topright {
	position:relative;
	margin-left: 50px;
	float: left;
	width: 274px;
	color: #FFFFFF;
	text-align: justify;
}

#box-bottomright {
	margin-top: 25px;
	position:relative;
	float: left;
	width: 274px;
	color: #FFFFFF;
	text-align: justify;
}

#box-bottomleft {
	margin-top: 25px;
	margin-left: 50px;
	position:relative;
	float: left;
	width: 274px;
	color: #FFFFFF;
	text-align: justify;
}

#viewmore {
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
	position:relative;
	float: left;
	width: 450px;
	color: #FFFFFF;
	font-size: 10px;
}

#viewmore a:link {color:#e35b04; text-decoration: none;}    

#viewmore a:visited {color:#e35b04; text-decoration: none;} 

#viewmore a:hover {color:#e35b04; text-decoration: underline; font-weight: bold;}   

#viewmore a:active {color:#e35b04; text-decoration: none;}  

#filter {
	margin-top: 20px;;
	margin-right: 150px;
	float:right;
	height:auto;
	width:500px;
}

#filter h2 {
	color: #e35b04;
	font-weight: bold;
	font-size: 15px;
}

#filter p {
	color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
	padding: 0px;
	width: 580px;
}

input:focus { outline:none; }

#field {
	border: none;
	margin-top: 6px;
	margin-left: 50px;
	background: url("images/textfield.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 24px;
	width: 223px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	right: 28px;
}

#field-keyword {
	border: none;
	margin-top: 6px;
	background: url("images/textfield.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 24px;
	width: 223px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	right: 28px;
}

textarea {
	resize: none;
	outline: none;
	border: none;
}

#area {
	border: none;
	margin-top: 6px;
	margin-left: 50px;
	background: url("images/textarea.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 74px;
	width: 260px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	right: 28px;
}

select {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

option {
    background-color: #000000;
	color: #FFFFFF;
}

#submitbtn {
	border: none;
	background: url("images/submitbtn.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 21px;
	width: 86px;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	text-align: center center;
	left: 0;
}

#dropdown {
	border: none;
	margin-top: 6px;
	margin-left: 50px;
	background-color:  transparent;
	background: url("images/dropdown.png") no-repeat scroll 0 0;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	right: 28px;
	width: 197px;
	height: 25px;
	-webkit-appearance: none;
	/**-webkit-appearance: button;
	-moz-appearance: button;
	text-indent: 20px;**/
}

#dropdown-filter {
	border: none;
	margin-top: 6px;
	background: url("images/filter.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 133px;
	height: 21px;
}

#dropdown-mmyy {
	border: none;
	margin-top: 4px;
	background: url("images/yeardd.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 97px;
	height: 21px;
}

#nav-careers {
	float: left;
	padding: 10px 0px 0px 68px;
	height: 400px;
	width: 0px;
}

.category { color: #FFFFFF; }

.category .title {
	margin-bottom: 10px;
	padding: 8px 0px 0px 0px;
	font-size: 13px;
}

.category .entry {
	padding-bottom: 20px;
	padding-left:300px;
}

.category .entry p {
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	font-size: 10px;
}

#secutech-photo {
	position: absolute;
	float: left;
	z-index: 5;
	margin-top: 15px;
	margin-left: -324px;
}

#backmain {
	position: aboslute;
	float: left;
	z-index: 1000;
	margin: -320px 0px 0px 460px;
}

#content-secutech {
	float: right;
	padding: 4px 90px 0px 0px;
	height: 100%;
	width: 600px;
	font-size: 15px;
}

.secutech {
	color: #FFFFFF;
	margin-left: 10px;
}

.secutech .title {
	margin-bottom: -5px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #e35b04;
}

.secutech .entry {
	margin-bottom: -10px;
	padding-bottom: 0px;
	padding-left:0px;
	height: 290px;
}

.secutech .entry p {
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	font-size: 11px;
	width: 560px;
}

.secutech .entry ul {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 180px;
	color: #e35b04;
	width: 480px;
}

#secutech_thumb {
	position: absolute;
	left: 354px;
	top: 277px;
}

#secuguard_thumb {
	position: absolute;
	left: 313px;
	top: 58px;
}

#secueduc_thumb {
	position: absolute;
	top: 150px;
}

#nav-secutech {
	float: left;
	padding: 10px 0px 0px 68px;
	height: 100%;
	width: 0px;
}

#accordion {
	list-style: none;
	padding: 0 0 0 100px;
	width: 170px;
	margin: -565px 0px 0px -60px;
	z-index: 1000;
	font-weight: bold;
}

#accordion div {
	display: block;
	cursor: pointer;
	list-style: none;
	font-size: 11px;
	padding: 0px 10px 25px 0px;
	width: 250px;
	color: #e35b04;
}

#accordion ul {
	color: #FFFFFF;
	list-style: none;
	display: none;
	padding: 0px 0px 10px 25px;
}

#accordion ul li {
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	cursor: auto;
	padding: 0px 0px 5px 0px;
}

#accordion a {
	color: #e35b04;
	text-decoration: none;
}

#accordion img {
	vertical-align:text-top;
	float: right;
	position: relative;
}

.highlightit img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.3;
}

.highlightit:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.photo {
	float: left;
	padding: 15px 5px;
	text-align: center;
	width: 100px;
	height:30px;
	border: 3px solid #9ff2ff;
}

.bold { font-weight: bold; color: #252789; }
