@charset "utf-8";
/* CSS Document */

#mast {
	background: url(/img/articles/mast.jpg) no-repeat;
	height:70px;
}
#mast span{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding-top:45px;
	line-height:20px;
	color:#c2272d;
	font-weight:bold;
	width:180px;
	text-align:center;
}
#mast a {
	float:right;
	height:50px;
	width:120px;
}
#mast a span {
	display:none;
}
#resource-list, #content {
	margin-top: 5px;
}
#resource-list {
	float:left;
	padding-left: 5px;
}
#resource-list h2, #states h2 {
	background-image: url(/img/articles/resource-title.gif);
	background-repeat: no-repeat;
	background-color:#fff;
	padding-left: 15px;/*border-bottom:1px dashed #c2272d;*/
}
.side-app {
	float:left;
	display:inline;
	border:1px solid #000;
	height:200px;
	width:220px;
	margin-bottom:10px;
}
#resource-list h2, .side-app h2 {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
#resource-list h2{
	line-height:24px;
}
.side-app h2 {
	line-height:22px;
	background: url(/img/app-title.gif) repeat-x!important;
	background-color:#229B20!important;
	padding-left: 5px!important;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.side-app p {
	margin-top:5px;
	padding:0px 5px;
	clear:both;
	font-size:9px;
}
.side-app label {
	float:left;
	display:inline;
	width:72px;
	text-align:right;
	margin:6px 5px 5px 0px;
	font-weight:bold;
	font-size:10px;
}
.side-app input {
	width:130px;
}
.side-app #submit {
	border: 1px solid #000;
	background: #ccc;
	width:190px;
	margin-top:6px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.container {
	margin-bottom:5px;
}
.container li {
	list-style:none;
	font-weight:bold;
	font-size:10px;
}
.container a {
	line-height:18px;
	display:block;
	color:#000;
}
.container li a:hover {
	background-color:#eee;
	color:#000;
	text-decoration:none;
}
#content {
	float:right;
	display:inline;
	width: 600px;
	padding:0 10px 0 5px;
	border-left: 1px dashed #c2272d;
	font-size:12px
}
#content h2 {
	line-height:22px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(/img/content-title.gif) repeat-x;
	background-color: #c2272d;
	text-transform:uppercase;
	padding-left:5px;
	letter-spacing:2px;
	border: 1px solid #000;
}

#content h3 {
	font-size:14px;
	text-align:center
}
#content p {
	margin:10px 5px;
}
#content a {
	text-decoration:underline;
}
#content blockquote {
	background: url(/img/quote.gif) no-repeat top left;
	padding: 0 30px 0 20px;
	margin-left: 15px;
	margin-bottom: 25px;
}
.date {
	font-weight:bold;
}
.attrib {
	display:block;
	padding:2px;
	border:3px dashed #000;
	background-color:#eee;
}
#states {
	padding-left:15px;
	margin-left:0;
	margin-right:5px;
	margin-top:25px;
}
#states h2 {
	border-bottom: 1px dashed #c2272d;
}

ul.regular {
	padding:0.4em 1.8em;
	list-style:square;
}
ul.regular li {
	padding:0.2em 0;
}
