/* rmcmweb.org general stylesheet (Updated March 2007) */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Styles to format basic text */
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	border: 0px none;
}
a:hover {
	background-color: #ECE8BE;
}
a img {
	border: 0px none;
}
p {
	color: #000;
	padding: 10px 15px;
	margin: 0px;
}
p em {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 200%;
	color: #333;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}
h1.accessible {
	position: absolute; 
	left: -7000px;
}
h2 {
	font-size: 180%;
	color: #333;
	padding: 10px 10px 3px 10px;
}
h3 {
	font-size: 150%;
	color: #333;
	padding: 20px 10px 3px 10px;
	margin: 0px;
}
h6 {
	font-size: 100%;
}
ul {
	list-style-type: disc;
	color: #000;
	padding: 3px 10px 5px 25px;
	margin-left: 10px; 
}
ul.nobullet {
	list-style-type: none;;
}
ol {
	list-style: upper-roman;
	color: #000;
	padding: 3px 25px 5px 50px;
} 
ol li ol {
	list-style: upper-alpha;
}
li {
	margin-bottom: 7px;
}
li ol li {
	margin-bottom: 5px;
}
.indented {
	display: block;
	margin-left: 60px;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}
p.note {
	clear: both;
	font-size: 90%;
}



/* Styles to format page elements (layers) */
#bg {
	position: relative;
	top: 60px;
	width: 100%;
	z-index: 1;
}
#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
#logo {
	position: absolute;
	top: -60px;
	right: 0px;
	width: 155px;
	height: 324px;
}	
#content {
	position: relative;
	left: 249px;
	width: 596px;
	padding: 0px;
	text-align: left;
	z-index: 1;
}
#content h1 {
	position: absolute; 
	left: -1000px;
}
body#subpage #content {
	padding-bottom: 50px;
}
.text {
	padding-top: 15px;
	width: 600px;
	height: 420px;
	overflow: auto;
}
.invisible {
	display: none;
}
.padded {
	padding: 1px !important;
}
.nooverflow {
	overflow: hidden !important;
}
#nav {
	position: absolute;
	top: -55px;
	right: 170px;
	text-align: right;
}
#nav ul {
	margin: 2px;
	padding: 0px;
	list-style: none;
	clear: right;
}
#nav ul li {
	display: block; 
	float: right;
	text-align: center;
	padding: 3px 0px;
	margin: 0px;
}
#nav ul li a {
	padding: 1px 5px;
	border-right: 1px solid #000;
	text-decoration: none;
	font: bold 110% Arial, Verdana, sans-serif;
	color: #000;
}
#nav ul li a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #fff;
}
#nav ul li.top {
	border-bottom: 1px solid #000;
}
#nav ul li a.last {
	border-right: 0px none;
}
#subnav {
	position: absolute;
	top: -5px;
	left: 20px;
	text-align: right;
	width: 220px;
	padding: 20px 5px;
	z-index: 2;
}
#subnav h2 {
	font-size: 115%;
	font-weight: bold;
	color: #fff;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
#subnav p {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#subnav ul {
	margin: 10px 0px 30px 0px;
	list-style: none;
	padding: 0px;
}
#subnav ul li {
	padding: 7px 5px;
	margin: 0px;
}
#subnav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
#subnav ul li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
#subnav #special {
	border: 1px solid #fff; 
	padding: 0px 10px 0px 5px; 
	width: 150px; 
	margin-left: 25px; 
	margin-bottom: 30px;
}
#subnav #special img {
	margin: 5px 0px 5px 5px;
}
#footer {
	position: absolute;
	right: 155px;
	text-align: right;
	width: 600px;
}
#footer p {
	padding: 5px 0px;
	font-size: 90%;
}


/* Forms formatting */
#form {
	width: 500px;
	margin: 0px auto;
	padding-bottom: 50px;
}
form {
	margin: 25px 0px;
	padding: 0px;
	width: 100%;
}
form h5 {
	clear: both;
	font-size: 130%;
	margin: 0;
	padding: 25px 0 10px 0;
}
form h6 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form h6 label {
	float: left;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px
}
form h6 input, form h6 textarea, form h6 select {
	float: right;
	margin: 3px;
	padding: 2px;
}
form h6 img {
	vertical-align: -30px;
}
form h6 span.submit {
	display: block;
	width: 90%;
	text-align: right;
	position: relative;
	top: 20px;
	font-size: 120%;
	margin-right: 10%;
}


/* Document Lists formatting */
ul.doclist {
	list-style-type: none;
}
ul.doclist li {
	background: url(http://www.beardexecutiveconsulting.com/app/webroot/img/bullets/generic-doc.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}
ul.doclist li.word {
	background-image: url(http://www.beardexecutiveconsulting.com/app/webroot/img/bullets/word-bullet.png);
}
ul.doclist li.xcel {
	background-image: url(http://www.beardexecutiveconsulting.com/app/webroot/img/bullets/excel-bullet.png);
}
ul.doclist li.pdf {
	background-image: url(http://www.beardexecutiveconsulting.com/app/webroot/img/bullets/pdf-bullet.png);
}
ul.doclist li.ppt {
	background-image: url(http://www.beardexecutiveconsulting.com/app/webroot/img/bullets/ppt-bullet.png);
}