/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	background: #7b7b7b;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	margin: 10px 0px 20px;
}
#wrapper {
	text-align: left;
	width: 750px;
	padding-left: 9px;
	background-image: url(images/bkg_main.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.wrapped {
	width: 760px;
	margin: 0px auto;
}


/*  @@@@@[  Navigation  ]@@@@@ */

#nav {}


/* @@@@@[  Header / Footer  ]@@@@@ */

#headerimage {padding: 0px 9px 10px 0px;}
#footer {
	color: #bababa;
	font-size: 9px;
	padding-left: 5px;
	width: 750px;
	text-align: right;
	background: url(images/bkg_footer.gif) no-repeat left top;
	padding-right: 5px;
	padding-top: 15px;
}
#footer a:link, #footer a:visited, #footer a:active {color: #bababa; text-decoration: none;}
#footer a:hover {color: #bababa; text-decoration: underline;}

#seo a:visited, #seo a:active, #seo a:link {text-decoration: none;	color: #bababa;}
#seo a:hover {
	text-decoration: none;
	cursor: text;
	color: #bababa;
}


/* @@@@@[  Main Page  ]@@@@@ */
#navwrapper.profile #subnav {padding-left: 48px;}
#navwrapper.profile #subnavindicator {left: 55px; position: absolute; top: 33px;}

#navwrapper.development #subnav {padding-left: 179px;}
#navwrapper.development #subnavindicator {left: 190px; position: absolute; top: 33px;}

#navwrapper.construction #subnav {padding-left: 330px;}
#navwrapper.construction #subnavindicator {left: 340px; position: absolute; top: 33px;}

#navwrapper.investor #subnav {
	padding-left: 448px;
}
#navwrapper.investor #subnavindicator {left: 510px; position: absolute; top: 33px;}

#navwrapper.contact #subnav {padding-left: 400px;}
#navwrapper.contact #subnavindicator {left: 650px; position: absolute; top: 33px;}


#subnav {height: 30px; margin-right: 9px;}
#navwrapper {
	position: relative;
}
#subnavwrap {background: url(images/bkg_subnav_mid.gif) left top; float: left; height: 30px;}
#subnavwrap2 {float: left; height: 30px; background: url(images/bkg_subnav_left.gif) no-repeat left top; padding-left: 12px;}
#sublinks {
	height: 22px;
	background: url(images/bkg_subnav_right.gif) no-repeat right top;
	padding-right: 12px;
	padding-top: 10px;
	color: #acabab;
	float: left;
	word-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 8px;
	font-size: 10px;
}

#sublinks a:link, #sublinks a:visited, #sublinks a:active {
	color: #acabab;
	text-decoration: none;
	font-size: 10px;
}
#sublinks a:hover {color: #fff; text-decoration: none;}
#sublinks .currentpage {
	color: #fff;
	font-size: 11px;
}

#content {
	padding: 20px 50px;
	margin-right: 0px;
	background-image: url(images/bkg_content_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content ul {margin: 0px 0px 15px 45px; padding: 0px;}
#content li {
	background: url(Images/bullet.gif) no-repeat left 4px;
	list-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#content ul ul li{
	background-image: url(images/sub_bullet.gif);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#column {}

#pullquote{
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #a00610;
}


.clr {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
	float: left;
}


/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */

a:link, a:visited, a:active {color: #96010C; text-decoration: underline;}
a:hover {color: #96010C; text-decoration: none;}
h1 {
	text-transform: none;
	color: #A90C15;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
}
h2 {
	font-weight: bold;
	color: #A90C15;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
	margin-left: 5px;
}

.left {
	float: left;
	margin-left: -25px;
	padding-right: 10px;
}
.right {
	float: none;
}
img.right {
	margin-bottom: 10px;
	margin-left: 13px;
}
img.left {
	margin-bottom: 40px;
	margin-right: 0px;
}


/* @@@@@[  Form Elements  ]@@@@@ */

input, textarea, select {
	font-size: 10px;
	color: #666;
	background: #fff;
	border: 1px solid #767676;
}
input.clean {border-style: none; background: none;}
.submit{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nicetable{
	border: 1px solid #dfdfe0;
}
.nicetable th{
	text-align: left;
	padding-left: 10px;
	background-color: #e1e2e5;
}
.nicetable td{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.buildnotes{
	font-weight: bold;
}

