﻿/* Fonts */
a {text-decoration:none; color:Black}
a:hover {color:#008800}
h1 {font-size:16px; color:Black; margin:0px auto 15px 0px}
img {border-style:none}
.bold {font-weight:bold}
.default {font-family:Arial, Sans-Serif; font-size:12px}
.white {font-family:Arial, Sans-Serif; font-size:12px; color:White}
.red {font-family:Arial, Sans-Serif; font-size:12px; color:Red}
.gray {font-family:Arial, Sans-Serif; font-size:12px; color:Gray}
.textBoxWatermark {font-family:Arial, Sans-Serif; font-size:12px; color:Gray}
.highlight {font-family:Arial, Sans-Serif; font-size:12px; color:#008000; font-weight:bold}
.light {font-family:Arial, Sans-Serif; font-size:12px; color:Silver}

/* Masterpage */
body {font-family:Arial, Sans-Serif; font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background-color:#006600}

div.header {width:940px; height:91px; margin:30px auto 0px auto; padding:30px 30px 0px 30px; background-image:url(../images/background/header.png)}
div.content {width:940px; min-height:300px; margin:0px auto 0px auto; padding:15px 30px 15px 30px; background-image:url(../images/background/body.png)}
div.footer {width:940px; height:30px; margin:0px auto 30px auto; padding:15px 30px 15px 30px; background-image:url(../images/background/footer.png)}

/* Content Pages */
div.itemBox {width:695px; height:auto; margin-bottom:15px}
div.photoBoxLeft {width:170px; height:auto; margin:5px 0px 5px 0px; float:left}
div.photoBoxRight {width:170px; height:auto; margin:5px 0px 5px 15px; float:left}
div.facilityList {width:695px; height:123px; padding:15px 15px 15px 15px; background-image:url(../images/background/facilityList.png); margin-bottom:15px}
div.thumbnail {width:150px; height:113px; padding:5px 5px 5px 5px; background-image:url(../images/borders/thumbnail.png); margin-left:5px; float:left}
.photoPanelLeft {width:170px; height:auto; text-align:center; overflow:hidden}
.photoPanelRight {width:170px; height:auto; text-align:center; overflow:hidden}
.floatLeft {float:left}
.floatRight {float:right}
.uploadButton {float:left; margin-left:15px; width:55px; height:22px}

/* Tables */
th {text-align:left}

/* Tabs */
div.tabBox {width:725px; height:26px}
ul.tabItem {width:auto; height:auto; overflow:hidden; list-style-type:none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px}
a.tabItem {width:130px; height:20px; float:left; text-align:center; margin:0px 5px 0px 0px; padding:6px 0px 0px 0px}
li.tabItem {display:inline}
li.tabItem a {background-image:url(../images/background/tabPassive.png)}
li.tabItem a:hover {background-image:url(../images/background/tabHover.png)}

/* Contact form */
div.contactFormItem {width:545px; height:auto; padding:0px 0px 15px 0px}
.textBoxWatermark {font-family:Arial, Sans-Serif; font-size:12px; color:Gray}
.textBoxWatermarkError {background-color:Red; border:solid 1px #CC0000; font-family:Arial, Sans-Serif; font-size:12px; color:White}
