/* CSS Document */
body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	text-align:center; /* centers the layout in IE */
	background-color: #CBE3FF;
	color: #828487;
	}

h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #0099CC;
}	
a {
	margin: 0px;
	padding: 0px;
}
a.right {
	color: #003366;
	font-size: 11px;
	text-decoration: underline;
	float: right;
	display: inline;
}

* {margin:0; padding:0;} /* removes defaults of all elements */

div#mainwrap {width: 852px;
	margin-left: auto; margin-right:auto; /* centers the layout in SCBs */
	margin-top: auto; margin-bottom: auto;
	text-align:left; /* stops elements inheriting the body's text-center */
	}

div#contentarea {
	background:#FFFFFF url(images/circlephoto.jpg) no-repeat scroll left top; /* faux columns graphic left column */
	position:relative;
	margin: 30px 20px 20px;
	padding: 0px;
	overflow: visible;
	}

div#contentarea2 {
	background:url(images/whitecorner.jpg) no-repeat right top; /* faux columns graphic right column */
	position:relative; /* set positioning context  for right sidebar div */
	overflow: visible;
	}
div#column2 {
	margin:0 25px 0 440px; /* left and right margins to make room for sidebars */
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 300px;
	background-color: #FFFFFF;

	}
.eventdescription {
	padding-bottom: 5px;
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


div#menuitem1 {
	position: absolute;
	left: 274px;
	top: 12px;
	width: 169px;
}

div#menuitem2 {
	position: absolute;
	left: 293px;
	top: 59px;
}
div#menuitem3 {
	position: absolute;
	left: 299px;
	top: 104px;
}
div#menuitem4 {
	position: absolute;
	left: 296px;
	top: 149px;
	width: 150px;
}
div#menuitem5 {
	position: absolute;
	left: 285px;
	top: 191px;
}
div#menuitem6 {
	position: absolute;
	left: 257px;
	top: 236px;
	width: 170px;
	height: 12px;
}
div#menuitem7 {
	position: absolute;
	left: 219px;
	top: 274px;
	width: 153px;
}

div#menuitem8 {
	position: absolute;
	left: 186px;
	top: 284px;
	width: 153px;
}

a.roll  {
	display:block;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-weight: bold;
	text-align:left;
	height: 29px;
}

a.roll:link {
	background-position: 0px 0px; color: #000099; text-decoration:none;
}
a.roll:visited {
	background-position: 0px -12px; color: #000099; text-decoration:none;
}
a.roll:hover {
	background-position: 0px -24px;
	color:#0066FF;
	text-decoration: underline;
}
a.roll:active {
	background-position: 0px -36px;
	color:FF6600;
	text-decoration: underline;
}

/* some basic styles for placeholder content */
div#column1 ul {margin: 20px 0 0 35px;} 
div#column2 p {
	font-size:11px;
	margin:0 10px 1em;
	color: #828487;
	line-height: 15px;
}

div#column2 p.quote {
	font-size: 11px;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
}
div#column2 span.quoteright {
	font-size: 11 px;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	display: block;
	line-height: 14px;
}

div#column2 .maintitle {
	font-size: 19px;
	color: #0099CC;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.left_img {
	float: left;
	vertical-align: bottom;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.right_img {
	margin: 10px;
	float: right;
}
div#footerphotos {
	float: left;
}
div#footer {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/yellowcorner.gif);
	background-color: #F8F0D7;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: 95px;
	overflow: hidden;
}
div.footermenuitem {
	width: 110px;
	float: left;
	position: relative;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}
a.footermenu  {
			height:12px;
			padding-left:25px;
			display:block; 
			font-family:	Arial, Helvetica, sans-serif;
			font-size:		10px;
			font-weight: bold;
			text-align:left;
}
			a.footermenu:link {background-position: 0px 0px; color: #000099; text-decoration:none;}
			a.footermenu:visited {background-position: 0px -12px; color: #000099; text-decoration:none;}
			a.footermenu:hover {
				background-position: 0px -24px;
				color:#0066FF;
				text-decoration: underline;
			}
			a.footermenu:active {
				background-position: 0px -36px;
				color:FF6600;
				text-decoration: underline;
			}
.eventheading {
	font-size: 10px;
	font-weight: bolder;
	color: #003366;
	line-height: 16px;
}


div#footer p {
	font-size:10px;
	margin-right: 10px;
	margin-left: 10px;
}

.bottomphoto_img {
	float: left;
	vertical-align: bottom;
	padding-right: 10px;
}

div#newsbutton {
	width:110px;
	position:absolute; /*positions col within footer */
	overflow:visible;
	padding-top: 0px;
	padding-right: 10px;
	right: 3px;
	z-index: 5;
	top: 78px;
	}
