
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#000b5b;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444444;
}

h1 {
	margin:0 0 20px 0;
	padding:0;
	font-family:Georgia, serif;
	font-size:2.1em;
	font-weight:normal;
	color:#676791;
}

h2 {
	margin:0;
	padding:0;
	font-family:Georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#676791;
}

h3 {
	margin:0;
	padding:0;
	font-family:Georgia, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#676791;
}

p {
	margin:5px 0 10px 0;
	padding:0;
	font-size:1.2em;
	color:#444444;
	line-height:150%;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

a:active {
	color:#0000FF;
	text-decoration:underline;
}

ul {
	margin:0 0 10px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
	line-height:150%;
}

ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
	line-height:150%;
}

ol {
	margin:0 0 10px 33px;
	padding:0;
	font-size:1.2em;
	line-height:150%;
}

ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
	line-height:150%;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.leftalign {
	text-align:left;
}

.centeralign {
	text-align:center;
}

.rightalign {
	text-align:right;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below except for the footer */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 3px;
	width:779px;
	background:url(../images/main-border.gif) repeat-y #000b5b;
}

#topbanner {
	margin:0 0 2px 0;
	padding:0;
	width:779px;
	height:131px;
}

#topbanner img {
	border:none;
}

/* --- top nav section --- */

#topnav1 img {
	margin:0;
	padding:0;
	float:left;
}

.spacer1px {
	clear:left;
	width:779px;
	height:1px;
}

#topnav2 img {
	margin:0;
	padding:0;
	float:left;
}

/* -------------------------- */

#wrapper .mainimage img {
	display:block;
	height:221px;
}

#flash {
	display:block;
	height:221px;
}

/* contains homepage side and main columns */
#maincontainerhomepage {
	clear:left;
	margin:2px 0 0 0;
	padding:0;
	width:779px;
	background:url(../images/columnbg-homepage.gif) repeat-y;
}

/* contains internal page side and main columns */
#maincontainer {
	clear:left;
	margin:2px 0 0 0;
	padding:0;
	width:779px;
	background:url(../images/columnbg-internalpage.gif) repeat-y;
}

/* --- homepage main section --- */

#maincolumnhomepage {
	float:right;
	margin:0;
	padding:15px 20px;
	width:458px;
}

#maincolumnhomepage img {
	border:none;
}

/* -------------------------- */

/* --- homepage side section --- */

#sidecolumnhomepage {
	float:left;
	margin:0;
	padding:0;
	width:281px;
}

#sidecolumnhomepage img {
	border:none;
}

/* -------------------------- */

/* --- internal page main section --- */

#maincolumn {
	float:right;
	margin:0;
	padding:15px 20px;
	width:550px;
}

#maincolumn img {
	border:none;
}

.table2columns {
	border-collapse:collapse;
}

.table2columns tr td{
	margin:0;
	padding-right:20px;
	padding-bottom:20px;
	vertical-align:top;
}

.articletable {
	border-collapse:collapse;
}

.articletable tr td{
	margin:0;
	padding:15px;
	vertical-align:top;
	text-align:center;
}

/* -------------------------- */

/* --- 2 columns within internal page main section if needed --- */

#maincolumn1 {
	float:left;
	margin:0;
	padding:0;
	width:350px;
}

#maincolumn1 img {
	border:none;
}

#maincolumn2 {
	float:right;
	margin:0 0 0 20px;
	padding:40px 0 0 0;
	width:180px;
	text-align:center;
}

#maincolumn2 img {
	border:none;
}

#maincolumn2 p {
	margin:0 0 5px 0;
	padding:0;
}

/* -------------------------- */

/* --- internal page side section --- */

#sidecolumn {
	float:left;
	margin:0;
	padding:48px 0 10px 0;
	width:189px;
	min-height:377px;
	background:url(../images/sidecolumn-bg.jpg) no-repeat top left;
}

#sidecolumn img {
	border:none;
}

/* centers item in left side column with some space above - used mainly for banners on internal pages */
.centersidebanner {
	margin:40px 0 0 0;
	padding:0;
	text-align:center;
}

/* -------------------------- */

/* --- footer section --- */

#footer {
	clear:both;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px 3px 15px 3px;
	width:779px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#AAAAAA;
	text-align:center;
	background:url(../images/main-border-bottom.gif) no-repeat top left;
}

#footer a:link {
	color:#AAAAAA;
	text-decoration:none;
}

#footer a:visited {
	color:#AAAAAA;
	text-decoration:none;
}

#footer a:hover {
	color:#AAAAAA;
	text-decoration:underline;
}

#footer a:active {
	color:#AAAAAA;
	text-decoration:underline;
}

/* -------------------------- */

/* --- contact form field attributes --- */

form {
	margin:0;
	padding:10px 0;
}

form table tr td {
	padding:0 10px 0 0;
	font:1.2em Arial, Helvetica, sans-serif;
}

#name, #firstname, #lastname, #address, #city, #state, #zip, #email, #phone, #interested, #remodel, #contactby, #position, #beginwork, #experience, #education, #references {
	margin:0;
	padding:0;
	width:200px;
	font:1em Arial, Helvetica, sans-serif;
	color:#444444;
}

#referral, #comments {
	margin:0;
	padding:0;
	width:200px;
	height:60px;
	font:1em Arial, Helvetica, sans-serif;
	color:#444444;
}

#security_code {
	margin:0;
	padding:0;
	width:50px;
	font:1em Arial, Helvetica, sans-serif;
	color:#444444;
}

/* -------------------------- */
