@charset "UTF-8";
html, body{
	background: #333333;
	position: relative;
	margin: 0px auto;
	width: 100%;
 } 
body  {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../images/bkgrnd1.jpg) repeat-y;
}
.twoColFixLtHdr #container {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	padding: 0px;
}

* html .twoColFixLtHdr #container {
	overflow: visible;
}

.photo #container
{
	position: relative;
	text-align: left;
	display: block;
	margin: 0px;
	border-style: none;
	overflow: visible;
}




.twoColFixLtHdr #header {
	background: #333333 url(../images/hd_redyellow_01.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 245px;
	position: relative;
	overflow: visible;
	visibility: visible;
} 
.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: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 167px;
	background: #333333 url(../images/Nav.jpg) repeat-y;
	text-align: left;
	float: left;
	/* position: absolute; */
	padding-bottom: 6000px;
	margin-bottom: -6000px;
	font: bold .9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.twoColFixLtHdr #sidebarphoto {
	width: 167px;
	background: #333333 url(../images/Nav.jpg) repeat-y;
	text-align: left;
	float: left;
	/* position: absolute; */
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	font: bold .9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 1200px;
}





/* IE-Mac */
/*\*//*/
* html .twoColFixLtHdr #sidebar1 {
	padding-bottom: 0;
	margin-bottom: 0;
}
/**/

 .leftcoltxt{
	font-weight: bold;
	text-transform: uppercase;
 }
 .leftcol{
	margin-left: 20px;
	position: relative;
 }

 #corner{
	background: url(../images/top_curve.jpg) no-repeat;
	height: 40px;
	width: 37px;
	left: 167px;
	top: 245px;
	display: inline-block;
	position: absolute;
}
 #corner1{
	background: url(../images/bottom_curve.jpg) no-repeat;
	height: 45px;
	width: 11px;
	left: 167px;
	top: 285px;
	display: block;
	position: absolute;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0px 0 167px;
	padding: 0 20px 0 40px;
	text-align: left;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 


.twoColFixLtHdr #footer {
	margin-left: 158px;
}
.twoColFixLtHdr #footer p {
	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 0px 44px;
}


.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: 10px;
	margin-top: 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;
}

 .txt_footerflow {
	text-align: center;
	width: 580px;
	font-weight: bold;
	padding-left: 80px;
	padding-bottom: 15px;
	display: block;
}
 
   .flower_pos       {
	text-align: center;
}

  .flower_middle       {
	/* vertical-align: -25%; */
	vertical-align: -30%;
}

 .flower_middlemn       {
	/* vertical-align: -25%;*/
	vertical-align: -30%;
}
 
 div.image-car {
	height:50px;
	width:50px;
	background:url(../images/car.png) no-repeat;
	margin: 0px -30px 0px 20px;
	padding: 0px;
	overflow: visible;
	float: left;
}



 div.image-car2 {
	height:50px;
	width:50px;
	background:url(../images/car2.png) no-repeat 10px;
	margin: 0px 100px 0px 0px;
	padding: 0px;
	overflow: visible;
	float: right;
}


   .blogtxt       {
	display: inline-block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	font-weight: bold;
	font-size: 0.9em;
}







div.image-car_1 {
	height:50px;
	width:50px;
	background:url(../images/car.png) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
 
 .txt_footer1 {
	font-weight: bold;
	display: block;
	text-align: center;
}

 .txt_footer {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 20px;
}













/*text styles*/

.heading{
	font-size: 1em;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	vertical-align: -50%;
	margin: 0px 0px 0px 5%;
}
.subtitle {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 5%;
	font-style: italic;
}


.footertxt {
	font-size: .9px;
}


/*paragraph styles*/


.h1{
	font-size: 1.2em;	
}

.h2{
	font-size: 1em;
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	font-style: italic;
	display: inline-block;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

div.img
{
	margin: 22px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}	

div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.desc
{
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
	border-style: none;
	vertical-align: text-bottom;
	color: #333333;
}



img.floatright {
	margin: 0 0 10px 500px;
	position: relative;
}
