@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.lafollettecustomhomes.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 10px;
	border: 1px solid #aaa;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 10px 5px 0;
}

img.bio {
	border: 10px solid #fff;
}

div#sidebarimgs {
	float: left;
}

div#sidebarimgs img {
	float: left;
	clear: both;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #fff;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	background: url(/images/body-bg.jpg) top right;
}

.center {
	text-align: center;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 140%;
}

p {
	line-height: 1.3em;
	margin: .5em 0;
	color:#3d3d3d;
}

em {
	font-style:italic;
}

p.underline {
	text-decoration: underline;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3, h4 {
	margin-bottom: .5em;
	color: #161616;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #E7AA14;
}

h1.banner {
	margin-top: 10px;
}


h2 {
	font-size: 24px;
}

h2.home {
	border-bottom: 1px solid #E7AA14;
}

h2#blog {
	padding-right: 20px;
	clear: both;
	display: inline;
	background: url(/images/blog.png) no-repeat right;
}

h3 {
	font-size: 18px;
}

h3.bio {
	margin-top: 30px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #9f1b32;
	text-decoration: underline;
}

a:hover {
	color: #161616;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;	
}

div#container {
	width: 1000px;
	float: left;
}

div#mast {
	float: left;
	width: 1000px;
	height: 143px;
	_height: 181px;
	background: #fff url(/images/mast-bg.jpg) no-repeat top left;
	_background: #fff url(/images/mast-bg-ie.jpg) no-repeat top left;
	position: relative;
}

div#indexmast {
	float: left;
	width: 1000px;
	height: 140px;
	background: #fff url(/images/index-mast-bg.jpg) no-repeat top left;
	position: relative;
}

div#banner {
	height: 223px;
	width: 1000px;
	float: left;
	margin-top: -25px;
	background: url(/images/banner-bg.jpg) no-repeat top left;
	position: relative;
}

div#content {
	width: 1000px;
	float: left;
	background: #e8e6d5 url(/images/content-bg.jpg) no-repeat top right;
	_background: #e8e6d5 url(/images/content-bg-ie.jpg) no-repeat top right;
	padding: 25px 0;
	position: relative;
}

div#postit {
	width: 214px;
	height: 40px;
	position: absolute;
	margin-left: 783px;
	margin-top: -25px;
	*left: 783px;
	*margin-left: 0px;
	background: url(/images/post-it.png) no-repeat top left;
	z-index: 1000;
}

div#sidebar {
	width: 165px;
	padding-left: 15px;
	float: left;
}

div#main {
	float: left;
	margin-left: 25px;
	width: 785px;
	padding-right: 10px;
}

div#indexLeft, div#indexMiddle, div#indexRight {
	float: left;
	margin: 25px 15px 0px 25px;
}

div#indexLeft {
	width: 410px;
}

div#indexMiddle {
	width: 250px;
}

div#indexRight {
	width: 215px;
}

div#footer {
	float: left;
	width: 960px;
	padding: 15px 20px 25px 20px;
	height: 12px;
	background: #9f1b32 url(/images/footer-bg.jpg) repeat-x top left;
}
	
/* =Branding/Mast Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 600px;
	height: 80px;
	position: absolute;
	margin-left: 20px;
	margin-top: 15px;
	text-decoration: none;
}

/* =Moving Banner Styling
-------------------------------------------------------------*/
div#bannerNav {
	width: 1000px;
	height: 23px;
	position: absolute;
	margin-top: 200px;
	background: url(/images/banner-nav-bg.png) repeat-x top left;
	z-index: 100;
}

div#banner p#previous, div#banner p#next {
	width: 100px;
	margin: 0;
	font-weight: bold;
	margin-top: 3px;
}

div#banner p#previous {
	float: left;
	margin-left: 15px;
}

div#banner p#next {
	float: right;
	margin-right: 15px;
}

div#banner p#next a, div#banner p#next a:visited, div#banner p#next a:hover {
	display: block;
	padding-right: 12px;
	background: url(/images/next.png) no-repeat right;
	text-decoration: none;
	color: #9f1b32;
	text-align: right;
}

div#banner p#previous a, div#banner p#previous a:visited, div#banner p#previous a:hover {
	display: block;
	padding-left: 12px;
	background: url(/images/previous.png) no-repeat left;
	text-decoration: none;
	color: #9f1b32;
}

span#statusA, span#statusC {
	display: none;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1000px;
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .innerbanner{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 1000px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
p#copyright {
	color: #fff;
	font-size: 12px;
	width: 400px;
	float: left;
}

ul#footerNav {
	width: 454px;
	float: right;
	margin-top: 8px;
}

ul#footerNav li {
	float: left;
}

ul#footerNav li a, ul#footerNav a:visited {
	padding: 0 5px;
	border-right: 1px solid #fff;
	height: 11px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul#footerNav li.last a, ul#footerNav li.last a:visited {
	border-right: none;
}

ul#footerNav a:hover {
	text-decoration: underline;
}

p#tmlink {
	float: right;
	padding: 5px 0px;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#mastNav {
	position: absolute;
	margin-left: 84px;
	margin-top: 84px;
}

ul#mastNav li {
	float: left;
}

ul#mastNav li a, ul#mastNav li a:visited {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

ul#mastNav li a:hover,ul#mastNav li.current a, ul#mastNav li.current a:visited, ul#mastNav li.current a:hover  {
	background: url(/images/mastnav-a-hover-bg.jpg) repeat-x top left;
	color: #fff;
	text-decoration: none;
}



/* =Secondary Navigation Styles
-------------------------------------------------------------*/
ul#sideNav {
	margin: 25px 0;
}

ul#sideNav li {
	line-height: 1.2em;
	margin-bottom: 10px;
}

ul#sideNav li.preload {
	background: url(/images/sidenav-a-hover-bg.jpg) no-repeat -9000em;
}

ul#sideNav li a, ul#sideNav li a:visited {
	display: block;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #9f1b32;
	background: url(/images/sidenav-a-bg.jpg) no-repeat left;
	text-decoration: none;
}

ul#sideNav li.gallery a, ul#sideNav li.gallery a:visited  {
	background: none;
	font-size: 13px;
	padding-left: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
}

ul#sideNav li a:hover {
	background: url(/images/sidenav-a-hover-bg.jpg) no-repeat left;
	color: #3d3d3d;
	text-decoration: none;	
}

ul#sideNav li.gallery a:hover {
	background: none;
}

/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding: 10px;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0px 10px 5px;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	}

td.error {
	font-size:14px;
	color: #ff0000;
	font-weight: bold;
}

td.refresh {
	font-size:12px;
	color: #ff0000;
	font-weight: normal;
}

table.howwework td {
	vertical-align: top;
	padding: 8px 0px;
}

table.howwework td p {
	margin-top: 0px;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
ul.indent {
	margin: 5px 0px 10px;
}

ul.indent li {
	margin-left: 10px;
}

ul.indent li p {
	line-height: .8em;
	font-size: 100%;
}

div.services {
	width: 370px;
	float: left;
	padding-right: 20px;
}

div.servicesright {
	width: 370px;
	float: left;
	padding-left: 20px;
}

div.howwework p strong {
	font-size: 14px;
}

div.howwework p {
	line-height: 20px;
}

ul#blogrss li {
	background: transparent url(/images/blogrss.gif) left top no-repeat;
	line-height:15px;
	padding-left:15px;
	margin: 8px 0 8px 3px;
}

/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
