html, body {
	background: #d6d0aa;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*  Layout 
---------------------------------------------------------------*/
#container {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

#page {
	background: #fff url('images/contentBG.png') repeat-y;
	margin: 0px auto; /* center, not in IE5 */
	padding: 0px;
	width: 900px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	border: 1px solid #000;
}

#leftPageCol {
	width: 202px;
	padding: 15px 5px 20px 5px;
	margin: 0px;
	float: left;
}

#rightPageCol {
	width: 688px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	float: left;
}

#header {
	width: 658px;
	height: 95px;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	text-align: left;
	clear: both;
}

#divider {
	background: #3961A2 url('images/divider.png');
	height: 20px;
	line-height: 20px;
	width: 688px;
	margin: 0px;
}

#content {
	width: 678px;
	padding: 0px 5px;
	margin: 0px;
	float: left;
}

.halfColLeft {
	width: 332px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: left;
}

.halfColRight {
	width: 332px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float: left;
}

#footer {
	height: 20px;
	width: 890px;
	background: #37588d;
	color: #fff;
	padding: 5px;
	margin: 0px;
	clear: both;
}

/*  Portfolio
---------------------------------------------------------------*/
.portfolioThumb, .portfolioThumbGallery {
	background: #e9e9e9;
	color: #000;
	height: 100px;
	width: auto;
	padding: 5px 5px 20px 5px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #313030;
	float: left;
}

.portfolioThumbGallery {
	height: 110px;
}

.portfolioThumb:hover {
	background: #8ABADD;
}

.portfolioThumb a {
	display: block;	
}

/*  Padds
---------------------------------------------------------------*/
.padd5L {
	padding-left: 5px;
}

.padd5R {
	padding-right: 5px;
}

/*  Margins
---------------------------------------------------------------*/
.marginL5px {
	margin-left: 5px;
}

.marginR5px {
	margin-right: 5px;
}

/*  Font Styles
---------------------------------------------------------------*/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/*  images
---------------------------------------------------------------*/
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

.imgfloatleft {
	float: left;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

.imgfloatright {
	float: right;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

/*  Links 
---------------------------------------------------------------*/
a {
	color: #37588d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer a, #leftPageCol a {
	color: #fff;
}


/*  H1 H2 H3
---------------------------------------------------------------*/
h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #37588d;
	margin: 5px 0px;
}

h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #37588d;
	margin: 0px;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #37588d;
	margin: 0px;
}

/*  Lists
---------------------------------------------------------------*/
.listExtraPadding li {
	margin-bottom: 8px;
}

/*  Navigation 
---------------------------------------------------------------*/
#side-nav {
	list-style: none;
	padding: 0px 5px;
	margin: 100px 0px 0px 0px;
}

#side-nav li {
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

#side-nav li.title {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#side-nav a {
	background: url('images/navbutton.png') no-repeat;
	display: block;
	color: #595b57;
	text-decoration: none;
	vertical-align: middle;
	width: 150px;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}

#side-nav li:hover, #side-nav li.sfhover {
}

#side-nav a:hover, #side-nav li.sfhover {
	background-position: 0 -60px;
	color: #3f413e;
	text-decoration: underline;
}

/*  Comments Form
---------------------------------------------------------------*/
form.commentsform fieldset {
	font-weight: bold;
	border: 1px solid #75b3d7;
	width: 400px;
	padding: 5px;
}

form.commentsform fieldset legend {
	color: #348eef;
	float: left;
	font-weight: bold;
}

form.commentsform label {
	color: #1877d0;
	width: 120px;
	font-weight: bold;
	clear: both;
}

form.commentsform.input, form.commentsform.select, form.commentsform.textarea{
	width: 180px;
	margin-bottom: 5px;
}

form.commentsform textarea {
	width: 250px;
	height: 150px;
}

form.commentsform ol, form.commentsform ol li {
	list-style: none;
}

form.commentsform input, form.commentsform.select, form.commentsform textarea {
	border:1px #ccc solid;
	display:block;
	padding: 4px;
	margin: 0px;
}

form.commentsform input button {
}

form.commentsform input:hover, form.commentsform.select:hover, form.commentsform textarea:hover {
	border:1px #75b3d7 solid;
}

form.commentsform input:focus, form.commentsform.select:focus, form.commentsform textarea:focus {
	border:1px #3a535e solid;
}

form.commentsform .hiddenField {
	display: none;
  	background-image: none;
	border: none;
	padding: 0px;
}

/*  Alignment Styles
---------------------------------------------------------------*/
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.displayBlock { display: block; }
.displayInline { display: inline; }
.cursorPointer { cursor: pointer; }
.noWrap { white-space: nowrap; }

/*  Special Font Styles
---------------------------------------------------------------*/
.guaranteedResurfacingCoText {
	font-family: Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
}

.stoneCoatText, .stoneCoatText18px {
	font-family: Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
}

.stoneCoatText18px {
	font-size: 18px;
}

.duraGlazeText {
	font-family: Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
}

.fontSize14px {
	font-size: 14px;
}

.fontSize16px {
	font-size: 16px;
}

.fontSize18px {
	font-size: 18px;
}

.fontSize20px {
	font-size: 20px;
}

.fontWeightBold {
	font-weight: bold;
}

.websiteBlueText {
	color: #37588d;
}

.websiteRedText {
	color: #bc1f1f;
}

/*  Validation Styles
---------------------------------------------------------------*/
#slideShowContainerHome,  #slideShowContainerHome .slideShowSlide {
	width: 400px;
	height: 258px;
}

/*  Validation Styles
---------------------------------------------------------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
