
p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #253c66;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	/*font-size: 150%;*/
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.componentheading {
	font-size: 170%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 20px 0;
}

.contentheading {
	font-size: 190%;
	font-weight: normal;
	line-height: 110%;
	padding-bottom: 8px;
	margin: 15px 0 0 0;
	font-style: italic;
}


/* @end */

/



/* @group Horizontal Menu */

#horiz-menu {
	/*height: 38px;*/
	margin-top: 0px;
	position: absolute;	
	width: 970px;
	background-color:#000;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	display: block;
	float: left;
	/*height: 34px;
	line-height: 34px;*/
	padding: 0 0px 0 0;
	font-size: 100%;
	overflow: hidden;

	
	
	
}

#horiz-menu a {
	background-position: 0 -38px;
	background-repeat: no-repeat;
	
}

#horiz-menu li {
	background-position: 100% -38px;
	background-repeat: no-repeat;

}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a {
	background-position: 0 -76px;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background-position: 100% -76px;
}

#horiz-menu li.parent:hover a,
#horiz-menu li.parent.sfHover a,
#horiz-menu li.parent-sfHover a {
	background-position: 0 -114px;
}

#horiz-menu li.parent:hover,
#horiz-menu li.parent.sfHover,
#horiz-menu li.parent-sfHover {
	background-position: 100% -114px;
}

#horiz-menu li.active a {
	background-position: 0 0;
}

#horiz-menu li.active {
	background-position: 100% 0;
}

/* splitmenu specific overrides */

#horiz-menu.splitmenu li.parent:hover a,
#horiz-menu.splitmenu li.parent-sfHover a {
	background-position: 0 -76px;
}

#horiz-menu.splitmenu li.parent:hover,
#horiz-menu.splitmenu li.parent-sfHover {
	background-position: 100% -76px;
}

#horiz-menu.splitmenu li.active:hover a,
#horiz-menu.splitmenu li.active-sfHover a {
	background-position: 0 0;
}

#horiz-menu.splitmenu li.active:hover,
#horiz-menu.splitmenu li.active-sfHover {
	background-position: 100% 0;
}

#horiz-menu a:hover {
	text-decoration: none;
}

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 12px;
	font-weight: normal;
	background: none;
}

/* @end */

/* @group Vertical Menu */

#horiz-menu-ver {
	/*height:250px;*/
	/*margin-top: 0px;
	position: absolute;*/
		display: block;


	/*width:182px;*/
	float:left;
	
}

#horiz-menu-ver ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:none;
}

#horiz-menu-ver li {
	display: block;
	float: none;
	margin: 0 0px 0 0;
	padding: 0;
}

#horiz-menu-ver a,
#horiz-menu-ver li.active a {
display: block;
	line-height: 34px;
	font-size: 100%;
	padding: 0px;
	overflow: hidden;
}




#horiz-menu-ver a:hover {
	text-decoration: none;
}

/* mouseovers */

#horiz-menu-ver li li a:hover {
	background: none;
}

#horiz-menu-ver li li.active,
#horiz-menu-ver li.active li a,
#horiz-menu-ver li.active li a:hover {
	background: none;
}

#horiz-menu-ver li li a {
	font-size: 12px;
	font-weight: normal;
	background: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu span {
	display: block;
	height: 27px;
}

ul.menu a {
	display: block;
	line-height: 30px;
	text-indent: 15px;
	height: 27px;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 10px;
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin-left: 10px;
	padding: 0;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li a {
	padding-left: 10px;
}

ul.menu li.active a,
ul.menu li a:hover,
ul.menu li.active a:hover {
	text-decoration: none;
}

ul.menu li.active li a,
ul.menu li.active li a:hover {
	background: none;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 30px;
	height: 27px;
	font-size: 100%;
	padding-left: 25px;
	text-decoration: none;
}

a#active_menu.sublevel {
	color: #fff;
	background: none;
}

a.sublevel {
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/*Webstix CSS starts*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #cbc29b;
	font-size: 12px;
	line-height: 15px;
}
#container
{
width:970px;
margin: 0 auto;
top:0px;
background-image:url("index_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_bg.jpg*/);
background-repeat:repeat-y;

}
#header_nav
{
width:970px;
height:53px;
float:left
}
#header1_inside
{
width:970px;
float:left;
}
#body_wrapper
{
width:970px;
float:left;
background-image:url("index_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_bg.jpg*/);
background-repeat:repeat-y;
}
#wrapper
{
width:970px;
float:left;
height:auto;
}
#bottom
{
width:970px;
margin:0 auto;
height:auto;
}
#body_co1
{
width:212px;
margin-top:3px;
float:left;
margin-bottom:10px;
}

#lftmenu
{
width:212px;
margin-top:3px;
float:left;
margin-bottom:10px;
}
#ad1, #ad2, #ad3
{
width:212px;
margin-top:10px;
text-align:center;
float:left;
}
#body_co2
{
width:712px;
margin-top:8px;
margin-right:0px;
margin-left:6px;
margin-bottom:5px;
min-height:350px;
height:auto;
float:left;
padding:20px 8px 20px 20px;

}
#body_co3
{
width:174px;
margin-top:8px;
margin-left:4px;
float:left;
}
#index_pic
{
width:545px;
float:right;
margin-right:185px;
margin-top:25px;
}
#indexbot_nav
{
width:521px;
float:left;
text-align:left;
margin-bottom:5px;
padding-top:24px;
border-top:1px solid #e0dbc8;


}
#address
{
width:970px;
height:48px;
background-image:url("index_bottom_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_bottom_bg.jpg*/);
background-repeat:repeat-x;
float:left;
}
#address_1
{
width:930px;
height:35px;
float:left;
margin-top:8px;
background-position:center;
}
#li_l
{
width:15px;
height:48px;
float:left;
background-image:url("index_bottom_left.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_bottom_left.jpg*/);
background-repeat:no-repeat;
}
#li_r
{
width:15px;
height:48px;
float:right;
background-image:url("index_bottom_right.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_bottom_right.jpg*/);
background-repeat:no-repeat;
}
.address_1
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
}
.address_1 a:link, .address_1 a:visited, .address_1 a:active
{
text-decoration:underline;
color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.address_1 a:hover
{
text-decoration:none;
color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#copy
{
width:970px;
float:left;
height:32px;
background-image:url("index_copy_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/index_copy_bg.jpg*/);
background-repeat:repeat-y;
}
#copy_1
{
width:700px;
float:left;
height:20px;
margin-left:10px;
margin-top:5px;
}
.copy_1
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}
.copy_1 a:link, .copy_1 a:visited, .copy_1 a:active
{
text-decoration:underline;
color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copy_1 a:hover
{
text-decoration:none;
color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#web
{
width:195px;
float:right;
height:20px;
margin-left:10px;
margin-top:5px;
}
.web
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}
.web a:link, .web a:visited, .web a:active
{
text-decoration:underline;
color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.web a:hover
{
text-decoration:none;
color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#tit
{
width:779px;
float:left;
height:44px;
}
#tit1
{
width:214px;
float:left;
height:44px;
background-image: url("inside_amwoodlogo_blw.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/inside_amwoodlogo_blw.jpg*/);
background-repeat:no-repeat;
}
#title
{
width:565px;
height:44px;
float:left;
background-image:url("inside_title_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/inside_title_bg.jpg*/);
background-repeat:repeat-y;
}
#title_txt
{
width:400px;
height:25px;
float:left;
margin-left:10px;
margin-top:15px;
}
.title_txt
{
font:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000;
}
#bg
{
width:970px;
height:6px;
float:left;
background-image:url("inside_title_blw_bg.jpg"/*tpa=http://www.amwoodhomes.com/templates/Home_Page/images/inside_title_blw_bg.jpg*/);
background-repeat:repeat-y;
}
#inside_nav
{
width:214px;
float:left;
}

#ad4
{
margin:9px;
padding:10px;
width:180px;
text-align:left;
float:left;
height:auto;
background-color:#C3BA93;
line-height:25px;
}
.ad4
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
}
.ad4 a:link, .ad4 a:visited, .ad4 a:active
{
text-decoration:underline;
color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ad4 a:hover
{
text-decoration:none;
color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*WEbstix CSS ends*/
