@charset "utf-8";
/* CSS Document */
* {
	margin:  0; 
	padding: 0; }

body {
	font-family:	Arial, Helvetica, sans-serif;
	line-height:    1.3em;
	font-size:		14px;
	background:		url(../images/index_bg.gif) center repeat-y #0a3152;
	color: 			#0a3152;
	text-align:		justify; }

/* font edits */
h1 { font-size: 20px; margin-bottom: 10px; color: #aa9b70; line-height: 1.4em; border-bottom: 1px solid #0a3152; }
h2 { font-size: 15px; }
h3 { font-size: 14px; font-weight: normal; }
h4 { font-size: 13px; font-weight: normal; color: #fff; }
h5 { font-size: 11px; font-weight: normal; }
p  { font-size: 10px; color: #ccc; margin-bottom: 10px;}

h1, h2, h3, h4, p {
	padding: 5px 0; }
	
.golden a:link, .remodel a:link    { color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
.golden a:active, .remodel a:active  { color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
.golden a:visited, .remodel a:visited { color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
.golden a:hover, .remodel a:hover   { color: #988b66; text-decoration: none; border: none; }

a:link img { border: none; }
a:active img { border: none; }
a:visited img { border: none; }
a:hover img { border: none; }


#index h1 {
	font-size: 	 15px;
	font-weight: normal;
	text-align:	 justify;
	color:	 	 #fff;
	border: 	 0px; }
	
#footer a:link   { color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
#footer a:active { color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
#footer a:visited{ color: #988b66; text-decoration: none; border-bottom: 1px solid #988b66; }
#footer a:hover  { color: #988b66; text-decoration: none; border: none; }
/* end font edits */

/* main divs begin */
#header, #nav, #index, #content, #footer {
	width:	100%;
	float:	left;
	clear:	both; }

#content {
	background: url(../images/main_bg.gif) repeat-x #ddd5c1; }

#header { display:none !important; }

#nav { display:none !important; }

#index {	
	color: 			#fff;
	text-align: 	center;
	border-bottom:	3px solid #0a3152; }
	
div.iheader {
	width:	400px;
	height:	266px;
	float: 	right;
	margin:	20px;
	border: 3px solid #fff; }
	
div.left {
	float: left;
	width: 210px; }

div.main {
	margin-left: 230px; }
	
#footer {
	padding-top: 	10px;
	border-top:		3px solid #0a3152; }

div.print { display: block !important; width: 100%; }
div.print img { width: 100%; }

div.text { 
	width: 		785px;
	margin: 	0 auto; 
	padding: 	20px; }

div.clear 	{
	clear: both;
	margin: 0; }

div.wrap 	{
	width: 825px;
	margin: 0 auto; }
/* main divs end */

/* misc divs */
.ipics {
	text-align: center; } /* found on home page */
	
.ipics img {
	margin: 0 20px; }

.footr {
	float: 		right;
	text-align: right }

.golden ul 	{ margin: 10px 0 20px 30px; }
.remodel ul { width: 600px; margin: 10px auto 10px 150px; }
.golden ul li, .remodel ul li { width: 40%; float: left; padding: 3px 0; }

.client ul {
	width: 	750px;
	margin: 10px 100px; }
.client ul li {
	float: 		left;
	list-style: none;
	padding: 	3px 10px; }
	
.bar {
	background: #ccc3aa; }
.client	{
	width: 300px; }
.division {
	width: 200px;
	text-align: right; }

/* misc divs ends*/

/* image edits */
.index{
	width:	400px;
	float: 	right;
	margin:	20px;
	border: 3px solid #fff; }
	
.welcome {
	margin: 30px 0 0 0; }

.about img {
	height: 200px; }

.remodel img {
	margin: 5px auto 10px auto;
	border: 3px solid #fff; }

/* image edits end */
