/* CSS Document */

#all {
	width: 1000px;
	margin-left: 50px;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}
	
#briefbio{
	font-size: 12px;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: -10px;
	font-style: oblique;
}
	
#tl {
	background-image:url(images/crd-wash-back.png);
	width: 350px;
	height: 345px;
	/*border: 1px solid black; */
	padding: 5px 20px 0 0;
	float: left;
	background-position: 0px;
	background-repeat: no-repeat;
	}
	
#lic{
	margin-bottom: 8px;
	}
	
#jump{
	font: italic 10px arial;
	letter-spacing: 0.3em;
	margin-right: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
	}
	
#menu {
	float: left;
	width: 330px;
	/*height: 150px; */
	/*border: 1px solid black; */
	padding: 0px 20px 0 0;
	text-align: right;
	font-size: 12px;
	font-style: oblique;
	line-height: 18px; 
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .25em;
	}
	
#bl {
	float: left;
	margin-top: 20px;
	border-top: 3px solid #cc0000;
	padding: 10px 20px 0 0;
	width:300px;
	height: 100px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	}
	
#ct {
	height: 100px;
	float:right;
	/*border: 1px solid #ff7777; */
	}
	
#content-outer{	
    width: 620px;
	float: right;
	background-image: url(images/i2.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#content{
	/*border: 1px solid #ff7777; */
	width: 550px;
	/*height: 500px; */
	float: left;
	/*background-image: url(images/i2.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	}
	
#chdr{
	font-family: Georgia;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	letter-spacing: .3em;
	text-align: left;
	word-spacing: .5em;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	letter-spacing: .3em;
	padding-bottom: 15px;
}

h2{
	font-family: Verdana;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	letter-spacing: .3em;
	font-style: italic;
	padding-top: 10px;
}

p{
	text-indent: 1em;
}
	

ul#navigation { 
	width: 90%; 
    text-align: right;
		margin: 0 0 0 0;
	}

ul#navigation li {
	list-style: none;
    display: inline;
}

ul#navigation li a { 
	display: block; 
	text-decoration: none;
	padding-right: 15px;
}
 
a:link, a:visited { 
	color: #0033CC; 
	}
	
ul#navigation li a:hover, ul#navigation li a:active {
	color: #990000;
	background-image:url(images/star.png);
	background-repeat: no-repeat;
	background-position: right;	
}

a:hover {
	background-color: #fff;
	color: #006666;
}

ul#navigation li#youarehere a { background-color: #09f; }

/* ----------------------- form fields -------------------------------------------*/
label{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 10px;
	/*margin-top:10px; */
	display: block;
	/* padding: 0 10px 0 0; */
	}

input, select, textarea{
	color: #333333;
	background: #FFCCCC;
	border: 1px solid #993300;
	background-color: #FFFFCC;
}

#submit input{
	margin-left: 4.5em;
	color: #FFCCCC;
	background: #336666;
	border: 2px outset #d7b9c9
	}
	

fieldset{
	border: 1px solid #d7b9c9;
	width: 550px
	}

legend{
	color: #fff;
	background: #336666;
	border: 1px solid #d7b9c9;
	padding: 2px 6px
	}
	
/*----------------------------------- */


#fieldset2{
	border: 1px solid #d7b9c9;
	width: 500px
	}

label{
	float: left;
	text-align: right;
	margin: 10px 10px 0 0;
	width: 150px;
	background:#F0EFEE;
	}

input, select, textarea{
	color: #333333;
	background: #FFCCCC;
	border: 1px solid #993300;
	float:left;
	width: 300px;
	margin: 10px 10px 0 0;
		}
		

#submit input{
	margin-left: 4.5em;
	color: #FFCCCC;
	background: #336666;
	border: 2px outset #d7b9c9
	}  
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {clear:both}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
