﻿
/************************************
Body Style*/
body {
	background-color:#0E5F34;
	font-family:Arial,Verdana,Tahoma, Arial, helvetica, sans-serif;
	COLOR: #fff;
	font-size:14px;
    }

/************************************#0b4829
Layout Divs*/

#header{
background: #0b4829;
border:1px solid #ffff99;
WIDTH: 850px;
height:60px;
}

#MenuContainer{
WIDTH: 861px;
padding:none;
margin: none;


}



#shell{
background:#0b4829;
LEFT: 20px; 
WIDTH: 861px;
}
#menu
{
float:left;
width:238px;
background: #0b4829;
border:1px solid #ffff99;
padding: 4px;
border-right:none;
text-align:left;
margin: 0px 0px 5px 0px;
}

#content
{
float:right;
width:605px;
background: #0b4829;
border:1px solid #ffff99;
padding: 4px;
display:inline;
border-left:none;
border-top: 1px solid #ffff99;
text-align:left;

}

#Photocontent
{  
WIDTH: 851px;
padding:none;
padding-left:30px;
margin:none;
border:1px solid #ffff99;
padding: 4px;
text-align:left;
clear:both;
}
#footer
{   
background: #0b4829;
border: 1px solid #ffff99;
WIDTH: 851px;
margin: 10px 0px 0px 0px;
padding: 10px;
text-align:center;
clear:both;
}



/************************************
HEADINGS*/

h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffff99;
		
	}
h2 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #ffff99 ;
	
	}
h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffff99 ;
	
	}
hr {color:#ffff99; height:1px;}
/*****************************************************/
 LINK VISTED HOVER ACTIVE selectors must remain in this order to work 
a{color:#ffff99; text-decoration:none; font-weight:bold; }
a:link {color:#ffff99; text-decoration:none;font-weight:bold; }     /* unvisited link */
a:visited {color:#ffff99; text-decoration:none;font-weight:bold; }  /* visited link */
a:hover {color: #fff; text-decoration:underline;font-weight:bold;}   /* mouse over link */
a:active
{
    color: #ffff99;
    text-decoration: none;font-weight:bold;
    
}   /* selected link */ 
	
/************************************
CLASSES*/
.boundfieldforecolor 
{
  color:#ffff99;

}
.masterlink
{
  font-weight:normal;
  color:#ffff99; 
  text-decoration:none;
  font-size:14px;

}
.small-text {
	font-size:.7em;
	color:#fff;
	}
.mainimg
{
 width:220px;
 height:220px;
 border:1px solid #000;
 }

.tfield30
{
 width:30px;text-align:left;
 
 }
 .tfield150
{
 width:150px;
 }
.tfield50
{
 width:50px;text-align:left;
 
 }
.tfield90
{
 width:90px; text-align:left;
 
 }
 .tfield200
{
 width:200px;text-align:left;
 
 }
.hyperlink {
	color:#ffff99;
	text-decoration:none;
	font-size:.8em;
	}
.formlabel
{color:#ffff99;font-weight: bold;}
/*************************************/

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 586px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


#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: 286px;
	text-align: center;
}

.textfield {
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 2px solid #FFFF99;
}

/*  MENU Styles**************************************/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #0b4829; /*overall menu background color*/
border: 1px solid #ffff99;
border-bottom:  none;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 58px; /*Width of top level menu link items*/
padding: 3px 3px;
border-left-width: 0;
text-decoration: none;
color: #ffff99;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left:0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility:hidden;
border-bottom:  1px solid #ffff99;
text-align:left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 50px; /*width of sub menu levels*/
color: #ffff99;
text-decoration: none;
padding: 1px 5px;
 /*border: 1px solid #ffff99;*/
}

.suckertreemenu ul li a:hover{
background-color: #0E5F34;
color:#fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #0b4829 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #0b4829 url(media/arrow-right.gif) no-repeat center right;
}

/* * html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE
padding-top: 1em;
}*/
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End ***********************************************/

.SponserLogo
{
margin: 1px 10px 1px 10px;
}
