/*	Main */
body
{
	text-align: center;
	background-color: #0b11ab;
	background-image: url('../images/acbackground.jpg');
	background-repeat: repeat-x;
}

#container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*	Header	*/
#header ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul li
{
	display: inline;
}

/*	Body	*/
#leftside
{
	font-size: 14px;
	font-family: Arial;
	position: relative;
	float: left;
	margin-left: 75px;
	padding: 10px;
	width: 600px;
	height: 395px;
	background-color: white;
	overflow: auto;
}

#leftside h1
{
	text-size: 14px;
	font-family: Arial;
}

#leftside h2
{
	text-size: 12px;
	font-family: Arial;
}

#cbRow
{
	bottom: 1em;
	width: 600px;
	position: absolute;
}

div.contentBox
{
	width: 185px;
	height: 125px;
	float: left;
	margin-left: 7px;
	border: thin outset silver;
	cursor: pointer;
}

span.TitleClicked
{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: red;
}

span.TitleUnclicked
{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: blue;
}

span.BodyClicked
{
	font-family: Arial;
	font-size: 16px;
	color: red;
}

span.BodyUnclicked
{
	font-family: Arial;
	font-size: 16px;
	color: black;
}

#carlislelogo
{
	position: absolute;
	top: 0em;
	right: 5em;
	width: 120px;
	padding: 4px;
}

#rightside
{
	position: relative;
	float: right;
	margin-right: 75px;
}

#rightside ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
}

#rightside ul li
{
	list-style-type: none;
}

#locmenu ul li
{
	list-style-type: none;
	width: 200px;
}

/*	Footer	*/
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li { display: inline; }

div.addresses
{
	float: left;
	width: 25%;
  	margin-left: auto ;
 	margin-right: auto ;
}

/* Hyperlink Styles*/
	
A 
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
A:visited
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
A:active 
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
A:hover
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

A.email
{
	font-family: Arial;
	font-size: 16px;
	color: blue;
}

A.email:hover
{
	font-family: Arial;
	font-size: 16px;
	color: red;
}

A.loclink
{
	font-family: Arial;
	font-size: 14px;
	color: black;
}

A.loclink:hover
{
	font-family: Arial;
	font-size: 14px;
	color: red;
}

/* Nav Menu */
li.side
{
	border: thin ridge #abb0fb;
	border-bottom: none;
	background: #8a90d8;
	height: 40px;
}

li.navMenu
{
	border: thin ridge #e15147;
	border-bottom: none;
	background: #f8746a;
	height: 40px;
}

A.sideMenu:link, A.sideMenu:visited, A.sideMenu:active
{
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px; 
	color: white;
}

A.sideMenu:hover
{
	color: red;
}

/*	Page Specific Styles */

p.services
{
	text-align: justify;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;	
}