/* Start of CMSMS style sheet 'typical' */
/* Home Page Specific CSS Document */

html, body {
	background-image: url(images/bkgdTypical.jpg);
	background-repeat: repeat-x;
}

/* sub nav elements */

#subNavTop {
	background-color: #D3DEBA;
	min-height: 35px; 
	height:auto !important;
	height: 35px;
	padding:0;
	margin:0;
}

* html #subNavTop { width: 302px; }

.subNavCornerLeft {
	float: left;
}

.subNavCornerRight {
	float: right;
}

#subNavTop a {
	margin: 0;
	padding: 0 0 0 12px;
	color: #375D81;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
}

#subNavTop a:hover {
	text-decoration:underline;
}

#subNavTop h1 {
	padding-top: 10px;
}

#subNavArrow {
	margin-top: 9px;
	margin-left: 7px;
	float: left;
}

ul#subNav {
	background-image: url(images/homeBoxContentBkgd.png);
	background-repeat: repeat-x;
	width: 262px;
	padding: 20px 20px 50px 20px;
	float: left;
	margin: 0;
}

#subNavParent a {
	line-height:170%;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
}

#subNavParent a:hover {
	text-decoration: underline;
}

ul#subNav li {
	line-height:110%;
	list-style:none;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 10px 0 10px -20px;
}

ul#subNav a {
	text-decoration: none;
	color: #666;
}

ul#subNav a:hover {
	text-decoration: underline;
}

#subNav li.menuparent {
	background-image:url(images/subNavOn.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
}

#subNav li.menuactive {
	background-image:url(images/subNavOn.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
}

#subNavCopy {
	background-image: url(images/homeBoxContentBkgd.png);
	background-repeat: repeat-x;
	width: 247px;
	padding: 20px 20px 20px 35px;
	float: left;
	margin: 0 0 50px 0;
}

#subNavCopy p {
	margin: 20px 0 0 0;
	line-height:150%;
	color: #666;
}

#subNavCopy h1 {
	color: #375D81;
	font-size: 14px;
	font-weight:bold;
}

#subNavCopy a {
	color: #666;
}

/* end of sub nav elements */

/* info box */

.infoBoxContent {
	background-image:url(images/infoBoxBkgd.jpg);
	background-repeat: repeat-x;
	margin-right: 0;
	padding: 10px 0 0 35px;
	min-height: 100px;
}

.infoBoxContent ul {
	padding:15px;
	margin:0;
}

#infoBoxArrow {
	padding:0;
	margin: 12px 0 0 -20px;
	float: left;
}

* html #infoBoxArrow { padding-top:30px; padding-left:7px; margin:0; }

.infoBoxContent h1 {
	padding: 0;
	margin-right: 35px;
	color: #375D81;
	font-size: 14px;
	font-weight:bold;
}

.infoBoxContent p {
	margin-right: 35px;
}

.infoBoxCornerLeft {
	float: left;
}

.infoBoxCornerRight {
	float: right;
}

.downloadLink {
	text-align: right;
	margin: 15px 10px 0 0;
	padding-right: 20px;
}

.downloadLink a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.downloadLink a:hover {
	text-decoration: underline;
}

.downloadButton {
	float: right;
	margin: 15px 10px 0 0;
}

/* end of info box */

/*Page Content*/
.twoColumns h1 {
	font-size:20px;
	color:#375D81;
	margin-bottom:10px;
	text-transform: uppercase;
}

.twoColumns h2 {
	font-size:16px;
	color:#375D81;
	margin-bottom:25px;
	line-height: 150%;
}

.infoBoxContent h3, .twoColumns h3 {
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.infoBoxRule {
	height: 1px;
	background-color:#D3DEBA;
	width: 240px;
	margin: 30px 0 30px 0;
}

.photoBoxTop {
	float: right;
}

.photoBoxBottom {
	float: right;
}

.photoBox {
	float: right;
	background-image:url(images/photoBoxBkgd.jpg);
	background-repeat:repeat-y;
	width:302px;
	height: 185px;
}

.photoBoxPhoto {
	float: right;
	width: 275px;
	height: 185px;
	padding: 0 13px 0 0;
	margin: 0;
}

.whiteGraphic {
	float: right;
	padding-bottom: 20px;
	width: 302px;
}

.photoCaptionArrow {
	float: left;
	margin-left: 9px;
}

.photoCaption {
 	padding: 0 0 0 30px;
	margin:0;
}

.quoteText {
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	float: left;
	padding: 15px 0 0 20px;
}

.testPhotoTop {
	float: left;
}

.testPhotoBottom {
	float: left;
}

.testPhotoBox {
	float: left;
	background-image: url(images/testPhotoBkgd.jpg);
	background-repeat:repeat-y;
	width:162px;
	height: 168px;
}

.testPhoto {
	float: left;
	width: 135px;
	height: 170px;
	padding: 0 0 0 14px;
	margin: 0;
}

.testText {
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	float: left;
	padding: 15px 0 0 20px;
	margin: 15px 0 0 -150px;
}

/*Driving Directions Box*/

#drivingDirectTop {
	background-color: #D3DEBA;
	height: 35px;
}

#drivingDirectCornerLeft {
	float: left;
}

#drivingDirectCornerRight {
	float: right;
}

#drivingDirectTop h1 {
	margin: 0;
	padding: 9px 0 0 35px;
	color: #375D81;
	font-size: 14px;
	font-weight:bold;
}

#drivingDirectBottom {
	background-image: url(images/homeBoxFillBottom.gif);
	background-repeat: repeat-x;
	height: 37px;
}

#drivingDirectContent {
	background-image: url(images/homeBoxContentBkgd.png);
	background-repeat: repeat-x;
	width: 262px;
	padding: 20px;
	color:#666;
}

#drivingDirectLink {
	float: right;
	margin: 13px 0;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

#drivingDirectLink:hover {
	text-decoration: underline;
}

#drivingDirectButton {
	float: right;
	margin: 12px 10px;
}

/*End Directions Box*/

/*contact boxes*/

.contactBox {
	background-image:url(images/infoBoxBkgd.jpg);
	background-repeat: repeat-x;
	/*width: 275px;*/
	height: 108px;
	margin-right: 0;
	padding: 15px 0 0 20px;
}

.contactWhite {
	background-color:#FFF;
	/*width: 275px;*/
	height: 108px;
	margin-right: 0;
	padding: 15px 0 0 20px;
}

.contactBox p {
	padding: 0;
	margin: 0;
	text-align:left;
}

.contactBox strong {
	color: #375D81;
	font-weight:bold;
}

.contactBox a {
	color:#333;
}

.contactWhite p {
	padding: 0;
	margin: 0;
	text-align:left;
}

.contactWhite strong {
	color: #375D81;
	font-weight:bold;
}

.contactWhite a {
	color:#333;
}

.contactBoxLeft {
	float: left;
}

.contactBoxRight {
	float: right;
}

.NewsSummaryLink a {
	font-weight:bold;
}

.affLogo {
	border: 3px solid #D3DEBA;
	display: inline;
	vertical-align:middle;
	margin: 0 10px 10px 0;
}

div.dividerAffLogo {
	height: 1px;
	background-color: #D3DEBA;
	margin: 10px 0 10px 0;
}

div.dividerAffLogo hr {
	display: none;
}

div.dividerGreenTypical {
	height: 1px;
	background-color: #D3DEBA;
	margin: 10px 0 10px 0;
}

div.dividerGreenTypical hr {
	display: none;
}

/*Begin Form Elements*/

form, label, input, p {
	font: normal 12px/165% Verdana, Helvetica, Arial, sans-serif  ;
}

form br {
	clear: both;
}

label {
	float: left;
	width: 100px;
	line-height:165%;
}

#drivingDirectContent label {
	width: 262px;
}

.button {
	width: 80px;
	margin-left: 100px;
}

.mapButton, .loginButton {
	width: 80px;
}

textarea, input {
	width: 220px;
	margin: 10px 0 0 0;
	display: inline;
}

textarea {
	height: 150px;
}


/*End Form Elements*/

.bio {
	border: 3px solid #D3DEBA;
	display: inline;
	vertical-align:middle;
	margin: 0 10px 10px 0;
}

#bioThumbs {
	margin: 0;
	padding: 0;
}

#bioThumbs li {
	float: left;
	display: inline;
	list-style: none;
	width: 145px;
	margin-right: 10px;
}

/* estimate form */

#estimateForm label {
	width:200px;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
}

#estimateForm input, #estimateForm textarea {
	padding: 2px;
	margin: 0;
}

#estimateForm input.Button {
	margin: 10px 0 0 210px;
	width: 225px;
}

/* end estimate form */

/* articles */

#articles h2 {
margin: 25px 0 0;
}

.btnArrow {
display: inline;
vertical-align: middle;
margin-right: 10px;
}

/* end articles */
/* End of 'typical' */

