/* external cascading stylesheet file for Springboard Atlantic Inc */
/* filename styles.css */
/* colors are from http://www.visibone.com/colorlab/ */

body { 
    background-color: #ffffff;  /* white */
	font-family: Arial, Helvetica, sans-serif;   /* no default size set, so defaults to 12 */
	color: #000000;  /* all body text that is not a link is black */
	}        

/* a color setting in a heading that's a link won't override an a:link color if it's been set */
/* a:link overrides span or div and is the only thing that overrides default link colour of bright blue */

.content {
	border-top: 2.5px solid #ffcc00;
	position: absolute;
	top: 3px;
	z-index: 0;
	left: 6px;
		 }

.topright {
	float: right; 
	right: 0; 
	top: 2.85em; 
	width: 30%;
	padding: 4px; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 1em; 
	margin-left: 1em; 
	border-left: 2px solid #8DC641; 
	border-right: 2px solid #8DC641;
	border-bottom: 2px solid #8DC641; 
	border-top: 2px solid #8DC641;
	font-family: tahoma, verdana,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
	}

hr 	{
	color: #8DC641; 
	background-color: #8DC641;
	height: 3px;
}

.text {padding: 1em;}

.story-title {
	font-weight: bold;
	color: #8DC641;
	font-size: 20px ;
	}

.item-list {
	border: 5px solid #8DC641;
	width: 100%;
	text-align: center;
	}

h1	{
	font-size: 25px;
	color:#8DC641;
	}

/* call with ' class="alertBod" ' */

.alertBod p {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	text-indent: -8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	} 

.crumbs {
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	margin-left: 20px;
	}

/* items for drop down menu */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 20px arial;
	
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #8DC641;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #8DC641}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8DC641;
	border: 1px solid #8DC641;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 150px;
	white-space: wrap;
	text-align: left;
	text-decoration: none;
	background: #8DC641;
	color: #000000;
	font: 16px arial}

#sddm div a:hover
{	background: #8DC641;
	color: #FFF}
