/*
	MicheleMatt.com / Version 2
	Jan 2011
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 0;
	background: #fff;
}

.hide {
	display: none;
}

#layout {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #fff url("../images/is_c20y_banner.png") no-repeat 445px 0;
	width: 980px;
	float: left;
	border-bottom: 5px solid #c00;
	clear: both;
}

#header h1 {
	font-size: 40px;
	letter-spacing: -2px;
	font-family: Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #c00;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 0;
	/* text-shadow: #999 2px 2px; */ 
}

#header h1 a span.com {
	color: #ddd;
	/* text-shadow: #ccc 2px 2px; */
}

#header h1 a span.ins {
	color: #fc0;
	/* text-shadow: #c00 2px 2px; */
}

#header h2 {
	padding: 15px 15px 5px 15px;
	font-size: 24px;
	font-weight: bold;
}

#header ul {
	margin-top: 10px;
	font-size: 12px;
	list-style: none;
	float: right;
	width: 230px;
}

#header ul li:first-child {
	width: 230px;
}

#header ul li {
	float: left;
	margin: 3px 0;
	text-align: right;
	width: 108px;
}

#header ul li.last {
	margin-left: 7px;
	border-left: 1px solid #999;
	width: 114px;
}

#header ul li a {
	color: #c00;
}

/* =Navigation
------------------------------------------------ */

#nav {
	clear: both;
}

#nav ul.m, #nav ul.s {
	list-style: none;
}

#nav ul.m li {
	float: left;
}

#nav ul.m li a {
	float: left;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* buttons */
#nav ul.m li a.wd {
	width: 185px;
}

#nav ul.m li a.md {
	width: 160px;
}

#nav ul.m li a.nr {
	width: 130px;
}

#nav ul.m li a:hover, #nav ul.m li a.act {
	background: #432;
}

#nav ul.s {
	background: #432;
	float: left;
	width: 980px;
}

#nav ul.s li {
	float: left;
}

#nav ul.s li a {
	float: left;
	/* width: 180px; */
	padding: 0 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #432;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #432;
}

#nav ul.s li a:hover, #nav ul.s li a.act {
	text-decoration: underline;
}

/* =The top banner
------------------------------------------------ */

#top_banner {
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	background: #ccc9c0 url("../images/mm_top.jpg") no-repeat bottom right;
	width: 980px;
	height:210px;
	clear: both;
	border-bottom: 5px solid #c00;
}

#top_banner p {
	font-size: 24px;
	font-style: italic;
	position: relative;
}

#top_banner .fst {
	top: 25px;
	left: 35px;
	color: #432;
	width: 780px;
}

#top_banner .snd {
	top: 30px;
	left: 55px;
	color: #432;
	width: 760px;
}

#top_banner .trd {
	top: 60px;
	left: 75px;
	color: #c00;
	width: 740px;
}

#top_banner .frt {
	top: 65px;
	left: 95px;
	color: #c00;
	width: 720px;
}

/* =Content
------------------------------------------------ */

#main {
	clear: both;
	float: left;
	width: 978px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* =Main content
------------------------------------------------ */

#ml {
	width: 684px;
	float: left;
	padding: 15px;
}

#ml .imp {
	color: #c00;
}

#ml p, #ml blockquote {
	margin: 15px 0;
	line-height: 1.6em;
	font-size: 14px;
}

#ml blockquote {
	margin: 15px 25px;
}

#ml .info_yellow {
	padding: 10px;
	background: #ffc;
	border: 1px solid #eee;
	color: #333;
	clear: both;
}

#ml .info_yellow img.l {
	float: left;
	margin: 0 10px 10px 0;
	height: 90px;
}

#ml .info_blue {
	border: 1px solid #c0cedd;
	background: #def;
	padding: 10px;
	color: #369;
}

#ml .announce {
	text-align: center;
}

#ml div.info_yellow p, #ml div.info_yellow ul {
	margin: 10px;
}

#ml .rand_tst {
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
	color: #666;
	clear: both;
}

#ml .rand_tst h3 {
 	font-size: 16px;
 	margin: 10px;
}

#ml .rand_tst p {
 	margin: 10px;
 	font-size: 12px;
}

#ml hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	clear: both;
}

#ml ul {
	list-style: none;
	margin: 15px;
}

#ml ol {
	margin: 15px 45px;
}

#ml ul li {
	background: url('../images/star_little.gif') no-repeat 0 6px;
	padding-left: 15px;
}

#ml ul li ol li {
 	background: none;
 	padding-left: 0;
}

#ml li {
	line-height: 1.6em;
	font-size: 14px;
	color: #565248;
	margin-bottom: 10px;
}

#ml ul li.z {
	background-color: #eee; 
}

#ml a {
	color: #000;
}

#ml a:hover {
	background: #ffc;
	color: #c00;
}

#ml h1 {
	font-size: 28px;
	letter-spacing: -1px;
	color: #c00;
	margin: 0 0 15px 0;
}

#ml h2 {
	font-size: 24px;
	color: #565248;
	letter-spacing: -1px;
	margin: 15px 0;
}

#ml h2 span {
 	color: #999;
 	font-weight: normal;
}

#ml h2.events, #ml h2.yb {
	clear: both;
	text-align: center;
	background: #fc0;
	padding: 5px;
	color: #000;
	font-size: 18px;
}

#ml h3 {
	font-size: 20px;
	color: #432;
	margin: 15px 0;
}

#ml .col30 {
	width: 213px;
	float: left;
	margin-right: 11px;
}

#ml .col30 h2 {
	font-size: 14px;
	background: #eee;
	margin: 0;
	padding: 2px 5px;
}

#ml .col30 ul {
	margin: 10px 5px;
	padding: 0;
}

#ml .col50 {
	float: left;
	width: 46%;
	margin-right: 10px;
}

#ml .row {
	clear: both;
}

#ml .top10 {
	border: 1px solid #c0cedd;
	background: #def;
	padding: 10px;
}

#ml .top10 h2 {
	color: #c00;
}

#ml .top10 h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

#ml .top10 h3 a {
	text-decoration: none;
	color: #369;
}

#ml .top10 p {
	font-size: 12px;
	margin: 0;
}

#ml .top10 ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}

#ml .top10 ul li {
	padding: 0;
	background: none;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
/* 	border-bottom: 1px solid #c0cedd; */
}

#ml table.ws, #ml table {
	width: 100%;
	border-collapse: collapse;
}

#ml table.ws caption {
	font-size: 24px;
	color: #565248;
	letter-spacing: -1px;
	text-align: left;
	font-weight: bold;
	margin-right: 100px;
}

#ml table.ws thead tr th {
	background: none;
	border: 0;
	text-align: left;
	padding: 20px 0;
}

#ml table.ws tr th, #ml table.ws tr td {
	border: 1px solid #ddd;
}

#ml table tr th, #ml table tr td {
	font-size: 14px;
	vertical-align: top;
	padding: 10px;
}

#ml table.ws tr th {
	width: 20%;
	background: #eee;
	color: #666;
	text-align: right;
}

#ml table.ws tr td {
	width: 80%;
}

#ml table.ws tr td p, #ml table.ws tr td ul, #ml table.ws tr td ol {
	margin: 0;
}

#ml table.ftr {
	width: 100%;
	border-collapse: collapse;
}

#ml table.ftr tr td {
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#ml img.ws_thumb {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	border: none;
	padding: 3px;
	background: #fff;
}

#ml img.l {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

#ml img.r {
	float: right;
	margin: 0 0 10px 10px;
	display: block;
}

#ml img.c {
	clear: both;
	display: block;
	margin: 10px auto;
}

#ml input, #ml textarea, #ml select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px 2px;
	border: 2px solid #ddd;
	width: 90%;
}

#ml textarea {
	height: 90px;
}

#ml select, #ml option {
	padding: 1px;
}

#ml label {
	display: block;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}

#ml label a {
	color: #666;
	text-decoration: none;
}

#ml label.imp {
	color: #c00;
}

#ml input.btn {
	border: 0;
	background: #c00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
	width: auto;
}

#ml input.chk {
	width: auto;
	padding: 0;
	border: 0;
}

#ml img.ico {
	border: 0;
	vertical-align: middle;
}

#ml .print_this {
 	text-align: left;
 	background: #eee;
 	padding: 5px;
	font-size: 12px;
	color: #666; 
}

/* =Sidebar
------------------------------------------------ */

#mr {
	width: 264px;
	float: left;
}

#mr h1 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #666;
	margin: 0 0 15px 0;
}

#mr h2 {
	font-size: 20px;
	letter-spacing: -1px;
	color: #c00;
	margin: 10px 0;
}

#mr p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px 0;
}

#mr a {
	color: #c00;
}

#mr ul {
	margin: 5px 15px;
	list-style: square;
}

#mr ul li {
	font-size: 12px;
	line-height: 1.6em;
}

#mr ul li a.act {
	font-weight: bold;
	/* background: #ffc; */
	text-decoration: none;
}

#mr hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	clear: both;
	margin: 15px 0;
}

#mr input {
	font-size: 11px;
	border: 1px solid #999;
	padding: 2px 5px;
	color: #999;
	width: 140px;
}

#mr input.b {
	padding: 0pt 2px;
	background: #c00;
	font-weight: bold;
	color: #fff;
	width: 60px;
	cursor: pointer;
}

#mr .block_y, #mr .block_g {
	margin: 15px 15px 15px 0;
	padding: 15px;
}

#mr .block_y {
	background: #fc0;
}

#mr .block_y h1 {
	color: #c00;
}

#mr .block_g {
	background: #ddd;
}

/* System / Error messages */

#layout .sysmsg {
	margin: 15px 0;
	padding: 5px;
	font-size: 12px;
	clear: both;
}

#layout .sysmsg ul {
	margin: 0;
	padding: 0;
}

#layout .sysmsg li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
}

#layout .err {
	background: #c00;
	color: #fff;
}

#layout .err a {
	color: #fff;
}

#layout .err li {
	color: #fff;
}

#layout .ok {
	background: #060;
	color: #fff;
}

#layout .ok a {
	color: #fff;
}

#layout .ok li {
	color: #fff;
}

/* =Footer
------------------------------------------------ */

#footer {
	clear: both;
	float: left;
	width: 980px;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #eee;
}

#footer ul {
	margin: 10px auto 5px auto;
	padding: 0;
	font-size: 12px;
	list-style: none;
	text-align: center;
}

#footer ul li {
	margin: 0 auto;
	padding: 0 7px;
	border-right: 1px solid #999;
	display: inline;
}

#footer ul li.last {
	border-right: none;
}

#footer p {
	clear: both;
	line-height: 1.6em;
}

#footer a {
	color: #c00;
}
