/* #################################################################### 
[Layout Stylesheet]

Project:	REMI.com
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	REMI.COM 

[Color codes]
------------------------------------------------------------------------
Red:		#8c172c
Grey:		#464646 *default
Lt. Blue: 	#accecb
Tan:		#d5cfbc
	
#################################################################### */
#resourceContent{
	float:left;
	width:460px;
}
	*html #resourceContent{
		width:450px;
	}

td.Title{
	width: 320px;	
	align: left;
}
/*
=Products
#################################################################### */
#resourcePublication {
	float:left;
	width:100%;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #8c172c;
}
	#resourcePublicationList {
		float:left;
		width:100%;
	}
		#resourcePublicationList ul {float:left; width:100%;}
		#resourcePublicationList ul li {float:left; width:100%; margin:3px 0;}
		
		
		
/*
=Publications
#################################################################### */

#resourcePublicationList{
	float:left;
	width:100%;
}
	#resourcePublicationList dl {
		padding-bottom:15px;
		margin-bottom:10px;
	}
		#resourcePublicationList dt {
			font-weight: bold;
			margin:2px 0;
		}
		#resourcePublicationList dd {
			padding:0 0 0 12px;
			margin:5px 0 8px 0;
		}
/*
=FAQ
#################################################################### */
#resourceFaqHeader {
	float:left;
	width:100%;
}
	#resourceFaqList {
		float:left;
		width:100%;
	}
	.faqSet {
		float:left;
		width:100%;
		margin-bottom:12px;
		padding-bottom:12px;
		border-bottom:1px solid #8c172c;
	}

#resourceGlossaryHeader {
	float:left;
	width:100%;
}
	#resourceGlossaryList {
		float:left;
		width:100%;
	}

#resourceFaqList dl {
	padding-bottom:15px;
	border-bottom:1px solid #8c172c;
}
	#resourceFaqList dt {
		margin:4px 0;
	}
	#resourceFaqList dd {
		padding:0 0 0 12px;
		margin:8px 0;
	}
	#resourceFaqList li {
		margin-left: 15px;
		list-style-position: inside;
	}
	#resourceFaqList ul li {
		list-style-type: disc;
	}
	#resourceFaqList ol li {
		list-style-type: decimal;
	}
	
#resourceGlossaryMainNav {
	float:left;
	width:468px;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px solid #8c172c;
}
	
/*
=GLOSSARY
#################################################################### */
#glossaryNav {
	float:left;
	font-size:12px;
}
	#glossaryNav li {
		width:16px;
		float:left;
		display:inline;
	}
	#glossaryNav li a {
		float:left;
		width:16px;
		height:12px;
		display:block;
		text-align:center;
	}
		#glossaryNav li a:visited {
			color:#8c172c;
			text-decoration:none;
		}
		#glossaryNav li a:hover {
			color:#8c172c;
			background: #d5cfbc;
		}
			
.glossaryBlock{
	float:left;
	width:100%;
	margin-top:15px;
}
	.glossaryBlock dl {
		padding-bottom:15px;
	}
		.glossaryBlock dt {
			margin:2px 0;
		}
		.glossaryBlock dd {
			padding:0 0 0 12px;
			margin:8px 0;
		}
	
#glossaryViewAll{
	width:43px !important;
}
	
/*
=DOCUMENTATION
#################################################################### */
.formbuilderform {
	float:left;
	width:100%;
}
	.formbuilderform div{
		float:left;
		width:100%;
		margin-bottom:10px;
	}
	label {
		float:left;
		width:460px;
		margin-bottom:4px;
	}
	select {
		float:left;
		border:1px solid #464646;
		width:350px;
	}
		option {
			color:#8c172c;
		}
	input {
		color:#8c172c;
		background:#ffffff;
		border: 1px solid #A0A0A0;
	}
	
.documentation {
	float:left;
	width:100%;
}
	
.resourceContent {
	float:left;
	width:460px;
}
	.documentationSubTitle{
		float:left;
		width:100%;
		padding-bottom:10px;
	}










