@charset "UTF-8";
/* CSS Document */

body {
	background-color:#7c2602;
}


div#container {
	width: 950px;
	height:1550px;
	background-color:#671a02;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
div#header {
	width: 950px;
	height: 156px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(Images/contact_us/header_contact_us.jpg);
}

#logo{
	position:absolute;
	left:15px;
	top:9px;
	width:82px;
	height:143px;
	
}


img.loading {
	display: none;
}




/*NEW NAVIGATION */
#navigation_MCCLA{
	position:absolute;
	left:0px;
	top:156px;
	width:150px;
	height:703px;
	background-image:url(Images/navigation/nav_bg.png);

	
}


/*This is where the top sub-continer starts*/

div#topcontainer {
	position: absolute;
	top: 156px;
	left: 150px;
	width: 780px;
	height:auto;
	padding-bottom:10px;
	background-color:#631701;
	-webkit-box-shadow: -2px 0px 2px #310905; /* Safari */
	box-shadow: -2px 0px 2px #310905;

}

div#topcontainerleft {
	position: absolute;
	top: 526px;
	left: 450px;
	width: 240px;
	height:531px;
	background-color:#8c2f05;
	text-align:center;
	background-color:#b85c2d;
	background-image:url(Images/founders_bg.gif);
}


#boardmeetings{
	position:relative;
	width:750px;
	height:275px;
	top:0px;
	font-size:15px;
	color:#fdce90;
	margin:15px 20px 0 20px;
	background-color:#441203;
	border:#722302 solid 3px;
	
	
}

#boardmeetings img{
	float:left;
	margin:15px 25px 15px 15px;
	border:solid 2px #d3914b;
	
}

#boardmeetings h1{
	padding-top:50px;
	
}





h1 {
font-family:Arial, Helvetica, sans-serif;
color:#fdce90;
font-size:16px;
padding-left:30px;
padding-right:5px;
padding-top:5px;
/*background-color:#441203;*/
font-weight:100;
}

p{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:30px;
padding-right:5px;
color:#d3914b;
}

p.small {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:16px;
top:0px;
padding-left:10px;
padding-right:5px;
color:#c79867;
}

p.tiny{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#c79867;
}
.lightitalic{
	font-size:13px;
	color:#fdce90;
	font-style:italic;
	margin:0px 10px 0 10px;
	text-align:center;
	background-color:#7c2400;
	padding:15px 15px 15px 15px;
	border:#722302 thin solid;
}
.highlight{
	color:#fdce90;
}


img.left{
	float:left;
	margin-left:25px;
	border-style:solid;
	border-color:#090;
	border-width:0px;
	padding:8px;
}
a:link, a:visited {
	color:#dfc780;
}
a:hover {
	color: #c79867;
}
a:active {
	color: #fdce90;
}

email{
margin-left:40px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#d3914b;
}



div#background1{
position:absolute;
top:859px;
left:140px;
width:735px;
height:30px;
background-image:url(Images/images_index/lower_shadow.png);
background-repeat:no-repeat;
}
div#background2{
position:absolute;
top:156px;
left:865px;
width:85px;
height:734px;
background-image:url(Images/contact_us/left_bg.png);
}
	

div#footer {
	width: 950px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color:#441203;
	text-align:center;
	color: #fdce90;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

