@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	height: 100%;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background: url(images/header1.jpg) no-repeat;
	height: 130px;
	margin: 10px 0 0 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 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 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	height: 558px;
	background-color: #e5a055;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 204px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left;
	padding-top: 10px;
	color: #063;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left;
	padding-top: 10px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5a055;
} 
.centre {
	text-align: center;
}

.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.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: 0 0 5px 8px;
	clear: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0 0 0 0px;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 5px solid #e5a055; /* white border beneath each menu item */
}

.sexypanels li a{
	background: #c3671a url(media/sexypanelright.gif) no-repeat right top;
	text-align: right;
	display: block;
	color: #f8d1b1;
	width: auto;
	padding: 2px 8px 2px 0; /* Vertical (top/bottom) padding for each menu link */
	text-decoration: none;
	border-bottom: 1px solid #c3671a; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	letter-spacing: 0px;
	font:  14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: #984806; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid #e5a055; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
.twoColFixLtHdr #sidebartxt {
	color: #930;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-align: right;
	height: 100%;
	}

ul {margin:0; padding-left:20px}    /*   begining of tiny box */

#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {
	margin-bottom:10px;
	padding:8px 10px 9px;
	border:1px solid #ccc;
	background:#eee;
	cursor:pointer
}
.button:hover {border:1px solid #bbb; background:#e3e3e3}
.twoColFixLtHdr #sidebar6 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	height: auto;
	background-color: #e5a055;
}
