@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #ECFFFB;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.mc2 #container {
	width: 90%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width:1200px;
	background-image: url(../images/blackbarmc2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F1F8F8;
}
.mc2 #header {
	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. */
	background-image: url(../images/mc2hdr.jpg);
	background-repeat: no-repeat;
	background-position: center -44px;
	font-family: "Arial Rounded MT Bold";
	text-align: center;
	/*text-shadow: 1px 1px 0 white, 1px 1px 0 white;*/
	min-height:96px;
	background-color: #ECFFFB;
	
} 
.mc2 #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 */
	font-family: "Lithos Pro Regular";
}
.mc2 #mainContent {
	min-height:400px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.mc2 #menu {
	background-color: #444444;
	padding-top: 4;
	padding-right: 20px;
	padding-bottom: 5;
	padding-left: 20px;
	font-family: "Arial Rounded MT Bold";
	color: #FFFFFF;
	text-align: left;
}
.highlight {
	background-color: #000000;
	background-position: top;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #D6D6D6;
	text-align: center;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}

.mc2 #menu a {
color:#CCCCCC;
text-decoration:none;
	
}
.mc2 #menu a:hover {
color:#FFFFFF;
text-decoration:none;
	
}
.mc2 #footer {
	text-align:center;
	float: left;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width:100%;
	
} 
.smhdr {
	font-family: "Arial Rounded MT Bold";
}

.mc2 #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 */
}
div#roundleft{
	width: 30%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #CEDBDB;
	float: left;
	font-family: "Arial Rounded MT Bold";
}
div#roundright{
	width: 66%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #cedbdb;
	float: right;
	/*font-family: "Arial Narrow";*/
}
div#roundleftadmin{
	width: 46%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #CEDBDB;
	float: left;
	font-family: "Arial Rounded MT Bold";
}
div#roundrightdox{
	width: 46%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #cedbdb;
	float: right;
	/*font-family: "Arial Narrow";*/
}
div#roundleftmccna{
	width: 16%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	font-size:72px;
	font-family:"Bauhaus 93";
	background-color: #cedbdb;
	float: left;
	
}
div#roundrightmccna{
	width: 80%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #cedbdb;
	float: right;
	/*font-family: "Arial Narrow";*/
}
div#roundmeeting{
	width: 100%;
	height:100%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #cedbdb;
	/*float: right;
	font-family: "Arial Narrow";*/
}
div#roundactivity{
	width: 100%;
	/*margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;*/
	background-color: #cedbdb;
	/*float: right;
	font-family: "Arial Narrow";*/
}

b.rtop, b.rbottom{
	display:block;
	background-color: #fff;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #cedbdb;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.white{
	background-color:#FFFFFF;
	text-align:left;
	padding: 2px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 2px;
	height:100%;
}
#nav {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	line-height: 95%;
	width:95%;
	min-height:30px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
	border: solid 1px #6d6d6d;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
.smlink {
font-size:9px;
color:#333333;
}
