@charset "utf-8";
/* CSS Document */

html,
body
{
	background: url(../images/back_inside.gif) repeat-x;
   background-color: #fff;
   padding: 0;
   margin: 0;
   width: 100%;
	height: 100%;
}
img
{
	border: 0;
}
a
{
	color: #9e1c20;
}
a:hover
{
	color: #999;
}
.clearCols
{
	clear: both;
}
.redText
{
	color: #9e1c20;
}
.alertText
{
	color: #c00;
}
#mainDiv
{
	width: 980px;
   margin: 0 auto;
   font: .85em/1.5em Arial, Helvetica, sans-serif;
   letter-spacing: .02em;
   color: #333;
}
#header
{
	position: relative;
   background: url(../images/back_header.gif) bottom right no-repeat;
   height: 145px;
}
#logo
{
	position: absolute;
   top: 20px;
   left: 0;
}
#contact
{
	position: absolute;
   top: 25px;
   right: 10px;
   text-align: right;
   font-size: 14px;
   font-weight: bold;
   color: #9e1c20;
}
.phone
{
   font: 24px/24px Arial, Helvetica, sans-serif;
   font-weight: bold;
}
.black
{
	color: #000;
}
#tagline
{
	position: absolute;
   top: 105px;
   right: 15px;
   z-index: 10;
}
#navigation
{
	background-color: #9e1d20;
   width: 875px;
   height: 34px;
   margin: 0 auto;
}
#navigation a
{
	float: left;
	display: block;
	height: 34px;
   overflow: hidden;
   text-indent: -99999em;
	margin-left: 25px;
}
a#nav_home,
a#nav_home_on
{
   background: url(../images/nav_home.gif) no-repeat;
	width: 58px;
	margin-left: 0;
}
a#nav_creating,
a#nav_creating_on
{
   background: url(../images/nav_creating.gif) no-repeat;
	width: 195px;
}
a#nav_portfolio,
a#nav_portfolio_on
{
   background: url(../images/nav_portfolio.gif) no-repeat;
	width: 145px;
}
a#nav_experience,
a#nav_experience_on
{
   background: url(../images/nav_experience.gif) no-repeat;
	width: 218px;
}
a#nav_faqs,
a#nav_faqs_on
{
   background: url(../images/nav_faqs.gif) no-repeat;
	width: 53px;
}
a#nav_contact,
a#nav_contact_on
{
   background: url(../images/nav_contact.gif) no-repeat;
	width: 77px;
}
a:hover#nav_home, a:hover#nav_home_on, a#nav_home_on,
a:hover#nav_creating, a:hover#nav_creating_on, a#nav_creating_on,
a:hover#nav_portfolio, a:hover#nav_portfolio_on, a#nav_portfolio_on,
a:hover#nav_experience, a:hover#nav_experience_on, a#nav_experience_on,
a:hover#nav_faqs, a:hover#nav_faqs_on, a#nav_faqs_on,
a:hover#nav_contact, a:hover#nav_contact_on, a#nav_contact_on
{
   background-position: bottom;
}
#bodyContent
{
	position: relative;
	background: url(../images/back_content.gif) repeat-y;
   zoom: 1;
}
#btnNotification
{
	position: absolute;
   top: -45px;
   right: 10px;
   z-index: 50;
}
#notifyBox
{
	display: none;
	position: absolute;
   background-color: #000;
   top: -350px;
   right: 155px;
   width: 650px;
   height: 450px;
   border: 2px #000 solid;
   -moz-border-radius: 50px 0 0 50px;
   -webkit-border-radius: 50px 0 0 50px;
   -moz-box-shadow: 0 0 25px #666;
   -webkit-box-shadow: 0 0 25px #666;
   box-shadow: 0 0 25px #666;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#666666')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#666666');
   z-index: 100;
}
#notifyBoxTitle
{
   position: absolute;
   top: 0;
   left: 0;
   width: 590px;
   height: 30px;
   padding: 10px 10px 10px 50px;
   background-color: #9e1c20;
	border-bottom: 2px #000 solid;
   -moz-border-radius: 50px 0 0 0;
   -webkit-border-radius: 50px 0 0 0;
   font: 21px/18px Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #fff;
   z-index: 5;
}
#notifyBoxTitle a
{
	color: #fff;
   text-decoration: none;
}
#notifyBoxTitle a:hover
{
	color: #f00;
   text-decoration: none;
   font-size: 18px;
}
#notifyBoxContent
{
	position: absolute;
   background-color: #fff;
   -moz-border-radius: 0 0 0 50px;
   -webkit-border-radius: 0 0 0 50px;
   top: 50px;
   left: 0;
   height: 360px;
   padding: 20px 25px;
   padding-left: 50px;
   overflow: auto;
}
#leftCol
{
	float: left;
   width: 274px;
   padding: 15px;
   text-align: center;
   overflow: hidden;
}
#leftCol .title
{
   font-weight: bold;
   font-size: 16px;
   color: #9e1d20;
   padding-bottom: 5px;
   border-bottom: 1px #9e1d20 dotted;
}
#leftNavMenu,
#leftNavMenu2
{
	padding-top: 20px;
   text-align: left;
}
#leftNavMenu2
{
	padding-top: 0;
}
#leftNavMenu li,
#leftNavMenu2 li
{
   list-style: none;
   list-style-position: outside;
   width: 350px;
   padding: 10px 0;
   margin-left: -55px;
}
#leftNavMenu li a,
#leftNavMenu2 li a
{
	display: block;
/*
   overflow: hidden;
*/
   text-indent: -99999em;
   margin-left: 55px;
}
#leftNavMenu2 li a
{
	text-indent: 0;
   margin-left: 25px;
}
#leftNavMenu li:hover,
#leftNavMenu .active,
#leftNavMenu2 li:hover,
#leftNavMenu2 .active
{
   list-style-position: outside;
   list-style: none;
   width: 350px;
   padding: 10px 0;
	color: #9e1c20;
   background: #fff;
}
#leftNavMenu li a#subnav_design
{
   background: url(../images/subnav_design.gif) no-repeat;
	width: 197px;
	height: 12px;
}
#leftNavMenu li a#subnav_construction
{
   background: url(../images/subnav_construction.gif) no-repeat;
	width: 181px;
	height: 12px;
}
#leftNavMenu li a#subnav_cost
{
   background: url(../images/subnav_cost.gif) no-repeat;
	width: 186px;
	height: 12px;
}
#leftNavMenu li a#subnav_qualifications
{
   background: url(../images/subnav_qualifications.gif) no-repeat;
	width: 155px;
   height: 32px;
}
#signUpForm
{
	padding: 10px;
   text-align: right;
   line-height: 24px;
}
#rightCol,
#rightCol2
{
	float: left;
   width: 607px;
   padding: 32px 5px 32px 32px;
}
#rightCol2
{
	padding-bottom: 10px;
}
#contactInfo
{
	position: absolute;
   bottom: 0;
   right: 0;
   text-align: right;
   font-weight: bold;
   font-size: 16px;
   color: #9e1d20;
}
#contactInfo a
{
	margin-left: 5px;
}
#contactInfo img
{
	vertical-align: middle;
}
.subtitle
{
	padding-bottom: 5px;
}
#footer
{
	border-top: 1px #000 solid;
   padding: 10px 0;
   text-align: center;
}
#footerLinks
{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
#footerCopy
{
   margin-top: 15px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
   color: #999;
}
#geovisitors
{
	position: relative;
   bottom: 0;
   left: 0;
}