/* Website Styles for Milestone Development Services */
/*¬©2010 Milestone Developemnt Services. All rights reserved.*/
/*Design by www.marshall-waggett.com */
/* COLORS USED
Deep Blue	#3F439A  (emphasized items)
Magenta		#939   (links, etc) */

/* ====== STRUCTURAL STYLES ====== */

body{
	font: .80em Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDCAD3;
	margin: 0;
	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: #333;
	line-height: 130%;
}

#container{
	width: 780px;
	border-right: #333 thin solid;
	border-left: #333 thin solid;
	border-top: #939 thick solid;
	border-bottom: #939 thick solid;
	background-color: #FFF;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	/* this overrides the text-align: center on the body element above. */}a:link { color: #939; text-decoration: none; 
}
a:visited { color: #939; text-decoration: none; }
a:hover { color: #939; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }

/* ==== MDS BANNERS & TOP MENU STYLES ==== */

#mdsBanner {
	position: relative;
	width: 100%;
	height: 73px;
	background-color: #3F439A;
	margin: 4px 0;
}

#mdsBanner .floatRight {
	float: right;
}

#container #siteMenu {
	font-size: .9em;
	color: #FFF;
	margin: 0;
	padding: 1px 1px 1px 0;
	background-color: #939;
}

#container #siteMenu ul {
	text-align: right;
	list-style-type: none;
	margin: 10px 0;
}

#container #siteMenu li {
	display: inline;
	margin: 0 15px 0 0;
}

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

/* ==== LEFT COLUMN STYLES ==== */
/* -- Available width for graphics is 180px --*/

#container #leftCol {
	font-size: .85em;
	background-color: #FFF;
	margin: 0 0 10px 10px;
	padding: 10px 10px 0 10px;
	float: left;
	width: 180px;
}

#container #leftCol .locale {
	font-size: 90%;
}

#container #leftCol .cpsaPast {
	background-color: #F3E6F3;
	padding: 2px 10px;
}

#container #leftCol .boxes {
	padding: 2px 10px;
	border-top: #999 thin solid;
}

/* ==== MAIN CONTENT STYLES INCL HOMEPAGE ====*/

#container #mainContent {
	padding: 50px 20px 10px 20px;
	margin: 0 20px 0 220px;
	/* border-left: #CCC thin solid; */
}
#container #mainContent h1 {
	font-size: 1.2em;
}
#container #mainContent h2 {
	font-size: 1em;
	margin-top: 2em;
}
#container #mainContent h3 {
	font-size: 1em;
	font-weight: normal;
	color: #3F439A;
	margin-bottom: -.6em;
}
#container #mainContent ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: -10px;
}

/* -- Following styles used primarily on the home page -- */

#container #mainContentHome {
	padding: 0px 0px 10px 10px;
	margin: 0 20px 0 220px;
}

#container #mainContentHome .cpsaBucket {
	background-color: #ECECF5;
	margin: 10px 0px 10px 0px;
	padding: 0 0px 10px 0;
}

#container #mainContentHome .cpsaBucket h1 {
	color: #FFF;
	font-size: 1em;
	background-color: #DADBEC;
	margin: 0;
	padding: 8px 0 8px 20px;
}

#container #mainContentHome .cpsaBucket h2 {
	color: #3F439A;
	font-weight: bold;
	font-size: .9em;
	padding: 0px 40px;
}

#container #mainContentHome .cpsaBucket p {
	padding: 0px 0px 0px 40px;
	margin-right: 10px;
}

#container #mainContentHome .cpsaBucket ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 30px;
}

#container #mainContentHome .cpsaBucket .presenter {
	font-size: .85em;
	font-style: italic;
	color: #3F439A;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

/* ==== MISCELLANEOUS REUSABLES ==== */

p.tagline {
	margin: 20px 0 10px 0;
	font-style: italic;
	color: #3F439A;
}

.blue {color: #3F439A;}

/* ==== MDS FOOTER MENU STYLES ==== */

#container #siteFooter {
	clear: both;
	font-size: .9em;
	border-top: #939 thin solid;
	margin: 0;
	padding: 1px 1px 1px 0;
	background-color: #3F439A;
}

#container #siteFooter ul {
	text-align: right;
	list-style-type: none;
	margin: 10px 0;
	
}

#container #siteFooter li {
	display: inline;
	margin: 0px 15px 0px 0px;
}

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

p.copyright { font-size: 90%; color: #999; }
