@charset "UTF-8";
body {
	background: url(../images/background.jpg) repeat;
}
#container  {
	width: 974px;  /* using 25px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
} 
#containerlong {
	width: 974px;  /* using 25px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/white.jpg) repeat;
	margin: 0 auto;
	height: 1050px;
}
#header  {
	height: 100px;
	float: left;
	width: 974px;
} 
#navbar  {
	background: #DDDDDD;  /* 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: 26px;
	float: left;
	width: 974px;
} 
#leftsidebar1  {
	width: 230px;
	margin-right: 0px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#leftsidebarlong {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 0px 30px;
	height: 880px;
	width: 180px;
	background: #92BDE5;
	list-style: url(../images/button.jpg) outside;
	margin-left: 0px;
	margin-right: 40px;
}
#mainContent  {
	background: #FFF;
	float: left;
	width: 660px;
	text-align: left;
	padding: 20px 0px 0 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} 
#mainContentlong {
	padding: 20 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	margin: 20 0px 0 50px;
	float: left;
	width: 620px;
	height: 900px;
}
#testimonial {
	background: #93BDE5;
	width: 95%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #333;
}
#footer  {
	height: 75px;
	padding-top: 0;
	padding-bottom: 0;
	width: 974px;
	float: left;
} 
.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;
}
#testimonialSidebar {
	background: #FF3;
	width: 160px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #006;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/**********************************/
/* taken from includes/header.php */
#header #includeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/header.jpg) no-repeat;
	height: 100px;
	width: 974px;
	padding: 0px;
}
#includeheader a:link {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:visited {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
#includeheader a:active {
	color: #FFF;
	text-decoration: none;
}
/*********************/
/* header login area */
#includeheader #login {
	padding-top: 70px;
	color: #FFF;
	width: 300px;
	float: right;
}

#includeheader #login .loggedin ul,
#includeheader #login .notloggedin ul {
	padding-left: 0px;
	font-size: 0.9em;
	padding-top: 0px;
	margin: 0.5em 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#includeheader #login .loggedin ul li,
#includeheader #login .notloggedin ul li{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}