@charset "utf-8";
* 
{
	margin:0;
	padding:0;	
}

#top
{
	border: 0;
}

p
{
	margin-top: 5px;
}

#wrapper
{
	margin: 20px;
}

.serviceImgs
{
	border: 1px solid gray;
	padding: 1px;
}

.title
{
	color: #75954a;
	font-weight: bold;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

/* Start of Header and Navigation */
#header
{
	border-bottom: 4px solid #87ab41;
	margin-bottom: 10px;
	position: relative;
}

#navigation
{	
	border: 1px solid black;	
	position: absolute;
	bottom: 0;
	right: 0;
}

ul#nav
{
	text-align: center;
}

ul#nav li
{
	display: inline;
	border: 1px solid black;
	border-width: 1px 0px 0px 1px;
}

ul#nav li.last
{
	border-right: 1px;
}
/* End of Navigation */

/* Start of Left Side */
#leftSide
{
	width: 40%;
	float: left;
}

#serviceHeader, #registerHeader
{
	background-color: #f4f4f4;
	border: 1px solid #dddddd;
}

#serviceContent
{
	border: 1px dashed gray;
	border-top: 0;
	border-bottom: 0;
	margin: 10px 0;	
	padding: 0 10px 10px 10px; 
}

#mission, #targetedAudience
{
	border-bottom: 1px dashed gray;
	padding-bottom: 10px;
}

#targetedAudience, #content
{
	margin-top: 10px;
}

#targetedAudience ul, #content ul
{
	list-style-type: square;
	margin-left: 130px;
}
/* End of the Left Side */

/* Start of the Right Side */
#rightSide
{
	float: left;
	width: 60%;
}

#innerRight
{
	padding-left: 10px;
}

#time
{
	background-color: #e5e2c3;
	padding: 10px;
	border: 1px solid gray;
}

/* Rounded Box */
/* Rounded Right Side Box */
.roundcont
{
	background-color: #86c32a;
	color: #FFFFFF;
	margin-top: 10px;
}

.roundtop 
{ 
	background: url(../Images/topRight.jpg) no-repeat top right; 
}

.roundbottom 
{
	background: url(../Images/bottomRight.jpg) no-repeat top right; 
}

img.corner 
{
   width: 11px;
   height: 8px;
   border: none;
   display: block !important;
}
/*End of Rounded Right Side Box*/

#capacityAndFee
{
	padding: 10px;
}

#capacity
{
	width: 50%;
	float: left;
}

#fee
{

	float: left;
	padding-left: 10px;
}

#registerHeader
{
	margin-top: 10px;
}

#registerAndDeRegister
{
	border: 1px solid gray;
	border-top: 0;
	border-bottom: 0;
	margin-top: 10px;
	padding: 0 10px 10px 10px; 
}

* html #registerAndDeRegister
{
	height: 1%;
}

#register
{
	border-bottom: 1px dashed gray;
	padding-bottom: 10px;
}

#deRegister
{
	padding-top: 10px;
}

/* Start of Bottom */
#bottom
{
	margin-top: 10px;
	background-color: #eae8e9;
	border: 1px solid #DBDBDB;
	color: black;
}

ul#extraLinks li, ul#extraLinks2 li
{
	border-right: 1px solid #7d8ea0;
}

ul#extraLinks li a, ul#extraLinks2 li a
{
	color: #87ab41;
}

ul#extraLinks li a:hover, ul#extraLinks2 li a:hover
{
	color: #7d8ea0;
}

ul#extraLinks li.currentService a, ul#extraLinks2 li.currentService a
{
	color: #7d8ea0;
}

