@charset "utf-8";
body.container {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336666;
	background:url(body_bg.jpg) #FFF repeat-x;
	background-attachment:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top:5px;
	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 */
}
.container #container { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	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. */
} 
.container #header { 
	height:216px;
	width:100%;
/*	padding: 0 10px 0 20px;  /* 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. */
}

.ithumbs{
	display:block;
	width:143px;
	height:59px;
	overflow:hidden;
	text-align:center;
}

.ithumbs a img{
	border:none;
}

#header .moduletablengm {
	padding-left:3px;
}
.container #submenu { 
	background:url(menu_bg.gif) no-repeat; 
	height:30px;
	width:100%;
/*	padding: 0 10px 0 20px;  /* 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. */
}

#content span,
#content p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336666;
}
 
.container #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 */
}
.container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 214px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px;
	margin:0;
}
h2#comingup {
	display:block;
	text-indent:-10000px;
	font-size:1px;
	background:url(events_bg_top.gif) no-repeat;
	width:100%;
	height:51px;
	overflow:hidden;
	margin:0;
	margin-top:10px;
}

.container #sidebar1 #events{
	background: url(events_bg_bottom.gif) #FDBA3A no-repeat;
	background-position:bottom;
	display:block;
	position:relative;
	padding:0 10px 15px 10px;
}

.container #sidebar1 #events .latest_event {
	padding-left:5px;
	border-left:2px solid #006666;
	margin-bottom:8px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.container #sidebar1 #events .latest_event a:link,
.container #sidebar1 #events .latest_event a:visited,
.container #sidebar1 #events .latest_event a:hover
{
	text-decoration:none;
	font-size:150%;
	color:#264D64;
	font-family: Tahoma, "Trebuchet MS", sans-serif, Arial, "Arial Narrow";
}

table.leading_general_table
{
	background:url(featurebox.gif) no-repeat #FFFFFF;
	background-position: top center;
}

.container #sidebar1 #events .small
{
	color:#FFFFFF;
}



.container #sidebar1 #MyCart{
	display:block;
	padding:2px 10px 0px 10px;
	overflow:hidden;
	width:194px;
	position:relative;
	background-color: #FFFFFF;
	margin-right:10px;
}
.container #sidebar1 #MyCartTop{
	display:block;
	height:53px;
	position:relative;
	background-image: url(../images/mycart_top.gif);
	background-repeat: no-repeat;
}
.container #sidebar1 #MyCartBot{
	display:block;
	height:10px;
	overflow:hidden;
	width:100%;
	position:relative;
	background-image: url(../images/mycart_bot.gif);
	background-repeat: no-repeat;
	margin-right:10px;
	margin-bottom:10px;
}
.container #sidebar1 #calendar{
	background:url(calendar_bg.gif) no-repeat;
	display:block;
	padding-top:20px !important;
	padding-top:10px;
	height:157px !important;
	height:177px;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:10px;
}
.container #sidebar1 #search{
	background:url(search_bg.gif) no-repeat;
	display:block;
	height:88px;
	width:100%;
	position:relative;
	margin-bottom:10px;
}
.container #sidebar1 #members{
	display:block;
	height:150px;
	position:relative;
	background-image: url(../images/members.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-top: 44px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.container #sidebar1 #right {
	padding-top: 5px;
	padding-bottom: 5px;
	height:150px;
	display:block;
	position:relative;
}
.container #sidebar1 #search input{
	position:absolute;
	top:55px;
	left:28px;
	text-indent:3px;
	border:1px solid #FFF;
	background:#0086C5;
	color:#FFF;
}

.container #mainContent { 
	float:left;
	width:528px;
	margin: 10px 0 0 0; /* the right margin on this div element creates the column down the right 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 */
	padding-top:5px;
	background:url(mainc_bg.gif) no-repeat;
} 

.container #mainContent a:link,
.container #mainContent a:visited
{
	color:#0066CC;
	text-decoration:none;
}

.container #mainContent a:hover
{
	text-decoration:underline;
}



.container #mainContent div.componentheading,
.container #mainContent td.contentheading,
.container #mainContent h1,
.container #mainContent h2,
.container #mainContent h3,
.container #mainContent h4,
.container #mainContent h5,
.container #mainContent h6 { 
	font-weight:normal;
	font-size:180%;
	font-family:"Arial Narrow", "Trebuchet MS";
	color:#0099CC;
}
.container #mainContent #content h1 {
	margin-top:0;
}
span.pathway {
	height:16px;
	display:block;
	font-size:9px;
	padding-left:5px;
}
span.pathway a {
	color:#336666;
}

.container #mainContent #content {
	background:url(bg_content.jpg) no-repeat #FFF;
	padding:10px 15px;
	background-position:5px top;
}


.container .box {
	width:158px;
	height:238px;
	background:url(featurebox.gif) no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	margin:0 1.5px;
}

.container #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent; 
	font-size:9px;
	color:#999999;
} 
.container #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;
}