@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #333;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
h2 { font-size: 1.8em; color: #444; margin: 0px 10px .25em 0px; font-weight: bold; }
h3 { font-size: 1.2em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; line-height: 130%; }
h4 { font-size: 1em; color: #000; margin: 0px 0px .25em 0px; font-weight: normal;}
h5 { font-size: .9em; color: #000; margin: 0px 0px .5em 0px; line-height: 130%; font-weight: normal;}
h6 { font-size: .7em; color: #000; margin: 0px 0px 0em 0px; line-height: 80%; font-weight: normal; }
p {
	font-size: 1.1em;
	margin: 0px 10px .5em 0px;
	font-weight: normal;
	line-height: 140%;
}
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #00c;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #0199df; text-decoration: underline; }

figure { margin: 0px; padding: 0px; }
figure .figure_photo {
	margin: 0px 0px 10px 10px;
	display: block;
	float: right;
	height: 263px;
	width: 380px;
	background-image: url(../images/trade-up-med.jpg);
}
figure .figure_photo1 {
	background: url("../artwork/union-vday-bnr-big.jpg") 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 20px auto;
	height: 800px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url(../artwork/wells-fargo-logo-big.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	margin: 0 10px 0 10px;
	height: 59px;
	border: 0px solid #000;
}
figure .figure_photo3 {
	background: url(../artwork/union-plus-logo-big.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: left;
	width: 120px;
	margin: 0px 10px 0 0;
	height: 108px;
	border: 0px solid #000;
}
figure .figure_photo4 {
	background: url(../artwork/union-made-easter-big.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 20px auto;
	height: 503px;
	border: 0px solid #000;
}
figure .figure_photo7 { background-image: url(../artwork/loc-icon-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
.page_content_container_center figure figcaption { font-size: 1em; color: #000; font-style: italic; margin: 0px 0px 10px 10px; padding: 0px 0px 0px 0px; }


/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; }
.page header {
	display: block;
	margin: 0px auto 0px auto;
	top: 0px;
	position: relative;
	height: 120px;
	background: url(../images/home-banner-big.jpg) 50% 0;
	background-repeat: no-repeat;
	background-color: #003300;
}
	a.fb {
	position: absolute;
	top: 130px;
	right: 4%;
	width: 30px;
	height: 30px;
	background: url(../artwork/f.png) no-repeat 0px 0px;
	}
	a.twitter {
	position: absolute;
	top: 130px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: url(../artwork/twitter-big.png) no-repeat 0px 0px;
	}
.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	background-color: #003300;
}

.page .page_content .content {
	margin: 0px 10px 15px 10px;
	padding: 0px;
}
.page .page_content .page_content_container_top {
	width: 98%;
	float: left;
	margin: 20px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left-top {
	width: 60%;
	float: none;
	margin: 20px auto 10px auto;
	padding: 10px;
	height: auto;
	background-color: #efefef;
}
.page .page_content .page_content_container_left {
	width: 60%;
	float: none;
	margin: 20px auto 10px auto;
	height: auto;
	background-color: #fabed8;
    padding: 10px;
}

.page .page_content .page_content_container_right {
	width:50%;
	float: right;
	margin: 20px 10px 20px 0px;
	height: auto;
	background-color: #99ff99;
	padding: 10px;
}
.page .page_content .page_content_container_bottom-left {
	width: 52%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_bottom-right {
	width: 43%;
	float: right;
	margin: 10px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
.page footer {

	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 30px;
	font-size: 1em;
	color: #fff;
	height: auto;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #003300 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#003300), color-stop(80%,#000000));
}

.clear_both { clear: both; line-height: 1px; }
/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 0px; }
	.page {
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
	background-color: #fff; }  
    h1 { font-size: 1.8em; }
	.page header {
	height: 74px;
	background-image: url(../images/home-banner-sml.jpg);
	background-color: #fff;
	align: center;
}
	a.fb {
	position: absolute;
	top: 10px;
	right: 7%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}
a.twitter {
	position: absolute;
	top: 10px;
	right: 2%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}

.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .content {
	margin: 0px;
	padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	min-height: 45px;
	background-color: #003300;
}
	
.page .page_content .page_content_container_top {
	width: 100%;
	float: left;
	margin: 10px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
	.page .page_content .page_content_container_left-top {
	width: 96%;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 10px;
	height: auto;
	background-color: #efefef;
}
figure .figure_photo2 {
	background: url(../artwork/wells-fargo-logo-sml.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: right;
	width: 100px;
	margin: 0 10px 0 10px;
	height: 29px;
	border: 0px solid #000;
}
figure .figure_photo3 {
	background: url(../artwork/union-plus-logo-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: left;
	width: 80px;
	margin: 0px 10px 0 0;
	height: 72px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_left {
	width: 100%;
	float: left;
	margin: 10px 0 0 0px;
	height: auto;
	background-color: #fabed8;
}
.page .page_content .page_content_container_center {
	width: 0%;
	float: left;
	margin: 10px 0 0 0px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_right {
	width: 95%;
	float: left;
	margin: 10px 10px 10px 0px;
	height: auto;
	background-color: #99ff99;
}.page .page_content .page_content_container_bottom-left {
	width: 98%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_bottom-right {
	width: 98%;
	float: left;
	margin: 10px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
figure .figure_photo1 {
	background: url("../artwork/union-vday-bnr-sml.jpg") 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 10px auto;
	height: 350px;
	border: 0px solid #000;
}
figure .figure_photo4 {
	background: url(../artwork/union-made-easter-sml.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 20px auto;
	height: 268px;
	border: 0px solid #000;
}
figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-sml.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 24px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 19px;
border: 0px solid #000; }
.page .page_content .page_content_container_bottom { width: 95%; float: left; margin: 0px 0px 10px 0px; padding: 5px 5px 0 5px; }	
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 1200px) {
.page { margin: 0px; padding: 0px; font-size: .9em }
	h1 { font-size: 1.8em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
	h2 { font-size: 1.6em; color: #444; margin: 0px 10px .25em 0px; font-weight: bold; }
	.page header {
	height: 64px;
	background-image: url(../images/home-banner-med.jpg);
	padding: 10px 30px 0px 75px;
}
.page .page_content { background-color: #fff; padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	min-height: 45px;
	background-color: #003300;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 52%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}

	a.twitter {
	position: absolute;
	top: 5px;
	right: 49%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}

.page .page_content .page_content_container_top {
	width: 80%;
	float: left;
	margin: 20px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left {
	width: 80%;
	float: none;
	margin: 10px auto 10px auto;
	height: auto;
        background-color: #fabed8;
}

.page .page_content .page_content_container_right {
	width: 95%;
	float: left;
	margin: 10px 0px 0px 10px;
	height: auto;
	background-color: #99ff99;
}
.page .page_content .page_content_container_bottom-left {
	width: 35%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_bottom-right {
	width: 60%;
	float: right;
	margin: 10px 0 10px 10px;
	height: auto;
	background-color: #fff;
}
figure .figure_photo {
	margin: 0px 10px 10px 10px;
	display: block;
	float: right;
	width: 220px;
	height: 151px;
	background-image: url(../images/trade-up-sml.jpg);
	border: 0px solid #000;
}
figure .figure_photo1 {
	background: url("../artwork/union-vday-bnr-med.jpg") 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 10px auto;
	height: 600px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_left-top {
	width: 100%;
	float: left;
	margin: 20px 0 10px 0;
	padding: 10px;
	height: auto;
	background-color: #efefef;
}
figure .figure_photo2 {
	background: url(../artwork/wells-fargo-logo-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: right;
	width: 150px;
	margin: 0 10px 0 10px;
	height: 44px;
	border: 0px solid #000;
}
figure .figure_photo3 {
	background: url(../artwork/union-plus-logo-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	float: left;
	width: 80px;
	margin: 0px 10px 0 0;
	height: 72px;
	border: 0px solid #000;
}
    figure .figure_photo4 {
	background: url(../artwork/union-made-easter-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 10px auto 20px auto;
	height: 377px;
	border: 0px solid #000;
}
figure .figure_photo7 { background-image: url(../artwork/loc-icon-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure { display: block; margin: 0px; padding: 0px; }
}
.red {
	color: #cc0000;
}
.page footer .footer_content p {
	color: #FFF;
}
.white {
	color: #FFF;
}
