@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../graphics/back2.jpg);
	background-repeat: repeat-x;
	background-color: #e1e4da;
}

#container {
	width: 55em; 
	background: #e1e4da;
	margin: 0 auto;
	border: 1px solid #663;
	text-align: left; 
	margin-top: 20px;
		margin-bottom: 20px;

} 
#header { 
	background:#333300;		
	height:8em;
	padding: 0 ;  
} 
h1 {
	color:#FFC;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0;  
	padding: .3em;
}

h2 {
	color: #FFC;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding-left:0.5em;
	padding-top: 0.5em;
}


h3 {
	color:#333300;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0;
	padding-top:0.5em;
}

h4 {
	color: #660;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
font-size: 1.3em;
	margin: 0;
	padding-top: 0.1em;
	padding-left: 0.5em;
}

h5 {
	color: #330;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
font-size: 1.3em;
	margin: 0;
	padding-top: 0.1em;
	padding-left: 0.5em;
}


#header .logo {
	float: right;
	width: 11em; 
	height:8em;
	background-image:url(../graphics/TurtleLogo.jpg);
}

#title {
	margin: 0; 
	padding:  0;
	}

#submenu {
	width: 550px;
}

/*---main menu--*/
#textmenu {
	background-color:#666600;
 	font: Arial, Helvetica, sans-serif;
 	line-height: 25px;
	font-size:14px;
	font-weight: bold;
}
#textmenu ul {
	list-style: none;
	margin:0;
	padding: 0;
	padding-top: 1px;
}
#textmenu li {
	display: inline;
}
#textmenu a:link, #textmenu a:visited {
	padding: 0em 1em 0em .5em;
	color: #D8D8B1;
	text-decoration: none;

}
#textmenu a:hover {
	color: #963;
	font-weight: bold;
	background-color: #330;
	padding-top: 10px;
	padding-bottom: 10px;

}

.select a:link, .select a:visited {
	padding: 0em 1em 0em 1.5em;	color: #993;
	text-decoration: underline;
	background-image: url(../graphics/artbo_side.jpg);

}
.select a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	background:none;

}


a:link, a:visited {
	padding: 0em 1em 0em .5em;
	color: #660;
	text-decoration: none;
	border: none;

}
a:hover {
	color: #C96;

}

/*-- side bar-- */

#sidebar {
	float: left; 
	width: 13em; 
	background: #e1e4da; 
	padding: 15px 0; 
	height: 100%;
}

#sidebar img {
	max-width:100%;
	padding-top: 15px;
}

#sidebar p {
	font-size: 0.95em;	max-width:100%;
	margin-right:10px;

}

#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}


/*--content frame --*/

#mainContent {
 	margin: 0 0 0 15em;
	background-color:#FFF;
	font-size:.90em;
	padding: 20px 10px 50px 10px;
	height: 100%;
} 

#mainContent img {
	border: 2px #993 solid;
}

#footer { 
	height: 45px;
	background:#e1e4da;
	background-image: url(../graphics/BACKmini.jpg);
	background-position: center;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#330;
} 
#footer p {
	margin: 0;
	padding-left: 20px;
}


#footer a {
	padding-right: 25px;
	margin-left: 75px;
	color: #D8D8B1;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;

	line-height: 35px;
}

#footer a:link, #footer a:visited {
	color: #660;
}
#footer a:hover {
	color: #960;
}
#footer a:active {
	color:#363;
}

.floatrt { 
	float: right;
	margin-left: 8px;
	margin: 10px;
	font-size: 11px;
	text-align: center;
	color:#330;
	font-weight:bold;

}
.floatlft { 
	float: left;
	margin-right: 8px;
		margin: 10px;
	font-size: 11px;
	text-align: center;
	color:#330;
		font-weight:bold;

}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 

.blockquote {
	width: 85%;
	margin-left: 40px;
	font: 85%/1.6 "lucida grande", verdana, sans-serif;

}

hr {
	color: #CC9;
	width: 60%;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	}
	
	/*skillset table*/
table {
	border-collapse: collapse;
	border: 1px solid #666;
}

th, td {
	padding: 0.1em 1em;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;
}

col {
	border-right: 1px solid #ccc;
}
td {
	border-bottom: 1px solid #ccc;
}


thead {
	background:#330;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	color: #FFf;
}

th {
	font-weight: normal;
	text-align: left;
}


odd {
	background-color: #369;
}


tr:hover {
	background-color: #996;
	color: #FFF;
}

thead tr:hover {
	background-color: transparent;
	color:inherit;
}
