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

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


[Sections]
All have their own style sheet
------------------------------------------------------------------------
=HOME
=ABOUT
=MODEL
=PRODUCTS
=RESOURCES
=EVENTS
=CLIENTS
=CONTACT	

[Color codes]
------------------------------------------------------------------------
Red:		#8c172c
Grey:		#464646 *default
Lt. Blue: 	#accecb
Tan:		#d5cfbc

[Layout]
------------------------------------------------------------------------
- body
	- remi
		- header
			- logo
			- login
			- mainNav
		- bannerImage
		- mainBody
			- subNav
			- content
			- footerClear
	- footer
	
#################################################################### */

dl {
	float:left;
	width:460px;
}
	dt {
		float:left;
		width:100%;
		padding-bottom:5px;
		margin-top:30px;
		border-bottom:1px solid #8c172c;
	}
		dt a {
			color:#464646 !important;
			font-size:15px;
		}
		dt a:hover {
			text-decoration:none;
		}
		
	dd {
		float:left;
		width:100%;
	}
		dd a {
			float:left;
			width:100%;
			font-size:13px;
			padding:2px 0;
		}
			dd a:hover {
				text-decoration:none;
			}
		dd p {
			float:left;
			width:100%;
			margin:0px;
			padding:2px 0;			
			color:#464646;
			font-size:13px;
		}
/*hidding the glossary nav in the clients section*/
	.glossarynav{
		display:none;
	}
	
	
	
