@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #101010;
	background-image: url(images/bg.png);
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	height: 160px;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {

}
.twoColFixLtHdr #mainContent {
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 12px;
	margin-right: 430px;
} 
.twoColFixLtHdr #mainContent a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #FDC800;
}
.twoColFixLtHdr #footer {
	padding: 0;
	color: #FDC800;
	font-size: 12px;
	text-align: center;
} 
.twoColFixLtHdr #footer a {
	color: #FDC800;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}


.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;
}

#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 ul li {
	float: left;
	width: 118px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
.twoColFixLtHdr #sidebar1 ul li a {
	height: 24px;
	padding-top: 10px;
	text-decoration: none;
	color: #FDC800;
	display: block;
	background-color: #000;
	background-image: url(images/buttonoff.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #sidebar1 ul li a:hover {
	color: #000;
	background-color: #FDC800;
	background-image: url(images/buttonon.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FDC800;
	border-right-color: #FDC800;
	border-bottom-color: #FDC800;
	border-left-color: #FDC800;
}
.twoColFixLtHdr #mainContent p {
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #text {
	background-color: #000;
	padding: 15px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.twoColFixLtHdr #textout {
	background-color: #FDC800;
	padding: 3px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomleft: 13px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #menu {
	height: 35px;
}
.twoColFixLtHdr #text p {
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
	font-size: 14px;
}

.twoColFixLtHdr #text h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FDC800;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr  #pic {
	background-color: #E9E9E9;
	float: right;
	height: 150px;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #textiner {
	margin-right: 270px;
	padding-right: 15px;
	font-size: 14px;
}
.twoColFixLtHdr #textright {
	float: right;
	width: 270px;
	text-align: center;
}


.twoColFixLtHdr #sidebar1 ul li.here a {
	color: #000;
	background-color: #FDC800;
	background-image: url(images/buttonon.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FDC800;
	border-right-color: #FDC800;
	border-bottom-color: #FDC800;
	border-left-color: #FDC800;
}
.twoColFixLtHdr #sidebar1 ul li.here a:hover {
	color: #000;
	background-color: #FDC800;
}
.twoColFixLtHdr #headerout {
	background-color: #FDC800;
	padding: 3px;
	margin-bottom: 15px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
}
.twoColFixLtHdr #text h2 {
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
}
.twoColFixLtHdr #textright p {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
.twoColFixLtHdr #testimonails {
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.twoColFixLtHdr #textiner ul li {
	margin-left: 25px;
	text-align: left;
}
.twoColFixLtHdr #textiner ul {
	height: 100px;
}
.twoColFixLtHdr #textiner h2 {
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #textiner h3 {
	color: #FDC800;
	margin-bottom: 5px;
	font-size: 14px;
}

.twoColFixLtHdr #testimonails p {
	margin: 0px;
}
.twoColFixLtHdr #testimonailsout {
	background-color: #FDC800;
	padding: 3px;
	margin-bottom: 20px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
.twoColFixLtHdr #textiner a {
	color: #FDC800;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}
.twoColFixLtHdr #textiner a:hover {
	color: #FDC800;
	text-decoration: underline;
}
.twoColFixLtHdr #textiner h4 {
	color: #FDC800;
	margin-left: 10px;
	font-size: 14px;
}

.twoColFixLtHdr #text h5 {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
