@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a99f75 url(images/bg.jpg) repeat-x fixed left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 820px;
	background: #cc9 url(images/logo.jpg) no-repeat 40px top;
	margin: 20px auto;
	padding: 0 12px 12px 12px;
	text-align: left;
	border-bottom: 6px solid #996;
} 
#header { 
	background: transparent; 
	padding: 0 24px 0 0;
	text-align: right;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
    /*border-left: 2px solid #fc9;*/
	background: #cc9;
	margin-top: 90px;
	padding: 8px;
	text-align: left;
	font-size: 90%;
}
#maincontent { 
	margin: 60px 350px 0 30px;
	padding: 0 20px 0 0;
	background: #cc9;
	/*border-right: 2px solid #fc9;*/
	
} 
#sidebar ul li, #maincontent ul li {
	list-style: url(images/bullet.gif);	
}
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
.highlightred {
	color: red;
}
a:link {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#090;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
}
#footer { 
	clear: both;
	padding: 50px 10px 0 20px;
	background:#cc9; 
	text-align: center;
	font-size: 90%;
} 
#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;
	text-align: center;
	font-size: 90%;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
.nav {
	padding: 0 0 0 32px; 
	margin: 20px 0 0 0; 
	list-style: none; 
	height: 32px; 
	position: relative;
	}
.nav li {
	float: right;
	}
.nav li a {
	display: block; 
	float: left; 
	height: 32px; 
	line-height: 28px; 
	background: url(images/nav_bg_left.gif) no-repeat; 
	color: #fff; 
	text-decoration: none; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif; 
	font-weight: normal; 
	text-align: center; 
	padding: 0 0 0 14px;
	margin-right: 22px;
	cursor: pointer;
	}
.nav li a div {
	float: left; 
	display: block; 
	padding: 0 12px 6px 0; 
	background: url(images/nav_bg.gif) right top;
	}
.nav li a:hover {
	color: #fff; 
	background: url(images/nav_bg_hover_left.gif) no-repeat;
	}
.nav li a:hover div {
	background: url(images/nav_bg_hover.gif) right top;
	}

/*CSS for JQuery Slideshow Plugin*/
.slideshow { height: 145px; width: 212px; }
.slideshow img { padding: 6px; border: 0px solid #ccc; background-color: #f33; }
