/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #094883 url(images/bg_body_bottom.gif) 0 100% repeat-x;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#BackgroundTop {
	background: url(images/bg_body.gif) 0 0 repeat-x;
	padding-top: 18px;
	width: 100%
}
/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	min-width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER: TOP & BOTTOM -----------***************** */
table.Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	
}



/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background: #4d86bb url(images/bg_menu.jpg) 0 0 repeat-x;
}

/*----------- 	NAVIGATION LINKS -----------*/
table#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	padding: 5px 5px 5px 5px;
}
table#Menu a:hover {
	color: #000000;
}
/*----------- 	DROPDOWNS -----------*/
div#ExteriorsDropdown {
	width: 120px;
	background-color: #d6e4f2;
	position:absolute;
	visibility: hidden;
	border: solid #ffffff 1px;
	margin-top:-13px;
	margin-left:-25px;
	text-align:left;
}
/* \*/
div#ExteriorsDropdown {
	margin-top:0px;
	margin-left: -25px;
}
/* */
html>body div#ExteriorsDropdown {
	width: 120px;
}
div#ExteriorsDropdown a{
	display: block;
	text-decoration: none;
	border-bottom: solid #ffffff 1px;
	padding: 2px 12px;
	color: #000000;
	font-size: 0.75em;
	width: 100%;
}
html>body div#ExteriorsDropdown a{ /* This hack allows the netscape to read the second style while IE ignores it and just uses the first one*/
	width: auto;
}
div#ExteriorsDropdown a:hover{
	color: #FFFFFF;
	background: #75a4ce;
	z-index: 1;
}

div#WindowsDropdown {
	width: 135px;
	background-color: #d6e4f2;
	position:absolute;
	visibility: hidden;
	border: solid #ffffff 1px;
	margin-top:-13px;
	margin-left: -10px;
	text-align:left;
}
/* \*/
div#WindowsDropdown {
	margin-top:0px;
	margin-left: 0;
}
/* */
html>body div#WindowsDropdown {
	width: 135px;
}
div#WindowsDropdown a{
	display: block;
	text-decoration: none;
	border-bottom: solid #ffffff 1px;
	padding: 2px 45px;
	color: #000000;
	font-size: 0.75em;
	width: 100%;
}
html>body div#WindowsDropdown a{ /* This hack allows the netscape to read the second style while IE ignores it and just uses the first one*/
	width: auto;
}
div#WindowsDropdown a:hover{
	color: #FFFFFF;
	background: #75a4ce;
	z-index: 1;
}
/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 47.5em;
	min-width: 760px;	
}


/* *******************************----------- MAIN COLUMN: HOME & Interior ------******************************* */
td#MainColumn {
	padding-top: 5px;
	background-color:#FFFFFF;
}
td#MainColumnInterior {
	padding-top: 5px;
	background-color:#FFFFFF;
}
div#Content {
	margin-left:25px;
	margin-right:25px;
	text-align: left;
	font-size: 0.75em;
}
h1 {
	color:#5189be;
	font-size: 1.5em;
	text-align: left;
	font-style: italic;
	font-weight:normal;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
	text-align: left;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
	text-align: left;
}
.indentLGE {
	margin: 15px 60px 0 70px;
}
div#Content a, div#Content a:visited {
	color:#5189be;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}

/* ****************--- Collage (Slideshows) -----************* */
div#CollageOuterBox {
	background-color: #f5f8fc;
	border: solid #cadbeb 1px;
	padding: 7px;
	width: 98%;
	margin-top: 30px;
}
div#CollageInnerBox {
	background-color: #d6e4f2;
	padding: 3px;
}
/* ************************************----------- RIGHT COLUMN -----------************************************ */
td#RightColumn {
	background-color: #d6e4f2;
	width: 194px;
	padding-top: 20px;
}
td#RightColumn img {
	margin: 10px 0;
}
img.ImgTopSpace {
	padding-top: 350px;
}

div#ContractorsText {
	font-size:14px;
}
/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 47.5em;
	min-width: 760px;
}
td#ContactUs {
	background: #5189be url(images/bg_footer.jpg) 45% 50% no-repeat;
	color:#ffffff;
	padding: 15px 0;
	font-style: italic;
}
span#SubmitInquiry {
	font-size: 1.8em;	
	margin-right: 30px;
}
span#PhoneNumber {
	font-size: 1.8em;	
	margin-left: 40px;
}
td#copyright {
	font-size: 0.65em;
	color:#ffffff;
	padding-top: 3px;
}
td#copyright a, td#ContactUs a {
	color:#ffffff;
	text-decoration: underline;
}
td#copyright a:hover, td#ContactUs a:hover {
	text-decoration: none;
}
