#pageContainer {
    overflow: visible;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 970px;
    top: 0px;
}

#pageContainerLeftShadow {
    z-index: 30;
    position: absolute;
    left: 0px;
    width: 10px;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/bground_shad_left.png);
    background-repeat: repeat-y;
}

#pageContainerRightShadow {
    z-index: 30;
    position: absolute;
    right: 0px;
    width: 10px;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/bground_shad_right.png);
    background-repeat: repeat-y;
}

#pageContainerMain {
    z-index: 40;
    position: relative;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 950px;
    top: 0px;
}

#headerImg {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    z-index: 40;
}

#headerPict {
    position: absolute;
    border: 10px solid white;
    left: 385px;
    top: 100px;
    padding: 0px;
    z-index: 50;
}

#nav {
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    top: 60px;
    left: 30px;
    width: 250px;
    color: #5a5148;
    background: #d4c9ad;
    z-index: 60;
}

div.navItem {
    font-family: "Georgia", serif;
    font-variant: small-caps;
    background-color: #ddd4bd;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../images/nav_back_lightest.jpg);
    border-top: 1px solid #e4dcca;
    border-bottom: 1px solid #5a5148;
    padding-left: 33px;
    padding-top: 4px;
    padding-bottom: 1px;
    padding-right: 10px;
    text-align: right;
    font-size: 17px;
    height: 23px;
}

a.headNav {
    color: #5a5148;
    text-decoration: none;
    border-bottom: none;
}
a.headNav:hover {
    background: none;
}

#mainContent {
    float: left;
    margin-top: 170px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
    width: 600px;
    border-right: 1px dotted #dbd5c5;
    min-height: 900px;
}

#mainContent img {
    max-width: 500px;
}

#mainContent.fullWidth {
    width: 890px;
    border-right: 0;
}

#cameraDiv {
}

#cameraDiv img { /* reset img for teleport camera UI */
    border: 0;
    margin: 0;
    padding: 0;
    max-width: none;
}

div.tabs {
    width: 100%;
}

div.tabs:after {
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}}

div.tab_inactive {
    width: 274px;
}

div.tab_active {
}

div.tab_inactive p {
    width: 274px;
    border: 1px solid;
    border-top-color: rgb(219, 213, 197);
    border-right-color: rgb(219, 213, 197);
    border-bottom-color: #545048;
    border-left-color: rgb(219, 213, 197);
    background: #dfdedb;
    color: #545048;
    font-family: Georgia, serif;
    font-variant: small-caps;
    float: left;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}

div.tab_active p {
    width: 274px;
    float: left;
    border: 1px solid #545048;
    border-bottom: none;
    color: #545048;
    font-family: Georgia, serif;
    font-variant: small-caps;
    float: left;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}

div.tab_inactive p:hover {
    background: #545048;
    color: white;
}

div.tab_active.two p {
    width: 423px;
}

div.tab_inactive.two p {
    width: 423px;
}



div#cam-previews {
    padding: 0px 10px;
}

div#cam-previews img {
    margin: 5px 5px;
    max-width: 400px;
}

div#cam-previews a {
    border-bottom: none;
}

div#cam-previews a:hover {
    background: none;
}

div.cam-preview {
    display: table-cell;
}

.cam-preview p {
    text-align: center;
    margin: 5px;
}


div#cam-thumbs {
    padding: 0px 10px;
    display: table-row;
}

div#cam-thumbs img {
    margin: 5px 5px;
    max-width: 260px;
}

div#cam-thumbs a {
    border-bottom: none;
}

div#cam-thumbs a:hover {
    background: none;
    color: rgb(41, 138, 193);
}

div.cam-thumb {
    display: table-cell;
}

.cam-thumb p {
    text-align: center;
    margin: 5px;
    font-size: 11px;
}


#rightSidebar {
    display: inline;
    float: right;
    margin-top: 150px;
    margin-right: 25px;
    width: 250px;
    z-index: 60;
    padding-top: 0px;
    padding-bottom: 20px;
}

#subMenu {
    padding: 0px;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
    background: #dfdedb;
    width: 250px;
}

#loginData {
    margin-top: 40px;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

#aLoggedInAs {
    border-bottom: none;
}
#aLoggedInAs:hover {
    background: none;
}

#pLoggedInName {
    margin-bottom: 3px;
}

#pLoggedInClass {
    margin-top: 0px;
    margin-bottom: 3px;
}

#pLoggedInType {
    margin-top: 0px;
}

div.headSubNavItem {

}

a.headSubNav {
    float: left;
    width: 230px;
    color: #545048;
    border-left: #545048;
    border-right: #545048;
    border-top: none;
    border-bottom: none;
    padding-top: 4px;
    padding-left: 20px;
    padding-bottom: 4px;
    font-family: Georgia, serif;
    font-variant: small-caps;
}
a.headSubNav:hover {
    background: #545048;
    color: white;
}
a.headSubNavIndent1 {
    padding-left: 35px;
    width: 215px;
}

a.headSubNavIndent2 {
    padding-left: 50px;
    width: 200px;
}

.twitterFeed img {
	padding:0;
	margin:0;
	border:none;
	background:none;
}

.twitterFeed  a {
	text-decoration:none;
	border:none;
}

#disclaimer {
    font-size: 10px;
    color: #afadad;
}

img.button {
    margin: 10px;
    padding: 0px;
    float: right;
    border: none;
    background: none;
}

#footer {
    font-size: 12px;
    clear: both;
    background: #5a5148;
    width: 100%;
    height: 105px;
    padding-top: 10px;
    text-align: center;
    color: #d4c9ad;
    overflow: visible;
}

a.footNav {
	color: #b8a372;
	border-bottom: 1px dotted #b8a372;
}
a.footNav:hover {
	background: #b8a372;
	color: #5a5148;
	border-bottom: none;
}

span.footNavSep {

}

#copyright {
    margin-top: 15px;
}

div.floatingTextBox {
	float:right;
	width:200px;
	margin:10px;
	border:1px solid #FFCC66;
	padding:0px 15px 5px 15px;
	color:white;
	font-size:90%;
	background-color:#006699;
	box-shadow:10px 10px 5px #CCCCCC
}

p.textBoxHeading {
	color:#FFE271;
	font-family:Times,serif;
	font-size:140%;
	font-style:italic;
}

span.textBoxSubHead {
	color:#FFCC66;
	font-family:Times,serif;
	font-size:110%
}

p.clear {
    clear: both;
    margin: 0;
    padding: 0;
}