/* -----------------------------------------------------------------------

   Young Development CSS Framework 0.1
   http://www.hancheroffsmith.com

   Author: Chad Smith 
   Studio: HancheroffSmith
   Date: October 2008
   Copyright: (c)2008-2009
   

----------------------------------------------------------------------- */


/* background colour and images */

body 
	{
	background: #303030; ! /* Override - blueprint white bg */
	}
	
	
.header
	{
	height: 93px;
	background: url(../img/rma_header_bg.jpg);
	}	
	
a 
	{
	color: #ff9900;
	}
	
.flash
	{
	height: 462px;
	background: url(../img/yodev_placeholder.jpg);
	}
	


.footer
	{
	padding-top: 9px;
	height: 43px;
	background: #303030;
	}

.copyright
	{
	color: #ababa6;
	font-size: 0.9em;
	margin: 0;!
	}



/* footer menu */ 
#contactcontainer {
	/*padding: 5px;*/
	height: 43px;
	/* margin-top: 8px;
	margin-bottom: 25px; */
	position: relative;
	}

#h_list
	{
	margin: 8px 0 0 13px;
	width: 570px;
	}

#h_list ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#h_list ul li {
	margin-left: 0;
	padding: 3px 10px;
	border-left: 1px solid #ababa6;
	list-style: none;
	display: inline;
	}
	
		
#h_list ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}




.text
	{
	line-height: 1.5em;
	font-size: 0.9em;
	color: #e6e6e6;
	}
	
li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.tel
	{
	padding: 1.5em 0 0 0;
	}



