/**************************************
* CSS DOCUMENT - Admiral Security
***************************************/	

	body {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 76%;
		background-color: #fff;
		color: #666666;
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #2767C1;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	form {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	img {
		border: 0;
	}
	
	html { 
		height: 100%;
		margin-bottom: 20px;
	}
	
/******************************
* Layout
******************************/

	div.wrap {
		margin: 0 auto;
		width: 810px;
	}
		
	div.container {
		width: 780px;
		padding: 0 15px 0 15px;
	}
	
	div.boxcontainer {
		width: 780px;
		float: left;
	}
	
/******************************
* Header
******************************/
		
	div.header {
		width: 780px;
		height: 77px;
		margin: 0;
		padding: 0;
		border-top-width: 6px;
		border-top-style: solid;
		border-top-color: #0E2689;
		float: left;
	}
	
	div.header h1 {
		font-size: 100%;
		width: 135px;
		height: 48px;
		background-image: url(../images/logo.gif);
    	background-repeat: repeat;
		margin: 14px 0 0 0;
		float: left;
	}

	div.header h1 span, div.header h2 span { 
		display: none; 
	}

	div.header h1 a {
		width: 135px;
		height: 48px;
		background-image: url(../images/logo.gif);
    	background-repeat: no-repeat;
		display: block;
	}
	
	div.header h2 {
		font-size: 100%;
		width: 191px;
		height: 14px;
		background-image: url(../images/telephone.gif);
    	background-repeat: no-repeat;
		margin: 48px 0 0 0;
		float: right;
	}
	
/********************************************
* TAB NAV
********************************************/
	
	#tabnav {
	width: 780px;
	background-color: #2767C1;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
	position: relative;
	clear: both;
	height: 5;
	}
	
	#navlist {
		width: 780px;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	#navlist li {
		list-style: none;
		margin: 0;
		float: left;
	}
	
	#navlist li a {
		color: #fff;
		background-color: #2767C1;
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		margin: 0;
		text-decoration: none;
		text-align: center;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #fff;
		display: block;
	}
	
	#navlist li a:hover {
		background-color: #0E2689;

	}
	
	#navlist li a#current {
		color: #fff;
		background-color: #0E2689;
	}

/********************************************
* Home Page
********************************************/
	
	div.homeintro {
		width: 780px;
		height: 139px;
		background-image: url(../images/home1.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.homeintro h3 span { 
		display: none; 
	}

	div.homebox1 {
		width: 357px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad1.gif);
    	background-repeat: repeat-x;
		margin: 0 6px 0 0;
		padding: 20px 15px 40px 15px;
		line-height: 18px;
		float: left;
	}
	
	/* Fix for IE-win \*/
		* html div.homebox1 {height: 290px;}
	/* End Fix for IE-win */ 
	
	div.homebox1 h3 {
		font-size: 130%;
		font-weight: normal;
		color: #2767C1;
		margin: 0;
		padding: 0;
		line-height: 20px;
	}
	
	div.homebox2 {
		width: 357px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad2.gif);
    	background-repeat: repeat-x;
		margin: 0;
		padding: 20px 15px 40px 15px;
		line-height: 16px;
		float: left;
	}
	
	/* Fix for IE-win \*/
		* html div.homebox2 {height: 290px;}
	/* End Fix for IE-win */ 
	
	div.homebox2 h4 {
		font-size: 130%;
		font-weight: bold;
		color: #2767C1;
		background-image: url(../images/arrow1.gif);
    	background-repeat: no-repeat;
		background-position: 0 2px;
		margin: 0;
		padding: 0 0 0 24px;
	}
	
	div.homebox2 p {
		font-size: 94%;
		margin: 4px 0 12px 0;
		padding: 0 0 0 24px;
	}
	
	div.logobox1 {
		padding: 34px 0 0 0;
	}
	
	div.logobox1 img {
		margin: 10px 7px 10px 0;
	}
	
	div.logocontainer1 {
		width: 95px;
		text-align: center;
		float: left;
	}
	
	div.logocontainer2 {
		width: 190px;
		text-align: center;
		float: left;
	}

/********************************************
* Left Nav
********************************************/
	
	div.leftnav {
		width: 190px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad2.gif);
    	background-repeat: repeat-x;
		margin: 0 6px 0 0;
		padding: 20px 15px 40px 15px;
		line-height: 14px;
		float: left;
	}
	
	div.leftnavMN {
		width: 780px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad2.gif);
    	background-repeat: repeat-x;
		margin: 0 0px 0 0;
		padding: 5px 0px 0px 0px;
		line-height: 14px;
		float: left;
	}
	
	/* Fix for IE-win \*/
		* html div.leftnav {height: 290px;}
	/* End Fix for IE-win */ 
	
	div.leftnav ul {
		list-style-image: none;
		list-style-type: none;
		margin: 0 0 12px 0;
		padding: 0;
	}
	
	div.leftnav li {
		font-size: 94%;
		background-image:  url(../images/arrow1.gif);
		background-position: left 1px;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0 0 12px 24px;
	}
	
	div.leftnav li a {
		font-weight: bold;
	}
	
/********************************************
* Content Pages
********************************************/
	
	div.intro1 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro1.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro2 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro2.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro3 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro3.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro4 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro4.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro5 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro5.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro6 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro6.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro7 {
		width: 780px;
		height: 89px;
		background-image: url(../images/intro7.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro8 {
		width: 780px;
		height: 89px;
		background-image: url(../images/hand.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	div.intro9 {
		width: 780px;
		height: 89px;
		background-image: url(../images/mobotixgate.jpg);
    	background-repeat: no-repeat;
		margin: 0 0 5px 0;
		float: left;
	}
	
	div.intro1 h3 span, div.intro2 h3 span, div.intro3 h3 span, div.intro4 h3 span, div.intro5 h3 span, div.intro6 h3 span, div.intro7 h3 span,div.intro8 h3 span { 
		display: none; 
	}
	
	div.contentbox1 {
		width: 524px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad1.gif);
    	background-repeat: repeat-x;
		margin: 0;
		padding: 20px 15px 40px 15px;
		line-height: 16px;
		float: left;
	}
	
	
	div.contentboxP {
		width: 780px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad1.gif);
    	background-repeat: repeat-x;
		margin: 0;
		padding: 20px 15px 40px 15px;
		line-height: 16px;
		float: left;
	}
	/* Fix for IE-win \*/
		* html div.contentbox1 {height: 290px;}
	/* End Fix for IE-win */ 
	
	div.contentbox1 h3 {
		font-size: 130%;
		font-weight: normal;
		color: #2767C1;
		margin: 0;
		padding: 0 0 18px 0;
		line-height: 20px;
	}
	
	div.contentbox1 h4 {
		font-size: 100%;
		font-weight: bold;
		color: #0E2689;
		margin: 0;
		padding: 0 0 8px 0;
	}
	
	div.contentbox1 p {
		margin: 0;
		padding: 0 0 12px 0;
	}
	
	div.contentbox2 {
		font-size: 94%;
		width: 190px;
		min-height: 290px;
		background-color: #fff;
		background-image: url(../images/grad2.gif);
    	background-repeat: repeat-x;
		margin: 0 6px 0 0;
		padding: 20px 15px 40px 15px;
		line-height: 14px;
		float: left;
	}
	
	/* Fix for IE-win \*/
		* html div.contentbox2 {height: 290px;}
	/* End Fix for IE-win */ 
	
	div.contentbox2 h3 {
		font-size: 100%;
		font-weight: bold;
		color: #0E2689;
		margin: 0;
		padding: 0;
	}
	
	div.contentbox2 p {
		margin: 0;
		padding: 0 0 12px 0;
	}
	
	div.topbox {
		width: 524px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #cccccc;
		margin: 0;
		padding: 5px 0 0 0;
		text-align: right;
		clear: both;
	}
	
	div.topbox a {
		font-size: 94%;
		text-decoration: underline;
		background-image:  url(../images/arrow2.gif);
		background-position: right top;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0 20px 2px 0;
	}
	
	div.topbox a:hover {
		text-decoration: none;
	}
	
	div.contentboxcontainer {
		width: 524px;
	}
	
	div.contentboxleft {
		width: 125px;
		margin: 0;
		padding: 0 14px 15px 0;
		float: left;
	}
	
	div.contentboxleft img {
		margin: 0;
		padding: 4px;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
	}
	
	div.contentboxright {
		width: 375px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	div.contentboxright2 {
		width: 514px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.pdflink {
		background-image:  url(../images/pdf.gif);
		background-position: left center;
		background-repeat: no-repeat;
		margin: 0;
		padding: 4px 0 4px 20px;
	}
	
	.label1 {
  		font-weight: bold;
		margin: 0;
		padding: 5px 0 0 0;
		display: block;
  	}
	
	.label2 {
  		margin: 0 5px 0 0;
		padding: 0;

  	}
	
	.form1 {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 100%;
		color: #2767C1;
		margin: 0;
		background-color: #fff;
		padding: 3px;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
	}
	
/********************************************
* Footer
********************************************/
	
	div.footer {
		font-size: 94%;
		width: 780px;
		background-color: #fff;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #cccccc;
		margin: 0;
		padding: 10px 0 20px 0;
		text-align: right;
		clear: both;
	}
	
	div.footer p {
		margin: 0;
		padding: 0;
	}
	
	
	
