/*
Theme Name: RSM
Theme URI: http://rsmdevelopments.com
Description: Theme for RSM blog.
Version: 1.0
Author: Greg Dean
*/

/* Begin Typography & Colors */
body
{
	margin: 0;
	background: url(/themes/divisions_interior/images/bg_image.gif);
	background-repeat: repeat-x;
	background-color: #e2e2ed;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

#nav_upper .title
{
	display: none;
}
#fp_menu .title
{
	display: none;
}
#content, #footer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#nav_upper
{
	margin-top: 10px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#nav_upper ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#nav_upper ul li {
	display: inline;
	padding-right: 10px;
}

#nav_upper a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav_upper a:hover {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}


#nav_center
{
	width: 949px;
	height: 271px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background: url(/themes/divisions_interior/images/header_bg_sm.jpg);
}

#left
{
	width: 315px;
	height: 1px;
}
#right
{
	width: 275px;
	
}

#middle
{
	margin-left: 25px;
	margin-right: 10px;
	width: 640px;
}

#footer
{
	text-align: center;
	margin-top:50px;
}

#fp_menu
{
	position: relative;
	background: url(/themes/divisions_interior/images/breakbox_top.png);
	behavior: url(/iepngfix.htc);
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 15px;
	margin-left: 53px;
	
	float: left;
	width: 190px;
	border-bottom:1px solid #999999;
	
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#fp_menu ul
{
	margin: 0;
	padding: 0;
}

#fp_menu  ul li 
{
	margin: 0;
	list-style-type: none;
}
#fp_menu  a
{
	color: #000000;
	text-decoration: none;
}

#fp_menu  a:hover
{
	color: #0000FF;
}

#gallery
{
	width: 585px;
	margin-left: 25px;
}

#gallery p
{
	margin: 0px;
}

#homes_form textarea, input, select, td
{
	font-family: arial;
	font-size: 8pt;
	color: #000000;
}

#home_listing
{
	background: #e8e4e5 url(/themes/divisions_interior/images/bg_listing.jpg) repeat-x scroll center top;
	border-bottom:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}

#home_listing .image
{
	padding: 5px;
}

#home_listing .description
{
	padding: 5px;
}

#footer_nav .title
{
	display: none;
}

#footer_nav ul
{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer_nav ul li
{
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_nav a
{
	text-decoration: none;
}

#footer_nav a:hover
{
	text-decoration: underline;
}

#site_map_links .title
{
	display: none;
}

#site_map_links ul li
{
	list-style: none;
}

#site_map_links ul
{
	margin: 0;
	padding: 0;
}
#rss
{
	margin:197px 0px 0px 54px;
}

