body {
	background-color: #FFFFFF;
	background-image: url(../images/bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}

#maincontainer {
	width: 797px;
	background-color: #000000;
	margin: auto;
	background-image:url(../images/maincontainter-back.gif);
	background-repeat:repeat-y;
	background-position:top;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	font-weight: normal;
	font-size: 0.8em;
}

#calculator form td {
	font-weight: normal;
	font-size:small;
}

#calculator form label {
	font-weight: bold;
	font-size:small;
	color:#3333FF;
}

#calculator form input{
	font-weight: normal;
	font-size:x-small;
}

#calculator form div{
	font-weight: normal;
	font-size:small;
}


fieldset {
	font-size: 1.2em;
	font-weight: bold;
}

legend {
	font-weight: bold;
}

fieldset p {
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 0.8em;
}

#sitetop {
	width: 797px;
	clear: both;
}

#header {
	width: 780px;
	height: 92px;
	clear: both;
	text-align: center;
	margin: auto;
	background-image:url(../images/header.jpg);
	background-position:top;
}

#logo {
	display: inline;
	float: left;
	width: 50%;
}

#logo a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 92px;
}

#logo a h1 {
	display: none;
}

#search {
	display: inline;
	float: left;
	width: 50%;
	text-align: right;
	vertical-align: top;
	font-size: 0.9em;	
}

#searchbox {
	background-color: #E2E2E2;
	border: 1px solid #000;
	font-size: 0.8em;
	padding: 3px 0px 3px 3px;
}

#topnavigation {
	background-color: #000;
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 780px;
	height: 34px;
	margin: auto;
	display: block;
	clear: both;
}

#maincontent {
	width: 780px;
	display: block;
	margin: auto;
	text-align: left;
}

#homepanelleft {
	width: 385px;
	float: left;
	display: inline;
}

#homepanelleft h2 {
	background-image: url(../images/homepage-title-left.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
	font-size: 1.2em;
	margin: 0px;
}

#homepanelright {
	width: 385px;
	float: right;
	display: inline;
}

#homepanelright h2 {
	background-image: url(../images/homepage-title-right.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
	font-size: 1.2em;
	margin: 0px;
}

.homepageimageholder {
	width: 100%;
	display: block;
	clear: both;
}

.clearer {
	width: 100%; 
	height: 5px; 
	line-height: 0px; 
	display: table; 
	clear:both;
}

.greyline {
	width: 100%; 
	height: 1px; 
	line-height: 0px; 
	display: table; 
	clear:both;
	background-color: #CCCCCC;
	font-size: 0px;
	margin: 10px 0px 10px 0px;
}

.servicesrow {
	display: block;
	clear: both;
	width: 100%;
}

.servicesiconholder {
	width: 80px;
	display: inline;
	float: left;
}

.servicescontentholder {
	width: 305px;
	float: right;
	display: inline;
}

.servicescontentholder h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.servicescontentholder p {
	margin-top: 0px;
}

#doublepanelholder {
	background-image: url(../images/homepage-double-panel-back.gif);
	background-repeat:repeat-y;
	display: block;
	clear: both;
}

#doublepaneltop {
	display: block;
	clear: both;
}

#doublepanelbottom {
	display: block;
	clear: both;
}

#homepanelbottomleft {
	width: 378px;
	float: left;
	display: inline;
	margin-left: 9px;
	text-align: left;
}

#homepanelbottomleft h2 {
	background-image: url(../images/homepage-title-left.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
	font-size: 1.2em;
	margin: 0px;
}

#homepanelbottomleft h3 {
	padding-left: 10px;
	color: #003399;
	margin: 5px 0px 5px 0px;
	font-size: 1em;
}

#homepanelbottomright h3 {
	padding-left: 10px;
	color: #CC0033;
	margin: 5px 0px 5px 0px;
	font-size: 1em;
}

#homepanelbottomright {
	width: 378px;
	float: right;
	display: inline;
	margin-right: 9px;
	text-align: left;
}

#homepanelbottomright h2 {
	background-image: url(../images/homepage-title-right.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
	font-size: 1.2em;
	margin: 0px;
}

#homepanelbottomleft, #homepanelbottomright {
	min-height: 200px;
}

#homepanelbottomright img {
	margin-right: 10px;
}

.bottompanelgreyline {
	width: 360px; 
	height: 1px; 
	line-height: 0px; 
	display: table; 
	clear:both;
	background-color: #CCCCCC;
	font-size: 0px;
	margin: 5px 10px 5px 10px;
}

.vacinforow {
	width: 100%;
	clear: both;
	display: block;
	margin: 5px 0px 5px 0px; 
}

.vactitle {
	float: left;
	width: 30%;
	display: inline;
	padding-left: 10px;
}

.vacinfo {
	float: right;
	width: 65%;
	display: inline;
}

#homepanelbottomleft p, #homepanelbottomright p {
	padding: 0px 10px 0px 10px;
}


/* Page Content Styles */

#calculator {
	display: inline;
	float: right;
	width: 550px;
/*	margin: 0px 0px 0px 10px;*/
	text-align: left;
	font-size: 1em;
	color: #666666;
	min-height: 500px;
	background-image:url(../images/pagecontentback.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	 
}

#leftNavAds{
	display: inline;
	float: left;
	width: 200px;
	text-aign: left;
	color: #666666;
	height: 100%;
}

#advert{
	display: inline;
	float: left;
	width: 200px;
	text-aign: left;
	color: #666666;
	height: 250px;

}


#pageContent {
	display: inline;
	float: right;
	width: 630px;
/*	margin: 0px 0px 0px 10px;*/
	text-align: left;
	font-size: 1em;
	color: #666666;
	min-height: 500px;
	background-image:url(../images/pagecontentback.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	 
}

#pageContent a {
	color: blue;
	text-decoration: underline;
}

#pageContent p {
	line-height: 1.6em;
	padding-left: 5px;
}

#pageContent h2.recruit {
	font-size: 1.2em;
	color: #FFFFFF;
	background-image:url(../images/title-recruit-long.gif);
	background-repeat: no-repeat;
	background-position:left;
	width: 625px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}

#pageContent h2.it {
	font-size: 1.2em;
	color: #FFFFFF;
	background-image:url(../images/title-it-long.gif);
	background-repeat: no-repeat;
	background-position:left;
	width: 625px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}

#pageContent h3 {
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	margin: 0px;
	color: #666666;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#pageContent #pageContentLeftCol {
	display: inline;
	width: 49.5%;
	float: left;
}

#pageContent #pageContentRightCol {
	display: inline;
	width: 49.5%;
	float: right;
}

#pageContent #pageContentRightCol h2,  #pageContent #pageContentLeftCol h2{
	font-size: 1em;
	padding: 3px 0px 3px 5px;
	margin: 0px;
	color: #666666;
	background-image:url(images/h2-back-right.gif);
	background-repeat:repeat-y;
	background-position:left;
	text-align: left;
	padding-left: 5px;
}

#pageContent li {
	line-height: 2em;
	font-weight: normal;
	width: 100%;
}

#pageContent li a {
	text-decoration: none;
	color: #666666;
}

#pageContent li a:hover {
	text-decoration: underline;
	color: #003399;
}

#pageContent li li {
	font-weight: normal; !important

}

/* Left Nav Styles*/

#leftNav {
	display: inline;
	float: left;
	width: 140px;
	text-aign: left;
	color: #666666;
	height: 100%;
}

#leftNav ul {
	text-align: left;
	font-size: 1em;
	line-height: 2.5em;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
}

#leftNav li {
	border-bottom: 1px solid #CCCCCC;
	text-indent: 3px;
/*	background-image:url(images/left-nav-back.gif);
	background-repeat:repeat-x;
	background-position:center;*/
}

#leftNav li a {
	display: block;
	width: 100%;
	height: 2.2em;
	color: #666666;
}

#leftNav li #leftnavon {
	background-color: #F3F3F3;
	color: #003366;
	background-image:url(images/left-nav-back.gif);
	background-repeat:repeat-x;
	background-position:center;
}

#leftNav a:hover {
	background-color: #E4E4E4;
	color: #003366;
	background-image:url(images/left-nav-back.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* Footer Styles */

#footer {
	display: block;
	clear: both;
	width: 797px;
	height: 35px;
	color: #FFFFFF;
	background-image:url(../images/footer-back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 10px;
	margin: auto;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	margin: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerlink {
	 margin: 0px;
	 padding: 0px; 
	 font-size: 10px; 
	 color:#666666;
}

/* accordian styles */

		
#accordion { 
	width: 100%; 
	border-top: 1px solid #CCCCCC;
}
.title, .mytitle { 
	cursor:pointer; 
	padding:0.1em; 
	border-top: 1px solid #FFFFFF;
}

.on  .mytitle p {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.on  .mytitle { 
	background-color:#CCCCCC; 
	background-image: url(../images/homepage-title-left.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
}

.on  .mytitle span { 
	font-weight: normal; !important
}

.off  .mytitle p {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.off .mytitle { 
	background-color:#cccccc;
	background-image: url(../images/accordian-back-off.gif);
	background-repeat:repeat-x;
	background-position: left -5px;
	color: #666666;
	font-weight: bold; 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.off .mytitle span { 
	font-weight: normal;!important
}

.content, .mycontent { 
	background-color:#FFFFFF; 
	padding:0.2em; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top-width:0;
	padding-left: 10px; 
}

.content, .mycontent img {
	padding-right: 8px;
	padding-top: 3px;
}

#casestudiestable td {
	border-bottom: 1px solid #E4E4E4;
}

#casestudiestable h3 {
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	margin: 0px;
	color: #003399;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
}
