﻿
/* General site styles */

body
{
	background-image: url( 'Images/bg.jpg' );
	background-repeat: repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 8pt;
}

h1, h2, h3, h4, h5, th, td, p, ol, dl, ul, textarea, input, select, blockquote, label, div
{
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}


h1
{
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #204288;
}
h2
{
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #204288;
	clear: left;
}
h3
{
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #67676B;
}
h4
{
	font-size: 95%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #67676B;
}

h1 strong
{
	color: #67676B;
	font-size: 80%;
	display: block;
	padding: 2px 0px 5px 0px;
}

a:link
{
	text-decoration: none;
	color: #2571C2;
}
a:visited
{
	text-decoration: none;
	color: #2571C2;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
}

/* Main page layout */

#header
{
	width: 783px;
	display: block;
}

#header img
{
	display: block;
}

#lccscontent
{
	width: 783px;
	background-image: url(Images/vert.gif);
	background-repeat: repeat-y;
	display: block;
}

#content span
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 25px;
}

/* Footer */

#footer
{
	width: 783px;
	background-image: url(Images/testbot.GIF);
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

#footer ul
{
	margin: 0px;
	overflow: hidden;
	padding-top: 1px;
}

#footer li
{
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0px 7px 10px 7px;
	background-image: url(/images/sep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #67676B;
	line-height: 11px;
}

#footer li.noBorder
{
	background-image: none;
}

#footer a:visited
{
	color: #2571C2;
}

#footer a:hover
{
	text-decoration: none;
	color: #2571C2;
}

#footer span
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 25px;
}

/* Home Page - Middle section with site links */

div.options
{
	margin-bottom: 20px;
}

div.options h2
{
	margin: 0px;
	padding: 12px 0px 05px 10px;
	font-size: 100%;
}

div.options ul
{
	font-size: 100%;
	margin: 0px 0px 0px 23px;
}

div.options li
{
	padding-right: 5px;
}

div.options p
{
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-size: 85%;
}

#blogtoptags
{
	margin-bottom: 40px;
	margin-left: 15px;
}

#blogtoptags ul
{
	font-size: 100%;
	margin: 0px 0px 0px 23px;
}

#blogtoptags li
{
	padding-right: 5px;
}

#blogtoptags p
{
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-size: 85%;
}

#blogtoptags h2
{
	margin: 0px;
	padding: 12px 0px 05px 10px;
}

ul.linkList, li.linkList
{
	list-style-image: url(Images/list.gif);
	padding-left:5px;
}

ul.jobList, li.jobList
{
	list-style-image: url(Images/plus.gif);
	margin-left:25px;
	padding-left:5px;
	padding-right:5px;
}

ul.linkListPDF, li.linkListPDF
{
	list-style-image: url(Images/adobe.jpg);
	vertical-align: middle;
}

ul.linkListWord, li.linkListWord
{
	list-style-image: url(Images/word.jpg);
	vertical-align: middle;
}

ul.linkListImage, li.linkListImage
{
	list-style-image: url(Images/image.jpg);
	vertical-align: middle;
}
ul.linkListVideo, li.linkListVideo
{
	list-style-image: url(Images/video.jpg);
	vertical-align: middle;
}

ul.linkListPPS, li.linkListPPS
{
	list-style-image: url(Images/ppt.jpg);
	vertical-align: middle;
}

ul.ContentList li
{
	margin-bottom: 5px;
}

/* Home Page - Scrolling news section */

div.news h2
{
	margin: 0px;
	padding: 12px 0px 05px 10px;
	font-size: 100%;
}

div.news h3
{
	color: #2571C2;
}

#psLatestNews
{
	margin: 15px;
	left: 10px;
}

/* Home Page Content */

table.Content
{
	width: 100%;
}

#homePageLeft
{
	width: 100%;
	display: block;
}

#homePageLeft tr
{
	margin-bottom: 30px;
}

td.homePageOptions
{
	width: 25%;
	text-align: left;
	vertical-align: top;
	background-position: bottom;
	background-image: url(Images/HorizontalDots.gif);
	background-repeat: repeat-x;
}

td.homePageOptionsCenter
{
	width: 25%;
	text-align: center;
	vertical-align: top;
	background-position: bottom;
	background-image: url(Images/HorizontalDots.gif);
	background-repeat: repeat-x;
}

td.Jobs
{
	text-align: left;
}

td.homePageTopics
{
	text-align: left;
	padding-left: 8px;
	vertical-align: top;
}

td.homePageFeatures
{
	text-align: left;
	padding-left: 8px;
	background-position: left;
	background-image: url(Images/VerticalDots.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

div.homePageRepeater
{
	padding: 8px;
}

div.homePageRepeaterDetail
{
	padding-top: 6px;
}

div.homePageRepeaterDetail img
{
	float: left;
	vertical-align: text-top;
	padding-right: 5px;
	padding-bottom: 5px;
}

#homePageNews
{
	width: 200px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background-image: url(Images/VerticalDots.gif);
	background-repeat: repeat-y;
	background-position: left 50%;
}

/* Normal Content Page */

table.ContentPage
{
	width: 95%;
	text-align: left;
	margin: 15px;
}

table.indented
{
	margin-left: 15px;
	width: 300px;
}

td.ContentPageMain
{
	vertical-align: top;
	padding-right: 10px;
}

td.ContentPageLinkBar
{
	width: 200px;
	background-position: left;
	background-image: url(Images/VerticalDots.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 15px;
}

#headerCrumbBar
{
	background-image: url( "Images/CrumbBar.gif" );
	background-repeat: no-repeat;
	background-position: top;
	font-size: 90%;
	text-align: left;
	color: White;
	height: 24px;
	padding-left: 10px;
}

#headerCrumbBarContent
{
	padding-top: 5px;
}

sitemappath.node
{
	color: White;
	text-decoration: none;
}

sitemappath.selectednode
{
	color: White;
	text-decoration: none;
}

div.preHeader
{
	color: #999999;
	margin-top: 2px;
}

div.postHeader
{
	color: #999999;
	font-family: Arial, Helvetica, Sans-Serif;
}

div.blogHeader
{
	margin-top: 5px;
}

div.commentFooter
{
	font-style: italic;
}

div.latestnews
{
	margin: 0px;
}

div.latestnews p
{
	color: Gray;
	margin: 0px;
}

#clientsTable td
{
	vertical-align: top;
	padding-bottom: 15px;
}

