/* secondary.css */
/* Style sheet for Data Design Secondary Pages */
/* 03/09/09 */
/* Dark Blue: #02267F */
/* Light Blue: #6DB1F8 */
/* Red: #A82837 */

@charset "utf-8";

#header_secondary {
	position:relative;
	background-image: url(../images/header_secondary.jpg);
	background-repeat:no-repeat;
	float:none;
	height: 109px;
	padding-bottom:40px;
}
.mainnav_secondary {
	position:relative;
	top: 85px;
	left: 203px;
	z-index: 3;
}
#content_area_wide {
	background-color:#FFF;
	position: relative;
	float:left;
	height: auto;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
}
#content_area {
	background-image:url(../images/content_bkgrnd.gif);
	background-repeat:repeat-y;
	position: relative;
	float:left;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}

/* **** Floated content for pages with wide sidebar to the right (Like Contact.htm) ****  */
.sidebar_wide {
 	margin-left: 400px;/* since this element is floated, a width must be given */
	width: 440px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	margin-top: -340px; */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
}
.mainContent_wide {
	float:left;
	top: 20px;
	width: 350px;
	/*margin: 0px 470px 0px 0px;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* **** Floated content for pages with narrow sidebar to the right ****  */
.sidebar_narrow {
	margin-left: 540px;
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #E1E1E1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 20px 10px;
	text-align:center;
	font-size: .7em;	
}
.mainContent_narrow {
	float:left;
	top: 20px;
	width: 500px;
	margin-bottom: 10px;
	padding: 0 30px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .8em;
}
#sidebar_narrow p {
	text-align:center;
	font-size: .9em;
	margin-top: 6px;
	padding-top: 2px;
	padding-bottom: 14px;
}
.assembly_img {
	float:left;
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.contact {
	font-size: .8em;
}
.contact_form {
	text-align:left;
	font-size: .7em;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.directions {
	font-size: .75em;
}
