/* LAYOUT */
#page {}
	#page .inner {margin:0 15px;}

	/* LAYOUT > home */
	#home #wrapper {}
		#home #content {margin:0 175px 0 0;}
	#home #additional {width:175px;}

#container {}
	#wrapper {float:left; width:100%;}
		#content {margin:0 180px 0 165px; padding:0 10px 0 10px;}
	#subnav {float:left; margin-left:-100%; width:160px;}
		#subnav .header {margin:0;}
		#subnav .padding {padding:6px 0 0 0; background:none;}
	#additional {float:right; margin-left:-100%; width:175px;}


/* HERO BANNER */
#banner-hero {}
#banner-hero .fade {background:none;}
#banner-hero .copy {width:100%; float:none; margin-top:72px; background-image:none;}
#banner-hero h2 {margin-bottom:5px !important;}
#banner-hero p {padding:0 10px 10px 0;}

	#home #banner-hero .copy {background-image:url(/images/corner-top-right-large.gif);}

/* CORNERS */
#banner-hero .corner {background:url(/images/corner-top-right-large.gif) top right no-repeat; border-top:1px solid #FFF;}
#banner-hero .corner .corner {height:140px; background:url(/images/corner-bottom-right-large.gif) bottom right no-repeat; border:0;}


/*#banner-hero .corner .corner {background:url(/images/corner-top-right-large.gif) top right no-repeat;}
#banner-hero .corner .corner .corner {background:url(/images/corner-bottom-left-large.gif) bottom left no-repeat;border:0;}
#banner-hero .corner .corner .corner .corner {position:relative; height:auto;}
*/


/* COLUMNS */
/* two column */
.two-column .col-one, .two-column .col-two {width:100%;}
	.two-column .col-one, .two-column .col-two {float:none;}

.login .col-one, .login .col-two {width:49%;}
	.login .col-one {float:left;}
	.login .col-two {float:right;}

/* three column */
.three-column .col-one, .three-column .col-two, .three-column .col-three {width:49%;}
	.three-column .col-one {float:left;}
	.three-column .col-two {float:right;}
	.three-column .col-three {float:left;}

#home .three-column .col-one, #home .three-column .col-two, #home .three-column .col-three,
form fieldset .three-column .col-one, form fieldset .three-column .col-two, form fieldset .three-column .col-three {width:32%;}
	#home .three-column .col-one, form fieldset .three-column .col-one {float:left; margin-right:2%;}
	#home .three-column .col-two, form fieldset .three-column .col-two {float:left;}
	#home .three-column .col-three, form fieldset .three-column .col-three {float:right;}


/* TEMPLATES */
/* CONTACT */
#contact #contact-index {background:url(/images/contact-map-small.gif) 50% 0 no-repeat;}


/* FILTERS > IE */
*+html body #additional {margin-left:-175px;} /* IE7 */
* html body #additional {margin-left:-175px;} /* <IE7 */
	*+html body #home #additional {margin-left:-175px;} /* IE7 */
	* html body #home #additional {margin-left:-175px;} /* <IE7 */

* html #banner-hero .fade {background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="", sizingMethod="scale"); /* PNG SRC path needs to be absolute */}
* html #banner-hero .corner {height:1%;}

