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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-size:small;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	background-image:url(../images/content-back.jpg);
	background-repeat:repeat-y;
	padding:0;
}

/*Header*/
.oneColFixCtrHdr #header {padding: 0 0px 0 0px;	height: 130px; background-image:url(../images/MACLA.jpg); background-repeat:no-repeat; width:900px;}
.oneColFixCtrHdr #header h1 {margin: 0;	padding: 0; position: absolute; top: -300px;}
.oneColFixCtrHdr #header #topright {width:335px; float:right; padding-right: 45px; padding-left:70px; padding-top: 20px; text-align:center; color:#ffffff; font-size:90%;}
.oneColFixCtrHdr #header a:link {text-decoration: none; color: #ffffff;}
.oneColFixCtrHdr #header a:visited {text-decoration: none; color: #ffffff;}
.oneColFixCtrHdr #header a:hover {text-decoration: underline; color:#ffffff;}
.oneColFixCtrHdr #header a:active {text-decoration: none; color: #ffffff;}


/*Menu Bar*/
.oneColFixCtrHdr #menu {width:900px; height:86px; margin:0px; padding:0px;}

/*Main Content*/
.oneColFixCtrHdr #mainContent {
	padding: 0 25px 0;
	color:#ffffff;
	height:100%;
}
.oneColFixCtrHdr #mainContent #homepic {width: 365px; height:593px; float:left;}
.oneColFixCtrHdr #mainContent #welcome {width: 480px; height:558px; float:left;}
.oneColFixCtrHdr #mainContent h2 {color:#d5b856; font-size:18px; font-weight:bold; font-style:italic; font-family:sans-serif;}
.oneColFixCtrHdr #mainContent #missions {width:850px; height: 170px; float:left;}
.oneColFixCtrHdr #mainContent #sucstatement {
	width:850px;
	float:left;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainContent #success {
	width:470px;
	height: 225px;
	float:left;
	background-image:url(../images/success-stories-back.gif);
	background-repeat:no-repeat;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
}
.oneColFixCtrHdr #mainContent #missionstatement {
	width: 320px;
	height:225px;
	float:left;
	padding-left: 20px;
	padding-top:10px;
	padding-right: 20px;
	background-image:url(../images/mission-statement-back.gif);
	background-repeat:no-repeat;
	color:#ffffff;
}

.oneColFixCtrHdr #footer {font-size:.9em; color: #5a0c00; text-align:center; padding-left:50px; padding-right:55px; padding-top:8px; background-image:url(../images/footer-back.jpg); background-repeat:no-repeat;}
.oneColFixCtrHdr #footer a:link {text-decoration: none; color: #5a0c00;}
.oneColFixCtrHdr #footer a:visited {text-decoration: none; color: #5a0c00;}
.oneColFixCtrHdr #footer a:hover {text-decoration: underline; color:#5a0c00;}
.oneColFixCtrHdr #footer a:active {text-decoration: none; color: #5a0c00;}

body,td,th { font-family: sans-serif; }
a:link {text-decoration: underline; color:#cccccc;}
a:visited {text-decoration: underline; color: #cccccc;}
a:hover {text-decoration: none; color:#cccccc;}
a:active {text-decoration: underline; color: #cccccc;}

.fltrt {float: right; margin-left: 8px;}
.fltrtb {float: right; margin-left: 8px; margin-bottom:15px;}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

hr {
	color: #cccccc;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
.subtitle {color:#d5b856; font-weight:bold; font-size:1.1em;}

a:link {text-decoration: underline; color:#ffffff;}
a:visited {text-decoration: underline; color: #ffffff;}
a:hover {text-decoration: none; color:#ffffff;}
a:active {text-decoration: underline; color: #ffffff;}
