@charset "utf-8";
/* CSS Document */

#center
{
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* This div is used to align text to the left in browsers other than IE because the outer div center is used to center the whole page. */
#innerCenter
{
	text-align: left;
}

.center
{
	text-align: center;
	margin-bottom: 10px;	
}

.grayLine
{
	border-bottom: 3px solid #cfcfcf;		
	margin-bottom: 10px;
}

/* Rounded Center Box */
/* Rounded Right Side Box */
.roundcont 
{
	color: #000000;
	background-color: #f4f4f4;	
	margin: 10px 0;
}

* html .roundcont
{
	height: 1%;
}

.roundtop 
{ 
	background: url(../Images/topRight.jpg) no-repeat top right; 
}

.roundbottom 
{
	background: url(../Images/bottomRight.jpg) no-repeat top right; 
}

img.corner 
{
   width: 32px;
   height: 27px;
   border: none;
   display: block !important;
}

img.corner2
{
   width: 32px;
   height: 24px;
   border: none;
   display: block !important;
}
/*End of Rounded Right Side Box*/

/* Start of Left Side */
#leftSide
{
	width: 48%;
	float: left;
	padding: 15px 0 0 15px;
	
}

#mission
{		
	padding: 10px;
	background-color: #f7ffd6;
	margin-bottom: 20px;
}

#targetedAudienceContent, #serviceContent, #contact
{
	padding: 0 0 10px 10px;
}

#serviceContent ul 
{
	margin-left: 20px;
	list-style-image: url("../Images/page_next.gif");
}

#serviceContent ul li
{	
	vertical-align: middle;
	padding-left: 5px;
}


/*End of Left Side

/* Start of Right Side */
#rightSide
{
	width: 47%; 
	float: right;
	padding-right: 15px;
	position: relative;
}

/*End of Right Side */

#specialAnnouncements	
{
	margin: 0px 25px;
}
	


