/*	$Id: commercial.css,v 1.1.1.1 2008/03/30 02:37:48 spud Exp $	*/

		* {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 13px;
				color: #142a5c;
			}
			
			body {
				margin: 0 auto;
				width: 820px;
				background-color: #142a5c;
				background-image: url(../../graphics/elements/background_commercial.jpg);
				background-repeat: no-repeat;
				background-position: top;
				background-attachment: fixed;
			}
			
			#outer {
				position: relative;
			}

			#logo {
				height: 42px;
				width: 542px;
				margin-top: 32px;
			}
			
			#logo_home {
				display: none;
			}
			
			#mohawk {
				position: absolute;
				top: 0;
				right: 20px;
				width: 134px;
				height: 29px;
				display: none;
			}
			
			#mohawk_foot {
				display: none;
			}
			
			#iicrc_foot {
				display: none;
			}
			
			#nav {
				margin-top: 6px;
			}
			
			#inner {
				position: relative;
				background-color: #fff;
				width: 786px;
				min-height: 200px;
				padding: 20px 20px 30px 14px;
				background-image: url(../../graphics/elements/content_commercial_back.png);
				background-repeat: repeat-y;
				background-position: top;
			}
			
			#sidenav {
				position: absolute;
				top: 23px;
				left: 14px;
				width: 162px;
				padding-right: 14px;
			}
			
			#sidenav h1 {
				font-variant: small-caps;
				margin: 0;
				font-size: 13px;
			}
			
			#sidenav h1 a {
				color: #142a5c;
				text-decoration: none;
			}
			
			#sidenav h1 a.residential {
				color: #044503;
				text-decoration: none;
			}
			
			#sidenav h1 a:hover {
				color: #d1a72a;
				text-decoration: none;
			}
			
			#sidenav ul li {
				font-variant: small-caps;
				list-style-type: none;
				margin-bottom: 10px;
				margin-left: -30px;
			}
			
			#sidenav ul li a {
				color: #d1a72a;
				text-decoration: none;
				font-size: 12px;
			}
			
			#sidenav ul li a:hover, #sidenav ul li a.active, #sidenav ul li a.active:hover {
				color: #142a5c;
			}
			
			#address {
				color: #195d00;
				font-size: 12px;
			}
			
			#address a {
				color: #d1a72a;
				text-decoration: none;
				font-size: 12px;
			}
			
			#address a:hover {
				color: #195d00;
				text-decoration: none;
			}
			
			#content_header {
				margin-left: 176px;
				padding-left: 20px;
			
			}
			
			#content h1 {
				font-variant: small-caps;
				margin: 0 0 10px 0;
				font-size: 16px;
			}
			
			#content {
				margin-left: 176px;
				padding-left: 20px;
				border-left: 1px solid #d1a72a;
				line-height: 155%;
				text-align: justify;
			}

			#footer {
				position: relative;
				width: 820px;
				height: 50px;
				background-image: url(../../graphics/elements/content_commercial_bottom.png);
				background-repeat: no-repeat;
				background-position: bottom;
				text-align: center;
				margin-bottom: 32px;
			}
			
			#footer, #footer a {
				font-size: 10px;
				text-decoration: none;
			}
			
			#bowe {
				position: absolute;
				top: 6px;
				right: 40px;
			}

/*	7-10 Split Defines	*/
			
			.left {
				float: left;
				text-align: left;
				font-weight: bold;
				color: #fff;
				width: 59%;
			}

			.right {
				float: right;
				text-align: right;
				font-weight: bold;
				color: #fff;
				width: 39%;
			}
			
			div.spacer {
				clear: both;
			}
			
			
			#docutable { border: 1px solid #142a5c; border-collapse: collapse; }
			#docutable tr { padding: 10px; }
			#docutable td { border: 1px solid #142a5c; }
			#docutable td.docthumb { padding: 10px; text-align: center; }
			#docutable td.doctitle { width: 99%; padding: 5px 10px 0 10px; font-weight: bold; font-size: 14px; border: none; border-top: 1px solid #142a5c; line-height: 102%; }
			#docutable td.doctitle a { color: #142a5c; text-decoration: none; }
			#docutable td.doctitle a:hover { color: #335c64; }
			#docutable td.docstats { padding: 0 10px 5px 10px; font-size: 12px; font-style: italic; border: none; }
			#docutable td.docsummary { padding: 0 10px 10px 10px; font-size: 12px; line-height: 115%;  border: none;}
			#docutable td.docinstruct { padding: 10px 10px 10px 10px; font-size: 12px; line-height: 115%;  border: none; border-top: 1px solid #142a5c; }
			#docutable td.docadobe { padding: 10px; text-align: center; }
			
			#docutable td.docthumb img { border: 1px solid #142a5c; }
			
/*	Form Field CSS Defines	*/

			label {
				font-variant: small-caps;
				padding: 4px 4px 4px 0;
			}
			
			input, select, textarea {
				display: block;
				margin-bottom: 1.0em;
			}
			
			select {
				width: 200px;
			}
			
			textarea {
			}
			
			.button {
				width: 75px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.levelbutton {
				display: inline;
				width: 75px;
				color: #2a2a2a;
			}
			
			.bigbutton {
				width: 150px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.error {
				font-size: 11px;
				color: #f00;
				font-weight: bold;
			}
