/*
***********************************************************

BuildingStar Corporate Services
Master Screen Styles

***********************************************************
*/

* {
		margin: 0px;
		padding: 0px;
		}
		
body {
		border: 0;
		width: 100%;
		background: #fff url(../images/bg/bg_global.gif) repeat-x;
		color: #333;
		font-size: 11px;
		font-family: "Tahoma", helvetica, sans-serif;
		line-height: 1.4em;
		text-align: center;
		padding-bottom: 20px;
		}
		
p {
		margin: 20px 20px 0px 20px;
		}
		
p.home {
		margin: 14px 20px 0px 20px;
		}
		
p.italic {
		margin: 20px 20px 0px 20px;
		color: #005A97;
		font-style: italic;
		}
		
p.italicsingle {
		margin: 0px 20px 0px 20px;
		color: #005A97;
		font-style: italic;
		}
		
p.single {
		margin: 0px 20px 0px 20px;
		}
		
p.column {
		margin: 20px 0px 0px 0px;
		color: #005A97;
		}
		
.blue {
		color: #005A97;
		}
		
.green {
		color: #018f01;
		}
		
h1 {
		margin: 20px 20px 0px 20px;
		color: #005A97;
		font-family: Georgia, serif;
		font-size: 180%;
		font-weight: normal;
		font-style: italic;
		}
		
h2 {
		margin: 20px 20px 0px 20px;
		color: #005A97;
		font-family: Georgia, serif;
		font-size: 130%;
		font-weight: normal;
		}
		
h2.green {
		margin: 20px 20px 0px 20px;
		color: #018f01;
		font-family: Georgia, serif;
		font-size: 130%;
		font-weight: normal;
		}
		

/* ----- links ----- */

a:link, a:visited, a:active {
		text-decoration: none;
		color: #005A97;
		}
		
a:hover, a.green:hover {
		text-decoration: none;
		color: #F9EC00;
		}
		
a.green:link, a.green:visited, a.green:active {
		text-decoration: none;
		color: #018f01;
		}
		
			
/* ----- top header - 770px x 94px ----- */ 
		
#header {
		position: relative;
		width: 770px;
		height: 94px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		display: block;
		}
		
#headerleft_security {
		width: 513px;
		height: 94px;
		float: left;
		background: url(../images/header/logo_security.gif) no-repeat 20px 0px;
		}
		
#headerleft_access_control {
		width: 513px;
		height: 94px;
		float: left;
		background: url(../images/header/logo_access_control.gif) no-repeat 20px 0px;
		}
		
#headerleft_avitran {
		width: 513px;
		height: 94px;
		float: left;
		background: url(../images/header/logo_avitran.gif) no-repeat 20px 0px;
		}
	
#headerright {
		width: 257px;
		height: 94px;
		float: left;
		}
		
#login {		
		height: 20px;
		clear: both;
		z-index: 100;
		}

#login li {	
		list-style: none;
		float: left;
		}
		
#login a {	
		text-decoration: none;
		display: block;
		height: 20px;
		text-indent: -5000px; 
		}
		
#login #branch {
		background:  url(../images/nav/global/login_branch.gif) no-repeat 0px 0px;
		width: 87px;
		}
	
#login #branch:hover {
		background-position: 0 -20px;
		}

#login #client {
		background:  url(../images/nav/global/login_client.gif) no-repeat 0px 0px;
		width: 82px;
		}

#login #client:hover {
		background-position: 0 -20px;
		}

#login #employee {
		background:  url(../images/nav/global/login_employee.gif) no-repeat 0px 0px;
		width: 78px;
		}
	
#login #employee:hover {
		background-position: 0 -20px;
		}
		
		
/* ----- bullets ----- */ 
		
#bullets {
		width: 370px;
		margin: 20px 0px 0px 20px;
		color: #005A97;
		list-style: none;
		}

#bullets ul li {
		background: url(../images/bullet/bullet_yellow.gif) no-repeat 10px 4px;
		padding: 0px 0px 14px 20px;
		list-style: none;
		}
		
#bullets ul li.single {
		padding-left: 20px;
		}
		
		
/* ----- bullets home ----- */ 
		
.bulletshome {
		width: 150px;
		margin-left: 10px;
		color: #005A97;
		list-style: none;
		}

.bulletshome ul li {
		background: url(../images/bullet/bullet_yellow.gif) no-repeat 10px 5px;
		padding-left: 20px;
		list-style: none;
		}
		
		
/* ----- bullets (no padding) ----- */ 
		
.nopadbullets {
		width: 245px;
		margin-left: 20px;
		color: #005A97;
		list-style: none;
		}

.nopadbullets ul li {
		background: url(../images/bullet/bullet_yellow.gif) no-repeat 0px 5px;
		padding: 0px 0px 14px 10px;
		list-style: none;
		}
		
		
/* ----- page container - centered 770px ----- */

#container {
		margin: 0 auto;
		position: relative;
		width: 770px;
		height: auto;
		text-align: left;
		}
		
		
/* ----- Testimonials Container ----- */ 

.testimonialscontainer {
		width: 370px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		display: block;
		}

.testimonialsleft {
		width: 130px;
		float: left;
		padding-top: 20px;
		}
	
.testimonialsright {
		width: 240px;
		float: left;
		background-position: top right;
		}
		
.testimonialsleftpad {
		width: 130px;
		float: left;
		padding-top: 20px;
		padding-bottom: 20px;
		}
	
.testimonialsrightpad {
		width: 240px;
		float: left;
		background-position: top right;
		padding-bottom: 20px;
		}
		
		
/* ----- Contact Container ----- */ 

.contactcontainer {
		width: 570px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		display: block;
		}

.contactleft {
		width: 300px;
		float: left;
		}
	
.contactright {
		width: 270px;
		float: left;
		background-position: top right;
		}
		
		
/* ----- Form Container ----- */ 

.formcontainer {
		width: 570px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		display: block;
		}

.formtwocolleft {
		width: 275px;
		float: left;
		}
	
.formtwocolright {
		width: 275px;
		float: left;
		}
		
.formtwocolleftpad {
		width: 275px;
		float: left;
		padding-bottom: 20px;
		}
	
.formtwocolrightpad {
		width: 275px;
		float: left;
		padding-bottom: 20px;
		}
		
		
/* ----- Schedule Container ----- */ 

.schedulecontainer {
		width: 550px;
		background: #f7f7f7;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		display: block;
		padding-bottom: 20px;
		}
		
	
/* ----- content - home page ----- */ 

.homecontainer {
		width: 570px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		display: block;
		}

.homecolleft {
		width: 285px;
		float: left;
		background: #fff;
		padding-bottom: 20px;
		}
	
.homecolright {
		width: 285px;
		float: left;
		background: #fff;
		background-position: top right;
		padding-bottom: 20px;
		}
		
.homecolone {
		width: 190px;
		float: left;
		background: #fff;
		}
		
.homecoltwo {
		width: 190px;
		float: left;
		background: #fff;
		}
	
.homecolthree {
		width: 190px;
		float: left;
		background: #fff;
		}
		
		
/* ----- content - secondary ----- */ 

#secondarycontainer {
		position: relative;
		width: 770px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		}

#secondaryleft {
		width: 200px;
		padding-bottom: 20px;
		float: left;
		}
		
#secondaryleft ul {
		margin: 10px 15px 0px 15px;
		list-style: none;
		line-height: 1.8em;
		}
		
#secondaryleft li {
		border-bottom: 1px solid #dcdcdc;
		}
	
#secondarycenter {
		width: 410px;
		float: left;
		padding-bottom: 20px;
		}
	
#secondaryright {
		width: 160px;
		float: left;
		color: #005A97;
		background-position: top right;
		padding-bottom: 20px;
		}
		
		
/* ----- content - 2 column container ----- */ 

#twocolcontainer {
		position: relative;
		width: 770px;
		height: auto;
		padding-top: 2px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		}

#twocolleft {
		width: 200px;
		float: left;
		background: #fff;
		padding-bottom: 20px;
		}
		
#twocolleft ul {
		margin: 10px 15px 0px 15px;
		list-style: none;
		line-height: 1.8em;
		}
		
#twocolleft li {
		border-bottom: 1px solid #dcdcdc;
		}
	
#twocolright {
		width: 570px;
		float: left;
		background: #fff;
		padding-bottom: 20px;
		}
		
		
/* ----- right column ----- */ 

#rightcolumn {
		margin: 0px 20px 0px 20px;
		}
		
#rightcolumntemp {
		margin: 20px 0px 0px 0px;
		}
		
#image {
		padding-top: 20px;
		}
		
		
/* ----- banner ----- */ 
		
#bannerhomesec {
		background:  url(../images/slide/slide_bg.gif) no-repeat 0px 0px;
		height: 213px;
		clear: both;
		}
		
#banneraboutsec {
		background:  url(../images/banner/security/banner_about.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannerservicessec {
		background:  url(../images/banner/security/banner_services.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannertestimonialssec {
		background:  url(../images/banner/security/banner_testimonials.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercareerssec {
		background:  url(../images/banner/security/banner_careers.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercontactsec {
		background:  url(../images/banner/security/banner_contact.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannerhomeat {
		padding-top: 2px;
		height: 189px;
		clear: both;
		}
		
#banneraboutat {
		background:  url(../images/banner/avitran/banner_about.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannerservicesat {
		background:  url(../images/banner/avitran/banner_services.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannertestimonialsat {
		background:  url(../images/banner/avitran/banner_testimonials.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercareersat {
		background:  url(../images/banner/avitran/banner_careers.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercontactat {
		background:  url(../images/banner/avitran/banner_contact.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannerhomeac {
		padding-top: 2px;
		height: 189px;
		clear: both;
		}
		
#banneraboutac {
		background:  url(../images/banner/access_control/banner_about.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannerservicesac {
		background:  url(../images/banner/access_control/banner_services.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannertestimonialsac {
		background:  url(../images/banner/access_control/banner_testimonials.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercareersac {
		background:  url(../images/banner/access_control/banner_careers.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}
		
#bannercontactac {
		background:  url(../images/banner/access_control/banner_contact.jpg) no-repeat 0px 0px;
		height: 132px;
		padding-bottom: 2px;
		clear: both;
		}


/* ----- Top Navigation ----- */ 

#topnav {		
		height: 16px;
		clear: both;
		z-index: 100;
		}

#topnav li {	
		list-style: none;
		float: left;
		}

#topnav a {	
		text-decoration: none;
		display: block;
		height: 16px;
		text-indent: -5000px; 
		}

#topnav #corporate {
		background:  url(../images/nav/global/topnav_corporate.gif) no-repeat 0px 0px;
		width: 114px;
		}

#topnav #corporate:hover {
		background-position: 0 -16px;
		}
		
#topnav #corporate.active {
		background-position: 0 -16px;
		}

#topnav #security {
		background:  url(../images/nav/global/topnav_security.gif) no-repeat 0px 0px;
		width: 111px;
		}
	
#topnav #security:hover {
		background-position: 0 -16px;
		}
		
#topnav #security.active {
		background-position: 0 -16px;
		}
		
#topnav #buildfac {
		background:  url(../images/nav/global/topnav_buildfac.gif) no-repeat 0px 0px;
		width: 156px;
		}
	
#topnav #buildfac:hover {
		background-position: 0 -16px;
		}
		
#topnav #buildfac.active {
		background-position: 0 -16px;
		}

#topnav #accesscontrol {
		background:  url(../images/nav/global/topnav_access_control.gif) no-repeat 0px 0px;
		width: 145px;
		}
	
#topnav #accesscontrol:hover {
		background-position: 0 -16px;
		}
		
#topnav #accesscontrol.active {
		background-position: 0 -16px;
		}

#topnav #avitran {
		background:  url(../images/nav/global/topnav_avitran.gif) no-repeat 0px 0px;
		width: 244px;
		}
	
#topnav #avitran:hover {
		background-position: 0 -16px;
		}
		
#topnav #avitran.active {
		background-position: 0 -16px;
		}
		

/* ----- Main Navigation ----- */ 

#nav {		
		padding-bottom: 2px;
		height: 30px;
		clear: both;
		}

#nav li {	
		list-style: none;
		float: left;
		}

#nav a {	
		text-decoration: none;
		display: block;
		height: 30px;
		text-indent: -5000px; 
		}

#nav #home {
		background:  url(../images/nav/global/nav_home.gif) no-repeat 0px 0px;
		width: 130px;
		}

#nav #home:hover {
		background-position: 0 -30px;
		}
#nav #home.active {
		background-position: 0 -30px;
		}

#nav #about {
		background:  url(../images/nav/global/nav_about.gif) no-repeat 0px 0px;
		width: 128px;
		}
	
#nav #about:hover {
		background-position: 0 -30px;
		}
		
#nav #about.active {
		background-position: 0 -30px;
		}
		
#nav #services {
		background:  url(../images/nav/global/nav_services.gif) no-repeat 0px 0px;
		width: 128px;
		}
	
#nav #services:hover {
		background-position: 0 -30px;
		}
		
#nav #services.active {
		background-position: 0 -30px;
		}

#nav #testimonials {
		background:  url(../images/nav/global/nav_testimonials.gif) no-repeat 0px 0px;
		width: 128px;
		}
	
#nav #testimonials:hover {
		background-position: 0 -30px;
		}
		
#nav #testimonials.active {
		background-position: 0 -30px;
		}

#nav #careers {
		background:  url(../images/nav/global/nav_careers.gif) no-repeat 0px 0px;
		width: 128px;
		}
	
#nav #careers:hover {
		background-position: 0 -30px;
		}
		
#nav #careers.active {
		background-position: 0 -30px;
		}

#nav #contact {
		background: url(../images/nav/global/nav_contact.gif) no-repeat 0px 0px;
		width: 128px;
		}
	
#nav #contact:hover {
		background-position: 0 -30px;
		}
		
#nav #contact.active {
		background-position: 0 -30px;
		}

		
/* ----- form ----- */ 

form fieldset#inforequest {
		border: none;
		}
		
form fieldset#employmentinquiry {
		border: none;
		}
		
form label {
		clear: left;
		display: block;
		float: left;
		width: 235px;
		color: #005A97;
		}

form input[type="text"] {
		border: 1px solid #dcdcdc;
		padding: 2px;
		font-family: Tahoma, Verdana, sans-serif;
		width: 225px;
		}
		
form label2 {
		clear: left;
		display: block;
		float: left;
		width: 235px;
		color: #005A97;
		}

form input2[type="text"] {
		border: 1px solid #dcdcdc;
		padding: 2px;
		font-family: Tahoma, Verdana, sans-serif;
		width: 225px;
		}
		
form select {
		border: 1px solid #dcdcdc;
		padding: 2px;
		font-family: Tahoma, Verdana, sans-serif;
		}
		
form select[class="month1"] {
		width: 65px;
		}
		
form select[class="day1"] {
		width: 55px;
		}
		
form select[class="year1"] {
		width: 65px;
		}
		
form select[id="month2"] {
		width: 65px;
		}
		
form select[id="day2"] {
		width: 55px;
		}
		
form select[id="year2"] {
		width: 65px;
		}
		
form select[id="month3"] {
		width: 65px;
		}
		
form select[id="day3"] {
		width: 55px;
		}
		
form select[id="year3"] {
		width: 65px;
		}
		
form select[id="month4"] {
		width: 65px;
		}
		
form select[id="day4"] {
		width: 55px;
		}
		
form select[id="year4"] {
		width: 65px;
		}
		
form select[id="month5"] {
		width: 65px;
		}
		
form select[id="day5"] {
		width: 55px;
		}
		
form select[id="year5"] {
		width: 65px;
		}
	
form textarea {
		border: 1px solid #dcdcdc;
		font-family: "Tahoma", helvetica, sans-serif;
		padding: 2px;
		overflow: auto;
		width: 400px;
		}
		
/* ----- logos ----- */ 

#logos {
		width: 770px;
		height: auto;
		background: #eaeaea url(../images/bg/bg_logos.gif) no-repeat;
		background-position: bottom;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 20px;
		clear: both;
		display: block;
		}
		
#logos img {
		margin: 0px 50px 0px 50px;
		}
		
/* ----- footer ----- */ 

#footercontainer {
		position: relative;
		width: 770px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #333;
		}
