
/* MULTI PAGE RULES */
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	background-image: url(images/marble_small.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
font-family: arial;
color: #C1272D;
text-decoration: none;
}
a:hover {
font-family: arial;
color: #C1272D;
text-decoration: underline;
}
a:visited {
font-family: arial;
color: #C1272D;
text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#container {
	width: 750px;
	height: 100%;
	display: block;
	background: #FFFFFF;
	background-image: url(images/marble.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: center;
	border-bottom: solid 5px #666666;
}

#header_space {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 140px;
	background-image: url(images/header.jpg);
}

#header_link {
	position:relative;
	top: 15px;
	left: 300px;
	font-size: 10px;
	width: 180px;
}

#nav_button_area {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 35px;
}

#nav_button {
	float: left;
	margin: 0px;
}
	

#content_area {
  width: 678px;
  background: #FFFFFF;
  padding: 15px;
  border: 3px;
  border-style: solid;
  border-color: #C1272D;
  text-align: left;
  margin: auto;
  margin-bottom: 15px;
}


#footer{
	padding: 6px;
	text-align: center;
	font-size: 9px;
	width: auto;
	color: #FFFFFF;
}

#p_content {
	padding: 6px;
	display: block;
}

#picture {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 6px;
}

#half_area {
	width: 339px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#full_width {
	width: 678px;
	background-color: #FFFFFF;
}

#img_button {
	cursor: pointer;
	border: 0px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.bold14 {
	font-weight: bold;
	font-size: 14px;
}

.small {
	font-size: 10px;
}
	
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.maroon {
	color: #C1272D;
}

.gray {
	color: #999999;
}


/* END MULTI PAGE RULES */

/* COMPANY INFO PAGE */

#map_area {
	width: 300px;
	float: left;
	margin: 15px;
}

/* END COMPANY INFO PAGE */

/* PHOTOS PAGE */

#gallery_area {
	width: 300px;
	min-height: 250px;
	float: left;
	margin: 15px;
}

#entity_container {
	width: 681px;
	height: auto;
	min-height: 270px;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: center;
}

#gallery_pic {
	border: solid 1px #000000;
	width: 300px;
}

#thumb {
	border: solid 1px #000000;
	width: 100px;	
	margin: 6px;
	text-align: left;
	text-decoration: none;
}

#gray_row {
	background-color: #CCCCCC;
	text-align: center;
	width: auto;
	height: auto;
	padding: 9px;	
	cursor: pointer;
	color: #C1272D;
}

#white_row {
	background-color: #FFFFFF;
	text-align: center;
	width: auto;
	padding: 9px;
	cursor: pointer;
	color: #C1272D;
}

/* END PHOTOS PAGE */

/* ESTIMATE PAGE */

#form_label {
	width: 180px;
	text-align: right;
	display: table-cell;
}

#form_input {
	position: relative;
	top: -20px;
	left: 180px;
	text-align: left;
	min-width: 420px;
	display: table-cell;
}

#form_row {
	max-height: 30px;
	width: 660px;
	display: table-row;
}

#button_right {
	width: 100%;
	text-align: right;
}

#button_left {
	width: 100%;
	text-align: left;
}

/* END ESTIMATE PAGE */