﻿body 
{
	/*centers visible content on screen,
	removes any padding and/or margin*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	/*Default font family to use.*/
	font-family: Arial, Helvatica, Sans-Serif;
	
	/*optional elements*/	
	background-image: url("images/bgTile.png");
	background-repeat: repeat-x;
}

p
{
    text-align:justify;
}

.solutionDrop
{	
	background-image: url("images/1pxFade.png");	
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: left;	
}

.solutionDrop ul
{
	list-style-type: none;
	list-style-position:outside;
	margin: 0px;
	padding:0px;
}

.solutionDrop ul li
{
	padding: 2px 5px 3px 5px;
}

.solutionDrop ul li:hover
{
	background-image:  url("images/1pxFade.png");
}

.solutionDrop a
{
	color: White;
	text-decoration: none;
}

.solutionDrop a:hover
{
	text-decoration: underline;	
}

.bannerBar
{
	height: 50px;
	width: 982px;
	margin: 0px;
	padding: 0px;	
}

.bannerImg
{
	width: 982px;
	height: 277px;	
	margin: 0px;
	padding: 0px;
}

.restrictIF
{
	padding: 10px;
}

.restrictIF iframe
{
	max-height: 950px;
}

.v2BG
{
	width: 982px;
	background-image: url("images/v2contentBG.gif");
	background-repeat: repeat-y;
}

.v2Title
{	
	background-repeat: no-repeat;
	color: White;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 41px;
	margin-right: -41px;
	width: 982px;
	height: 50px;	
}

.v2Heading
{
    /*font-size: 32px;*/
	font-size: 24px; /* Font size changed on 12-6-2009 */
}

.v2Subtitle
{
	color: #00329b;
	font-size: 18px;
	font-weight: bold;
	text-align:justify;
}

.v2MainParagraph
{
	color: #00329b;
	font-size: 16px;
	font-weight: bold;
	text-align:justify;
}

.v2SubParagraph
{
	color: #000000;
	font-size: 16px;
	text-align:justify;
}

.bigYear 
{
    color:#003399;
    float:left;
    font-size:50px;
    margin-top:-10px;
    width:110px;
}

.bigYearSide
{
    float:left;
    margin-left:20px;
    padding-left:10px;
    width:750px;
}

ul.listStyle
{
	margin: 5px;
	padding: 0px;
	font-size:15px;
}

ul.listStyle li
{
	/*text-indent:4;*/
	padding:3px;
	text-align:justify;
}

ul.textBlock
{
    margin-top: 0px;
}

ul.textBlock li
{
    font-size:15px;
    padding:3px;
    text-align:justify;
}

.v2Vision
{
	color: #00329b;
	font-size: 18px;
}

span.blackTxt
{
	color: Black;
}

.v2details a
{
	color: #336633;
	text-decoration: none;
}

.v2details a:hover
{	
	text-decoration: underline;
}

.panelArea
{
	padding: 0px 41px 0px 41px;
	margin: 0px;
}

.v2fleftPanel
{
	float:left;
	width: 450px;
}

.v2TxtChunk
{
	color: Black;
	font-size: 15px;
	margin-right: 10px;
	text-align:justify;
}

.v2TxtChunk
{
	color: Black;
	font-size: 14px;
	margin-right: 10px;
	text-align:justify;
}

.v2TxtChunk a
{
    color: #00349a;
    text-decoration: none;
}

.v2TxtChunk a:hover
{
    text-decoration:underline;
}

.v2barLinks
{	
	margin: 10px 70px 0px 0px;	
	color: White;
	font-size: 14px;
	float: right;	
}

.v2barLinks a
{
	color: White;
	text-decoration: none;
}

.v2barLinks a:hover
{
	text-decoration: none;
	text-decoration: underline;
}

.v2ContentHolder
{
	margin: 0px;
	padding: 0px 41px 35px 41px;
}

.waterMark
{
	color: #CCCCCC;
	font-style: italic;	
	height: 16px;
	width: 140px;
	border-style:none;	
	padding: 0px;
	margin-top: 3px;
	font-size: 10px;
	background-color: Transparent; 
}

/*visible area on screen*/
.browserVisible
{
	/*resets alignment*/
	text-align: left;
	width: 980px;
	margin: 0px auto;
}

/*firefox fix: insert as div after floats to fill up white space created.
there should not be any content in filler
*/
.filler
{
	clear: both;	
}

/*use to hide objects*/
.hidden
{
	display: none;
}

#header
{	
	height: 125;
}

#header .logo
{
	width: 120px;
	height: 90px;
	margin-top: 25px;
	margin-left: 10px;
	float:left;
}

#header #subTitle
{	
	float: right;
	margin-top: -20px;
	font-size: 14px;
	color: #003298;
	font-weight: bold;
	padding-bottom: 7px;	
}

#header #subTitle .details
{
	width: 70px;
	height: 25px;
	margin-left: 15px;
	margin-bottom: -7px;
}

#header #naviBar
{
	margin-top: 50px;		
	float: right;
	font-size: 11px;
}

#header #naviBar .naviItem
{
	float: left;
}

#header #naviBar .divider
{
	float: left;	
}

#header #naviBar .naviItem a
{
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	color: #023399;
}

#header #naviBar .naviItem a img
{
	border-style: none;
}

#header .searchBox
{
	background-image: url("images/searchBG.png");
	background-repeat:no-repeat;
	float: right;
	width: 165px;
	height: 20px;
	text-align:left;	
	margin-top: 50px;
	margin-left: 15px;
	padding:0px;
}

#header .searchBox .txtContainer
{
	float: left;
}

#header .searchBox input.txtSearch
{
	width: 140px;
	height: 16px;
	border-style:none;	
	padding: 0px;
	font-size: 14px;
	background-color: Transparent; 
}

#header .searchBox img.btnSearch
{
	width: 20px;
	height: 20px;
	padding: 0px;
	margin:0px;
}

#footer
{
	margin-top: 10px;
}

#footer #footerContent
{
	float: left;
}

#footer #footerContent #fc1
{	
	margin-top: 10px;
}

#footer #footerContent #fc1 .otherMenu
{
	float:right; padding-top: 10px; font-size: 12px;
}

#footer #footerContent #fc1 .otherMenu a{text-decoration: none}

#footer #footerContent #fc1 .otherMenu a:hover{}

#footer #footerContent #fc1 .SGbutton
{
	width: 30px;
	height: 30px;
}

#footer #footerContent #fc1 .address
{
	font-size: 10px;
	color: #666666;	
}

#footer #footerContent #fc1 .coName
{
	font-size: 12px;
	color: #05319a;		
}

#footer #footerContent #fc1 a.noLine
{
	text-decoration: none;
}

#footer #footerContent #fc1 a.noLine:hover
{	
	text-decoration: underline;
}

#footer #footerContent #fc2
{
	height: 1px;
	width: 880px;
	background-color: #dddddd;		
}

#footer #footerContent #fc3
{
	padding-top: 15px;
	font-size: 9px;
	color: #666666;	
}

#footer #credentials
{
	float:right;
}

#footer #credentials img
{
	margin: 0px;
	padding: 0px;
}

.aLeft
{
	text-align:left;
}

.aRight
{
	text-align: right;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.mContentHolder
{
	padding: 10px 0px 10px 0px;
}

.getHere
{
	font-style: italic;
	
	height: 16px;
	border-style:none;	
	padding: 0px;
	font-size: 14px;
	background-color: Transparent; 
}

.outline
{
	border: solid 1px Black;
}

/*# normal page styles begin. */

.glassBG
{
	background-image: url("images/glassBG.png");
	background-repeat: no-repeat;
	width: 982px; /*gotta shift the margins thanks to this...*/
	height: 627px;
	margin-left: -1px;
}

.glassBG #contentPanel
{
	width: 548px;
	height: 627px;
	padding: 50px 0px 0px 50px;	
}

.glassBG #rightPanel
{
/*	margin-left: -46px;*/
	width: 380px;
	height: 627px;	
	background-position: right;
	background-repeat: no-repeat;	
}

.glassBG #rightPanel img#attConnect
{	
	margin-top: 88px;	
}

.leftPane
{
	float:left;
	width: 550px;
	padding: 20px;
}

.rightPane
{
	float:left;
	width: 390px;
}

.leftPane .title
{
	font-weight: bold;
	font-size: 36px;
}

.leftPane .subTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

.leftPane .infoPane
{
	margin-top: 20px;
}

.photoLimit
{
	max-height: 100px;
	max-width: 100px;	
}

h1.title
{	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size:40px;
	font-weight: bold;
}

h4.subTitle
{
	margin: 0px;
	padding: 0px;
	color: #676767;
	font-size: 16px;
}

table.newsDisplay
{
	border-style:none;
}

table.newsDisplay th
{
	border-style: none;
}

.newsTitle
{
	border: none;
	float: left;
	font-size:15px;	
	font-weight: bold;
	color: #02339c;
}

.newsTitle a
{
	font-size:15px;	
	font-weight: bold;
	color: #02339c;
	text-decoration:none;	
}

.newsDate
{
	color: #333331;
	font-size: 17px;
	font-weight: bold;
	border: none;
}

.links 
{
	margin:10px 0px 0px 150px;		
	font-size:13px;
	font-weight: bold;
	color: #02339c;	
	z-index: 5;
}

.links a
{	
	text-decoration:none;
	color: #02339c;	
}

table.jobsView
{
	border-style: none;
	text-align: center;
	width: 500px;
	font-size: 14px;	
}

table.jobsView th
{	
	font-weight: bold;
	background-image: url("images/altGreen.png");
	height: 30px;
}

table.jobsView tr
{	
	font-weight: normal;
	height: 30px;
}

tr.altRow
{
	background-image: url("images/altGreen.png");
}

.plusJobs
{
	color: #00349a;
	font-size: 14px;	
}

.plusJobs a
{
	text-decoration: none;
	color: #00349a;
}

.plusJobs a:hover
{
	text-decoration: underline;
}

table.contactInfo
{
	margin-top: 30px;
	font-weight: bold;
	border-style: none;
}

table.contactInfo td
{
	vertical-align: top;
	font-size: 14px;
}

table.contactInfo td a
{
	text-decoration: none;
	color: #00349a;
}

span.telNo
{
	color: #00349a;	
}

table.detailsInfo
{
	margin-top: 30px;
	font-weight: bold;
	border-style: none;
	color: #323230;
	font-size: 16px;
}

table.detailsInfo td
{
	vertical-align: top;
}

a.learnMore
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.jobsListPanel
{
	text-align: right;
	width: 500px;
	background-color: White;
	padding: 10px;
}

.jobsListPanel #btnClose
{
	margin: -5px -5px 5px 0px;
}

.popBG
{
	background-image: url("images/1pxFade.png");
}

p.smallTxt
{
	font-size: 11px;
}

p.contentTxt
{
	font-size: 14px;
}

.jobsDetailsPanel
{		
	width: 500px;
	max-height: 480px;
	background-color: White;
	padding: 10px;	
}

.scrollable
{
	width: 500px;
	max-height: 360px;
	overflow: auto;
	margin-top: 5px;
	margin-right: -10px;
}

.oldLinks
{
	float: right;
	text-align: right;
	margin-top: -10px;
}

.oldLinks a
{
	color: #666666;
	text-decoration: none;
}

.quickApply
{
	margin-top: 10px;
	text-align: center;
}

.quickApply a
{
	text-decoration: none;
	font-weight: bold;
}

.quickApply a:hover
{
	text-decoration: underline;
}


v2TxtChunk
{
	color: Black;
	font-size: 12px;
	margin-right: 1px;
}
