/* Security Enterprises */

/*
Colour Palette
--------------

Dark Green : #006600
Bright Green: #339900
Vellum: #ffff88
Dark Cream: #f0f000

*/

body {
	background-color:#006600;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

div#header {
	background-image:url(/images/security_enterprises_top.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 280px;
}

div#content {
	background-image:url(/images/security_enterprises_middle.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: -1.3em 0em;
	/*padding: 0 2em;*/
	min-height:200px;
}

div#content_box {
	width:925px ;
	margin-left: auto;
	margin-right: auto;
}


body#contact_page div#content {
	margin-top: -1.3em;
}

body#contact_page td p {
	margin: 0.1em;
}

div#footer {
	background-image:url(/images/security_enterprises_bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 100px;
}

div#logo {
	background-image:url(/images/security_enterprises_logo.png);
	background-position:center;
	background-repeat:no-repeat;
	height:176px;
	width:416px;
	float: left;
	margin-left: 3em;
}

div#logo h2 {
	margin-left: -2000px;
	margin-top: -15px;
	height: 176px;
}

div#logo a {
	text-decoration:none;
}

div#navigation {
	float: right;
	margin-right: 4em;
	height: 160px;
	font-weight: bold;
	text-align: right;
	color: #ffff88;
}

div#navigation ul li {
	list-style-type:none;
	padding: 0.3em 0 ;
	font-size: 1em;
}

div#navigation ul li a {
	display:block;
	text-decoration:none;
	color:#ffff88;
}

div#navigation ul li a:hover {
	text-decoration:underline;
	color: #f0f000;
}

div#links {
	clear: both;
}

div#links a img {
	text-decoration:none;
	border: 0px;
	margin-top: -7px;
}

div#locksmith_services {
	background-image:url(/images/locksmith_services.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 52px;
	width:292px;
	float:left;
	margin-left: 8em;
	padding-top: 1em;
}

div#locksmith_services h2 {
	margin-left: -2000px;
	height: 52px;
	margin-top: -10px;
	display: block;
}

div#locksmith_services a {
	text-decoration:none;
}

div#security_services {
	background-image:url(/images/security_services.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 52px;
	width:292px;
	float: right ;
	margin-right: 8em;
	padding-top: 1em;
}

div#security_services h2 {
	margin-left: 2000px;
	height: 52px;
	margin-top: -10px;
	display: block;
}

div#security_services a {
	text-decoration:none;
}

div#content_box a {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
}

div#content_box a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #006600 ;
}

div#content_box a {
	text-decoration: none;
	font-weight: bold;
}

p.footer_text {
	color:#ffff88;
	margin-top: -2.8em;
	margin-left: 4em;
	font-size: 0.8em;
}

ul.footer_text {
	color:#ffff88;
	margin-top: -2.8em;
	margin-right: 4em;
	font-size: 0.8em;
}
ul.footer_text li {
	list-style-type:none;
	display:inline;
	padding: 0 0.6em;
}

ul.footer_text li a {
	color: #ffff88;
	text-decoration:none;
}

ul.footer_text li a:hover {
	color:#f0f000 ;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float:right;
}

.legalese {
	font-size: 0.6em;
}

/* Mail app */
#poweredby {margin-left:-2000em;}
.red {color:#FF0000;}
