/* Start of CMSMS style sheet 'MCA : McCarthy Associates Design - CSS Stylesheet' */
@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(uploads/MCA/bg.png);
	background-repeat:repeat-x;
	background-color:#1a3f9c;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

A:link {text-decoration: none; color#2353CC; font-weight:bold;}
A:visited {text-decoration: none; color:#2353CC; }
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}

div#container {
	background:white;
	color:black;
	font-size:12px;
	width:850px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto;
	padding:15px;
	padding-bottom:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#horiz-banner p {
	font-size:12px;
	margin:0;
}

h1,h2 {
	margin:0;
}

a img {
	border:none;
}

.f-right {
	float:right;
}

.f-left {
	float:left;
}

.clearboth {
	clear:both;
}

#logo {
	text-align:left;
}

#tagline {
	text-align:right;
	margin-top:-35px;
}

#horiz-banner {
	border-top:1px solid #6586db;
	border-bottom:1px solid #6586db;
	background-image:url(uploads/MCA/traintrack.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:10px;
	color:#333333;
}

#bannertext {
	width:500px;
	padding:15px;
	margin:0;
	font-size:12px;
	color:#454545;
}

#primary-nav{
	margin: 0;
	padding: 8px 0 20px 5px;
	border-bottom: 1px solid #6586db;
}

#primary-nav ul, #primary-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#primary-nav a:link, #primary-nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666666;
}

#primary-nav a:link.menuactive, #primary-nav a:visited.menuactive, #primary-nav a:hover {
	border-bottom: 4px solid #6586db;
	padding-bottom: 2px;
	background: transparent;
	color: #6586db;
}

#primary-nav a:hover { color: #6586db; }

div#content {
	padding:15px;
border-bottom:1px solid #6586db;
}

div#content h2 {
	font-size:21px;
	font-weight:bold;
	color:#2353CC;
	margin-bottom:8px;
}

div#content h3 {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:8px;
}

div#content h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

div#content p {
	margin-top:7px;
	margin-bottom:0;
	font-size:14px;
	line-height:18px;
}

div#footer {
	color:#999999;
	padding:15px;
}

div#footer p {
	margin:0;
}
/* End of 'MCA : McCarthy Associates Design - CSS Stylesheet' */

