/*main*/

body {
	padding:0; margin:0;
	background: #6B8A46;
	font-family:'Lucida Grande', sans-serif; 
	font-size:.80em;
}

#top {
	position:relative;
	padding:0; margin:0;
	padding-top:30px;
	width:100%;
	background: url(../images/bg.jpg) repeat-x #FFFFFF;
}

#bottom {
	position:relative;
	padding:0; margin:0;
	width:100%; height:390px;
	background: url(../images/divider.jpg) repeat-x;
	padding-bottom:50px;
}

#bottomS {
	position:relative;
	padding:0; margin:0;
	width:100%; height:495px;
	background: url(../images/divider.jpg) repeat-x;
	padding-bottom:50px;
}

#footer-wrap {
	position:relative;
	width:100%; height:30px;
	background: url(../images/footer_stripe.jpg) repeat-x;
	margin-bottom:30px;
}

#top-wrap {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#bottom-wrap {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

/*layout*/

#header {
	position:relative;
	width:960px; height:62px;
}

#main {
	position:relative;
	width:960px; height:400px;
	background: url(../images/forensic.jpg) no-repeat;
}

#mainA {
	position:relative;
	width:960px; height:400px;
	background: url(../images/soduko.jpg) no-repeat;
}

#mainC {
	position:relative;
	width:960px; height:400px;
	background: url(../images/phone.png) no-repeat;
}

#mainSem {
	position:relative;
	width:960px; height:400px;
	background: url(../images/podium.jpg) no-repeat;
}

#mainS {
	position:relative;
	width:960px; height:570px;
}

#servMain {
	position:relative;
	width:960px; height:800px;
}

.top{
	position:relative;
	float:left;
	left:540px;
	padding-top:30px;
	width:420px; height:350px;
}

.servTop {
	position:relative;
	float:left;
	padding-top:30px;
	width:960px; height:350px;
}

.bottom{
	position:relative;
	width:960px;
	float:left;
	padding-top:50px; height:370px;
	color:#E9EAD8;
}

.footer {
	width:960px; height:30px;
	margin:0 auto;
}

.column20 {width:20%; position:relative; float:left;}

.column30 {width:28%; position:relative; float:left;}

.column30p {width:28%; padding-right:5%; position:relative; float:left;}

.column40 {width:40%; position:relative; float:left;}

.column50 {width:45%; position:relative; float:left;}

.column50r {width:45%; position:relative; float:right;}

.column55 {width:55%; position:relative; float:left;}

.column45l {width:45%; position:relative; float:left;}

.column45 {width:45%; position:relative; float:right;}

.column60 {width:60%; position:relative; float:left;}

.column70 {width:70%; position:relative; float:left;}

.column80 {width:80%; position:relative; float:left;}


/*navigation*/

.menu {
	position:relative;
	float:right;
	padding-top:8px;
}

.menu ul {
	list-style:none
}

.menu ul li {
	display:inline;
	padding:20px 20px 0px 20px;
	color:#6B8A46;
}

.menu ul li a {
	color:#6B8A46;
	text-decoration:none;
}

.menu ul li a:hover {
	color:#000000;
	border-bottom:solid 3px #6B8A46;
	padding-bottom:5px;
	text-decoration:none;
}

.active a span {
	color:#6B8A46;
	border-bottom:solid 3px #6B8A46;
	padding-bottom:5px;
}

.submenu {
	position:relative;
	float:right;
}

.submenu ul {
	list-style:none;
	margin: 7px 0px 0px 0px;
}

.submenu ul li {
	display:inline;
	padding:0px 20px 0px 20px;
	color:#6B8A46;
}

.submenu ul li a {
	color:#6B8A46;
	text-decoration:none;
}

.submenu ul li a span:hover {
	color:#000000;
	text-decoration:none;
}

.submenu a span {color:#6B8A46; border-bottom:none}

.bottom a {color:#E9EAD8}

.bottom a:hover {color:#000000}

/*content*/

h1 {font-family:"Georgia", serif; font-style:italic; text-align:left; color:#6B8A46; *font-size:29px;}

h2 {font-family:"Georgia", serif; text-align:left; color:#E9EAD8; font-size:21px;}

h3 {font-family:"Georgia", serif; font-style:italic; font-weight:normal; text-align:left; color:#E9EAD8; font-size:18px;}

#mainS h3 {font-family:"Georgia", serif; font-style:italic; font-weight:normal; text-align:left; color:#000000; font-size:18px;}

h4 {}

h5 {}

.logo {
	position:relative;
	float:left;
	width:360px;
}

img{
	border:none; outline:none;
	
}

p {
	text-align:justify;
	line-height:1.5em;
}

.industry {padding-right:50px;}

.ULhomeL {position:relative; float:left; width:225px text-align:left;}

.ULhomeR {position:relative; float:left; width:150px text-align:left;}


.copyright {
	margin: 7px 0px 5px 0px;
}

/*form*/

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
input, textarea, select {
	padding: 4px;
	color: #000000;		
  	border-width: 1px;
  	border-style: solid;
  	border-color: #6B8A46; 
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
	margin-bottom:20px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #6B8A46;
	cursor: pointer;
	border-width: 1px;
  	border-style: solid;
  	border-color: #000000;
}

iframe {
	background:#E9EAD8; padding:3px;
	border: solid 1px #000000;
}



