
#contentContainer {
	width: 915px;
	clear: both;
	background-image: url(../images/side-border.png);
	background-repeat: no-repeat; 
}

#content { /* main content from the WYSIWYG goes in here */
/*	margin-left: 25px;*/
	padding-top: 45px;
	padding-bottom: 14px;
	text-align: justify;
	background-color:#fff;
	color: #006699;
	width: 795px;
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
}

#navContainer {
	width: auto;
	display:block;
	clear:both; 
	width: 915px;
}


#nav {
	background-image: url(../images/menu_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;

}

/* Root Level Link Formatting */
/*#nav ul li a:hover, #nav li a:focus {border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}*/

/* Current page Customisations*/
#nav li.menu-current         {
	background-image: url(../images/sliding-tab-left.png); 
	background-position: top left;
	background-repeat:no-repeat;
}
#nav li.menu-current a		{
	color: #fff; 
	background-color: 3caae1;
	background-image: url(../images/sliding-tab-right.png); 
	background-position: right top;
	background-repeat:no-repeat;
}
#nav li.menu-current a		{font-weight: bold;} 

#nav li.menu-current a:link, #nav li.menu-current a:visited		{
	color: #ffffff;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


/*  Services  */

#content h1 {
	letter-spacing: -1px;
}

#content h2  {
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

#content h3  {
	font-size:22px;
}
#content p  {
	font-size:14px;
	color: #414141;
	line-height:150%;
	text-align:left;
	letter-spacing: 0.05em;
}

#content.servicescontent h2  {
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.05em;
}

#content.contact h1 {
	font-size: 32px;
	color: #666666;
}

#content.contact a, #content.contact span {
	color: #006699;
}


#approachcontent, #leadershipcontent  {
	width: 495px;
	padding-left: 150px;
	padding-right: 150px;
}

#approachicon  {
	float: left;
	padding-right: 5px;
}

.servicesname {
	width: 270px;
	padding: 15px 0px 15px 0px;

}

.servicesdesc  {
	width: 523px;
	padding: 15px 0px 15px 0px;
}
#contentdivider {
	height: 30px;
	margin-top: 35px;
	background-image:url(../images/services_horizontal.png);
	background-repeat:no-repeat;
	background-position:center;
}

#contactform {
	margin-left: 170px;
}
#newsletterform {
	margin-left: 185px;
}
#submitbutton  {
	margin-left:  155px;
}
#submitnews  {
	margin-left:  135px;
}

.textfield  {
	padding: 5px 5px 5px 5px;
	vertical-align: text-top;
	text-align:right;	
}

.textinput { 
		padding: 5px 5px 5px 5px;
		margin: 5px;
}		
.fieldrow  {
	margin: 5px 5px 5px 5px;
}

#centersignup  {
	text-align:center;
}

.image-left  {
	float: left;
}

.feature_title  {
	float:	left;
	width:	305px;
	text-align:left;
}

.feature_desc  {
	float:	right;
	width:	480px;
	padding-left: 10px;
}


.quote {
	font-style:italic;
}

.author {
	font-weight: bold;
	float: 	right;
	font-size:20px;
}

#headshot  {
	float: left;
}

#mediaheader a:link  {
	color:	#FFFFFF;
}
#mediaheader a:hover {
	color: #ffffff;
	text-decoration:none;
}


