@charset "UTF-8";
/* CSS Document */

a
{
	color: White;
	text-decoration: none;
	outline: none
}

a:hover
{
	text-shadow: 5px 5px 5px #333;
	text-decoration: underline;
}

img
{
	border: none;
}

li
{
	margin: 20px;
}

.gallery
{
	text-align: center;
	line-height: 45px;
	width: 100%;
}

.integral
{
	width: 100px;
	height: 100px;
}

.photo
{
	box-shadow: 0 0 8px rgba(248, 248, 255, 1);
    -webkit-box-shadow: 0 0 8px rgba(248, 248, 255, 1); 
    -moz-box-shadow: 0 0 8px rgba(248, 248, 255, 1);	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#FFFFFF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#FFFFFF');
}

body
{
	margin: 0px;
	padding: 0px;
	padding-top: 55px;
	background-image: url(../images/bg-body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: Black;
	font-family: GS;
}

.mainContent
{
	margin-left: auto;
	margin-right: auto;
	width: 953px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
}

.logo
{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 368px;
	height: 86px;
}

.topRight
{
	color: #CCCCCC;
	font-family: GSI;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	bottom: 10px;
}

.spacer
{
	height: 35px;
}

.navBar
{
	width: 953px;
	height: 38px;
	text-align: center;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
}

.navText
{
	color: White;
	font-family: GS;
	position: relative;
	bottom: 4px;
	text-transform: uppercase;
}

.heading
{
	font-family: GS;
	height: 75px;
	text-align: center;
	font-size: 20px;
	color: #999999;
	vertical-align: middle;
}

.homeText
{
	font-size: 14px;
	line-height: 25px;
}

.aboutText
{
	font-size: 16px;
	line-height: 25px;
}

.contactLogo
{
	position: relative;
	top: 15px;
}

.photoSlider
{
	padding-top: 57px;
}

.contactText
{
	font-size: 22px;
	font-family: GS;
}

.list
{
	list-style: url(../images/gray_bullet.png);
}

.colorLinks
{
	font-size: 20px;
}

.stainText
{
	font-size: 9px;
	position: relative;
	top: 7px;
}

.stainTitle
{
	font-size: 10px;
	font-weight: bold;
}

.services
{
	line-height: 30px;
	font-size: 18px;
}

.faq
{
	margin: 0px;
	padding: 0px;
	width: 383px;
}

.question
{
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size: 20px;
	font-weight: bold;
}

.answer 
{
	padding: 5px 10px 15px;
	padding-top: 15px;
	font-size: 16px;
	color: #0F0; 
	border-left: 2px dashed #999999;
}

.gap
{
	height: 25px;
	width: 100%;
}

.largeText
{
	font-size: 18px;
	color: White;
	text-align: center;
}

.form
{
	font-size: 18px;
}

.textInput
{
	width: 200px;
	background-position: center right;
	background-repeat: no-repeat;
}

.comments
{
	width: 400px;
	height: 100px;
	resize: none;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}