@charset "UTF-8";
/* CSS Document */

/* COMMON STYLES */

img {
	border: none;
	
}

.portfolio-images img {
	border: 3px solid #000;	
	margin-left: 10px;
}

.next {
	margin-top:-7px;
}

#gallery img {
 width: 170px;
 margin: 2px;
 cursor: pointer;
 padding: 3px;
}

#gallery img:hover {
 width: 170px;
 margin: 2px;
 cursor: pointer;
 padding: 0px;
 border: 3px solid #000;
}
/* WHY PAGE STYLES */



/* SERVICES PAGE STYLES */



/* LOGIN PAGE STYLES */



/* CONTACT PAGE STYLES */
#description {
	height: 212px;	
	display:block;
	/*margin-top: 110px;*/
	margin-top: 33px;
	position: relative;
	width: 330px;
}


.brief-description {
	color: #000;
	font-size: 20px;
}

.main-description {
	font-size: 18px;
	/*color: #39B04A;*/
	color: #000;
}

#main-content ul {
	list-style: none;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#main-content ul li a {
	text-decoration: none;
	color: #000;
}

#main-content ul li a:hover{
	list-style: none;
	font-size: 18px;
	color: #39B04A;
}

.page-list {
	margin-right: 10px;
	/*color: #39B04A;*/
	color: #fff;
}

.contact  {
	font-family: Helvetica;
	font-size: 25px;
	color:#fff;
	padding-top:40px;
}

.map  { 
	font-family: Helvetica;
	font-size: 12px;
	color: #39b04a;
	text-decoration: none;
}

.map:hover {
	color: #000;
}

.contact a {
	color: #fff;
	text-decoration: none;
}

.contact a:hover {
	color: #39b04a;
}

.more  {
	font-family: Helvetica;
	font-size: 24px;
	color: #39b04a;
	text-decoration: none;
}

.more:hover {	
	color:#fff;
}

.small-link  {
	font-family: Helvetica;
	color: #39b04a;
	text-decoration: none;
}

.small-link:hover {	
	color:#fff;
}


.smaller {
	font-size: 0.7em;	
}
