body{
//font-family: 'Sorts Mill Goudy', sans-serif;
text-align: justify;
font-weight: 500;
//font-size: 14pt;
background-color: #FAFAEE;
}
p {
padding-top: 5px;
padding-bottom: 5px;
}

strong {
display: block;
font-size: 16pt;
font-weight: 700pt;
}

h1{
font-size: 40pt;
font-weight: 700;
line-height: 50pt;
}
h2{
font-size: 30pt;
font-weight: 700;
line-height: 38pt;
}
h3{
font-size: 20pt;
font-weight: 700;
line-height: 26pt;
}

header, #header{
position: relative;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
//background-color: #E5E5E5;
//background-color: #FC7C04;
color: #222;
font-size: 18pt;	
width: 100%;
-webkit-box-shadow: rgba(0,0,0,.8) 0px 0px 10px;
-moz-box-shadow: rgba(0,0,0,.8) 0px 0px 10px; 
box-shadow: rgba(0,0,0,.8) 0px 0px 10px; 
}

header img, #header img {
	padding-left: 25px;
	padding-bottom: 25px;
	height: 120px;
}

header span {
	float:right;
	padding-right: 20px;
}

header a, header a:visited {
	color: #222;
	text-decoration: none;
}

header a:hover {
	color: #fff;
}

#container {
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container2 {
	width: 1060px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main {
	clear: both;
	background-color: #fff;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-box-shadow: rgba(0,0,0,.8) 0px 0px 15px;
	-moz-box-shadow: rgba(0,0,0,.8) 0px 0px 15px; 
	box-shadow: rgba(0,0,0,.8) 0px 0px 15px; 
}	

.content {
	padding: 25px 25px;
	text-align: justify;
	background-color: #fff;
	position: relative; 
}

.content h1, .content h2, .content h3 {
	text-align: center;
}

.content a, .content a:visited {
	//color: #ff8800;
	color: green;
}

.content a:hover {
	color: black;
}

.services {
	clear: both;
	padding: 0px;
	padding-bottom: 5px;
	width: 900px;
	height: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.service {
	float: left;
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: bottom;
} 

.service a, a:hover, a:visited {
	text-decoration: none;
	color: #000;
}

.service img {
	height: 150px;
}

.service img:hover {
	height: 170px;
	background-color: #E5E5E5;
	-moz-border-radius: 30px 10px;
	border-radius: 30px 10px / 30px 10px;
	-webkit-transition: all 0.6s ease-out;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

/* Footer starts here. */
footer, #footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E5E5E5;
	color: #111;
	text-align: center;
	-webkit-box-shadow: rgba(0,0,0,.8) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,.8) 0px 0px 10px; 
	box-shadow: rgba(0,0,0,.8) 0px 0px 10px; 
}

/* Footer ends here*/
