/* CSS Document */

* {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

p {
	padding-top: 2px;
	padding-bottom:2px;
	font-size: 1.1em;
	line-height: 1em;
}
	
h1 {
	font-size: 1.6em;
	font-style: italic;
	color: #FFF;
	}


h2 {
	padding-right: 6px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #000;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #EAEEF7;
	font-size: 1.4em;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #006;
}
h6 {
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
	font-weight: normal;
}
h7 {
	font-size: 1.25em;
	color: #000;
	line-height: 1.25em;
	font-weight: normal;
	margin-left: 20px;
}
a:link {
	color: #000;

}     /* unvisited link */
a:visited {
	color: #333
}  /* visited link */
a:hover {
	color: #CCC
}   /* mouse over link */
a:active {
	color: #000
}   /* selected link */
	
a { 
text-decoration: none;
 }
 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #E4E4E4;
}
ul {
	list-style-type: circle;
	line-height: 1.4em;
}

#container {
	margin: 0px auto;
	width: 798px;
	font-size: 1.6em;
	background-color: #FFF;
}

#header {
	background-color: 33cc33;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;

}
#headcenter {
	width: 100%;
	display: inline-block;
	clear: both;
	background-color: 33cc33;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;
}
#headcenter-left {
	width: 11%;
	float: left;
	height: 179px;
	background-color: 33cc33;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;
}
#headcenter-center {
	width: 70%;
	float: left;
	height: 179px;
	background-color: 33cc33;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;
}
#headcenter-right {
	width: 11%;
	float: right;
	height: 179px;
	background-color: 33cc33;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;
}
services {

}
#para {
	margin-right: 20px;
	margin-left: 20px;

}
panel {
	display: inline-block;
	width: 98%;
}
#leftpanel {
	width: 60%;
	float: left;
	margin-left: 5px;
}
#rightpanel {
	width: 38%;
	float: right;
	margin-right: 5px;
	text-align: center;
}

#linkbar {
	height: 20px;
	background-color: #666;
	margin-top: -3px;
}

#content {
	width: 100%;
	overflow: hidden;

}
#content-gallery {
	width: 100%;
	overflow: hidden;

}
#intro {
	width: 62%;
	float: left;
	padding: 10px;
}
#right-col {
	width: 35%;
	float: right;
}
.clear-both { 
   clear: both; 
} 
#contact {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;

}
#footer {
	text-align: center;
	font-size: .8em;
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	background-image: url(source/greenfill.jpg);
	background-repeat: repeat;
}
.singleblock {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.singleblock p {
text-align: justify;
}
/******************************* menu ****************************************/

#navcontainer ul
{
	margin-left: 1px!important;
	margin-left: 50px;
	color: #666;
	float: left;
}

#navcontainer ul li {
	display: inline;
	}

#navcontainer ul li a
{
	color: #CCC;
	text-decoration: none;
	float: left;
	padding-right: 2.1em;
	padding-bottom: 0.6em;
	padding-left: 2.1em;
}

#navcontainer ul li a:hover
{
	color: #FFF;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
	background-color: #666;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
	display: block;
	padding: 1px;
	width: 168px;
	border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #666666;
text-decoration: none;
}

.navcontainer a:hover
{
	background-color: #00F;
	color: #FF6;
}
