/* CSS Document */

#col1 {
	display:block;
	float:left;
	border-right:2px solid #fff;
	width:28px;
}

#col2 {
	display:block;
	float:left;
	border-right:3px solid #fff;
	width:177px;
}

#col3 {
	display:block;
	z-index:10;
	width:754px;
	float:left;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}

#col3 .details {
	display:block;
	float:left;
	border:5px solid #e1dac7;
	width:616px;
	padding:0px 0 5px 0;
	margin:15px 0 5px 0;
	/*background-image:url(../images/br_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
}
#col3 .details h3 {
	display:block;
	float:left;
	line-height:1.8em;
	color:#746451;
	background-color:#daedea;
	font-size:1.2em;
	margin:0;
	padding:0px 0 0 0px;
	width:616px;
	letter-spacing:normal;
	overflow:hidden;
}
#col3 .details h1 {
	font-size:1.6em;
	color:#746451;
	padding:5px;
}
#col3 .details h3 span {
	padding:0 0 0 5px;
}
#col3 p.first{
	display:block;
	padding:5px 0px 4px 10px;
	clear:both;
	font-size:0.7em;
}
#col3 p.none{
	display:block;
	padding:5px 0px 4px 10px;
	margin:0px 0 0px 115px;
	clear:both;
	font-size:0.7em;
}
#col3 p{
	display:block;
	padding:0px 0px 4px 10px;
	clear:both;
	font-size:0.7em;
}
#col3 p span {
	float:left;
	width:115px;
	display:block;	
	line-height:20px;
}
#col3 p span.wider {
	float:left;
	width:215px;
	display:block;
	line-height:20px;
}
#col3 p span.small {
	float:left;
	width:100px;
	display:block;
	line-height:20px;
}
#col3 span.box {
	float:left;
	width:50px;
	display:block;
	line-height:20px;
}
#col3 span.yes {
	float:left;
	display:block;
	width:50px;
	line-height:20px;
}

#col3 p .sglLine {
	width:200px;
	float:left;
	display:block;
	text-align:left;
	background-color:#fff;
	border:1px solid #333;
}
#col3 p.narrow {
	margin:0; padding:0 0 0 10px;
	display:block;
	float:left;
}
#col3 p.small input.radio {
	line-height:20px;
	height:20px;
	padding:0;
	margin:0;
}
#col3 .submit {
	width:616px;
	float:left;
	text-align:right;
}

#breadcrumbs {
	width:966px;
	border-top:2px solid #fff;
	height:22px;
	display:block;
	float:left;
	background-color:#cce1de;
	margin: 0 0 2px 0;
}
#breadcrumbs ul {
	float:left;
	font-size:0.7em;
	margin:0;
	padding:0;
}
#breadcrumbs ul li {
	float:left;margin:4px 0px 0px 8px; padding-right:14px;color:#636363;
	background-image:url(../images/bread_arrow2.gif); background-position:top right; background-repeat:no-repeat;

}

#breadcrumbs ul li a {
	color:#333;
	text-decoration:none;
}
#breadcrumbs ul li a:hover {
	text-decoration:underline;
}