@charset "UTF-8";


/* MAIN STYLESHEET FOR MTU PCMI PARENT SITE */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #65512C url(../images/background.gif) repeat;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	color: #5d4f2a;
	}

#container {
	width: 980px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0 10px 0 10px;
	} 

#leftColumn {
	float: left;
	width: 680px;
	height: 275px;
	}

.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;
	}



/* HEADER */

#header {
	padding: 40px 0px 0 25px;
	width: 655px;
	background: url(../images/header-home.jpg) no-repeat left top;
	height: 148px;
	font: 19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
	} 

#header h1 {
	margin: 0;
	padding: 7px 0 0px;
	font-size: 35px;
	line-height: 35px;
	}
	
#header p {
	margin: 0px;
	padding: 0px;
	}



/* MENU */

#menu {
	padding: 0px 20px 0px 10px;
	width: 650px;
	background: #d9af1c;
	margin: 0px;
	height: 35px;
	font-size: 15px;
	} 

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 9px 0 0 0;
	}

#menu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#menu li a:link,
#menu li a:visited {
	padding: 9px 20px 8px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 15px;
	}

#menu li a:hover {
	text-decoration: none;
	background: #ae3b25;
	}



/* MAIN CONTENT AREA */

#mainContent {
	margin: 0;
	padding: 20px 50px 40px 30px;
	font-size: 12px;
	} 
	
#mainContent h1 {
	color: #000000;
	font: bold 30px Arial, Helvetica, sans-serif;
	}
	
#mainContent h2 {
	color: #717171;
	font: normal 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 25px 0 5px;
	padding: 0px;
	}

#mainContent a:link,
#mainContent a:visited {
	color: #b53d26;
	text-decoration: none;
	}

#mainContent a:hover {
	text-decoration: underline;
	}

#mainContent p {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 12px;
	}

p {
	margin: 0px;
	padding: 0px;
	}
	
.photo {
	margin: 10px 0 10px 0;
	border: 10px solid #634F2A;	
	}



/* SIDE NAV */

#sidenav {
	float: right;
	width: 300px;
	background: url(../images/sidenav-top.gif) no-repeat left top;
	padding-top: 10px;
	}

#sidenav h2 {
	font: normal 22px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
	padding: 78px 0px 8px 10px;
	}

#sidenav a:link, 
#sidenav a:visited {
	background: #f7eecf;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	margin: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1a93cd;
	text-decoration: none;
	}

#sidenav a:hover {
	background: #E8C700;
	display: block;
	color: #ffffff;
	}
	
#sidenav #logo {
	float: right;
	margin-right: 10px;
	background: none;
	display: inline;
	border-bottom: none;
	padding: 0;
	}
	
#sidenav #logo a {
	background: none;
	display: inline;
	border: none;
	padding: 0;
	margin: 0;
	}
	
#sidenav #logo a img {
	border: none;
	}



/* FOOTER */

#footer {
	padding: 0 10px 0 30px;
	background: #3ea0c0;
	margin: 0 -10px;
	color: #FFFFFF;
	text-transform: uppercase;
	} 
	
#footer-image {
	background: #ebeae6 url(../images/background-footer.gif) no-repeat right;
	margin: 0px -10px 0px -30px;
	padding: 0px;
	height: 71px;
	width: 1000px;
	}

#footer p {
	margin: 0;
	padding: 10px 0; 
	}

#footer a:link, 
#footer a:visited {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
