@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-image: url(../img/jpg/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Calisto MT", Georgia;
	font-style: italic;
	font-size: 24px;
	color: #333;
}
h2 {
	font-family: "Calisto MT", Georgia;
	font-style: italic;
	font-size: 18px;
	color: #333;
}
h3 {
	font-family: "Calisto MT", Georgia;
	font-style: italic;
	font-size: 14px;
	color: #333;
}
a {
	font-weight: bold;
	color: #303;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #C00;
	font-style: italic;
}
#banner {
	width: 80%;
	left: 10%;
	top: 10px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding: 0px;
	margin: 0px
}
#wrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	min-height: 550px;
	background-position: bottom left;
}
#homeWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/home.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#locationWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/noho.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#transportWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/underground.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#newsWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/news.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#contactWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/contact.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#architectureWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/architecture.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#testimonialWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/testimonial.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#servicedWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/sos.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#conferenceWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/conference.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#buildingWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/building.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#greyWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/greyBuilding.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#virtualWrapper {
	width: 80%;
	left: 10%;
	top: 140px;
	position: absolute;
	background-color: #eee;
	border: 1px solid #4a4a4a;
	padding-right: 10px;
	background-image: url(../img/jpg/pageImages/facilities.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: bottom left;
}
#homeBackground {
	background-image: url(../img/png/pageImages/home.png);
	background-repeat: no-repeat;
	top: 50px;
	position: absolute;
}
#pageContent {
	background-image: url(../img/png/pageLayout/contentBG.png);
	background-repeat: repeat;
	margin-left: 300px;
    margin-top: 60px;
	padding: 10px;
	border-top: 5px solid #4a4a4a;
	height: inherit;
}
#nohoImage {
	background-image: url(../img/png/pageImages/noho.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 550px;
}
#testImage {
	background-image: url(../img/png/pageImages/test.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 550px;
	margin-left: -280px;
	padding-left: 300px;
}
#questions {
    margin-top: 360px;
    float: left;
    position: relative;
    margin-left: 0px;
}
#locationBackground {
	background-image: url(../img/png/pageImages/location.png);
	background-repeat: no-repeat;
	min-height: 550px;
}
#transportBackground {
	background-image: url(../img/png/pageImages/underground.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#nohoBackground {
	background-image: url(../img/png/pageImages/noho.png);
	background-repeat: no-repeat;
	min-height: 550px;
}
#layoutOptionsBackground {
	background-image: url(../img/png/pageImages/layoutoptions.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#contactBackground {
	background-image: url(../img/png/pageImages/contact.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#newsBackground {
	background-image: url(../img/jpg/pageImages/news.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#virtualBackground {
	background-image: url(../img/png/pageImages/facilities.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#conferenceBackground {
	background-image: url(../img/png/pageImages/conference.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 550px;
	top: 50px;
	position: absolute;
	width: 100%;
}
#servicedBackground {
	background-image: url(../img/png/pageImages/sos.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#architectureBackground {
	background-image: url(../img/png/pageImages/architecture.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#buildingBackground {
	background-image: url(../img/png/pageImages/building.png);
	background-repeat: no-repeat;
	min-height: 550px;
	top: 50px;
	position: absolute;
}
#banner {
	height: 108px;
	padding: 5px;
	background-color: #EEE;
}
#navigationBarLeft {
	background-color: #EEE;
	height: 30px;
	border: none;
}
#navigationBarRight {
	background-color: #EEE;
	padding-right: 5px;
	height: 30px;
	border: none;
}
#navigationBar {
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}
#navigationBar ul {
	list-style: none;
	top: 0px;
	left: -20px;
	height: 20px;
	position: absolute;
	margin-top: 10px;
}
#navigationBar li {
	display: block;
	color: #000;
	height: 20px;
	line-height: 20px;
	float: left;
}
#navigationBar li span{
	display: inline;
}
#navigationBar li a:link, #navigationBar a:visited, #navigationBar a:active {
	background-color: #FFF;
	color: #4A4A4A;
	display: block;
	padding: 5px;
	font-family: "Calisto MT";
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
}
#navigationBar li a:hover {
	color: #FFF;
	display: block;
	padding: 5px;
	font-family: "Calisto MT";
	font-weight: bold;
	border-top: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	background-image: url(../img/jpg/pageNavigation/navBg.jpg);
	background-repeat: repeat-x;
}
#sideNavigation {
	width: 250px;
	height: auto;
    top: 70px;
	left: 30px;
	float: left;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#sideNavigation ul {
	top: 0px;
	list-style: none;
	float: left;
}
#sideNavigation li {
	display: block;
	color: #000;
	height: 30px;
	line-height: 30px;
}
#sideNavigation li span {
	display: inline-block;
}
#sideNavigation a {
	font-family: "Calisto MT";
	font-size: 13px;
	color: #4a4a4a;
	font-style: italic;
}
#sideNavigation a:hover {
	text-decoration: underline;
}
#pageBody {
	padding: 10px;
}
#pageContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 10px;
	list-style: none;
}
#pageContent li {
	background-image: url(../img/gif/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 12px;
	padding-bottom: 12px;
	color: #000;
	font-weight: normal;
}
#galleryContent {
	background-image: url(../img/png/pageLayout/contentBG.png);
	background-repeat: repeat;
        margin-left: 12%;
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 20px;
        padding-top: 10px;
	border-top: 5px solid #4a4a4a;
        height: 400px;
        width:820px;
}
#pageLogo {
	height: 108px;
	float: right;
	top: 20px;
	position: absolute;
	right: 11%;
}
#pageBottom {
	width: 100%;
	height: 10px;
	border: 1px solid #000;
	background-color: #FFF;
	position: static;
	bottom: 0px;
}
#contentRight {
	width: 74%;
	float: right;
}
#imageLeft {
	float: left;
	margin-right: 10px;
	width: 24%;
}
#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 26px;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	line-height: 10px;
	height: 26px;
}

#sddm li a {
	height: 16px;
	display: block;
	padding: 4px 10px;
	width: auto;
	background-color: #FFF;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #4a4a4a;	
}

#sddm li a:hover {	
	background-color: #FFF;
	color: #000;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #4a4a4a;
	border-top: none;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFF;
	color: #000;
	font: 11px arial;
	border-bottom: none;
	border-top: none;
}
#sddm div a:hover {	
	background-color: #FFF;
	color: #000;
}
.textLabels {
	font-family:"Calisto MT";
	font-size: 15px;
	color: #4a4a4a;
	font-style: italic;
	font-weight: bold;
}
.textfield {
	border: 1px solid #4a4a4a;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px;
}
.button {
	background-image: url(../img/png/pageLayout/contentBG.png);
	background-repeat: repeat;
	border: none;
	font-family: "Calisto MT";
	font-size: 18px;
	color: #4a4a4a;
	background-color: #EEE;
	font-weight: bold;
	font-style: italic;
	padding: 2px;
}
#floorPlan {
	border: 2px solid #AAA;
	width: 320px;
	color: #000;
	margin-bottom: 5px;
	height: 220px;
	margin-right: 4px;
}
.floorPlanDoc {
	padding: 10px;
	float: left;
}
.floorPlanTitle {
	font-family:"Calisto MT";
	font-size: 16px;
	color: #000;
	font-weight:bold;
	font-style: italic;
}
.floorPlanText {
	font-size: 11px;
}
.featuresTitle {
	font-family: "Calisto MT", Georgia;
	font-style: italic;
	font-size: 12px;
	color: #333;
}
.featureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
