﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited 
{
    color:Red;
    color: #DBB94F;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}


/* HyperLink linkInText properties*/
a.linkInText {
	text-decoration: none;
	color: #DBB94F;
	font-weight:bold;
}

a:visited.linkInText
{
    color: #DBB94F;
    font-weight:bold;
}

a:hover.linkInText {
	text-decoration: underline;
	color: #E6CD84;
	font-weight:bold;
	
}

a:active.linkInText {
	color: #C19B28;
	font-weight:bold;
}

a.linkInTextLarge {
	text-decoration: none;
	color: #DBB94F;
	font-weight:bold;
	font-size:120%;
}

a:visited.linkInTextLarge
{
    color: #DBB94F;
    font-weight:bold;
    font-size:120%;
}

a:hover.linkInTextLarge {
	text-decoration: underline;
	color: #E6CD84;
	font-weight:bold;
	font-size:120%;
}

a:active.linkInTextLarge {
	color: #C19B28;
	font-weight:bold;
	font-size:120%;
}

.sideMenuCaption
{
    text-decoration: none;
	color: #DBB94F;
	font-weight:bold;
	font-size:10px;
}
/*  Start of Side Menu Link*/


a.sideMenuLink {
	text-decoration: none;
	color: #DBB94F;
	font-weight:normal;
	font-size:9px;
}

a:visited.sideMenuLink
{
    color: #DBB94F;
    font-weight:normal;
    font-size:9px;
}

a:hover.sideMenuLink {
	text-decoration: underline;
	color: #E6CD84;
	font-weight:normal;
	font-size:9px;
}

a:active.sideMenuLink {
	color: #C19B28;
	font-weight:normal;
	font-size:9px;
}

/*  Start of Side Menu Link Bold*/


a.sideMenuLinkBold {
	text-decoration: none;
	color: #DBB94F;
	font-weight:bold;
	font-size:9px;
}

a:visited.sideMenuLinkBold
{
    color: #DBB94F;
    font-weight:bold;
    font-size:9px;
}

a:hover.sideMenuLinkBold {
	text-decoration: underline;
	color: #E6CD84;
	font-weight:bold;
	font-size:9px;
}

a:active.sideMenuLinkBold {
	color: #C19B28;
	font-weight:bold;
	font-size:9px;
}

/*  Start of Side Menu Link Dark*/
a.sideMenuLinkDark {
	text-decoration: none;
	color: #B88F13;
	font-weight:normal;
	font-size:10px;
}

a:visited.sideMenuLinkDark
{
    color: #B88F13;
    font-weight:normal;
    font-size:10px;
}

a:hover.sideMenuLinkDark {
	text-decoration: underline;
	color: #DBB94F;
	font-weight:normal;
	font-size:10px;
}

a:active.sideMenuLinkDark {
	color: #B88F13;
	font-weight:normal;
	font-size:10px;
}

/*a.sideMenuLinkLarge {
	text-decoration: none;
	color: #DBB94F;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}

a:visited.sideMenuLinkLarge
{
    color: #DBB94F;
    font-weight:bold;
    font-size:11px;
}

a:hover.sideMenuLinkLarge {
	text-decoration: underline;
	color: #E6CD84;
	font-weight:bold;
	font-size:11px;
}

a:active.sideMenuLinkLarge {
	color: #C19B28;
	font-weight:bold;
	font-size:11px;
}*/


body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

img {
	border-width: 0;
}



/* MAIN MENU Style*/
.MainMenu a:visited, .nav a:visited {
	color: #DBB94F;
}

.MainMenuItem
{
	text-align:left
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 904px;
	height: 76px;
	margin:0,0,0,0;
}

.contentHeader {
	position: relative;
	margin: 0 auto 5px auto;
	font-weight:bolder;
	font-size: 20px;
	text-align:center;
	color: #DBB94F;
	vertical-align: top;
}

.contentSubHeader {
	position: relative;
	font-weight:bold;
	font-size: 13px;
	text-align:left;
	color: #DBB94F;
	vertical-align:text-bottom;
}

.contentLabel
{
    position: relative;
	font-weight:bold;
	font-size: 12px;
	text-align:left;
	color: #DBB94F;
}

.contentCellLabel
{
    position: relative;
	font-weight:bold;
	font-size: 12px;
	text-align:right;
	color: #DBB94F;
}

.contentText 
{
	position: relative;
	font-weight:normal;
	font-size: 12px;
	text-align:left;
	color: #DBB94F;
}

/*.contentTextDark 
{
	position: relative;
	font-weight:normal;
	font-size: 12px;
	text-align:left;
	color:#DBB94F;
}*/

.contentText:first-letter
{
    font-size: 140%;
}

.contentList
{
    position: relative;
	font-weight:normal;
	font-size: 12px;
	text-align:left;
	color: #DBB94F;
	padding-left: 5px;
}

.contentListMain
{
    position: relative;
	font-weight:bold;
	font-size: 12px;
	text-align:left;
	color: #DBB94F;
	padding-left: 5px;
}



.contentCaption {
	position: relative;
	font-weight:normal;
	font-size: 9px;
	text-align:left;
	color: #DBB94F;
	vertical-align: top;
}

.contentCaptionDark {
	position: relative;
	font-weight:normal;
	font-size: 9px;
	text-align:left;
	color: #B88F13;
	vertical-align: top;
}



.contentImage {
	position: relative;
	font-weight:normal;
	font-size: 8px;
	text-align:left;
	color: #DBB94F;
	vertical-align: top;
	padding: 15px, 15px,15px,15px;
	float: right;
}

.logoBackground
{
    background-image: url(./images/QuestLogo.gif); 
    background-position:left;
    background-repeat:no-repeat;
}

.logoBackgroundDark
{
    background-image: url(./images/QuestLogoDark.gif); 
    background-position:center;
    background-repeat:no-repeat;
}

/*  Side Menu Styles  */
.sidemenuTop
{
    background-image: url(./images/SideMenuTop.jpg); 
    width: 150px;
    height: 10px;
}

.sidemenuMiddle
{
    background-image: url(./images/SideMenuMiddle.jpg); 
    width: 150px;
    text-align:left;
}

.sidemenuBottom
{
    background-image: url(./images/SideMenuBottom.jpg); 
    width: 150px;
    height: 10px;
}



h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.nav {
	position: absolute;
	font-size: 10px;
}

/* 1.1 SHIM */

.shim {
	display: none;
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}

/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 904px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

/* 4 MIDDLE */
.middleDIV {
	/*background-image: url(Images/header.jpg);*/
	background-repeat: no-repeat;
	width: 754px;
}