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

body {
	background-color: #0b121f;
	background-image: url(images/cls_bg2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
body, html {height: 100%;}

* html #container {height: 100%;}

* {margin: 0; padding: 0}

.BasicFonttext {
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size:18px;
}
.NameFonttext {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:18px;
}
.ApplicationHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 24px;
}
.ApplicationSectionDarkBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 18px;
}
.ApplicationSectionRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

span {display: none;}
span.style1 {display: block; font-size: 1.5em; font-weight: bold; margin: 0 10px 10px -14px;}
.style1 {font-size: 0.9em}

p {padding: 10px 0 5px;}

li.nonebold {
	font-weight: bold;
	list-style-type: none;
}


a:link {
	color: #5B5B5B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B5B5B;
}
a:hover {
	text-decoration: underline;
	color: #5B5B5B;
}
a:active {
	text-decoration: none;
	color: #5B5B5B;
}

#container {
	width: 829px;
	background-image: url(images/cls_bg_body.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	float: left;
}
#logo {
	float: left;
	width: 258px;
	height: 183px;
	background: url(images/logo.jpg) no-repeat;
}
#topImage {
	float: right;
	width: 571px;
	height: 183px;
}
#wrapper {
	float: left;
	width: 829px;
}
#content {
	float:right;
	width: 546px;
	padding: 0 0 25px 15px;
	min-height: 750px;
}

* html #content {height: 750px;}

ul#servicesbox {
	background-color: #131f35;
	width: 520px;
	padding: 10px 0 10px 20px;
	margin: 10px 0 10px;
	border: #535761 solid 1px;
	font-size: .9em;
}
ul#servicesbox li {
	padding: 0 0 5px;
}

#cherryftr {
	width: 729px;
	padding-left: 100px;
	font-size: .7em;
	margin: 0 auto;
	clear: both;
	color: #5B5B5B;
}


/*//////////////////////*/
/*////  Navigation  ////*/
/*//////////////////////*/

ul#navlist {
	width: 230px;
	float: left;
}
ul#navlist li {
	list-style-type: none;
	width: 230px;
	display: block;
}
ul#navlist a {
	text-decoration: none;
	width: 222px;
	/*width: 258px;*/
	height: 18px;
	display: block;
	background-color: #0a1e46;
	/*background-image: url(images/navbg_inactive.gif);
	background-repeat: no-repeat;*/
	margin: 0 0 0 19px;
	padding: 3px 0 0 8px;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #595d66;
}
* html ul#navlist a {
	width: 230px;
	height: 23px;
	padding: 3px 0 0 8px;
}

ul#navlist li#callnow {
	width: 258px;
	background: url(images/callnow.gif) no-repeat;
	height: 88px;
	border-bottom: none;
}
ul#navlist li#callnow a, ul#navlist li#callnow a:hover {
	background: none;
	height: 88px;
	border-bottom: none;
}
ul#navlist li#report {
	width: 258px;
	background: url() no-repeat;
	height: 170px;
	border-bottom: none;
}
ul#navlist li#report a, ul#navlist li#report a:hover {
	background: none;
	height: 88px;
	border-bottom: none;
}
ul#navlist li#navcond a, ul#navlist li#navcond a:hover {
	height: 30px;
}
ul#navlist li#navcommercial a, ul#navlist li#navcommercial a:hover {
	height: 30px;
}
ul#navlist li#navaware a, ul#navlist li#navaware a:hover {
	height: 30px;
}
ul#navlist li#qcontact {
	background: url(images/title_quickcontact.jpg) no-repeat;
	height: 51px;
	border-bottom: none;
}

ul#navlist a:hover {background-color: #07142f;}

/*//////////////////////*/
/*///////  Form  ///////*/
/*//////////////////////*/

form#quickcontact {
	width: 250px;
	padding: 0 10px 0 23px;
	font-weight: bold;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
form#quickcontact input, form#quickcontact textarea {
	background-color: #131f35;
	border: #535761 solid 1px;
	color: #fff;
	width: 200px;
}
form#quickcontact input#submit {
	margin: 10px 0 0 0;
	width:47px;
}
