/* RTLSTYLE.CSS
   JOSHUA BULLOCK 07/25/08
   STYLING FOR STANDARD HTML ELEMENTS */

/* Standard HTML Tags */
html {
	font-size:100%;
}

body {
	text-align:center; 
	font-size:1em; 
	font-family: arial; 
	color:#000000; 
	padding:0; 
	margin:0;
	background-color:#ffffe1;
}

h1 {
	font-size:18pt;
	margin: 8px 0 8px 0;
}

h2 {
	border-bottom:solid 2px #687997;
	margin: 8px 0 8px 0;
	font-size:16pt;
}

h3 {
	margin-top:0px;
	margin-bottom:6px;
}

h4 {
	font-size:11pt;
}

blockquote {
	border:solid 2px #687997;
	padding:6px;
}

form {
	padding:0;
	margin:0;
}

p {
	margin-top:6px;
}

/* Custom Classes */
.error {
	color:red;
}

.flameList {
	margin-left:1em;
	padding:0;
	line-height:30px;
}

.flameList li {
	list-style:none;
	background: url('/images/ico_bullet.jpg') no-repeat left center;
	padding-left:18px;
}

.arrowList {
	margin-left:1em;
	margin-top:0;
	padding:0;
	line-height:26px;
}

.arrowList li {
	list-style:none;
	background: url('/images/link.gif') no-repeat left center;
	padding-left:12px;
}

.eventHeadline {
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
	margin:0;
}

/* Template And Layout Elements*/
#container {
	background:white; 
	width:800px; 
	text-align:left; 
	margin:0 auto;
	padding: 6px 12px 12px 12px;
}

#join_email_list {
	width:300px;
	text-align:right;
	margin:0;
	padding:0;
	float:right;
}

#quickLinks {
	width:300px;
	clear:none;
	font-size:10pt;
	padding:2px;
	margin:0;
}

#quickLinks a {
	color:#8a8d93;
}

#quickLinks a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	width:800px;
	height:24px;
	background:url('/images/footer.jpg');
	text-align:center;
	font-size:10pt;
	padding-top:6px;
	margin-top:8px;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:#38496c;
}

/* Applet Boxes */
.applet {
	background:url('../images/applet_bg.jpg'); 
	width:227px; 
	height:163px; 
	float:right;
	clear:right;
	margin-bottom:4px;
	padding: 4px 8px 0 8px;
	overflow:hidden;
}

.applet h1 {
	margin-top:0px;
	margin-bottom:4px;
	font-weight:bold;
	text-align:center;
	font-size:11pt;
	color:#4d6494;
}

.applet h2 {
	color:#38496c;
	margin-top:2px;
	margin-bottom:0px;
	font-size:13px;
	font-weight:bold;
	border:none;
}

.applet a:hover {
	color:#212c41;
}

.applet h3 {
	color:#2b2b2b;
	font-size:10pt;
	font-style:italic;
	margin-bottom:8px;
	font-weight:normal;
	margin-top:0;
	text-align:right;
}

.applet a {
	text-decoration:none;
	color:#38496c;
}

/* Sizeable Box */
.rbox {
	clear:left;
	background:#e7edfa;
	width:500px;
	padding: 0 0 0 8px;
}

.rbox .tl {
	width:8px;
	height:8px;
	background:url('/images/box/tl.jpg');
	display:block;
	position:relative;
	left:-8px;
}

.rbox .tr {
	width:8px;
	height:8px;
	background:url('/images/box/tr.jpg');
	display:block;
	position:relative;
	left:492px;
	top:-8px;
}

.rbox .bl {
	width:8px;
	height:8px;
	background:url('/images/box/bl.jpg');
	display:block;
	position:relative;
	top:8px;
	left:-8px;
}

.rbox .br {
	width:8px;
	height:8px;
	background:url('/images/box/br.jpg');
	display:block;
	position:relative;
	left:492px;
}

/* Step Bar */
.step_separator {
	width:7px;
	height:20px;
	background:url('/images/steps/separator.jpg');
	float:left;
}

#steps .text {
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	font-size:11pt;
	height:19px;
}

#steps div {
	margin-bottom:8px;
}

/* Board Box */
div.boardMember {
	width:380px; 
	float:left;
	margin-bottom:12px;
}

/* END OF FILE */