/* LAYOUT
Jaclyn North 756 */


/* page positioning */
#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 

.bg {
		background-color: #fff;
		margin:0 0 0 0;
		background-attachment: scroll;
		background-image:  url(images/bg.jpg);
		background-repeat: repeat-x;
		background-position: center top;
}
#outerWrapper2 {
		margin: 0 auto 0 auto;
		background: url(images/bgContent.jpg) repeat-y scroll center top;
}
#outerWrapper {
		margin: 0 auto 0 auto;
		background: url(images/header2.jpg) no-repeat scroll center top;
}

#wrapper {
		position: relative;
		clear: both;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 770px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/
#header {
		width: 770px;
		height: 200px;
		margin:0 0 0px 0;
		padding:0px;
		color:#000;
}
#topBanner {
		width: 180px;
		height: 135px;
		margin: 0 0 10px 560px;
		padding: 10px 10px 0 10px;
		font: bold 14px Trebuchet MS, Helvetica, sans-serif;
		color: #CCCCCC;
		background: #666;
}

#nav {
		width: 770px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index:3;
}
#main {
		float:left;
		min-height: 450px;
		height: 450px;
		width: 700px;
		padding: 0px 0px 0px 0px;
		margin: 13px 15px 10px 13px;
		display:inline;
		
}

#sidebar {
	position: absolute;
	top: 500px;
        left:4px;
	width: 210px;
	padding: 0px 0px 0 0px;
	margin:0 0 0 80px;
        z-index:0;

}

#modules {
	margin: 0;
	padding: 0;
}

#modRight {
	float: left;
	width: 200px;
	padding: 0px;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/
#content {
		float:left;
		min-height: 450px;
		height: auto;
		width: 450px;
		padding: 0px 0px 0px 0px;
		margin: 13px 15px 10px 300px;
		display:inline;
		
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/


#footer {
	clear: both;
	width: auto;
	height: 70px;
	padding: 10px 15px 5px 350px;
	margin: 0px auto 0px auto;
	font: normal 10px/13px Trebuchet MS, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: url(images/footer.jpg) no-repeat scroll center top;
}

.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.addressSidebar {
	font: normal 12px/16px Trebuchet MS, Helvetica, sans-serif;
	color: #3F3124;
	width: 175px;
	padding: 10px;
	margin-left: 5px;
	background-color:#ADA28D;

}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
