/*

layout colors

Dark Green: #666600

Gray Borders: #cccccc

light Gray Bg: #f3f2f2

White: #FFFFFF

Black: #000000

*/

body {
	background-image:url(http://www.velocityrei.com/images/bg_grad.jpg);
	background-repeat: repeat;
}

#wrapper {
	margin:0 auto 0 auto;
	margin-top:15px;
	margin-bottom:10px;
	width:960px;
}

#container {
	background-color:#F2F2F2;
	width:960px;
	/*height:100%;*/
	border: 1px solid #cccccc;
	background-image: url(http://www.velocityrei.com/images/body_grad.jpg);
	background-repeat: repeat-x;
	float:left;
	clear:both;
	overflow:hidden;
	
}

#content {
	background-color:#fff;
	background-image:url(http://www.velocityrei.com/images/body_grad.jpg);
	background-repeat:repeat-x;
	
} /* General Layout */

/* header CSS */

.hidden {
	display: none;
}

#linkbar {
	background-color:#666600;
	height:20px;
	width:960px;
	float:left;
	clear:both;

}

#linkbar .padding {
	margin:2px;
}

#toplinks ul {
	list-style:none;
}

#toplinks li a {
	margin-right:10px;
	height:20px;
	width:45px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	float:right;
}

#header {
	background-image:url(http://www.velocityrei.com/images/header_bg.jpg);
	background-repeat:no-repeat;
	background-color: #666600;
	padding-bottom:20px;
	width:960px;
	height:150px;
	margin-bottom:10px;
	float:left;
	clear:both;
}


#header h2 a {
	padding:15px;
	background-image: url(http://www.velocityrei.com/images/logo_new.png);
	background-repeat: no-repeat;
	background-position: center;
	/*vertical-align: middle;*/
	display: block;
	height: 121px;
	width: 450px;
	text-indent: -9999px;
}  /* header */

#footer {
	background-image:url(http://www.velocityrei.com/images/footer_bg.jpg);
	background-color:#666600;
	border:1px solid #cccccc;
	background-repeat: repeat-x;
	width:958px;
	height:70px;
	float:left;
	clear:both;
}

#footer_content {
	width:98%;
	text-align:center;
	padding:10px;
}


#footnav_box {
	background-color:#999999;
	height:20px;
	width:960px;
	float:left;
	clear:both;
}

#footnav_box a {
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	
}  /* Footer */


#footnav_box .padding {
	padding-right:5px;
	padding-left:5px;

}

#footimg {
	float:left;
	height:79px;
	width:175px;
	margin-top:15px;
	text-align:left;
	
}

#foottext {
	float:left;
	height:40px;
	width:940px;
	text-align:center;
	margin-top:15px;
	color:#CCCCCC;
}

#foottext a {
	color:#FFFFFF;
}

#foottext h1 {
	color:#fff;
}


p {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.5em;
	

}

h1, h2 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#666666;
	
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#FFFFFF;
}
