/* TWO COLUMN LAYOUT */


body {
	text-align:center;
	background-image:url(../images/background_color.gif);

	}
	
p {
}
#wrapper {
	max-width:960px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	height:700px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	background-image:url(../images/visuallywired.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#clearboth {
	clear:both;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}


img.promo  {
	margin-top:40px;
	margin-left:-125px;	


}

#header_right {
	position:relative;
	z-index:1;
	float:right;
	margin-top:10px;
	
	
	}
	
.header_rght {
	position:relative;
	left:45%;
	
	
	}

#header{
	background:#FFFFFF;
	width:100%;
}

	
#side_nav {
	width:150px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
	
#side_nav {
	font-size:.8em

}


#side_nav_inner * {
	margin:0; padding:0;
}


#side_nav_inner ul {
	list-style-image:url(../img/bullet.gif);
	padding-top:20px;
	padding-left:20px;
}


#side_nav_inner li {
	padding-top:.5em; 
}


 a:link, a:visited {
	text-decoration:none;
	color:#333333;
}

 a:hover {
	text-decoration:underline;
}


#content {
	margin-left:150px; /* margin = width of nav column */
	}
	
	


#footer {
	clear:both; /* makes the footer sit below whichever column is longest */	
	text-align:center;
}


#footer img{
	margin-left:-300px;


}
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; }/* clips oversize elements that would otherwise expand divs and break the layout */
	
	

#content_inner { 
	padding:0em 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:left;
	font-size:.8em;

}
	
.intersection_header{
	font-weight:bold;
	font-size:1em;
	margin-bottom:5em;

}	
	
.section{
	background:url(../img/section_bkgd.png);
	width:550px;
}

.section img{
	margin-top:0px;
	margin-bottom:0px;
	display:block;

}

.section_inner{
	padding:0px 2em 0em 2em;
	font-size:.8em;
	line-height:1.3em;
}


a.section_link{
	color:#993300;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
	padding:0px 10px 10px 0px;
	
}

#promo{
	width:563px;
	height:482px;
	/* background:url(../img/home_promo_bkgd.png);*/
}

#promo_inner{
	padding:5px 30px 0px 30px;
	
}

#promo_inner h1{
	margin-top: 5px;
	margin-bottom:7px; 
	color:#333333;
}

#promo_inner span{
	color:#666666;	
}


#promo p{
	font-size:.9em
}


div.section_image_400{
	width:400px;
	background-color:#fff;
	border: 1px solid #666666;
	padding:3px;
	margin-right:auto;
	margin-left:auto;
}


div.section_image_250{
	width:250px;
	background-color:#fff;
	border: 1px solid #666666;
	padding:3px;
	margin-right:auto;
	margin-left:auto;
	
}

div.section_image_250_right{
	width:250px;
	background-color:#fff;
	border: 1px solid #666666;
	padding:3px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	
}

.bold {
	font-weight:bold;

}

div.section_titlebar {
	background:url(../img/section_titlebar.png);
	width:230px;
	margin-top:20px;
	padding:0px;
	color:#fff;
}

div.section_titlebar_inner {
	padding-left:5px;
}

h4 {
	margin:0px;
	padding:0px;
	font-size:1.1em
	font-weight:bold;
	
	
}

.section_inner li{
	margin-top:.4em;
}