/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


* { padding: 0; margin: 0; }
html {
scrollbar-base-color: #4A708B;
scrollbar-arrow-color: #D98719;
scrollbar-track-color: #EFBD80;

scrollbar-shadow-color: darkgray;
scrollbar-lightshadow-color: lightgray; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: B1C7D8;
scrollbar-3dlight-color: darkgray;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 overflow:auto;
}
#header {
 color: white;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 80px;
 margin: 10px 0px 0px 0px;
 background: white;
}

#navigation {
font-family: lucida handwriting,  lucida sans unicode, tahoma, palatino linotype, century gothic, optima, papyrus,  comic sans ms, Arial, Helvetica, sans-serif;
 float: left;
 width: 900px;
 height: 2em;
 line-height: 2em;
 color: white;
 border:  solid #B0C4DE;
 border-width:1px 1px 2px 1px;
 margin: 0px 0px 0px 0px;
 background: #4A708B;
 padding: 3px 3px 3px 3px;
}
#content { 
float: left;
font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
 width: 845px;
 color: #30485A;
 border: solid #4A708B; 
 border-width: 0px 1px 1px 1px;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 30px;
}

#footer { float: left;
 width: 900px;
 height: 2em;
 line-height: 2em;
 color: white;
 border:  solid #B0C4DE;
 border-width: 1px 1px 2px 1px;
 margin: 0px 0px 0px 0px;
 background: #4A708B;
 padding: 3px 3px 3px 3px;
}

h1 { 
font-family: lucida handwriting,  lucida sans unicode, tahoma, palatino linotype, century gothic, optima, papyrus,  comic sans ms, Arial, Helvetica, sans-serif;
font-size: 16pt; 
font-weight: bold; 
color: #D98719; }


h2 { 
font-family: lucida handwriting,  lucida sans unicode, tahoma, palatino linotype, century gothic, optima, papyrus,  comic sans ms, Arial, Helvetica, sans-serif;
font-size: 14pt; 
font-weight: bold; 
color: #D98719; }


h3 { 
font-family: lucida handwriting,  lucida sans unicode, tahoma, palatino linotype, century gothic, optima, papyrus,  comic sans ms, Arial, Helvetica, sans-serif;
font-size: 12pt; 
font-weight: bold; 
color: #D98719; }

table.members {
	border-width: 0px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
th.members  {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #4a708b;
	background-color: white;
	-moz-border-radius: ;
}
td.members  {
	border-width: 1px;
	padding: 20px;
	border-style: dotted;
	border-color: #4a708b;
	background-color: white;
	-moz-border-radius: ;
}

table.feedback {
	border-width: 0px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
th.feedback  {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #4a708b;
	background-color: white;
	-moz-border-radius: ;
}
td.feedback  {
	border-bottom: 1px dashed #4a708b;
	padding: 20px;
	background-color: white;
	text-align: justify;
	font-style: italic;
	-moz-border-radius: ;
}
P { 
text-indent: 10px;
color: #30485A;
}



a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: #D98719; text-decoration: none; }
a.nav:active {color: white; text-decoration: none } 

a.internal:link {color: #4A708B; text-decoration: none;  line-height: 2em; font-size: 1em;}
a.internal:visited {color: #4A708B; text-decoration: none;  }
a.internal:hover {color: #4A708B; text-decoration: none; background-color: #F3CB96; }
a.internal:active {color: #4A708B; text-decoration: none; } 

.photo td{background-color:#FFFFFF; padding:10px;}
.photo td:hover{background-color:#F3CB96;}