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



body {
	margin: 0px 10px 10px 20px;
}

a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}

p {
	margin:0px 0px 10px 0;
	padding:0;
}

#container {
	width:920px;
	min-height:700px;
}

#header {
	margin-bottom:50px;
}

#menu {
	height:14px;
	margin:0;
	padding:0;
}

#menu img {
	border:none;
}

#menu a {
	margin-right:18px;
}

#menu a:hover {
	margin-right:18px;
	border-bottom: solid 2px #ccc;
}


#logo h1 a {
	background:transparent url(images/judith-hudson-logo.png) no-repeat scroll 0 0;
	display:block;
	height:37px;
	text-indent:-9999px;
	width:432px;
	margin:0;
	padding:0;
}






/* LISTING PAGE START */
/* LISTING PAGE START */
/* LISTING PAGE START */
/* LISTING PAGE START */

.lister {
	width: 280px;
	height: 159px;
	border: solid 1px #ccc;
	padding:3px;
	text-align:right;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	cursor:pointer;
}

#listerText {
	margin-top:107px;
}

.lister img {
	float:left;
}










/* RESUME PAGE START */
/* RESUME PAGE START */
/* RESUME PAGE START */
/* RESUME PAGE START */

#leftResume {
	float:left;
	width:414px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
	min-height:230px;
}
#rightResume {
	float:left;
	width:465px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
	padding-left:20px;
	border-left: solid 1px #999;
}

#leftResume h1 {
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0;
}

#bio_right h3{
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0;
}
#bio_right p{
	padding:0px; margin:0px;	
	width:100%;
	clear:both;
	float:left;
	line-height:16px;
	float:left;
}
#bio_right p span.bio_pleft{
	flaot:left;
	width:82px;
}
#bio_right p span{
	float:left;
	width:383px;
	line-height:18px;
}

#bio_left{
	float:left;
	width:273px;
	padding-right:43px;
	margin-top:4px;
}
#bio_right{
	float:left;
	width:465px;
	margin-top:0px;
}
#bio_left h2,#bio_right h2{
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0;
}

#resumeSpacer {
	height:40px;
	width:465px;
	clear:both;
}





/* CONTACT PAGE START */
/* CONTACT PAGE START */
/* CONTACT PAGE START */
/* CONTACT PAGE START */

#leftContact1 {
	float:left;
	width:205px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	border-right: solid 1px #999;
	line-height:18px;
	min-height:230px;
}
#leftContact2 {
	float:left;
	width:205px;
	margin-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
	padding-left:10px;
}
input.btn { 
	color:#999; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#fff; 
	border:none; 
	margin:0;
	padding:0;
	float:right;
}

input {
	border:solid 1px #999;
}



#rightContact {
	width:458px;
	margin-left:1px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}


/* WORK PAGE START */
/* WORK PAGE START */
/* WORK PAGE START */
/* WORK PAGE START */

#workContainer {
	float:left;
	width:920px;
}

#leftWork {
	float:left;
	width:432px;
	margin-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
}

#leftWork img {
	margin-right:7px;
	margin-bottom:7px;
}

#leftWork h1 {
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:0;
	padding:0;
}

#leftWork h2 {
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0;
}

#workThumbs {
	margin-bottom:20px;
}

#rightWork {
	width:458px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

#rightWork h1 {
	font-size:10px;
	color:#999;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
}

#workOuter {
	height: 456px; 
	overflow: hidden; 
	position: relative; 
	border:solid 1px #ccc;
	width:456px;
	margin-bottom:3px;
}

#workOuter[id] {
	display: table;
	position: static;
}

#workMiddle {
	position: absolute;
	top: 50%;
} 

#workMiddle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#workInner {
	position: relative; 
	text-align:center;
}



/*Slider*/
	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:456px;
	height: 449px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:456px;
		height: 456px;
		overflow:hidden;
		float:left;
		padding:0em;	
		display: table; position: static;


		}
		
	div.scroller div.content {
		width: 100000px;
		}
		.controls a img{
			border:0px;	
		}
		div.scroller div.section span{
			display: table-cell; vertical-align: middle; position: static;
		}
		div.scroller div.section  img{
			padding-bottom:6px;
			#padding-bottom:0px;
		}
/*Slider*/
