@charset "utf-8";
/* CSS BROWSER RESET */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, img, pre, form, fieldset, legend, input, textarea, label,
blockquote, table, th, td {
		margin: 0;
		padding: 0;
		background-repeat: no-repeat; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 100%; 
		line-height: 1.4; 
		color: #333333; 
	}
a, span {
		background-repeat: no-repeat; 
		outline: none;	
}

table {
		border-collapse: collapse;
		border-spacing: 0;
	}

fieldset, img, abbr, acronym {
		border: none;
		text-decoration: none; 
	}

ol, ul {
		list-style: none;
	}
caption, th {
	text-align: left;
	font-weight: normal;
	padding-right: 4px;
	vertical-align: top;
	}

q:before, q:after {
		content: '';
	}

input, textarea, select {
		font-family: inherit;
		font-size:inherit;
		font-weight:inherit;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E4E4E4;
	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: #000000;
}
p {
	margin-bottom: 10px;
}
#membernav {
	width: 946px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px 0px 24px;
	font-size: 70%;
	color: #999;
	padding-bottom: 6px;
}

#container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #FFFFFF url(../images_sitewide/wrapper_background.jpg) repeat-y left top;
	overflow:hidden;
} 
#masthead {
	background-image: url(../images_sitewide/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 99px;
} 

#navbar_left {
	background: url(../images_sitewide/navbar_left.jpg);
	float: left;
	height: 47px;
	width: 30px;
	position: relative;
}
#navbar {
	float: left;
	height: 47px;
	width: 910px;
	position: relative;
	background: url(../images_sitewide/navbar_background.jpg) repeat-x left top;
	z-index: 100;
}

#navbar_right {
	background: url(../images_sitewide/navbar_right.jpg);
	float: left;
	height: 47px;
	width: 30px;
	position: relative;
}

#banner {
	position:relative;
	float: left;
	width: 922px;
	height: 245px;
	margin-top: 10px;
	margin-right: 24px;
	margin-left: 24px;	
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 306px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 24px 0 0;
	display:inline; padding:0;
	
}
#sidebar .headingBox {
	padding: 18px 0 0 20px;
	height: 36px;
	background: url(../images_sitewide/sideBar_headingBox.jpg) no-repeat left top;
	color: #8B73AF;
	font-weight: bold;
}
#sidebar .headingBox h1 {
	font-size: 100%;
	color: #8B73AF;
}
#sidebar .headingBox a {
	color: #8B73AF;
	text-decoration: none;
}
#sidebar .headingBox a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}

#sidebar .sbTextArea {
	padding: 10px;
}
#sidebar .sbTextArea h1 {
	font-size: 90%;
}
#sidebar .sbTextArea p {
	font-size: 80%;
}
#sidebar .sbTextArea a {
	color: #000;
	text-decoration: none;
}

#sidebar .sbTextArea a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
#mainContent { 
	margin: 0 330px 0 0;
	padding: 0 0 0 24px;
} 
#mainContent .mcTextArea {
	padding: 10px;
}
#mainContent .headingBox {
	padding: 18px 0 0 20px;
	height: 36px;
	background: url(../images_sitewide/mainContent_headingBox.jpg) no-repeat left top;
	color: #8B73AF;
}

#mainContent .headingBox h1 {
	font-size: 100%;
	color: #8B73AF;
}

#mainContent eventtable {
	font-size: 85%;
	margin-bottom: 20px;
	border-top: 1px solid #CCC;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #CCC;
	}
#mainContent eventtable th{
	font-weight: bold;
	width: 100px;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
}
#mainContent eventtable td{
	padding: 3px 10px 3px 10px;
}
#mainContent ul {
	list-style: disc;
}
#mainContent ul li {
	margin: 10px 40px;
	
}
#mainContent img {
	margin: 0 10px 0 0;
	
}
#mainContent .index {
	margin: 4px;
	
}

#footer {
	height: 52px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(../images_sitewide/footer_background.jpg) no-repeat left top;
} 
#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 24px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #999;
}
.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;
}
/* CSS BOX*/
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../images_sitewide/box.jpg) no-repeat right bottom;
} 
.cssbox { 
	width: 597px !important; /* intended total box width - padding-right(next) */ 
	width: 565px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 10px 0 10px 2px; /* use to position the box */ 
} 
.cssbox {
	width: 597px !important; /* intended total box width - padding-right(next) */
	width: 565px; /* the gap on the right edge of the image (not content padding) */
	margin: 10px 0 10px -8px; /* use to position the box */
	padding: 0 15px 0 0px;
} 
/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
} /* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* mirror .cssbox_head right/left */
	padding: 15px;
} 
/* END CSS BOX*/
.danger {
	color: #F00;
}

.infomessage {
	font-size: 0.7em;
}
.selectLists {
	font-size: 85%;
}
.selectLists td {
	padding: 4px;
	vertical-align: top;
}
.selectLists caption {
	font-weight: bold;
}
