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

body,td,th {
	font-family: Times New Roman, Times, serif;
}
body {
	background-image: url(images/graniteNEW_BG.jpg);
	margin-top: 0px;
}
.newsTable {
	border: 1px solid #808080;
	background-image: url(images/newsTitle.gif);
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
.Titles {
	color: #707070;
	font-weight: normal;
	font-size: 20px;
}li {
	line-height: 24px;
	list-style-type: square;
}
a:link {
	color: #666666;
}
a:hover {
	color: #AB1E06;
}
.borderTable {
	border: 1px solid #808080;
	background-position: 0px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}