/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fixed layout with two sidebars on either side of content
*/

body {
    min-width:1010px;
}
#header {
    position:relative;
}
#branding {
    width:1000px;
    margin:0 auto;
	height: 120px;
}
#access {
    position:relative;
    overflow:hidden;
    width:1000px;
    margin:0 auto;
}
.menu {
}
#main {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#home_band_wrapper {
    position:relative;
	/*background: #87a0b6;*/
	height: 375px;
}
#home_band {
    width:1000px;
	background: #e7ebf4;
    margin:0 auto;
    position:relative;
	height: 375px;
}
#subnav_wrapper_1 {
   
}
#subnav_wrapper_2 {
    width:1000px;
	background: #FFF;
	height: 40px;
}
.home_block {
    width:1000px;
	height: 375px;
}
#container {
    width:1000px;
    float:left;
	min-height: 400px;
}
#content-wrap {
	clear:both;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
    overflow:hidden;
}
.home #content-wrap {
	width: 730px;
}
/*.home #content-wrap {
	margin-left: 250px;
}*/
#content-wrap .pad {
	padding: 10px 0 0 0;
}
.home #content-wrap .pad {
	padding-top: 28px;
}
#primary-wrap {
    width:230px;
    float:left;
	margin: 30px 0 0 -231px;
}
.home #primary-wrap {
    width:230px;
}
* html #primary-wrap {
	left: 20px;
	position: relative;
}
#secondary {
	margin: 24px 210px 0 210px;
    overflow:hidden;
    float:left;
}
#footer {    
    clear:both;
    width:1000px;
    margin:0 auto;
}
#footer_left {    
    width: 250px;
    float:left;
}
#footer_left .pad {    
    padding-left: 20px;
}
#footer_right {    
    width: 730px;
    float:left;
}
#subsidiary {
    width:1048px;
    margin:0;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    display: none;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:1028px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:1028px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}
