@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/karimala071100010.jpg);
	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: #FFFFFF;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/index_02.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: url(images/index_01.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 375px;
	width: 780px;
	position: relative;
} 

.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	left: 19px;
	top: 301px;
	width: 314px;
	font-size: 110%;
	text-align: center;
	height: 61px;
}

.twoColFixLtHdr #header span {
	font-size: 80%;
}

.twoColFixLtHdr #header #toc {
	display: block;
	width: 444px;
	height: 70px;
	list-style: none;
	position: absolute;
	left: 327px;
	top: 276px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #header #toc li {
	display: inline;
	width: 70px;
	float: left;
}
.twoColFixLtHdr #header #toc #service {
	padding-top: 27px;
}
.twoColFixLtHdr #header #toc #faq {
	padding-top: 45px;
	padding-left: 37px;
	font-weight: normal;
}
.twoColFixLtHdr #header #toc #about {
	padding-top: 45px;
	padding-left: 20px;
}
.twoColFixLtHdr #header #toc #contact {
	padding-top: 35px;
	padding-left: 32px;
}
.twoColFixLtHdr #header #toc a {
	color: #3d804e;
	text-decoration: none;
	font: bold 90% Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header #toc a:hover {
	color: #d57332;
	text-decoration: none;
}

.twoColFixLtHdr #header_about {
	background: url(images/about_01.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;
	width: 780px;
	position: relative;
} 
.twoColFixLtHdr #header_services {
	background: url(images/services_01.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;
	width: 780px;
	position: relative;
} 
.twoColFixLtHdr #header_faq {
	background: url(images/faq_01.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;
	width: 780px;
	position: relative;
} 
.twoColFixLtHdr #header_contact {
	background: url(images/contact_01.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;
	width: 780px;
	position: relative;
} 
.twoColFixLtHdr #header_about h1, #header_services h1, #header_faq h1, #header_contact 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	left: 19px;
	top: 255px;
	width: 314px;
	font-size: 110%;
	text-align: center;
	height: 61px;
}

.twoColFixLtHdr #header_about span, #header_services span, #header_faq span, #header_contact span {
	font-size: 80%;
}

.twoColFixLtHdr #toc2 {
	display: block;
	width: 444px;
	height: 70px;
	list-style: none;
	position: absolute;
	left: 328px;
	top: 230px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #toc2 li {
	display: inline;
	width: 70px;
	float: left;
}
.twoColFixLtHdr #toc2 #service {
	padding-top: 27px;
}
.twoColFixLtHdr #toc2 #faq {
	padding-top: 45px;
	padding-left: 37px;
	font-weight: normal;
}
.twoColFixLtHdr #toc2 #about {
	padding-top: 45px;
	padding-left: 20px;
}
.twoColFixLtHdr #toc2 #contact {
	padding-top: 35px;
	padding-left: 32px;
}
.twoColFixLtHdr #toc2 a {
	color: #3d804e;
	text-decoration: none;
	font: bold 90% Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #toc2 a:hover {
	color: #d57332;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 30px;
	font-size: 90%;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
	padding: 30px 30px 15px 20px;
	font-size: 90%;
	margin: 0px;
}
.twoColFixLtHdr #sidebar2 h3 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar2 p {
	font-size: 85%;
}


.twoColFixLtHdr #mainContent {
	margin: 25px 30px 50px 180px; /* 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: 20 20px 0;
} 
.twoColFixLtHdr #mainContent2 {
	margin: 25px 30px 50px; /* 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: 20 20px 0;
} 
.twoColFixLtHdr #mainContent .cities {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent h1, #mainContent2 h1 {
	font-size: 130%;
	margin-top: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/index_04.jpg);
	height: 189px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	padding-top: 150px;
	text-align: center;
}

.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.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;
}
.twoColFixLtHdr #mainContent a, #mainContent2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover, #mainContent2 a:hover {
	color: #FFFF00;
}
