* {
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	background-color: #5D5956;
	background-image: url(images/banks-back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height: 100%;
}

a:link, a:visited, a:active {
	color: #ffe300;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	text-decoration: none;
}

TABLE {
	margin: 0;
}

TD, TH {
	padding: 0;
	vertical-align: top;

}

IMG {
	border: none;
}

H1 {
}

H2 {
}

H3 {
}

p {
	padding-bottom: 5px;
}

UL {
}

OL {
}

LI {
}

INPUT {
}

FORM {
}

LABEL {
}

/* End Tag Specs */


/* Start Container Classes Shell (Edges) HeaderLeft + HeaderRight / MainLeft + MainRight / FooterLeft + FooterRight */

DIV.Shell {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

.Shell#HomeShell {
	height: 400px;
}

DIV.Header {
	width: 780px;
	height: 160px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 3;
	border: 1px solid #FFFFFF;
}

DIV.crumbs {
	position: absolute;
	left: 6px;
	bottom: -205px;
	z-index: 8;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 11px;
}

.crumbs#HomeTag {
	position: absolute;
	left: 10px;
	top: 280px;
	z-index: 4;
	font-size: 1.1em;
	color: #ffe300;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.crumbs A:link, .crumbs A:visited, .crumbs A:active {
	font-size: .85em;
}

DIV.Main {
	width: 740px;
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 1;
	padding: 20px;
	color: #666666;
	line-height: 1.4em;
	font-size: 1.1em;
	text-align: justify;
}

.Main#Home {
	width: 780px;
	height: auto;
	padding: 0px;
	color: #FFFFFF;
	top: 38px; //change
}

.Main#Home IMG {
	border: 1px solid #FFFFFF;
}

.Main#Home p {
	padding-top: 0px;
	padding-left: 10px;
}

.Main#MainContent {
	background-color: #FFFFFF;
	min-height: 510px;
	display: block;
}
/* for Internet Explorer */
/*\*/
* html .Main#MainContent {
	height: 510px;
}
/**/

/* Headlines/Titles */
.Main H1 {
	font-size: 2.3em;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
	width: 400px;
	text-align: left;
	line-height: 1em;
}

/* Subtitles */
.Main H2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
}

/* Section titles */
.Main H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #cc9933;
	margin-bottom: 5px;
	display: inline;
}

.Main H3 A:Link, .Main H3 A:Visited, .Main H3 A:Active {
	color: #cc9933;
	text-decoration: none;
}

.Main H3 A:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* Small Notes */
.Main H4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	display: inline;
	margin-left: 5px;
}

.Main A:Link, .Main A:Visited, .Main A:Active {
	color: #cc9933;
	text-decoration: underline;
}

.Main A:hover {
	color: #ffcc00;
	text-decoration: none;
}

.Main p {
	margin: 6px 0 0;
	padding-right: 5px;
	width: 400px;
}

.Main UL {
	width: 380px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 20px;
}

.Main LI P {
	width: 360px;
}

/* Start Image Thumb + Project Brief Classes */
.Thumb {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 110px;
}

.Thumb IMG {
	width: 80px;
	border: 1px solid #cc9933;
	padding: 4px;
	margin-right: 8px;
	float: left;
}

.Thumb A:link {
}

.Thumb IMG:hover, .Brief IMG:hover {
	border: 1px solid #ffcc00;
}

IMG.IE-hover {
	border: 1px solid #ffcc00;
}

.Brief {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 100px;
	position: relative;
}

.Brief IMG {
	width: 80px;
	border: 1px solid #cc9933;
	padding: 4px;
	margin-right: 8px;
	height: 90px;
}

.Brief #Summary {
	width: 300px;
	height: auto;
	left: 100px;
	bottom: -16px;
	position: absolute;
}

.Brief H3 {
	display: block;
}

.Brief H4 {
	display: block;
	margin-left: 0px;
	margin-bottom: 2px;
}

.Brief P {
	width: 300px;
}
/* End Image Thumb + Project Brief Classes */


DIV.ImageViewer {
	width: 300px;
	float: right;
	z-index: 2;
	color: #000000;
	font-weight: bold;
	right: 20px;
	top: 20px;
	padding-left: 35px;
	position: absolute;
}

.ImageViewer IMG {
	/* width: 300px; */
	margin-bottom: 5px;
}

IMG#Image1 {
	border: 1px solid #666666;
}

.ImageViewer p {
	width: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

DIV.Footer {
	color: #FFFFFF;
	font-size: 1em;
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: -20px;
	text-align: right;
}

.Footer#HomeFoot {
	left: 0px;
	top: 336px;
}

.Footer#HomeFoot IMG {
	border-style: none;
}

.Logo {
	right: 20px;
	position: absolute;
	bottom: 20px;
}
/* End Container Classes */


/* Start Nav Classes */
DIV.Nav {
	height: 28px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 5;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	white-space: nowrap;
	width: 600px;
}

.Nav#HomeNav {
	top: 348px;
}

a:link#Current, a:visited#Current, a:active#Current {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 3px 5px;
	display: block;
}

a:hover#Current {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
	border-right: 1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

a:link#FirstItemCurrent, a:visited#FirstItemCurrent, a:active#FirstItemCurrent {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 3px 5px 3px -1px;
	display: block;
}

a:hover#FirstItemCurrent {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
	border-right: 1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

a:link#noBorderCurrent, a:visited#noBorderCurrent, a:active#noBorderCurrent {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 3px 5px;
	display: block;
	border-right-style: none;
}

a:hover#noBorderCurrent {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
	border-right: 1px solid #FFFFFF;
	border: none;
	cursor: pointer;
}

div#newsRotator
{
	position: relative;
	width: 150px;
	font-size: 10px;
	top: 3px;	/* needed for IE overlay/opacity 
		* html background: url('images/GFX/banks-back.jpg');*/
	letter-spacing: 0px;
	text-transform: capitalize;
	float: left;
	display: inline;
}

#newsRotator a:link, #newsRotator a:visited, #newsRotator a:active, #newsRotator a:hover {
	color: #ffe300;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0px;
	text-transform: lowercase;
	display: inline;
}

.Nav a:link, .Nav a:visited, .Nav a:active {
	color: #ffe300;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 3px 5px;
	display: block;
	border-right: 1px solid #FFFFFF;
}

.Nav a:hover {
	color: #ffcc00;
	text-decoration: none;
	padding: 2px 5px 2px;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 0px -1px;
}

.Nav UL {
	margin-left: 4px;
	padding-left: 0px;
	list-style-type: none;
}

.Nav LI {
	float: left;
	position: relative;
}

a:link#FirstItem, a:visited#FirstItem, a:active#FirstItem {
	margin: 0px;
	padding-left: -1px;
}

a:hover#FirstItem {
	padding-left: 4px;
}

a:link#Second, a:visited#Second, a:active#Second {
	margin: 0px 0px 0px -1px;
	padding-left: 5px;
}

a:hover#Second {
	margin-left: -1px;
	padding-left: 4px;
}

#noBorder {
	border-right-style: none;
	margin-right: 3px;
}

#noBorder:hover {
	border-right: 1px solid #FFFFFF;
	padding-right: 4px;
}

.Nav LI:Hover {
}

DIV.SubNav {
	font-size: 1em;
	position: absolute;
	top: 14px;
	left: 0px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	white-space: nowrap;
	text-transform: capitalize;
	width: 750px;
	visibility: hidden;
	height: 20px;
	padding-top: 10px;
}

#Divisions {
	left: -60px;
	z-index: 4;
}

#Divisions.SubNavHome {
	left: 0px;
	z-index: auto;
}

#Projects {
	left: -133px;
	z-index: 4;
}

#Projects.SubNavHome {
	height: 0;
	overflow: hidden;
}

#News {
	left: -350px;
	z-index: 4;
}

#News.SubNavHome {
	height: 0;
	overflow: hidden;
}

.SubNav A:Link, .SubNav A:Visited {
	color: #FFFFFF;
	border-right-style: none;
	margin: 0px;
	padding: 0px;
}

.SubNav A:Hover {
	color: #ffe300;
	padding-left: 0px;
	border: none;
}

.SubNav UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.SubNav LI {
	float: left;
	margin-left: 0px;
	list-style-type: none;
	padding-right: 10px;
	height: 20px;
}

.SubNav LI:Hover {
}

.SubNavHome {
	font-size: 1.1em;
	position: absolute;
	bottom: 8px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	white-space: nowrap;
	text-transform: capitalize;
	visibility: hidden;
	margin-left: -10px;
}

.SubNavHome  A:Link, .SubNavHome A:Visited {
	color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 0px;
}

.SubNavHome A:Hover {
	color: #ffe300;
}

.SubNavHome UL {
	padding-left: 5px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.SubNavHome LI {
	margin-left: 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
	float: none;
	height: 10px;
}
/*
.SubNavHome LI:Hover {
	border: none;
	margin-left: 0px;
	margin-top: 0px;
}

*/
DIV.TertNav {
	height: 20px;
	position: absolute;
	right: 0px;
	top: 215px;
	z-index: 10;
	font-size: 0.9em;
	text-align: right;
	color: #FFFFFF;
	width: 250px;
}

.TertNav#HomeTert {
	top: 353px;
}

.TertNav A:link, .TertNav A:Visited {
	border: none;
	display: block;
}

.TertNav A:Hover {
	border: none;
}

.TertNav LI#noBorder {
	border-left-style: none;
}

.TertNav UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.TertNav LI {
	float: right;
	margin-left: 1px;
	list-style-type: none;
	height: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
}

.TertNav #noBorder {
	border-right-style: none;
	margin-right: 0px;
}

.TertNav #noBorder:hover {
	border-right-style: none;
	padding-right: 5px;
}

/* End Nav Classes */

#keywords {
	display: none;
	font-size: 11px;
	padding: 7px;
	color: #bcbcbc;
}


#featbox_container {
	width: 100%;
	overflow: visible;
	margin-bottom:12px;
}
.featbox, .featbox_last {
	background: url(images/featbox.jpg) top left no-repeat;
	height: 185px;
	width: 244px;
	margin-right: 24px;
	margin-bottom: 24px;
	float: left;
}

.featbox_last {
	margin-right: 0;
}
#featbox_container h1 {
	font-size: 13px;
	color: #ffe254;
	font-weight: bold;
	line-height: 26px;
	display: block;
	border-bottom: 1px solid #FFF;
	margin: 0;
	width: auto;
	padding: 0 6px;
	text-decoration: none;
}
#featbox_container h1 a,#featbox_container h1 a:link,#featbox_container h1 a:visited {
	text-decoration: none;
	color: inherit;
}

#featbox_container img.featimg {
	margin: 0 1px;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.feattxt {
	padding: 7px 7px 0;
	margin: 0 1px;
	text-align: left;
	height: 96px;
	overflow: auto;
}
	.feattxt a:link, .feattxt a:visited, .feattxt a:hover {
		color: #FFF;
		font-weight: bold;
		text-decoration: underline;
	}

#ticker {
	height: 22px;
	width: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	word-spacing: 0.35em;
}
#ticker a {
	color: #FFF;
}

.fancybutton {
	margin-top:10px;
}
.fancybutton a,
.fancybutton a:link,
.fancybutton a:active,
.fancybutton a:visited {
	display:block;
	border:1px solid #000;
	/*background: #ccc;*/
	text-decoration: none;
}

.fancybutton a:hover {
	background: #999;
	border: 1px solid #555;
	text-decoration: none;
}