* {
	border: none;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #252525;
}

h1 {
	color: #001b54;
	font-size: 24px;
	font-family: Times New Roman, serif;
	padding-top: 50px;
	padding-bottom: 50px;	
}

h2 {
	color: #001b54;
	font-size: 18px;
	font-family: Times New Roman, serif;
	padding-bottom: 10px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #252525;
	background-color: #001B54;
}

#page-wrapper {
	background: url("../img/wrapper-bg.jpg") repeat-x scroll 0 bottom #FFFFFF;

}

#page-top {
	background: url("../img/top-strap.png") repeat-x scroll 0 0 transparent;
	padding-top: 30px;
}

#header {
	margin: 0 auto;
	width: 860px;	
}

#menu {
	
}

#menu-inner {
	background: url("../img/menu-bg.png") no-repeat scroll 0 0 transparent;
	height: 60px;
	box-shadow: 0 4px 11px 0 #E6E6E6;
}

#logo {
	float: left;
	margin-left: 30px;
}

#slogan {
	height: 290px;
	clear: both;
	background: url("../img/slogan.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 15px;
    margin-top: 10px;
}

#navi, #navi .menuelement {
	display: block;
	list-style: none;
	margin: 0;
}

#navi .menuelement{
	float: left;
	text-align: center;
	width: 96px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 30px;
	height: 36px;
    padding-top: 23px;

}

#navi a:link, #navi a:visited {
	text-decoration: none;
	height: 60px;
	color: #000000;
}

#navi #active {
	background: url("../img/menu-active.jpg") no-repeat scroll 0 0 transparent;	
}

#navi #active a {
	color: #ffffff;
}

#navi span {

}

#header-inner {
	
}

#logo a:link, #logo a:visited, #logo a:hover {
	color: transparent;
}

#page-center {
	overflow: hidden;
	clear: both;
}

#main {
	margin: 0 auto;
	width: 860px;
	background: url("../img/content-bg.jpg") no-repeat scroll 0 0 transparent;	
	min-height: 700px;		
}

#container {
	float: left;
	width: 520px;	
}

#content {
	line-height: 25px;
	text-align: justify;
	margin-bottom: 25px;
	color: #252525;
}


#content p {
	text-indent: 30px;
	margin-bottom: 8px;
	margin-top: 8px;
}

p.noindent  {
	text-indent: 0 !important;
}

.front p {
	text-indent: 30px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

#content ul li {
	list-style: none;
	text-indent: 20px;
}

#contact {
	float: left;
}

#map {
	margin-left: 435px;
    padding-top: 120px;
}

#content-bottom {
	margin-bottom: 30px;
	height: 140px;
}

#block1 {
	float: left;
	width: 242px;
	background: url("../img/about-bg.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	padding-left: 15px;
    padding-top: 25px;
}

#block1 p {
	width: 220px;
}

#block2 {
	width: 242px;
	margin-left: 280px;
	height: 140px;
	padding-left: 15px;
    padding-top: 25px;
    background: url("../img/security-bg.jpg") no-repeat scroll 0 0 transparent;
}

#block2 p {
	width: 220px;
}

#sidebar-right {
	margin-left: 560px;
	width: 300px;	
}

#block3 {
		
}

.link:link, .link:visited {
	text-decoration: none;

}

.link:hover {
	color: #ff5300;
}

.link:active {
	text-decoration: none;

}

#page-bottom {
	margin-bottom: 30px;
}

#footer {
	width: 860px;
	text-align: center;
	font-size: 11px;
	margin: 0 auto;	
}

#footer-inner {
	border-top: 1px solid #989898;
    padding-bottom: 35px;
    padding-top: 25px;
}

#copy {
	float: left;
}

#project {
	float: right;	
}

.aimti:link, .aimti:visited {
	color: #000000;
	text-decoration: none;
}


