/* Import required stylesheets */

/*** Deep Red : #d52b1e ***/

@import url('/css/superfish.css');
@import url('/css/superfish-vertical.css');
@import url('/css/facebox.css');
@import url('/css/newsTicker.css');
@import url('/css/panels.css');
@import url('/css/typography.css');

body {
/*background-image: url('/media/1220/pat_20030818150705.gif');*/
background-image: url('/media/1664/canvas_background.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
}

/* Extends container class from blueprint-screen.css */
.container {
	border-left: solid 3px #444;
	border-right: solid 3px #444;
	background-color: white;
}

#header {
	position: relative;
}


#home #header
{
	background-image: url('/media/1654/header_background_red.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	height: 175px;
	width: 950px;
	border-bottom: solid 1px black;
}

#inside #header
{
	background-image: url('/media/1654/header_background_red.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	height: 175px;
	width: 950px;
	border-bottom: solid 1px black;
}

#header #anniversary {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 5;
}

.homeImage {
	height: 255px;
	width: 650px;
	margin-top: -16px; 
	margin-left: 27px; 
	z-index: 0;
	position: relative; }

/* Logo placement for home and inside pages */

#home .homeLogo {z-index: 2;position: relative; margin-top: 45px; margin-left: 358px;}
#inside .homeLogo {z-index: 2;position: relative; margin-top: 45px; margin-left: 358px;}

#tools {
	background-color: black;
	color: white;
	height: 20px;
	text-align: right;
}

#tools p {margin: 0; padding: 0 8px 0 0;}

#tools a {color: white; text-decoration: none;}

#home #bodyWrapper {
	background-image: url('/media/1669/body_background_grey.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 950px;
}

#inside #bodyWrapper{
	background-image: url('/media/1669/body_background_grey.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 950px;
	min-height: 450px;
}

#leftColumn{
	background-color: black;
	border-right: solid 1px black;
	margin-right: -1px;
	min-height: 600px;
	width: 230px;
	margin:0;
	padding: 0;
}

.leftColumn{
	background-color: #000;
}


#leftNav{
	margin-top: 0;
	height: 307px;
	position: relative;
	z-index: 1;
	background-color: black;
}

#leftNav li {
	z-index: 99;
}

#atmLocator{
	clear: both;
	padding: 10px;
	background-color: #9bb3c2;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#atmLocator p {margin: 0; padding: 0; font-weight: bold;}

#contentMain {padding: 15px; }

#contentFooter {
	/* background-color: #ccc;
	border: solid 1px black; 
	padding: 6px; */
	margin-top: 12px;	
}

#contentSecondary {padding: 8px 4px;}

#footer{
	/*background-image: url('/media/901/footer_background.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;*/
	border-top: solid 1px black;
	padding-top: 6px;
}

#footer p {padding: 0 6px;}

#footerCap {
	background-color: black; 
	text-align: center;
	margin: 0;
	padding: 0;
}

#footerCap img {margin: 0; padding: 0;}

/* Static sub navigation */

#subNavigation {
	width: 190px;
}

#subNavigation h2 {
	font-size: 90%; 
	color: white; 
	background-color: black; 
	margin: 0; 
	padding: 3px 6px;
}

#subNavigation ul  {
	width: 158px;
	margin: 0;
 	border: solid 1px black;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	padding: 10px 15px;
	list-style-type: square;
}

#subNavigation li {
	padding: 0 0 0 3px;
	margin-left: 1.2em;
	text-indent: -5px;
        text-transform: capitalize;
}

#subNavigation ul li a {
	color: #142f57;
	text-transform: capitalize;
}


/* Top News Items Scroller */

#topNewsItems {
	width: 450px;
	height: 22px;
	margin: 8px auto 16px auto;
	border: solid 1px silver;
}

#topNewsItems .header {
	margin: -1px 0 0 -1px;
	float: left;
	width: 44px;
	padding: 0;
	border-right: solid 1px silver;
	font-weight: bold;
}

#topNewsItems .item {
	margin: 0;
	width: 400px;
	margin-left: 48px;
	padding: 0;
}

#topNewsItems .item a {color: black; font-weight: bold; text-decoration: none; margin-top: 2px;}

/* Homepage News Block */

.homeNews td {
	vertical-align: top;
 	padding-bottom: 8px;
	padding-left: 6px;
}

.homeNews td a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* Rates Table */

.rateTable {background-color: transparent; width: 100%;}

.rateTable td {vertical-align: top; padding: 3px; border-bottom: solid 1px silver;}
.rateTable th {vertical-align: top; padding: 3px; border-bottom: solid 1px silver;}

.rateTableOdd {background-color: #EEE;}
.rateTableEven {background-color: #DDD;}

.rateGroup {color: white; font-size: 120%; font-weight: bold; background-color: #333; padding: 4px 0 4px 8px; border-top: solid 10px transparent;}
.rateTableHeader td {color: white; font-weight: bold; background-color: #d52b1e; padding: 3px;}

/* Sidebar News List Items */

ul.newsList {
	margin: 0;
	list-style-type:none;
}
 
ul.newsList li {
	min-height: 50px;
	padding-bottom: 3px;
	border-bottom: solid 1px silver;
}

/* Contact Form */

div.contactForm input, submit {border: solid 1px black;}

/* Forms General */
input {border: solid 1px black; padding: 3px;}







































































































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
