/**************************
   HTML selector elements 
**************************/

/* body */
body {
	background-color: #E5EAE7;
	margin: 0 auto;
}

/* Text */
body, td, th, input, select, textarea, ul, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,Arial,Helvetica,sans-serif;
	color: #666666;
	font-size: 12px;
}

/* Heads */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	margin: 0px;
}

/*Headings*/

.about {
	margin: 0px 0 10px 490px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 20px;
	background: url(../img/about-pent-head.jpg) no-repeat;
}

.morepent {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 20px;
	background: url(../img/pent-more.jpg) no-repeat;
}

.flat1more {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/flat1-more.jpg) no-repeat;
}

.vt {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 56px;
	background: url(../img/vt-head.jpg) no-repeat;
}
.vt2 {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 56px;
	background: url(../img/vt-head.jpg) no-repeat;
}

.apt {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/apt-head.jpg) no-repeat;
}

.aptmore {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/more-apt-head.jpg) no-repeat;
}
.pentintro {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/pent-head.jpg) no-repeat;
}

.flat1 {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/flat1-head.jpg) no-repeat;
}
.stair {
	margin: 0px 0 10px 490px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 20px;
	background: url(../img/stair-head.jpg) no-repeat;
}
.cromer {
	margin: 0px 0 10px px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/cromer-head.jpg) no-repeat;
}

.cromermore {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/more-nn-head.jpg) no-repeat;
}
.nornor {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/more-nornor.jpg) no-repeat;
}

.events {
	margin: 0px 0 10px 0px;
	padding: 0;
	text-indent: -2000px;
	width: auto;
	height: 25px;
	background: url(../img/events-head.jpg) no-repeat;
}

/* Paragraphs */
p {
	margin: 0px 0px 8px 0px;
	line-height: 120%;
}

/* Links */
a {
	color: #000000;
	text-decoration: none;
}

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

a img { border: none; }


/*  wrapper */
#wrapper {
	width: 900px;
	margin: 0 auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Header  */
#header {
	height: 106px;
	background-image: url(../img/bank-header3.jpg);
}

#header h1 {
	text-indent: -1000em;
}

#header h2 {
	text-indent: -1000em;
}

/* Navigation links */
#navigation {
	border-top: 1px solid #e5eae7;
	height: 15px;
	padding: 10px 10px 10px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 14px;
	text-transform: uppercase;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px 12px;
	display: inline;
}

#navigation a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #889fba;
	text-decoration: underline;
	border-top: 1px solid #4e637d;
	border-bottom: 1px solid #4e637d;
}

#navigation-home {
	border-top: 1px solid #e5eae7;
	height: 15px;
	padding: 30px 10px 10px 135px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 14px;
	text-transform: uppercase;
}

#navigation-home ul {
	margin: 0 0 0 40px;
	padding: 0px;
}

#navigation-home li {
	margin: 0px;
	padding: 0px 12px;
	display: inline;
}

#navigation-home a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation-home a:hover {
	color: #C2C8C6;
	text-decoration: underline;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/* intro */	

#intro-image {
	background-color: #E5EAE7;
	z-index: 15000;
	float: right;
	margin-left: 10px;
}

#vt-intro {
	background-color: #E5EAE7;
	float: right;
	z-index: 15000;
	margin-top: 10px;
	padding: 10px;
	margin-left: 20px;
}


#intro-image h1 {
	font-size: 22px;
	margin-bottom: -5px;
	color: #FFFFFF;
	font-weight: normal;
}

#intro-image h2, #intro-image h3, #intro-image h4, #intro-image h5, #intro-image h6 {
	font-size: 18px;
	margin-bottom: -8px;
	color: #c4d3d3;
	font-weight: normal;
}

/* Right hand box */

#intro_text li {
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	background-position: 0 4px;
}	

#intro_vt li {
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 10px;
	background-position: 0 4px;
	display: inline;
}	
#intro_text {
	padding: 0px 0px 0px 0px;
	}
	
	#intro_text h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #889DBC;
	font-family: GillSans, Helvetica, sans-serif;
	padding-top: 10px;
}

#more_text {
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	min-height: 350px;
	}
	
	#more_text h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #889DBC;
	font-family: GillSans, Helvetica, sans-serif;
	padding-top: 10px;
}
	
#intro_vt {
	padding: 0px 0px 0px 0px;
	min-height: 220px;
	}
#intro_vt ul {
	padding-left: 0px;
}

#slideContent {
	float: right;
	margin-left: 15px;
}

/* Front page boxes */
#feature-boxes {
	clear: both;
	height: 200px;
	padding: 20px 0px 20px 17px;
}

#feature-boxes .box {
	width: 237px;
	margin-right: 3px;
	float: left;
}

#feature-boxes .box-head {
	background-color: #6f807c;
	padding: 5px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 13px;
	margin-bottom: 1px;
	font-variant: small-caps;
}

#feature-boxes .box-text {
	padding: 8px;
	color: #FFFFFF;
	background-color: #90a0a0;
	height: 54px;
	margin-top: 1px;
}

#box-left, #box-middle, #box-right {
	height: 100px;
}

#box-right {
	background-image: url("file:///Bob the New HD/Users/jonjackson/Documents/jj_websites/A-F/images/box-right_bg.jpg");
}

#box-middle {
	background-image: url("file:///Bob the New HD/Users/jonjackson/Documents/jj_websites/A-F/images/box-middle_bg.jpg");
}

#box-left {
	background-image: url("file:///Bob the New HD/Users/jonjackson/Documents/jj_websites/A-F/images/box-left_bg.jpg");
}




/* features */
#features {
	clear: both;
	height: 200px;
	background-color: #333c40;
}

.features_text {
	float: right;
	width: 245px;
	margin: 10px;
}

.features_text h1 {
	font-size: 28px;
	font-variant: small-caps;
	color: #6f807c;
	margin-top: -10px;
	font-weight: normal;
}

.features_text h2 {
	font-size: 18px;
	font-variant: small-caps;
	color: #666666;
	margin-top: 15px;
	font-weight: normal;
}

/* main */
#main {
	clear: both;
}
#main ul {
	margin-top: 0px;
	padding-left: 15px;
}

#main li {
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	
	padding-left: 15px;
	background-position: 0 4px;
}	

/* footer */
#footer {
	height: 50px;
	color: #FFFFFF;
	padding: 15px 10px 5px 10px;
	text-align: center;
}

#footer a {
	color: #90A0A0;
	text-decoration: underline;
}

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

#footer h2 {
	font-weight: normal;
	font-size: 10px;
	color: #6F807C;
}

#footer h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -5px;
	color: #90A0A0;
}



/* Images */
.image_right {
	border: 1px solid #FFFFFF; 
	float: right; 
	margin-left: 10px;
}

.image_left {
	border: 1px solid #FFFFFF; 
	float: left; 
	margin-right: 10px;
}

.image_left_nb {
	float: left; 
	margin-right: 10px;
    margin-bottom: 25px;
}

.image_right_nb {
	float: right; 
	margin-left: 10px;
}


/* box-right meny */
#box-right_menu {
	margin: 20px 0px; 
	padding: 5px; 
	text-align: center; 
	border: 1px solid #FFFFFF; 
	background-image: url("file:///Bob the New HD/Users/jonjackson/Documents/jj_websites/A-F/images/feature-boxes_bg.jpg");
	background-repeat: repeat-x;
	background-color: #504446;
}

#box-right_menu p {
	color: #FFFFFF; 
}


#shadbg {
	width: 1000px;
	background-image: url(../img/shadbg.jpg);
	margin: 0 auto;
}



#intro {
				background-position: top left;
				height: 190px;
				width: 500px;
				margin-top: -193px;
			}
#photos {
	float: right;
	width: 520px;
	margin-left: 20px;
	border-color: #E5EAE7;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	background-color: #ffffff;
}
#shadbg #wrapper #main #photos p {
	font-size: 10px;
	color: #000000;
}

#shad-top {
	width: 1000px;
	margin: auto;
	background-image: url(../img/shad-top.jpg);
	height: 45px;
	background-repeat: no-repeat;
}
#shad-bot {
	width: 1000px;
	margin: auto;
	background-image: url(../img/shad-bot.jpg);
	height: 38px;
	background-repeat: no-repeat;
}
#jj {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}

img#jj {
	background:transparent url(../img/jj-logo.jpg) no-repeat scroll 0 0;
	float: right;
	height: 25px;
	width: 100px;
}

a.jjlink {
border:0 none;
cursor:pointer;
text-decoration:none;
}


/*Gallery*/

.thumbnail
{
	float: left;
	margin: 0 6px 10px 0px;
	font-size: 70%;
	font-style: italic;
}
.vt-thumbs {
	float: left;
	margin: 0 6px 6px 0px;
	font-size: 70%;
	font-style: normal;
}
.vt-thumbs a {
	color: #000000;
}
.vt-thumbs a:hover {
	color: #889fba;
}
a.current {
	color: #E5EAE7;
	font-weight: bold;
}
#home-bk1 {
	width: 1000px;
	margin: auto;
	background-image: url(../img/home-bk1.jpg);
	height: 750px;
	background-repeat: no-repeat;
}
#home_text {
	visibility: hidden;
	text-indent: -1000em;
}

.thumbnailright {
	float: right;
	margin: 0 0px 10px 10px;
	font-size: 70%;
	font-style: italic;
}
#intro_vt h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #889DBC;
	font-family: GillSans, Helvetica, sans-serif;
}
.moretodo  {
	font-family: GillSans, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #49617B;
	font-weight: bold;
}
