@charset "UTF-8";
body  {
	background: #666666;
	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: #030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.twoColFixRtHdr #container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 00px;  /* 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. */
} 
.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin-right: 390px;
	margin-top: 20;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #mainContent2 {
	background-color: #FFF;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #mainContent3 {
	background-color: #FFF;
	margin-right: 0px;
	margin-top: 20;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 100px;
	font-size: 11px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #030;
} 
.twoColFixRtHdr #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 */
}
.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;
}

.navigation {
	background-image:url(../images/nav-background.jpg);
	background-repeat:repeat-x;
	height:31px;
}

.signin {
	background-image:url(../images/nav-background.jpg);
	background-repeat:repeat-x;
	height:34px;
	text-align: right;
	color: #FFF;
	padding-top: 5px;
}

.h1 {
	font-size: 15px;
}
.twoColFixRtHdr #container #mainContent2 #feedback table tr th {
	text-align: left;
}
.generalside {
	float: right;
	width: 300px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-left: 15px;
}
#sidebar {
	float: right; 
	width: 375px; 
	background: #FFFFFF;
	padding: 15px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

content {
	background-color:#FFFFFF;
	width:700px;
	float:left;
}


/* CUSTOM */

#header{
}

#banner-main img{
	margin: 0px;
	padding: 0px;
	display:inline;
	float:left;
}

#banner-scroller img{
	margin:0px;
	padding:0px;
	display:inline;
	float:right;
}

/*slideshow*/

#banner-scroller {
	height: 150px;
	overflow:hidden;
}
#banner-scroller .viewport {
	float: right;
	width: 264px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
#banner-scroller .next { margin: 30px 0 0 10px;  }
#banner-scroller .disable { visibility: hidden; }
#banner-scroller .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0 top: 0; }
#banner-scroller .overview li{
	float: left;
	margin: 0 0px 0 0;
	padding: 0px;
	height: 150px;
	border: 0px solid #dcdcdc;
	width: 264px;
}

