/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#000000;
	font-family: arial;
	font-size: 11px;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #F9efe5;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation p{
	color: #F9efe5;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: georgia;
	font-size: 11px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	}
	
#tablePadAllAround {
	margin: 10px;

}

	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}
#tablePadInside {
	padding: 10px;
}


#logo {
	color: #574922;
	line-height:normal;
	letter-spacing:0.4em;
	font-family: georgia;
	font-size: 36px;
	text-decoration: none;
	}

#tagline {
	color: #574922;
	line-height:18px;
	letter-spacing:0.4em;
	font-family: georgia;
	font-size: 12px;
	}
	
#dateformat a {
	color:#99CCFF;
	color: #a08f5b;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	font-family: georgia;
	font-size: 11px;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#B5A679;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	}
	
.pageName{
	font:22px georgia;
	color: #F9efe5;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #F9efe5;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #F9efe5;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/*MORPH*/
.morph {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
	
#tdAllSides {
	border: 2px solid #FEE86E;
}


.img 
{}

.img special {border: 3px black solid;}




#tdPadded {
	padding: 10px;
}
#tableBordersAll {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#container {
    width: 1000px;
    overflow: hidden;
    margin: 0px auto;
    background: white;
}
 
/*photobanner*/
 
.photobanner {
    height: 100px;
    width: 3550px;
    margin-bottom: 0px;
}

/*keyframe animations*/
.first {
    -webkit-animation: bannermove 30s linear infinite;
       -moz-animation: bannermove 30s linear infinite;
        -ms-animation: bannermove 30s linear infinite;
         -o-animation: bannermove 30s linear infinite;
            animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
.photobbanner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
.photobbanner img:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    cursor: pointer;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#numMails {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 12px;
	width: 10px;
	text-align: center;
}
