/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:hover {
    text-decoration: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#wrapper2 {
	margin: 0 auto;
	width: 750px;
}



/* interior styles */

#hea {
	width: 800px;
	height: 270px;
	background-image: url(images/ins-hea.jpg);
}

	#heaPhoto {
		position: absolute;
		top: 18px;
		left: 28px;
	}
	
	#heaTitle {
		position: absolute;
		top: 47px;
		left: 255px;
	}
	
	#nav {
		position: absolute;
		top: 148px;
		left: 259px;
	}

#leftColumn {
	width: 269px;
	background-image: url(images/ins-left-bak.jpg);
}

	#search {
	    position: relative;
	    /*top: -20px;*/
		width: 259px;
		text-align: center;
		/*font-size: 10px;*/
	}
	
	.searchInput {
		width: 180px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	#subNavHea {
		width: 249px;
		text-align: right;
		font-size: 17px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #6a3b16;
		/*font-weight: bold;*/
		padding-bottom: 8px;
	}
	
	.subNav {
		width: 259px;
		height: 25px;
		background-image: url(images/ins-subnav-bak.jpg);
		text-align: right;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.subNav a {
		text-decoration: none;
		margin-right: 10px;
		color: #693a15;
	}
	
	.subNav a:hover {
		color: #E7D5A3;
	}
	
	.subNavOver {
		width: 259px;
		height: 27px;
		background-image: url(images/ins-subnav-bak-over.jpg);
		text-align: right;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	
	.subNavOver a {
		text-decoration: none;
		margin-right: 10px;
		color: #e5bd80;
		text-transform: uppercase;
	}

	.subNavOver a:hover {
		color: #e5bd80;
	}
	
	.subsubNav {
	    line-height: 14px;
	}
	
	.subsubNav a {
	    font-size: 10px;
	    font-weight: normal;
	    text-transform: none;
	    letter-spacing: normal;
	}
	
	.subsubNavOver {
		background-image: url(images/ins-subnav-bak-over.jpg);
	}
	
	#logo {
	}
	
	#visiguide {
		width: 254px;
		text-align: center;
	}

#rightColumn {
	background-color: #FFFFFF;
}

	#content {
	    position: relative;
		padding: 4px 30px;
	}
	
	#content h1 {
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
	
	#content h2 {
		font-size: 18px;
		font-weight: bold;
		color: #b65300;
		line-height: 18px;
	}
	
	#content h3 {
		color: #a45c14;
		font-style: italic;
	}

	.content {
	    font-size: 11px;
	    line-height: 16px;
	}
	
	.title {
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
	
	.subtitle {
		font-size: 18px;
		font-weight: bold;
		color: #b65300;
		line-height: 18px;
	}
	
	.subsubtitle {
		color: #a45c14;
		font-style: italic;
	}
	
#ftbWrapper {
    position: relative;
    /*height: 680px;*/
    height: 715px;
    /*left: -28px;*/
}

    #ftb {
        position: absolute;
        left: -28px;
    }
