/* layout */
body {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	margin:0;
	padding:0;
	background: #BEBEC0 url(./images/body_back.png) repeat-x scroll left 100px;
}
#wrapper {
	margin:0 auto;
	padding: 0;
	width:980px;
	background:transparent url(./images/wrapper_back.png) repeat-y scroll 10px top;
}

#wrapper_inner {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	margin:0;
	padding:0;
}

#header {
	background:transparent url(./images/header_back.png) no-repeat scroll left top;
	height: 110px;
	margin: 0px 30px 0px 30px;
}
#header .logo {
	float: left;
	margin: 10px;
	background:transparent url(./images/header_logo.png) no-repeat scroll left top;
	width:126px;
	height: 80px;
}
#header .logo h1 {
	display: none;
}
#menu {
	display: none;
	height:90px;
	margin:0 auto;
	padding:0;
	float: right;
}
#menu ul {
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:50px 0 0;
}
#menu li {
	float:left;
}
#menu a {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:transparent url() no-repeat scroll left top;
	border:medium none;
	display:block;
	height:30px;
	padding:9px 0 0;
	text-align:center;
	text-decoration:none;
	width:130px;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration:none;
}
#menu .current_page_item a {
	padding-left:0;
}
#banner {
	height: 230px;
	background: transparent url(./images/wrapper_inner_back.png) repeat-x scroll 10px top;
	margin: 0px;
	padding: 0px 30px;
	overflow: hidden;
}	

#page {
	margin: 20px 50px 20px 50px;
}

#content .smallPrint {
	color: #B4B5AF;
}
#content .smallPrint h1 {
	color: #B4B5AF;
	font-size: 1.2em;
}
#content .smallPrint p {
	font-size: 1em;
}
#footer {
	margin: 20px 10px 0px 10px;
	padding: 0px 40px 60px 40px;
	background: transparent url(./images/footer_back.png) no-repeat scroll left bottom;
}

#footer .logo {
	float: right;
	margin: 10px;
	background: transparent url(./images/footer_logo.png) no-repeat scroll left bottom;
	width:126px;
	height: 80px;
}
#footer .logo h1 {
	display: none;
}
#footer #copyright {
	color: #B4B5AF;
	padding-top: 5px;
}
#footer #copyright p {
	font-size: 0.9em;
}
#page .cta ul {
	list-style-image:url(./images/bullet_white_large.png);
}
#page .cta {
	clear: both;
	border-top: 1px solid #FFFFFF;
}

#page .cta p, #page .cta li{
	font-size: 1.2em;
}

#page .info .cta {
	background: none;
}

/* 2 column layout */
#page .col{
	margin: 10px 10px 10px 0px;
	float: left;
	width: 50%;
}
#page .col+.col{
	margin-right: 0px;
}
#page .col+.col+*{
	clear: both;
}

#content .info{
	width: 263px;
}

#page .box {
	float: left;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

#content .cta {
	min-width:200px;
	clear: both;
	float: right;
}

#page .cta a {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:transparent url(./images/lnk_arrow_white.png) no-repeat scroll right top;
	padding-right: 20px;
	color: #BEBEC0;
}
#page .cta a:visited {
	color: #BEBEC0;
}

#content {
	float:left;
	width:580px;
}
#content .cta p {
	text-align: right;
}

#content blockquote .cite {
	font-weight: bold;
}

#content .cta+* {
	clear: both;
}

#sidebar {
	float:right;
	margin:0 0 0 20px;
	width:280px;
}
#sidebar .button{
	text-align: center;
	margin-bottom: 10px;
}
#page .box h1 {
	font-size: 1.5em;
}
#sidebar .box {
	width: 260px;
}
#sidebar .contact h1+p {
	margin-top: 10px;
}
.slide {
	background-color: #FFFFFF;
}
