/*margaret Chavigny css*/


body, td{
	color: #333333;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans-serif;
	line-height: 18px;
}





/*MAJOR COMPONENTS*/

div.header_img{
	background: url(images/header_1.jpg);
	height: 27px;
	width: 100%;
}

div.header{
	margin: 15px 0px 40px 15px;
}


div.content{
	float: left;
	margin: 0px 20px 20px 40px;
}

div.footer{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 20px 0;
}




/*SPECIFIC CLASSES*/

img.portfolio_img{
	border: 1px solid #666;
	padding: 4px;
	background-color: #fff;
	cursor: pointer;
}
img.portfolio_thumb{
	margin: 4px 6px;
}

.portfolio_info{
}

input.title{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	border: none;
	text-align: center;
}

input.media{
	font-style: italic;
	border: none;
	text-align: center;
}

input.dimensions{
	border: none;
	text-align: center;
}


table.resume{
	width: 500px;
	border-left: 1px solid #666;
	padding-left: 6px;
}

table.resume td{
	padding: 2px 6px;
}

table.resume td.spacer{
	height: 12px;
}
table.resume td.dates{
	font-weight: bold;
	color: #666;
	vertical-align: top;
}
table.resume tr.header td{
	background-color: #eef1f7;
	font-weight: bold;
	color: #000;
	padding: 4px 6px;
	font-size: 16px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}






/*NAVIGATION*/

div.nav{
	float: left;
	width: 180px;
}

div.nav div{
	width: 180px;
	padding: 6px 18px 6px 0px;
	text-align: right;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
	line-height: 14px;
}

div.nav div.plain{
	background-color: #fff;
}
div.nav div.over{
	background: #ffedc7 url(images/nav_arrow_off.gif) no-repeat right center
}
div.nav div.active{
	background-color: #fff;
	background: url(images/nav_arrow_on.gif) no-repeat right center;
}

div.nav div.sub_plain{
	padding: 4px 4px 4px 0px;
	border: 1px solid #fff;
}
div.nav div.sub_over{
	padding: 4px 24px 4px 0px;
	background-color: #fff5e0;
	border: 1px solid #fff;
}
div.nav div.sub_active{
	padding: 4px 24px 4px 0px;
	border: 1px solid #ffac05;;
}

div.nav div.sub_plain a, div.nav div.sub_over a, div.nav div.sub_active a{
	padding: 0px 12px;
}



/*this is for the portfolio navigation, which should span the entire bottom of the page*/
div.portfolio_nav{
	height: 90px;
	width: 600px;
	position: relative;
	top: 0;
	right: -17px;
	overflow: scroll;
	clear: both;
}

div.portnav_wrapper{
	width: 600px;
	overflow: hidden;
	clear: both;
	margin: 0;
}



a.navlink{
	color: #333;
	text-decoration: none;
}