img {
	border:0px;
}

body {
	background-color: #a8a8a8;
	font-family: arial,helvetica,sans-serif;
	color: #333;
	background-image: url('../images/greygradient.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#innerWrapper {
	display: block;
	width: 977px;   /* Width of Site */
	height: 740px;	 /* Height of Site */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
}

#topBlack {
	width: 977px;
	height: 8px;
	display: block;
	background-color: #404040;
	font-size: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Things specific to front page */


#topLogoAreaFront {
	display: block;
	height: 131px;
	width: 977px;
}

#topMenuFront {
	display: block;
	height: 24px;
	width: 977px;
	text-align: right;
	background-image: url('../images/front/topmenuBack.jpg');
	background-repeat: repeat-x;
}

.topBlock {
	float: left;
	display: block;
}

#loginBlock {
	background-image: url(../images/front/topright.jpg);
	width: 352px;
	height: 131px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}

#loginlabel {
	margin-top: 23px;
	margin-left: 110px;
}

#loginBlock form {
	padding: 0px;
	margin: 0px;
}

#loginBlock fieldset {
	height: 18px;
}

#loginBlock table {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
}

#loginBlock table td {
	padding-right: 3px;
}

#loginBlock p {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
}

#loginBlock a {
	margin-left: 10px;
	color: #fff;
}

#loginBlock a:hover {
	margin-left: 10px;
	color: #000;
}

#frontMenu {
	float: left;
	display: block;
	width:216px;
	height:268px;
	background-image: url('../images/front/menuback.jpg');
}

#menutable {
	margin-top: 27px;
	margin-left: 29px;
}

#insidemenutable {
	margin-top: 27px;
	margin-left: 29px;
}

#frontContent {
	float: left;
	display: block;	
	width:761px;
	height:268px;
	background-image: url('../images/front/contentback.jpg');
}

#frontContent p {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 400px;
	line-height: 16px;
	color: #7d7d7d;
	margin-top: 3px;
}

#frontContent p img {
	margin-top: 10px;
}


#frontContent h1 {
	font-size: 12px;
	margin-left: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
}

#frontLower {
	width: 977px;
	height: 37px;
	padding: 0px;
	margin: 0px;
}

.lowerBlock {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 37px;
}

#frontLower a {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#frontLowerBlocks {
	width: 977px;
	height: 223px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}

#frontLowerBlocks a {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#lowerBlockAbout {
	width: 328px;
	height: 223px;
	display: block;
	background-image: url('../images/front/soldblock.jpg');
	float: left;
	padding: 0px;
	margin: 0px;
}

#lowerBlockAboutContent {
	width: 328px;
	display: block;
	margin-top: 93px;
	padding: 0px;
}

#lowerBlockAboutContent p {
	margin-left: 40px;
	margin-right: 52px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#lowerBlockAboutContent p b { 
	font-size: 12px;
	color: #d50e17;
	text-transform: uppercase;
	font-weight: bold;
}

#lowerBlockInside {
	width: 330px;
	height: 223px;
	display: block;
	background-image: url('../images/front/insideblock.jpg');
	float: left;
	padding: 0px;
	margin: 0px;
}

#lowerBlockInside p {
	margin-top: 43px;
	margin-left: 37px;
	margin-right: 135px;
	font-size: 12px;
}

#lowerBlockDir {
	width: 319px;
	height: 223px;
	display: block;
	background-image: url('../images/front/directionsblock.jpg');
	float: left;
	padding: 0px;
	margin: 0px;
}

#lowerBlockDirContent {
	display: block;
	text-align: center;
	width: 150px;
	height: 100px;
	margin-top: 56px;
	margin-left: 118px;
	padding: 0px;
}

#lowerBlockDirContent p {
	margin-bottom: 5px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
}

/* Things that work for all the pages */


#insideMiddle {
	width: 977px;
	height: 527px;
	display: block;
}

#topMenu {
	display: block;
	height: 24px;
	width: 977px;
	text-align: right;
	background-image: url('../images/front/topmenuBack.jpg');
	background-repeat: repeat-x;
}

#sideMenu {
	float: left;
	display: block;
	width:216px;
	height:527px;
	background-image: url('../images/left_back.jpg');
}

#loginBlockInside {
	background-image: url(../images/front/topright_plain.gif);
	width: 352px;
	height: 131px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}

#loginBlockInside form {
	padding: 0px;
	margin: 0px;
}

#loginBlockInside table {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
}

#loginBlockInside table td {
	padding-right: 3px;
}

#loginBlockInside p {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
}

#loginBlockInside a {
	margin-left: 10px;
	color: #fff;
}

#loginBlockInside a:hover {
	margin-left: 10px;
	color: #000;
}

#insideText {
	font-size: 12px;
	line-height: 16px;
	color: #7d7d7d;
	margin-top: 10px;
	margin-left: 17px;
	margin-right: 325px;
	padding-right: 20px;
	width: 400px;
	height: 420px;
	overflow-y: auto;
}

#insideText a {
	color: #d50e17;
}

#insideText a:hover {
	color: #333;
}

#insideText img {
	margin-top: 20px;
}

/* For About Page */

#insideContent {
	float: left;
	display: inline;	
	width:761px;
	height:527px;
	border:0px;
	background-image: url('../images/bg_about.jpg');
	overflow:hidden;
}

h1.contentHeader {
	font-size: 12px;
	margin: 0px;
	margin-top: 33px;
	margin-left: 17px;
}

/* For Contact Page */

#insideContentContact {
	float: left;
	display: inline;	
	width:761px;
	height:527px;
	border:0px;
	background-image: url('../images/right_back.jpg');
	overflow:hidden;
}

/* For Links Page */

#insideContentLinks {
	float: left;
	display: inline;	
	width:761px;
	height:527px;
	background-image: url('../images/bg_links.jpg');
	overflow:hidden;
}


/* For faq Page */

#insideContentFaq {
	float: left;
	display: block;	
	width:761px;
	height:527px;
	background-image: url('../images/bg_faq.jpg');
}


/* For directions Page */

#insideContentDir {
	float: left;
	display: inline;	
	width:761px;
	height:527px;
	background-image: url('../images/bg_directions.jpg');
	overflow:hidden;
}


/* For Contact Page */

#contactbox {
	width: 700px;
	height: 300px;
	display: block;
	margin-top: 16px;
	margin-left: 19px;
}

#addrside {
	width: 200px;
	height: 300px;
	display: block;
	float: left;
	margin-left: 0px;
	font-size: 12px;
}

#addrside p {
	margin-left: 0px;
	margin-right: 0px;
}

#emailside {
	width: 410px;
	height: 300px;
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 12px;
}

.addrpod {
	display: block;
	float: left;
	margin: 0px 15px 15px 15px;
	width: 150px;
	height: 50px;
	padding: 0px;
}

.addrpod a {
	color: #d50e17;
	text-decoration: none;
}

.addrpod a:hover {
	color: #333;
	text-decoration: none;
}

/* Bottom of the Page */


#bottomMenu {
	background-color: #6b6b6b;
	width: 977px;
	height: 24px;
	text-align: left;
	font-size: 11px;
	display: block;
	float: left;
	color: #fff;
}

#menuLinks {
	width: 900px;
	height: 18px;
	text-align: left;
	margin-left: 12px;
	display: block;
	padding-top: 5px;
}

#menuLinks a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 4px;
}	

#menuLinks a:hover {
	color: #e5454d;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 4px;
}

#copyrightArea {
	width: 977px;
	height: 24px;
	font-size: 10px;
	color: #fff;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 10px;
}

#copyLeft {
	height: 24px;
	width: 400px;
	display: block;
	text-align: left;
	float: left;
}

#copyRight {
	height: 24px;
	width: 577px;
	display: block;
	text-align: right;
	float: left;
}

#copyRight a {
	text-decoration: none;
	color: #fff;
}

#copyRight a:hover {
	text-decoration: none;
	color: #000;
}

