@charset "utf-8";
@import url('jquery.lightbox-0.5.css');
body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background: #d2baae;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img{
	border:none;
}
.twoColFixLtHdr #container { 
	/*width: 1059px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width:1150px;
	background: #d2baae;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 	
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:307px;
} 
#headerInside {	
	background-image:url(../images/insideHEADER33.jpg);
	background-repeat:no-repeat;
	height:147px;
	position:relative;
	overflow:hidden;
} 
#nav {
	background:#71AAA4;
	background-image:url(../images/nav.jpg);
	background-repeat:repeat-x;
	height:55px;
	/*width:1059px;*/
	width:1150px;
	border-top:#9b5f17 solid 1px;
	border-bottom:#98877f solid 1px;
	
}
#nav ul {
	margin:0px;
	padding:0px;
	display: block;
}
#nav li {
	text-align:center;
	list-style-type:none;
	display:block;
	float:left;
	/*margin:-14px;*/
	margin-top:2px;
	margin-right:70px;
	padding:0;
	margin-bottom:0;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility:hidden;
}
.twoColFixLtHdr #headerInside h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility:hidden;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 505px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d2baae; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 75px 0px 120px;
	background-image:url(images/note_pad.png);
	background-repeat:no-repeat;
}
#sidebar1 p{
	margin:0;
	padding:0;
	padding-left:20px;
}
#sidebar1 h3{
	visibility:hidden;
}
#sidebar1 ul{
	margin-top:10px;
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#sidebar1 li{
	padding-top:6px;
	padding-left: 40px;
	background-image:url(../images/bulletSphere.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.twoColFixLtHdr #mainContent { 	
	height:400px;
	width:350px;
	float:right; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/formBG.png);
	background-repeat:no-repeat;	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d2baae;
	text-align:center;	
} 
.twoColFixLtHdr #footer p {
	font-size:9pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#formd{
	height:175px; /*NOTE TO SELF, SUBTRACT THE PADDING FROM TOP */
	padding-top:65px;
	padding-left:120px;
	position:relative;
}
#formd p{
	margin:0;
	margin-bottom:3px;
	display:block;
	width:150px;
	height:25px;
}
#formd form{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
#btn_{
	position:absolute;
	left:72px;
	bottom:21px;
	width:200px;
	height:60px;
}
#full_size{
	background:url(../images/coffee_bg.gif) no-repeat center top;
	width:1200px;
	height:567px;
	margin-left:auto;
	margin-right:auto;
}
#full_size2{
	background:url(../images/testimonialBG_noNotes.jpg) no-repeat center top;
	width:1109px;
	height:556px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#full_size p{
	margin:0;
	padding:0;
}
.holder{
	width:760px;
	height:136px;
	padding-top:20px;
	padding-left:38px;
	/*background:url(images/web/web_bar.gif) no-repeat;*/
	margin-right:auto;
	margin-left:auto;
}
.holder h2{
	margin:0;
	padding:0;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	/*background-color:#333;*/
	background:url(../images/check.png) repeat;
	width:180px;
	color:#FFF;
}
.holder ul{
	margin:0;
	padding:0;
	height:106px;
	width:550px;
	/*background-color:#333333;*/
	background:url(../images/check.png) repeat;
	padding-left:10px;
	padding-top:5px;
}
.holder li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	margin-right:15px;
}
.holder li p{
	text-align:center;
}
.holder li p a{
	color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
#post1{
	position:absolute;
	width:342px;
	height:385px;
	left:-600px;
	top:14px;
}
#post2{
	position:absolute;
	width:289px;
	height:338px;
	left:481px;
	bottom:-1200px;
}
#post3{
	position:absolute;
	width:314px;
	height:364px;
	left:-900px;
	top:6px;
}
#web_fly{
	display:none; width:272px; height:110px; position:absolute; left:-600px; top:15px;
}
#seo_fly{
	display:none; width:211px; height:132px; position:absolute; right:-600px; top:0px;
}
#call_bounce{
	display:none; width:268px; height:115px; position:absolute; right:254px; top:21px;
}
#media_logo{
	display:none; width:233px; height:112px; position:absolute; left:13px; top:25px;
}
