i*
 *   COLORS USED
 *  
 *   BLUE : #8FC3D3
 *   ORANGE : #F89839
 *   DARK ORANGE : #9E5C26
 * */
html {
	height:100%;
	min-height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-size:14px;
	height:100%;
	background-color:#FFFFFF;
}
#copy {
	font-size:0.8em;
	padding-top:30px;
	margin-top:30px;
	text-align:center;
	height:40px;
	width:100%;
}
/*
 * NAVIGATION
 */
#nav {
	clear:both;
	padding:0;
	margin:0 0 0 -5px;
}
ul#nav li {
	display:inline;
}
ul#nav a, #thumbPanePager a {
	padding:5px;
}
/*
 * LINKS
 */
*:focus {
	outline:0 none;
	-moz-outline:0 none;
}
a:link {
	color:#999999;
	text-decoration: none;
}
a:visited {
	color:#999999;
	text-decoration: none;
}
a:hover {
	color:#444444;
/* background-color:#555555; */	
	text-decoration: none;
}
a:active {
	color:#FFFFFF;
/* background-color:#8FC3D3; */	
	text-decoration: none;
}
a img {
	border:none;
	text-decoration:none;
}
#logo {
	float:left;
	margin:0 0 20px 0px;
	height:90px;
}
.clear {
clear:both;
}
/*
 * EVERY PAGE
 */
#container {
	width:1024px;
	height:90%;
	margin:auto;
	padding:10px 30px;
	background-color:#FFFFFF;
	/*
	border-left:20px solid #8FC3D3;
	border-bottom:5px solid #8FC3D3;
	border-right:5px solid #8FC3D3;
	*/
	overflow:visible;
}
#content, #blog, #contact {
	margin:40px 0px 40px 0px;
	padding:0px;
	min-height:70%;
	/* height:70%; */	
	overflow:visible;
}
#content {
	padding-bottom:20px;
}
#footer {
}
/*
 * CONTACT PAGE
 */
label {
	color:#999999;
}	
input, textarea {
	padding:5px;
	border:1px solid #8FC3D3;
}
#contactForm {
}
#contactSubmit {
	padding:3px 15px 3px 15px !important;
	background-color:white;
	border:1px solid #8FC3D3;
	font-family:sans-serif;
	font-size:0.8em;
	color:#999999;
}
#contactSubmit:hover {
	padding:3px;
	color:white;
	background-color:#8FC3D3;
	border:1px solid #8FC3D3;
}
#contact input, #contact textarea {
	margin:5px 0 0 0;
}
.req {
	color:#F89839;
}
.error {
	vertical-align:top;
	margin-top:-5px;
}
.error span {
	color:#888888;
	padding-left:15px;
}	
/*
 * INDEX PAGE
 */
td.text, td.images {
	vertical-align:top;
}
td.text {
	padding:0 0 0 15px;
	width:400px;
}
td.images {
	/*padding-right:15px;*/
/* border-right:3px dashed black; */	
}
#thumbPane {
	margin-top:0px;
	overflow:hidden;
}
.thumbPaneTab {
	width:800px;
	height:650px;
}
#thumbPanePager {
	margin:-20px auto 20px auto;
}
#thumbPanePager div {
	width:300px;
	margin:0 auto;
}
#nameListDiv {
	width:160px;
	padding: 0 0 0 40px;
	float:left;
}
#thumbDiv {
	float:left;
	width:800px;
}
ul#nameList {
	margin:0 0 0 -50px;
	padding:5px;
	list-style-position:outside;
	list-style-type:none;
}
#nameList li, #nameList a{
	padding:2px;
}
div.moreImages {
	font-size:0.8em !important;
	margin-top:20px !important;
}
/* 
 * DOCS PAGE
 */
div#hoverDocs {
	width:200px;
	height:70px;
}
#hoverDocs ul{
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
#hoverDocs ul li {
	padding:5px 0;
}
/* 
 * TAB STYLING
 */
.current {
	color:#8FC3D3 !important;
}
ul#nameList a:hover {
	color:#333333;
}
div.separation {
	height:60px;
	margin-top:60px;
	border-top:2px dotted #8FC3D3;
}
.orange {
	color:#F89839;
}
.hidden {
	visibility:hidden;
}
div#loginForm {
	clear:both
}
#logout {
	text-align:right;
}
.align_right {
	text-align:right;
}
.dinnerLink img {
	border: 2px solid #999999;
}

/* 
 * NEW STYLING
 */
/* 
 * NEW STYLING
 */
.borderDiv {
  border-top:1px dashed #8FC3D3;
  width:100px;
  padding:10px 0 5px;
  margin:5px 0;
}
.sideText {
  position:relative;
  text-align:right;
  padding: 30px 0 0 0;
  width:200px;
  left:-80px;
  /*border:1px solid black;*/
}
.sideText p {
  color:#777777;
}
.descHeader {
	font-family:sans-serif;
	font-size:1.4em;
	color:#CA7C32;
}
.descSubHeader {
	font-family:sans-serif;
	font-size:1.2em;
	color:#666666;
}
.italic {
  font-style:italic;
}
.separator {
  border-top:1px dashed #CA7C32;
  margin:10px 0 5px 0;
  padding:20px 0;
  width:100px;
} 

