@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin:0;
	padding:0;
	
}

body {
	background-color:#bdb6b7;
	font:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	color:#000;
	margin-bottom:20px;
	margin-top:20px;
	
	line-height:42px;
	
}

#divwrapper {
	width:960px;
	margin:15px auto;
	border:5px;
}

#divheader {
	
	background:url(images/logo.jpg);
	text-align:center;
	/*border:1px solid #000;*/
}

#divline {
	width:960px;
	background:#fff;
	height:1px;	
}

#divlineblack {
	width:960px;
	background:#000;
	height:1px;	
}

#divmenu {
	width:960px;
	background:#000033;
	/*border:1px solid #000;*/	
}
	
#divnav {
		
	width:960px;
	background:#000033;
	height:36px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
		
}

#divnav ul {
	list-style-type:none;
 
 }

#divnav ul li {
	float:left;	
}

#divnav ul li a {
	display:block;
	height:36px;
	line-height:36px;
	background:#000033;
	width:85px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:0px;
		
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;*/
}

#divnav ul li a:hover {
	background:#000033;
	color:#eba112;
}

#divnav ul li a.current, #divnav ul li a.current:hover {
	background: #000033;
	color: #eba112;
	cursor: default;
}


#divhome {
	width:960px;
	background:#fff;
	/*border:1px solid #000;*/
}

#divcontent {
	width: 960px;
	height: 4000px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	

}

#divcontent img {
	
	border:1px solid #fff;
	background:#fff;
	padding:0px;
			
}

#divcontent h3{
	margin:30px;
}

#divcontent p{
	margin:20px;
}


#divcontent ul li {
	margin:40px;
}

/******** Header ************/
/* some css here */

#leftcontent {
	display:block;
	float:left;
	width:465px;
	height:350px;
	padding-left:30px;
	padding-top:70px;
	background:#fff;
}

#rightcontent {
	display:block;
	float:right;
	width:465px;
	height:350px;
	/*padding-left:30px;*/
	padding-top:70px;
	background:#fff;
}

#divfooter {
	width:960px;
	height:30px;	
	background:#000033;
	padding:0px;
}

.grid_rows {
	margin-left:20px;
	margin-right:20px;
}

.services_mini {
	width:960px;
	height:180px;
	
}

.services_mini img {
	float: right;
	height: 150px;
	width: 150px;
	padding: 2px;
	border: 1px solid;
	margin-right: 45px;
}

/*Image gallery css*/
#divcontentserv {
	width: 960px;
	height: 3500px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#divcontentfac {
	width: 960px;
	height: 4000px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


.divfab {
	margin-top:0px;
	padding: 0px;
}

div.img {
	
    margin-top: 20px;
	margin-left: 90px;
    padding: 5px;
    border: 2px solid #06065b;
    height: auto;
    width: 250;
    float: left;
    text-align: center;
}

div.imgLarge {
	
    margin-top: 20px;
	margin-left: 90px;
    padding: 10px;
    border: 2px solid #06065b;
    height: auto;
    width: 750;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 680px;
    margin: 5px;
}
