/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	line-height:21px;
	
}

body {
	background-color: #e2e0e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}



#container{
text-align: left;
margin: 0 auto 0 auto;
width:1000px;

}

.invisible{
display:none;
}
#header_left{
float:left;
vertical-align:bottom;
}
#header_right{
float:right;
vertical-align:bottom;
padding-top:6px;
}

.header {
vertical-align:bottom;
float:inherit;
}

#header_divider{
	
	margin-top:10px;
	padding-bottom:10px;
	width:100%;
	background-image: url(../images/bg_doublelines.gif);
	background-repeat: repeat-x;
}


#content{
width:100%;
float:left;
}
#content ul{
padding:0;
margin:0;
display:block;
list-style:none;
}
#content li{
display:inline;
list-style:none;
}

#home_divider{
	float:left;
	text-align:center;
	background-image: url(../images/divider_home.gif);
	height: 23px;
	width:780px;
	padding:5px 0 5px 0;
	background-repeat: no-repeat;
	background-position: 3px;
	font-style: italic;
	color: #580000;
}

.home_li_width{
padding-right:15px;
}

.border_image{
	border: 3px solid #585858;
}

.left{
float:left;
}

.right{
float:right;
}

#footer{
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 15px;
	width:100%;
	float:left;
}

#footer li{
float:left;
clear:none;
padding-top: 5px;
display:inline;
list-style:none;

}
.footer_li_padding{
padding-right:64px;

}
#portfolio 
{
	width:100%;
	margin-left:0px;
}
#portfolio ul
{
	display: inline;
	float:left;
	margin:0px;
	/*margin-right:26px;*/
	/*text-align:center;*/
	padding-bottom:12px;
}
#portfolio .wide
{
	width:140px;
}
#portfolio .padding
{
	width:32px;
}
#portfolio li a, a:visited
{
	text-decoration:none;
	color:#515151;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}

#portfolio .large { 
	font-size:18px;
}
#portfolio .small { 
	font-size:12px; 
}
#portfolio img
{
	border:none;
}

/* Custom Additions */
#c_additions ul
{
	display: inline;
	float:left;
/*	margin-left:24px;
	margin-right:23px;
	width:203px;*/
	padding:5px 0 5px 0;
}
#c_additions li
{
	text-align:left;
	padding-bottom:0px;
}
#c_additions li a, a:visited
{
	text-decoration:none;
	color:#515151;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	font-style:inherit;
}
#c_additions img
{
	border:none;
}
#c_additions .padding{	width:62px; }
/* Uneven pixel count requires one extra pixel in the center. */
#c_additions .padding2 { width: 63px; } 
#c_additions .wide
{
	width:203px;
}

/* Custom Homes */
#c_homes ul
{
	display: inline;
	float:left;
/*	margin-left:24px;
	margin-right:23px;
	width:203px;*/
	padding:5px 0 5px 0;
}
#c_homes li
{
	text-align:left;
	padding-bottom:0px;
}
#c_homes li a, a:visited
{
	text-decoration:none;
	color:#515151;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	font-style:inherit;
}
#c_homes img
{
	border:none;
}
#c_homes .padding{	width:62px; }
/* Allows only two images on first row */
#c_homes .pad_sides 
{ 
	width: 250px; 
	height:185px; 
}
#c_homes .pad_side2 
{ 
	width: 116px; 
}
#c_homes .wide
{
	width:203px;
}

/* Two column for portfolio */
#two_col a, a:visited
{
	text-decoration:none;
	color:#515151;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}
#two_col img {border:none;}
#two_col_left
{
	float:left;
}
#two_col_right 
{
	float:right;
}
