@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	height:100%; /*This is part of the vertical fix*/
}

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

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

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

h1 span {
	display:none;
}

h2 span {
	display:none;
}

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;          /* Bump #container down half the height of the screen. */
    margin-top: -330px;   /* Half the height of #container. */
    float: left;
}

div#container {
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	width: 830px;
	height: 660px;
	clear: both;
	/*
     *
     * Issue: IE4 doesn't allow a negative margin-top.
     *
     * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
     * The content will be centered but will crop if the window is not small enough to accommodate it.
     *
     */
     position: relative;
	top: -330px;
	/* IE4ever Hack: Hide from IE4 **/
     position: static;
	margin-right: auto;
	margin-left: auto;     /** end hack */           
}


      /*
      *
      * Issue: IE5mac interprets negative values as positive.
      *
      * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
      *
      */

      /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
		*/
		
#white {
	width:778px;
	height:539px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	padding-top:18px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 26px;
}

#header {
	background-image:url(../images/header.jpg);
	width:777px;
	height:115px;
}

#header h1 {
	height:14px;
	margin:0;
	padding:19px 17px 0 0;
}

#menu {
	width:777px;
	height:28px;
	background-image: url(../images/menu/menu_bg.jpg.jpg);
}

ul#navlist {
        margin: 0;
        padding: 0 0 0 0;
        list-style-type: none;
}

ul#navlist img {
	border:none;
	margin:0;
	padding:0;
}

ul#navlist li {
        float: left;
        font-size: medium;
        margin: 0;
}

#navlist a, #navlist a:link {
        margin: 0;
}

#navlist a:hover {
}

#nsa {
	height:93px;
	width:777px;
}

h1#nsa {
	background-image:url(../images/nsa.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#management {
	background-image:url(../images/quote-management.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#door {
	background-image:url(../images/quote-doorsup.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#guarding {
	background-image:url(../images/quote-guarding.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#stewarding {
	background-image:url(../images/quote-stewarding.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#training {
	background-image:url(../images/quote-training.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#recruitment {
	background-image:url(../images/quote-recruitment.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

h1#contact {
	background-image:url(../images/quote-contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	height:106px;
}

#main {
	width:733px;
	height:290px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
}

#main_left {
	width:234px;
	clear:left;
}

#home_main_left {
	width:470px;
	clear:left;
}

#main_right {
	width: 481px;
	float:right;
	height:290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

#main_right h2 {
	background-image:url(../images/gary-quote.jpg);
	background-repeat:no-repeat;
	height:261px;
	margin:0;
}

#main_right a:link {
	color: #CCCCCC;
	text-decoration:underline;
}

#main_right a:visited {
	color: #CCCCCC;
	text-decoration:underline;
}

#main_right a:hover {
	color:#ffffff;
	text-decoration:none;
}

#home_main_right {
	width: 250px;
	float:right;
	height:241px;
}

#home_main_right h2 {
	background-image:url(../images/gary-quote.jpg);
	background-repeat:no-repeat;
	height:261px;
	margin:0;
}

#main_right p {
	font-size:11px;
	margin:7px;
	text-align:justify;
	margin-top:0;
}

#footer_left {
	width: 800px;
	text-align:center;
	padding:5px 0 0 26px;
}

#footer_left span {
	font-size:9px;
	color:#373737;
}

#footer_left span a {
	color:#373737;
}

#footer_right {
	width:158px;
	text-align:right;
	float:right;
	padding-right:15px;
	padding-top:10px;
}
		
