/* 
	BACORP Blue #24317f
	BACORP Tan  #F7F4D1
	Link Blue   #00ccff
	Hover Blue  #3399ff
*/

/* Element Styles */
html
{
	font-family: Times New Roman;
}

body 
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	/*overflow-x: hidden;*/
	background: White;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
}

a, a:link, a:visited
{
    color: #3399ff;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #00ccff;
}

h1
{ 
	text-align: center;
}

h2
{	
	text-align: center;
}

img
{
	border-style: none;
	padding: 0px 0px 0px 0px;
	behavior: url(iepngfix.htc);
}

h5
{
	font-weight: normal;
	font-size: 16px;
	
}

/* Classes */
.HugeText
{	
	text-align: center;
	font-size: xx-large;
	font-weight: bolder;
	vertical-align: middle;
}

.FooterCopyright
{
	display: block;
	position: relative;
	top: 5px;
	left: 5px;
}

.VertMenuButton
{
	background-image: url(../images/VertMenuButton.jpg);
	height: 40px;
	position: relative;
	left: -5px;
	top: -10px;
	padding: 0px 5px 0px 5px;
}

.VertMenuButtonText
{
	display: block;
	position: relative;
	top: 10px;
	left: 5px;
	color: #F7F4D1;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

a.VertMenuButtonText
{
	text-decoration: none;
	font-weight: bold;
}

a:hover.VertMenuButtonText
{	
	font-weight: bold;
}

.TearDownText
{
	display: block;
	position: relative;
	top: 10px;
	left: 5px;
	color: Red;
	text-decoration: none;
}

.GreenBuildingText
{
	display: block;
	position: relative;
	top: 10px;
	left: 5px;
	color: #33CC00;
	text-decoration: none;
}

.sample
{
	border: solid 1px #6AB3E1;
	margin: 2px 3px 2px 3px;
	height: 150px;
	overflow: visible;
	padding: 5px 2px 5px 2px;
}

.TestTitle
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.TestName
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.TestText
{
	font-weight: normal;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.TestBlurb
{
	font-weight: bold;
	font-size: 20px;
	/* font-style: italic; */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.symbol
{
	font-family: Arial;
}

.BigPicLabelT
{
	position: relative; 
	top: 20px; 
	width: 750px; 
	text-align: center; 
	background-color: #F7F4D1; 
	filter: alpha(opacity=85); 
	-moz-opacity: .85; 
	opacity: .85;
	color: Black;
}

.BigPicLabelB
{
	position: relative; 
	top: 335px; 
	width: 750px; 
	text-align: center; 
	background-color: #F7F4D1; 
	filter: alpha(opacity=85); 
	-moz-opacity: .85; 
	opacity: .85;
}

.SiteMapTopLevel
{
	font-size: 20px;
}

.SiteMapSubMenu
{
	text-indent: 15px;
}

.SiteMapSubTopic
{
	text-indent: 30px;
}

.PHeader
{
	font-weight: bold;
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
}

.SHeader
{
	font-size: 16px; 
	font-weight: bold;
}	

.togglePara
{
	/* display: none; */
	font-size: 14px;	
}

.ReadMore
{
	display: none;
	font-size: 12px;
}

.SidebarText
{
	font-family: Arial, Sans-Serif;
	font-size: 15px;
}

/* ID Styles */
#Page 
{
	position: absolute;
	left: 50%;
	margin-left: -401px;
	/margin-left: -395px;
	width: 790px;
	margin-top: -1px;
	padding: 0px 0px 0px 0px;	
}

#Content
{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 780px;
	background-color: #24317f;
	color: #F7F4D1;
	border-style: solid;
	border-width: 1px;
	padding: 0px 5px 0px 5px;
	overflow: visible;
}

#PageContent
{
	position: relative;
	left: 0px;
	top: 33px;
	/top: 37px;
	width: 770px;
	/*height: 690px;*/
	overflow: visible;
	padding: 50px 2px 20px 2px;
	/padding: 55px 2px 20px 2px;
}

#PageText
{
	font-weight: normal;
	text-align: justify;
}

#SiteMap
{
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	left: 280px;
	top: 35px;
	width: 470px;
}

#InnerSiteMap
{
	padding: 0px 0px 0px 135px;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hide;
}

#Footer
{
	position: relative;
	top: 20px;
	left: 0px;
	height: 30px;
	width: 780px;
	padding: 0px 0px 0px 0px;
	background-color: #24317f;
	background-image:  url(../images/FooterBack.jpg);
	font-family: Times New Roman;
	font-size: small;
	vertical-align: bottom;
	color: #F7F4D1;
}

#Filler
{
	position: relative;
	top: 20px;
	height: 15px;
	width: 780px;
	padding: 0px 0px 5px 0px;
	font-size: small;
	color: White;
}

#Menu
{
	z-index: 999;
}

#PCX
{
	position: absolute;
	text-align: center;
	font-size:xx-small;
	font-family: Helvetica;
	font-weight: normal;
	height: 20px;
	width: 780px;
	padding: 5px 5px 5px 5px;
	color: #24317f;
	display: none;
}

#LeftSideMenu
{
	position: absolute;
	top: 50px;
	width: 239px;
	height: 700px;
	background-image: url(../images/LeftSideMenuBack.jpg);	
}

#VertMenu
{
	position: absolute;
	top: 130px;
	left: 5px;
	width: 229px;
	height: 550px;
}

#TopVertMenu
{

}

#TopVertMenuResidentialItems
{
	border-color: #367cbf;
	border-width: 1px;
	border-style: solid;
}

#TopVertMenuCommercialItems
{
	position: relative;
	top: 20px;
	border-color: #367cbf;
	border-width: 1px;
	border-style: solid;
}

#BottomVertMenu
{
	position: relative;
	top: 40px;
	width: 226px;
	border-color: #367cbf;
	border-width: 1px;
	border-style: solid;
}

#SlideShow
{
	position: absolute;
	top: 50px;
	left: 248px;
	width: 530px;
	height: 280px;
	z-index: 110;
}

#SlideShowFrame
{
	position: absolute;
	top: 50px;
	left: 248px;
	width: 530px;
	height: 280px;
	z-index: 113;
}

#SlideShowFrameBGMask
{
	position: absolute;
	top: 50px;
	left: 248px;
	width: 530px;
	height: 280px;
	z-index: 112;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}

#LowerContent
{
	position: relative;
	top: 287px;
	/top: 277px;
	left: 246px;
	width: 530px;
}

#TestimonialBorder
{
	width: 530px;
	height: 400px;
	position: absolute;
	background-image: url(../images/TestBack.jpg)
}

#TestimonialText
{
	width: 480px;
	height: 340px;
	padding: 20px 10px 20px 30px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: Times New Roman, Sans-Serif;
	position: absolute;
	top: 10px;
	filter: alpha(opacity=01);
	-moz-opacity: .01;
	opacity: .01;
	overflow-y: scroll;
	text-align: justify;
}

#Gallery
{
    width: 760px;
    height: 520px;
    margin: 10px 10px 10px 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;                                   
}

#InnerGallery
{
    width: 750px;
    postion: relative;
    
}

.ThumbnailFrame
{
    width: 240px;
    height: 178px;
    padding: 5px 0px 0px 0px;
    margin: 0px 62px 0px 82px;
    position: absolute;
    background-color: #367DBF;
    text-align: center;
}

#GalleryPopup
{
    width: 770px;
    height: 520px;
    padding: 5px 0px 5px 0px;
    left: 5px;
    position: absolute;
    background-color: #367DBF;
    text-align: center;
    z-index: 100;
    display: none;
}

#divX
{
    position: absolute;
    left: 735px;
    top: 0px;
    height: 15px;
    width: 30px;
    z-index: 110;
}

a.divX
{
    background-image: url('../images/CloseBtn.jpg');
    width: 25px;
}

a:hover.divX
{
    background-image: url('../images/CloseBtnRO.jpg');
    width: 25px;
}

#PopDiv
{
	position: absolute;
	top: 200px;
	left: -350px;
	margin-left: 50%;
	width: 650px;
    height: 320px;
    padding: 20px 20px 20px 20px;
    color: #F7F4D1;
    background-color: #24317f;
    border: solid 3px #367DBF;
    text-align: justify;
    overflow-x: hidden;
    overflow-y: hidden;
    filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	z-index: 101;
	display: none;
}

#PopDivScroll
{
	overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 650px;
    height: 320px;
    padding: 20px 20px 20px 20px;
    font-weight: normal;
    font-size:medium;
}	