/*

--Berkshire Bank Kiosk screen styles

Created by Bridgeline Software, Inc.
Marcel Moreau and Brendan Sands

Contents:

	-Reset
	-General
	-Typography
	-Layout
*/


/*------------------------
	Reset
--------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*------------------------
	General
--------------------------*/
.clearfix:after, .tabbedContent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .tabbedContent {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .tabbedContent {display:block;}
/* End hide from IE Mac */
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}


/*------------------------
	Typography
--------------------------*/
a {
	color: #006940;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
em {
   font-style: italic; 
}
p {
	font-size: 1.3em;
	color: #323232;
	line-height: 1.6em;
	margin: 0 0 1.4em;
}
ul {
	font-weight: bold;	
}
h1, h2, h3, h4 {
	margin: 0 0 .4em;
	color: #9b7b08;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #323232;
}
h2 {
	font-size: 2em;
}
h2.gap {
	margin: 0 0 1.8em;
}
h3 {
	font-size: 2em;
	color: #323232;
}

/*------------------------
	Layout
--------------------------*/
body {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: x-small;
	color: #323232;
}
div#pageWrapper {
	background: #fff;
	width: 990px;
	text-align: left;
	margin: 10px auto 4px;
}
div#flashObject {
	height: 370px;
	width: 990px;
	background: top left no-repeat url(images/communityRoom.jpg);
}
#swfObject a {
	display: block;
	text-align: center;
	padding: 160px 0 0;
	font-size: 3em;
	color: #c29804 !important;
}
div#contentWrapper {
	padding: 20px 20px 10px 26px;
}

/* nav*/
ul.tabbedNav {
	margin: 10px 0 0;
	padding-left: 15px;
	background: bottom left no-repeat url(images/tabsBg.gif);
	width: 919px;
	display: block;
}
ul.tabbedNav li {
	float: left;
	margin-left: 1px;
	background: top left no-repeat url(images/tab-Left.gif);
}
ul.tabbedNav li a {
	padding: 7px 30px;
	display: block;
	font-size: 1.2em;
	background: top right no-repeat url(images/tab-Right.gif);
}
ul.tabbedNav li.selected {
	background: top left no-repeat url(images/tabActive-Left.gif);
}
ul.tabbedNav li.selected a {
	color: #9b7b08;
	background: top right no-repeat url(images/tabActive-Right.gif);
}
div.tabbedSection {
	clear: left;
	background: top left repeat-y url(images/tabbedSectionBg.gif);
}
div.tabbedSection div.tabbedContent {
	padding: 25px 30px;
	background: bottom left no-repeat url(images/tabbedSectionBottom.gif);
}

/* column widths */
div.tabbedSection .col1 {width: 480px;}
div.tabbedSection .col2 {width: 340px;}
div.tabbedSection .col3 {width: 520px;}
div.tabbedSection .colHalf {width: 425px;}

.tabbedContent ol {
	margin: 0 0 0 20px;
	width: 550px;
}
.tabbedContent ol li {
	padding: 0 0 10px 65px;
	margin: 0 0 1.6em;
	height: 8em;
}
.tabbedContent ol li h3 {
	font-size: 1.8em;
	margin: 0 0 .2em;
}
li.one {
	background: url(images/list_one.gif) top left no-repeat;
}
li.two {
	background: url(images/list_two.gif) top left no-repeat;
}
li.three {
	background: url(images/list_three.gif) top left no-repeat;
}
h4.download a{
	background: url(images/icon_download.gif) top center no-repeat;
	font-size: 1.3em; 
	text-align: center; 
	width: 95px; 
	display: block;
	font-weight: bold;
	margin-right: 60px;
	padding: 76px 0 0;
}
img.overview {
	margin: 0 0 24px;
}
.import {
	clear: both;
	height: 560px; 
	margin: 3em 0 0;
	width:874px; 
}
.feature {
	margin: 0 0 4em;
}
.feature h3 img {
	float: left;
	margin: 6px 10px 0 0;
}
.feature p{
	margin: 0 0 0 104px;
}
.vcard {
	margin: 15px 0 3em;
}
.vcard p {
	margin: 0;
}
.vcard p a {
	cursor:pointer
}
.strong {
	display: block;
	font-weight: bold;
}
.hours {
	border-right: 1px solid;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
}

/* copyright Stuff */
div.centerAlign {
    text-align: center;
    display: block;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 15px;
}
h3.calendar {
	cursor:pointer;
	color: #006940;
}
h3.calendar:hover {
    text-decoration: underline;
}
h3.calendar span {
	cursor:pointer;
	padding-top: 5px;
	display: block;
}


/* footer */
div#footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 0 0 1em;
}
div#footer p {
	color: #fff;
	float: left;
	font-size: 1.2em;
}
div#footer a {
	color: #fff;
	float: right;
	font-size: 1.3em;
}
