/* --------------------------------------------------
Site:     Coppermark Bank (www.coppermarkbank.com)
Author:   Bryan Sullivan
Version:  July 18, 2007
-------------------------------------------------- */

@import url("../shared/reset.css");
@import url("/css/shared/typography.css");

/* =Background Images
-------------------------------------------------- */
html {
	background: url(/images/homepage/backgrounds/html.jpg) repeat-x left top;
}
body {
	background: url(/images/homepage/backgrounds/body.jpg) no-repeat center top;
}

/* =Page Elements
-------------------------------------------------- */
#page {
	width: 784px;
	margin: 0 auto;
}

/* =Header
-------------------------------------------------- */
#header {
	width: 784px;
	position: relative;
	z-index: 1;
}
#logo {
	float: left;
	width: 240px;
	height: 100px;
}
#logo img {
	display: block;
}
#sec-nav {
	float: right;
	width: 258px;
	height: 43px;
	padding-top: 57px;
}
#sec-nav img {
	display: block;
}

/* =Main Image
-------------------------------------------------- */
#main-image {
	float: left;
	clear: both;
	width: 784px;
	height: 295px;
}
#main-image img, #main-image object, #main-image embed {
	display: block;
	width: 784px;
	height: 295px;
	border: none;
	outline: none;
}
#main-image-medium {
	float: left;
	width: 586px;
	height: 295px;
	margin-right: 4px;
}
#main-image-medium img, #main-image-medium object, #main-image-medium embed {
	width: 586px;
	height: 295px;
	margin-right: 4px;
}
#main-image-small {
	float: left;
	width: 194px;
	height: 295px;
}
#main-image-small img, #main-image-small object, #main-image-small embed {
	width: 194px;
	height: 295px;
}

/* =State Selection
-------------------------------------------------- */
#state-selection {
	float: left;
	clear: both;
	width: 784px;
	height: 295px;
}

/* =Main Navigation
-------------------------------------------------- */
#main-nav {
	position: absolute;
	width: 561px;
	height: 94px;
	top: 357px;
	left: 23px;
	z-index: 2;
}
#main-nav ul, #main-nav li, #sec-nav ul, #sec-nav li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}
#main-nav a:link, #main-nav a:visited, #main-nav a:hover {
	position: relative;
	float: left;
	display: block;
	width: 131px;
	height: 94px;
	text-decoration: none;
	z-index: 3;
}
#main-nav #express-logo {
	float: left;
	width: 168px;
	height: 94px;
}

/* =Promo Image
-------------------------------------------------- */
#promo-image {
	position: absolute;
	width: 150px;
	top: 296px;
	right: -190px;
	z-index: 2;
}
#promo-image img {
	display: block;
	width: 150px;
	border: none;
	outline: none;
}
#promo-image a:link, #promo-image a:visited, #promo-image a:hover {
	position: relative;
	float: left;
	display: block;
	width: 149px;
	height: 112px;
	text-decoration: none;
	z-index: 3;
}

/* =Content Elements
-------------------------------------------------- */
#content {
	float: left;
	width: 784px;
}
#content-main {
	float: left;
	width: 586px;
	padding-top: 78px;
}
#content-sub {
	float: left;
	width: 194px;
	padding-left: 4px;
}

/* =Footer
-------------------------------------------------- */
#footer {
	float: left;
	width: 784px;
	padding: 69px 0 15px 0;
	padding: 52px 0 15px 0;
	position: relative;
	color: #9C9C9C;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #9C9C9C;
	text-decoration: none;
}
#footer-border {
	position: absolute;
	width: 863px;
	height: 1px;
	top: 58px;
	top: 41px;
	left: -40px;
	background: none;
}
#footer-border img {
	display: block;
}
#contact {
	font-size: 14px;
}
#contact a:link, #contact a:visited, #contact a:hover {
	background: url(/images/shared/backgrounds/footer-links.gif) no-repeat right 5px;
	padding-right: 14px;
}
#ter-nav, #state-link {
	font-size: 9px;
}
#copyright {
	font-size: 11px;
}

/* =News
-------------------------------------------------- */
#news {
	width: 285px;
	color: #9C9C9C;
	font-size: 14px;
	padding-left: 50px;
}
#news h1 {
	margin: 0;
}
#news ul, #news li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#news li {
	margin: 0 0 18px 0;
}
#news a:link, #news a:visited, #news a:hover {
	text-decoration: none;
	color: #9C9C9C;
	background: url(/images/homepage/backgrounds/news-links.gif) no-repeat left 4px;
	padding-left: 14px;
	/*display: inline-block;*/
}

/* =Login
-------------------------------------------------- */
#login {
	float: left;
	width: 194px;
	padding: 31px 0 0 0;
}
#login h2 {
	margin: 0;
}
#login label {
	display: block;
	float: left;
	width: 92px;
}
#login label.first-child {
	margin-right: 10px;
}
#login #id, #login #pin {
	display: block;
	width: 80px;
	padding: 0;
	margin: 0;
	border: solid 1px #9C9C9C;
	background: #FFFFFF;
}
/*#login #id:focus, #login #pin:focus {
	background: #FFFFD5;
}*/
#login label img {
	display: block;
}
#login input#submit-button {
	display: block;
	float: none;
	clear: both;
}

/* =Online Banking Infromation Button
-------------------------------------------------- */
#online-info {
	float: left;
	width: 194px;
	padding: 7px 0;
}

/* =Helpful Links
-------------------------------------------------- */
#help {
	float: left;
	width: 194px;
}
#help h2 {
	margin: 0;
}
#help select {
	width: 194px;
	color: #004B85;
}
