/***********************/
/* Main page elements. */
/***********************/
body {background-color: #FFFFFF; 
   background-image: url(../images/bg-texture.gif); 
   background-repeat: repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   text-align: center;
   margin:0;
}

#container {background-color: #d1d5e4;
	position:relative;
	left: 0px;
	top: 0px;
	width:780px;
	height:900px;
	margin-left:auto; 
    margin-right:auto; 
    text-align:left; 
}

#container.underconstruction { height: 300px; }

img {border: 0px;}

/****************/
/* Header Areas */
/****************/
.topnav {margin-top: 49px;}

#logo {	margin-top: 14px; text-align: center;
	position:absolute;
	left: 0px;
	top: 0px;
	width:194px;
 }

#cg_header 
{
    position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:169px;
	background-color:#1B1C1E;
}

.construction {background-image: url(../images/cg_construction_bkgd.jpg); }
.realty {background-image: url(../images/cg_realty_bkgd.jpg); }
.surveying {background-image: url(../images/cg_surveying_bkgd.jpg); }
.technologies {background-image: url(../images/cg_technologies_bkgd.jpg); }

/*****************/
/* Content Areas */
/*****************/
.QuoteButton {
	width: 165px;
	margin-right: 8px;
	}

#sub_content {
	position:absolute;
	left:220px;
	top:25px;
	width:524px;
	height:616px;
	line-height: 16px;
	margin: 0px;
}

#sub_content h1 
{
    font-family: Arial;
    color: White;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#sub_content a 
{
    color: Black;
    text-decoration: underline;
}

#content {
	background: url(../images/gblend_bkgd.jpg) scroll no-repeat top left;
	position:absolute;
	left:0px;
	top:170px;
	width:728px;
	height:616px;
	padding: 22px 30px 13px 22px;
	line-height: 16px;
	margin: 0px;
}

/* Main Page Content */
#content.mainpage {	top:402px; }
#content.underconstruction {	top:251px; }

/*****************/
/* Menu Elements /*
/*****************/
#sidemenu {
	position:absolute;
	left:0px;
	top:100px;
	width:187px;
	height:385px;
	padding: 22px 7px 22px 15px;
	margin-left: 0px;
	line-height: 16px;
	color: #7682b9;
	text-align: left;
}

#sidemenu td 
{
    padding-bottom: 3px;
}

/* Main Page Menu Stuff */
#sidemenu.mainpage {
	top:402px;
}

#sidemenu a 
{
    font-family: Arial;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    width: 100%;
}
#sidemenu a:link, a:visited {text-decoration: none;}
#sidemenu a:hover {color: #1B1C1E; background-color: white;}

/**********/
/* Footer */
/**********/
#footer {
	position:absolute; left:0px; top:786px; width:780px; height:90px;
	background-color:#1B1C1E; color: #CCCCCC; font-size: 10px;
	text-align: center;	padding-top: 45px; }
	
#footer.underconstruction { top: 386px; }

#footer a:link, #footer a:visited { color: #FFFFFF; 
	text-decoration: none; font-size: 10px; font-weight: normal; }

#footer a:hover { color: #FFFFFF; text-decoration: underline; }

/******************/
/* MAIN PAGE ONLY */
/******************/
#tagline-bkgd {background-image: url(../images/tagline_bkgd.jpg); position:absolute;
	left:0px; top:0px; width:780px;	height:169px; background-color:#1B1C1E; }

.bigbluebutton { background-image: url(../images/bluegradientx194.jpg);
    position:absolute; width:194px; height:150px; }

#cgproperties   {left:0px;   top:170px; }
#cgconstruction {left:195px; top:170px; }
#cgsurveying    {left:390px; top:170px; }
#cgtechnologies {left:585px; top:170px; }

.smallphoto { position:absolute; width:194px; height:80px; }

#constructionphoto-sm  {left:195px;	top:321px; }
#surveyingphoto-sm     {left:390px;	top:321px; }
#techphoto-sm          {left:585px;	top:321px; }
#buildingphotos-sm     {left:0px;  top:321px;  }

label,input,textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

select 
{
	margin-bottom: 5px;
}

input.submit 
{
    font-size: 10px;
}
