/*
-----------------------------------------------------
Jeffrey Dizon Site / CSS
Version:     2005.13.02
-----------------------------------------------------
*/

/* Elements */
/* ----------------------------------------------------- */
body{
  margin:0;
  padding:0;
}
p {
   text-indent: 15px;
}
body,p, input, select, textarea {
	color: #ffffff;
	font-size: 11px;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;		
 	font-weight: 100;
	text-align: left;
}
input, select, textarea {
	color: #ffffff;
	background-color: #000000;
	font-size: 11px;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;		
 	font-weight: 100;
	text-align: left;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
td{
	color: #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;		
 	font-weight: 100;
}
a:link, a:visited, a:active{
	color: #999;
	text-decoration:none;
}
a:hover{
	color: #999;
	text-decoration:underline;
}
a.title:link, a.title:visited, a.title:active{
	color: #999;
	font-size: 14px;
	font-weight:100;
	text-decoration:none;
}
a.title:hover{
	color: #fff;
	font-size: 14px;
	font-weight:100;
	text-decoration:underline;
}

.document_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFCC66;
}
.document_page_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC66;
}
.list_header {
	font-weight: bold;
	text-align: center;
}
.button_style {
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-align: center;
}
img{
	border: none;
  	text-decoration: none;
}
 a:hover {
	color: #fff;
	font-size: 11px;
}
h1{ 
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	text-align: left;
	letter-spacing: 1.5px;
	margin-bottom: -10;
}
h2{ 
	color:ccc;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom:2px;
}
h3{ 
	text-align: left;
	color:ccc;
	font-size: 14px;
	margin-bottom:-15px;
}
h4{ 
	text-align: left;
	color:ccc;
	font-size: 14px;
	margin-bottom:-15px;
	margin-top:-3px;
}

/* NavBar */
/* ----------------------------------------------------- */
a.navBar:link, a.navBar:visited,a.navBar:active {  
  	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
 	font-weight: 100;
 	font-size: 15px;
	color: #999;
	text-decoration: none;
}
a.navBar:hover { 
	color: #333; 
	font-size: 15px;
  	text-decoration: underline;
}

/* General Elements */
/* ----------------------------------------------------- */
.copyRight{ 
	text-align: center;
	color:fff;
	font-size: 10px;
  	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
 	font-weight: 100;
	letter-spacing: 2px
}
.bioText{
position:absolute;
margin-top:10px;
margin-left:25px;

	font-size: 11;
	font-weight: 100;
	text-align: left;
	width: 290px;
	height: 360px; 
	overflow-y: scroll;
	overflow-x: hidden ; 
	overflow: auto; 
	padding: 5px;
	scrollbar-face-color: #333;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;
}
.contactText{
position:absolute;
margin-top:10px;
margin-left:25px;

	font-size: 11;
	font-weight: 100;
	text-align: left;
	width: 290px;
	height: 130px; 
	overflow-y: scroll;
	overflow-x: hidden ; 
	overflow: auto; 
	padding: 5px;
	scrollbar-face-color: #333;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;
} 
#img {
	border: none;
  	text-decoration: none;
	
/* Gallery Column */
/* ----------------------------------------------------- */
}#header {
}
#outer_wrapper {
}
#wrapper {
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	margin-right: 200px;
}
#main {
border: solid 1px #fff;
}
#left {
border: solid 1px #fcc;
	width: 150px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 50px;
}
#footer {
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.button_image {
	border-right: 0px; 
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px;
}
.input_box {
	border-right: 0px; 
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px;
}