@charset "UTF-8";
/*---------basic styling-------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
	background-image: url(../images/top_spacer.png);
	background-repeat: repeat-x;
	margin-bottom: 2.5em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #333333;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
body a:link {
	text-decoration: none;
	color: #333333;
}
body a:visited {
	text-decoration: none;
	color: #333333;
}
body a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
body a:active {
	text-decoration: none;
	color: #CCCCCC ;
}
a img {
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width: 0px;
	}
p {
	color:#333333;
	}

#wrapper {
	width: 900px;
	text-align: left;
	background-color: #dcdcdc;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	}
#clear {
	clear: both;
	}

/*----------position container elements--------------*/
#header{
	position:relative;
	background:#000000 url(../images/top_nav.gif) no-repeat
	top right;
	height: 100px;
	}
	#mainNav a{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	}

#mainNav a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainNav a:active {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#header h1 {
	margin-left: -9000px;
	}
#header #mainLogo{
	position:absolute;
	top: 0;
	left: 0;
	width:234px;
	height:167px;
	background:url(../images/broadway_logo.png) no-repeat;
	}

	
	/*---main navigation styles--*/

#header ul {
	position: absolute;
	right:1px;
	bottom:5px;
	width:650px;
	list-style: none;
	}
#header ul li{
	float:left;	
	}
#header ul a{
	font-size: 16px;
	line-height:1.5em;
	text-decoration: none;
	float:left;
	display:block;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	}

#header ul a.first{
	background:none;
	}
	
/*--------Side Bar---------*/
#sidebar {
	float:left;
	width: 234px;
	margin-top: 62px;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	padding-top: 1.2em;
	line-height: 1.8em;
	text-align: center;
	height: auto;
	}
#sidebar #smLogo{
	margin-top: 1.2em;
	margin-bottom:1.2em;
}
#smLogo     {
	text-decoration:none;
	color: #DCDCDC;
}
/*--------------Body------------*/
#content{
	background-color:#cccccc;
	float: right;
	position:relative;
	width: 650px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 0.5em;
	text-align: center;
	height: auto;
	}

#bodyText  {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	width: 560px;
	float: left;
	padding-left: 2.5em;
	display: block;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
#bodyPics{
	float: left;
	display:block;
	padding-left: 1.1em;
}
#paverSizes{
	width: 650px;
	float: left;
	margin-bottom: 1.5em;
}
#paverColors {
	width: 650px;
	float: left;
	margin-bottom: 1.5em;
}
table      {
	background-color: #FFFFFF;
	border-collapse:collapse;
	text-align: center;
	float: left;
	margin-top: 1.2em;
	margin-bottom: 0em;
	margin-left: 3em;
	padding: 1.2em;
}
tr.paverRow td {
	padding-top:1.2em;
}
tr.altRow td {
	padding-bottom: 0.5em;
	background-color: #DCDCDC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
}
tr.colorRow td  {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
}
#formFrame {
	float: right;
	margin-left: 1em;
	width: 600px;
}
.disclamer {
	font-size: small;
	text-align: justify;
	padding-left: 20em;
}
#socalLogo  {
	padding-top: 5em;
	padding-bottom: 5em;
	float: left;
	display: block;
	width: 600px;
	padding-left: 1.4em;
}
.aboutyou {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	background-color: #CCCCCC;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 1.2em;
	padding-right: 15em;
	}
