/*The velo Resource - Updated 08-03-2011*/
/*Updated to fix <p> within <ul> tags. Removed old FB attributes in <head> section of code*/
/*Updated to fix height issue in the footer. The background image (used in header) doesn't work well on the footer 08-08-2011*/

body {
	font-family:Tahoma, Geneva, arial, sans-serif, "Trebuchet MS", "Trebuchet MS", sans-serif;
	color: #D1D1D1;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	}
	
h1 {
	font-size: 175%;
	padding: 0px;
	margin: 0px;
	}
	
li {
	margin-top: 10px;
	font-size: 90%;
	}
	
.list-title {
	font-weight: bold; 
	font-size: 125%;
	}
	

/**************************************************** Header Section ****************************************************/

#header {
	margin: 0 auto;
	width: 100%;
	min-height: 125px;
	background-image: url(images/header/header-bg.gif);
	background-repeat: repeat-x;
	}
	
#header-container {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	}
	
#header-logo {
	width: 200px;
	height: 125px;
	position: absolute;
	}
	
#theme {
	width: 368px;
	height: 55px;
	position: absolute;
	top: 67px;
	left: 200px;
	}
	
#header-logo img {
	border: 0px;
	}
	
#header-phone {
	position: absolute;
	right: 2px;
	top: 90px;
	font-size: 24px;
	}
	
#header-cc	{
	position: absolute;
	right: 5px;
	top: 60px;
	}
	
	
/* This is the original Facebook "Like" button that was next to the logo. This was replaced with the "Like Box" to stream updates	
#facebook	{
	position:absolute;
	left:235px;
	top:71px;
	}
*/


/**************************************************** Top Nav Section****************************************************/
	
/*Testing future nav.
#top-border {
	margin: 0 auto;
	width: 100%;
	height: 25px;
	min-height: 25px;
	font-size: 90%;
	background-color: #fce000;
}
*/




#top-border {
	margin: 0 auto;
	width: 100%;
	background-color: #fce000;
	height: 15px;
	min-height: 15px;
	}


#top-border-container {
	width: 900px;
	margin: 0 auto;
	color: #000000;
	padding-top:3px;
	}
	
/**************************************************** Content Section ****************************************************/	

#content {
	width: 100%;
	min-height: 500px;
	background-color: #666666;
	margin: 0 auto;
	background-image: url(images/content/fb-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#content-container	{
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
	padding: 10px 0px 5px 0px;
	}
	
#message-box {
	width: 590px;
	float: left;
	padding: 0px 10px 20px 0px;
	}
	
#fb-feed	{
	width: 300px;
	height: 100%;
	margin: 10px 0px 10px 0px;
	float: right;
	background-color: #CCCCCC;
	 /* for IE 
  	filter: alpha(opacity=90);
  	 CSS3 standard 
  	opacity: 0.9;*/
	
	}

#map {
	width: 340px;
	height: 65px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	}
	
#map img {
	padding: 0px 2px 0px 0px;
	border: 0px;
	}
	
#map a {
	text-decoration: none;
	color: #D1D1D1;
	}
/**************************************************** Bottom Nav Section ****************************************************/

#bottom-border {
	margin: 0 auto;
	width: 100%;
	background-color: #fce000;
	height: 15px;
	min-height: 15px;
	}
/**************************************************** Footer Section ****************************************************/
#footer {
	margin: 0 auto;
	padding-top: 0px;
	min-height: 50px;
	background-color:#000000;
	}
	
#footer-message {
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #D1D1D1;
	}
	
#footer-message a {
	color:#fce000;
	font-weight:bold;
	}