@charset "utf-8";
/*-----------------------------------------------------
Notes
-----------------------------------------------------*/
#home-photo{

}
#home-content{
	padding: 12px 0 0 37px;
}
#mission{
	width: 180px;
	float: left;
	padding: 0 22px 0 0;
	margin: 0;
	border-right: 1px solid #000000;
}
#mission h1{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000FF;
	margin: 0 0 1em 0;
	padding: 0;
}
#currently{
	width: 208px;
	float: left;
	padding: 5px 25px 0 28px;
	margin: 0;
	border-right: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
}
#currently ul{
	padding: 0;
	margin: 1em 0 0 17px;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}
#currently li{
	padding: 0 0 1.5em 0;
}
.bullet-1{
	list-style-image: url(/_images/bullet-1.gif);
}
.bullet-2{
	list-style-image: url(/_images/bullet-2.gif);
}
.bullet-3{
	list-style-image: url(/_images/bullet-3.gif);
}
.bullet-4{
	list-style-image: url(/_images/bullet-4.gif);
}

#learn{
	width: 265px;
	float: left;
	padding: 5px 0 0 29px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
#learn span{
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 1em 0;
}
#learn ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}
#learn li{
	float: left;
	margin-bottom: 1px;
}
#learn li a{
	display: block;
	padding: 5px 5px 7px 5px;
}
#learn li a:link,
#learn li a:visited{
	background-color: #FFF5DF;
	color: #000000;
	text-decoration: none;
}
#learn li a:hover,
#learn li a:active{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
.learn1 a{
	margin-right: 1px;
	width: 95px;
}
.learn2 a{
	width: 148px;
}

/*so all find out links line up*/
.common-height{
	height: 240px;
	margin: 0;
	padding: 0;
}
#mission .common-height{
	padding-bottom: 5px;
}

.findout a{
	display: block;
	padding: 3px 5px 5px 22px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/_images/find-out-arrows.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}
.findout a:link,
.findout a:visited{
	color: #000000;
	background-color: #FFB657;
	text-decoration: none;
}
.findout a:hover,
.findout a:active{
	color: #000000;
	background-color: #FF9900;
	text-decoration: underline;
}

/*Widths for each instance*/
#mission div .findout a{
	width: 154px;
}
#currently div .findout a{
	width: 183px;
}
#learn div .findout a{
	width: 249px;
}


#textlinks{
	padding-top: 3em;
}

