/* CSS Document */


/* STORE Style */

#containerStore {
		position: relative;
		margin: 40px auto;
		width: 660px;
		overflow: auto;
	}
	
#shadowAreaStore {
		width: 660px;
		background: #9AA6AB url("../images/bgStore.gif") repeat-y;
	}
	
#flashSecStore {
		width: 660px;
		margin: 0 0 0 0;
		height: 181px;
		border: 0px solid black;
	}
	
#contentStore {
		width: 660px;
		margin: 0 0 0 0;
		overflow: auto;
		border: 0px solid black;
	}
	
	
#footerStore {
		font-size: 11px;
		width: 660px;
		height: 33px;
		margin: 0 0 0 0;
		background: #9AA6AB url("../images/footerStore.gif") no-repeat;
		color: #fff;
		text-align: center;
	}
	
table.Store {
	font-family: verdana, sans-serif;
	font-size: 14px;
	padding: 5px;
}

table.Custom
{
	border-right: gray 0px solid;
	padding-right: 5px;
	border-top: gray 0px solid;
	padding-left: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	border-left: gray 0px solid;
	width: 55%;
	padding-top: 5px;
	border-bottom: gray 0px solid;
	position: static;
	border-collapse: collapse;
	width:700;
}

input.text.control {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	background-color : #FFFBF7;
	border: 1px solid #ADAA9C;
	width: 100%;
}

td.Caption {
	color: Black;
	padding : 1px 3px 1px 2px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #CFDFFC;
	border-color:Gray;
	border: 1px solid;
	text-align: Right;
	width: 35%;
}

td.body {
	color: Black;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	border-color:Gray;
	border: 0px solid;
	text-align: left;
	padding : 1px 3px 1px 2px;
}
td.label {
	color: Black;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	border-color:Gray;
	border: 0px solid;
	text-align: right;
	padding : 1px 3px 1px 2px;
}

td.Header
{
	border:1px solid; font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	background-color: #000000;
	text-align: left
}
td.footer {
	color: Black;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #CFDFFC;
	border-color:Gray;
	border: 0px solid;
	text-align: center;
}
td.Message {
	color: Red;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: White;
	border-color:Gray;
	border: 1px solid;
	text-align: left;
}
A
{
	color: Black;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

.cartHeader {
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 14px;
	text-align: Left;
	background-color: #000000;
}	
	
	
/* MISC */

input[type="text"] /* To keep form fields consistent */
{
background: #FFF !important;
}


/* Layout Style */

#homeThreeLeft {
	position: relative;
	float: left;
	width: 180px;
	padding: 10px 0 0 0px;
	margin: 0 0 0 0;
	border: 0px solid black;
	}
	
#homeThreeMid {
	position: relative;
	float: left;
	width: 360px;
	padding: 10px 0 0 0px;
	margin: 0 0 0 0;
	border: 0px solid black;
	}
	
	
#homeThreeRight {
	position: relative;
	float: right;
	width: 190px;
	padding: 20px 0 0 0px;
	margin: 0 0 0 0;
	border: 0px solid black;
	}
	
#homeWide {
	position: relative;
	float: left;
	width: 510px;
	padding: 20px 0 0 30px;
	margin: 0 0 0 0;
	border: 0px solid black;
	}


body {
		font: 11px/16px Verdana, Helvetica, sans-serif;
		color: #000;
		background: #9AA6AB;
		text-align: center;
	}
	
#container {
		position: absolute;
		margin: 40px 0 0 -391px;
		width: 783px;
		overflow: auto;
		left:50%;
		text-align:left;
	}
	
#shadowArea {
		background: url("../images/bg.gif") repeat-y;
	}
	
#flashHome {
		width: 783px;
		padding: 0 0 0 0;
		height: 224px;
		text-align: left;
	}

#flashSec {
		width: 783px;
		margin: 0 0 0 0;
		height: 240px;
		z-index: 10;
	}


#flashSec2 {
		width: 783px;
		margin: 0 0 0 0;
		height: 224px;
		z-index: 10;
	}
	
#content {
		width: 753px;
		min-height: 400px !important;
		margin: 0 0 0 12px;
		background: #fff url("../images/arc_bgSec.gif") 37% 0 no-repeat;
		overflow: auto;
	}
	
#contentHome {
		width: 753px;
		margin: 0 0 0 12px;
		background: #fff url("../images/arc_bgHome.gif") 36% 0 no-repeat;
		overflow: auto;
	}
	
div#subNav {/*
		position: relative;
		float: left;
		width: 160px;
		padding: 20px 0 0 0;
	*/
	width:160px;
	float:left;
	margin-top:20px;
	}
	
#subNav a,
#subNav img.navPad {
	display:block;
	margin-bottom:0 !important;
	padding:0 0 0 0 !important;
	}
#homeCopy {
	position: relative;
	float: left;
	width: 490px;
	padding: 10px 0 0 80px;
	margin: 0 0 0 0;
	border: 0px solid black;
	}
	
#secCopy {
	position: relative;
	float: left;
	width: 365px;
	padding: 10px 0 0 0;
	border: 0px solid black;
	}
	
#secCopyNews {
	position: relative;
	float: left;
	width: 450px;
	padding: 10px 0 0 0;
	}
	
#secCopyNonSer {
	position: relative;
	float: left;
	width: 425px;
	padding: 10px 0 0 0;
	}
	
#bnCopy {
	position: relative;
	float: left;
	width: 410px;
	padding: 10px 0 0 60px;
	border: 0px solid black;
	}	
	
#llCopy {
	position: relative;
	float: left;
	width: 395px;
	padding: 10px 0 0 60px;
	border: 0px solid black;
	}	
	
#webEvalWide {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px 0 0 60px;
	border: 0px solid black;
	}
	
#bnCopyWide {
	position: relative;
	float: left;
	width: 610px;
	padding: 10px 0 0 60px;
	border: 0px solid black;
	}
	
#rightPicWide	{
	position: relative;
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	border: 0px solid black;
	text-align:center;	
	}	
	
#webEvalRight	{
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	border: 0px solid black;
	text-align:center;	
	}
	
	
#rightPicWideFF	{
	position: relative;
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	background: url(../images/fort500list.gif) no-repeat;
	border: 0px solid black;
	text-align:center;	
	}

	
#secCopyTip {
	position: relative;
	float: left;
	width: 400px;
	padding: 10px 0 0 0;
	border: 0px solid black;
	}
	
#secCopyWide {
	position: relative;
	float: left;
	width: 520px;
	padding: 10px 0 0 0;
	border: 0px solid black;
	}
	
#secCopy img.staff {
	margin: 0 5px 0 5px;
	}
	
#rightPicRight	{
	position: relative;
	float: right;
	width: 210px;
	margin: 0 0 0 0;
	border: 0px solid black;	
	}
	
#rightPicTips	{
	position: relative;
	float: right;
	text-align: left;
	width: 163px;
	margin: 20px 0 0 0;
	border: 0px solid black;	
	}
	
#rightPicStaff	{
	position: relative;
	float: right;
	width: 220px;
	margin: 0 0 0 0;
	border: 0px solid black;	
	}
	
#rightPicHome	{
	position: relative;
	float: right;
	text-align: right;
	width: 180px;
	margin: 0 0 0 0;
	border: 0px solid black;	
	}
	
#brandingThird	{
	position: relative;
	float: left;
	width: 130px;	
	}
	
#brandingFourth	{
	position: relative;
	float: right;
	text-align: right;
	width: 98px;	
	}
	
#topStaff {
	position: relative;
	float: right;
	text-align: center;
	width: 568px;	
	}
		
.navPad {
		/*padding: 0 0 7px 0;*/
	}
	
	
.storePad {
		margin: 5px 5px 5px 5px;
	}
	
#bottomLinks {
		font-size: 11px;
		width: 753px;
		height: 20px;
		margin: 0 0 0 12px;
		background: #fff;
		color: #919191;
		text-align: center;
	}	
	
	
#bottomLinks a {
		color: #919191;
		text-decoration: none;
	}
	
#bottomLinks a:hover {
		color: #919191;
		text-decoration: underline;
	}
	
#footer {
		font-size: 11px;
		width: 783px;
		height: 56px;
		margin: 0 0 0 0;
		background: #9AA6AB url("../images/footer.jpg") no-repeat;
		color: #fff;
		text-align: center;
	}
	
#footer a:link {
		color:#FFFFFF
	}
	
#footer a:visited {
		color:#FFFFFF
	}	
	
	
/* Content Style */


ul.home {
	margin-top: 0;
	line-height: 17px;
	margin-bottom: 0;
	list-style: square;
	}
	
.normalRed {
		font: 13px/17px Verdana, Helvetica, sans-serif;
		color: #E10028;
	}
	
.regRed {
		font: 11px Verdana, Helvetica, sans-serif;
		color: #E10028;
	}
	
.tipTitle {
		color: #E10028;
		font-size: 22px;
		line-height: 25px;
		font-weight: bold;
	}
	
.services {
		padding: 0 50px 0 0;
	}	
	
.lineOne {
		color: #4F2990;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
	}
	
.lineOneSmaller {
		color: #4F2990;
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
	}
	
	
.limelight {
		color: #E10028;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
	}
	
.lineOneRed {
		color: #E10028;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
	}
	
.lineTwo {
		color: #000;
		font-size: 17px;
		line-height: 24px;
	}
	
.lineTwoGrey {
		color: #626161;
		font-size: 17px;
		line-height: 24px;
		font-style:italic;
	}
	
	
.lineTwoRed {
		color: #E10028;
		font-size: 17px;
		line-height: 24px;
	}
	
.lineTwoXLead {
		color: #000;
		font-size: 17px;
		line-height: 42px;
	}
	
.lineThree {
		color: #000;
		font-size: 14px;
		line-height: 20px;
	}
	
.quotes {
		color: #636263;
		font-size: 14px;
		line-height: 22px;
		font-style: italic;
		text-align: left;
		width: 200px;
	}
	
.quoteRight {
		color: #000;
		margin: 0 5px 0 0;
		font-size: 14px;
		line-height: 22px;
		font-style: italic;
		text-align: right;
		width: 200px;
	}
	
.quotesSmall {
		color: #414141;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	
.bioHeading {
		font: 16px Verdana, Helvetica, sans-serif;
		color: #200D81;
		font-weight: bold;
	}
	
	
.bioHeadingSmall {
		font: 14px Verdana, Helvetica, sans-serif;
		color: #200D81;
		font-weight: bold;
	}
	
.brandingThirdTextOrg {
		color: #FE660D;
		font-size: 17px;
		line-height: 22px;
		font-weight: bold;
		padding: 100px 0 0 0;
		}
		
.brandingThirdTextRed {
		color: #E10028;
		font-size: 17px;
		line-height: 22px;
		font-weight: bold;
		padding: 60px 0 0 0;
		}
		
.brandingThirdTextRedNP {
		color: #E10028;
		font-size: 17px;
		line-height: 22px;
		font-weight: bold;
		}
		
.brandingThirdTextBlack {
		color: #000000;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		}

		
.brandingThirdTextPurp {
		color: #4F2990;
		font-size: 17px;
		line-height: 22px;
		font-weight: bold;
		padding: 60px 0 0 0;
		}
		
.brandingThirdTextPurpSmall {
		color: #4F2990;
		font-size: 14px;
		line-height: 22px;
		font-weight: bold;
		padding: 60px 0 0 0;
		}
		
.LLindent {
		font-size: 15px;
		line-height: 20px;
		text-indent: -6em;
		margin-left: 6em;
		}
		
.smallText {
		font: 11px/15px Verdana, Helvetica, sans-serif;
	}
	
.newsHead {
		font: 13px/17px Verdana, Helvetica, sans-serif;
		color: #E10028;
		font-weight: bold;
	}
	
.tipRight {
		font: 11px/25px Verdana, Helvetica, sans-serif;
		color: #E10028;
		font-weight: bold;
	}
	
.abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
	
a.bold:link {
	color: #E10028;
	font-weight: bold;
	}
a.bold:visited {
	color: #E10028;
	font-weight: bold;
	}
	
a.tips:link, a.tips:visited  {
	color: #3A3939;
	text-decoration: none;
	}
	
a.tips:hover {
	color: #3A3939;
	text-decoration: underline;
	}
	
a:link, a:visited { 
	color: #E10028;
}

.tableText {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		font-weight: bold;
	}
	
.tableText {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		font-weight: bold;
	}

.tableText2 {
		font: 11px/17px Verdana, Helvetica, sans-serif;
	}
	
.tableTextNB {
		font: 11px Verdana, Helvetica, sans-serif;
		line-height: 17px;
	}
	
.tableTextNBTip {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		line-height: 17px;
	}

.eventsHead {
		font: 13px/16px Verdana, Helvetica, sans-serif;
		color: #000;
		font-weight: bold;
	}

.eventsDate {
		font: 12px/16px Verdana, Helvetica, sans-serif;
		color: #666;
		font-weight: bold;
	}
	
#PR td {

	padding: 5px;
	}

	
	
table.PR {
	font: 11px/17px Verdana, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid black;
	}
	
tr.shaded {
	background: #F2F2F2;
	}
	
tr.prHead {
	font-weight: 600;
	background: #000;
	color: #fff;
	font-size: 110%;
	}
	
.surveyDropDown {
	width: 50px;
	}
	
	
.tableText {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		font-weight: bold;
	}
	
.tableText {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		font-weight: bold;
	}
	
.tableTextNB {
		font: 11px/17px Verdana, Helvetica, sans-serif;
	}
	
.tableTextNBTip {
		font: 11px/17px Verdana, Helvetica, sans-serif;
		line-height: 17px;
	}
	
#photoAlbum {
	float: left;
	width: 94px;
	padding: 10px 20px 0 0;
	text-align: center;
	}
	
#photoAlbum img.setThumb {
	border: 4px solid BEBEBE;
	}
	
h1.photoHeader {
	font-size: 120%;
	font-weight: 900;
	padding: 0;
	
	}
	
#paBox {
	clear: both;
	}
	
#tableClear {
    clear: both;
    }
	
	
/* Portfolio Style */
#portBlocks {
	position: relative;
	float: left;
	width: 215px;
	padding: 10px 0 0 0;
	}
	
#portMain {
	position: relative;
	float: right;
	width: 350px;
	border: 0px solid black;
	padding: 10px 0 0 0;
	}
	
#portHeader {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 0 3px 5px;
	color: #fff;
	width: 310px;
	height: 12px;
	background: #000; 
	border: 0px solid black;
	}
	
#portHeader .selected {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
#portText {
	font: 13px Verdana, Helvetica, sans-serif;
	color: #000;
	width: 310px;
	margin: 6px 0 0 0;
	border: 0px solid black;
	}
	
#portBlocks img.port {
	border: 3px solid #B6B5B5;
	margin: 5px 5px 5px 5px;
	}
	
#portBlocks img.port:hover {
	border: 3px solid #E10028;
	}
	
#portBlocks #portSelected {
	border: 3px solid #E10028;
	}
	
#portHeader p {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#portHeader a {
	color: #fff;
		}


#portHeader span {
	display: block;
	width: 150px;
	margin: 0 0 0 150px;
	text-align: right;
	font-weight: normal;
	}
	
.contentLeft {
	float: left;
	padding: 5px 20px 5px 0;
}

.contentRight {
	float: right;
    padding: 5px 0 5px 20px;
}

/* table control
---------------------------------------------------------- */
.phoneTable {
    font-size: 100%;
    width: 90%;
    border: 1px solid black;
    padding: 0;
    background: #ECECEC;
    color: #000;
    }    

.tableHeader {
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
    text-align: center;
    }
    
.phoneTable th {
    background: #EA0437;
    color: #fff;
    text-align: left;
    }
    
.phoneTableWhite {
    background: #fff;
    } 


/* table control - LIVE
---------------------------------------------------------- */
.liveTable {
    font-size: 100%;
    width: 99%;
    border: 1px solid black;
    padding: 0;
    background: #ECECEC;
    color: #000;
    }    

.tableHeader {
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
    text-align: center;
    }
    
.liveTable th {
    background: #EA0437;
    color: #fff;
    text-align: left;
    }
    
.liveTableWhite {
    background: #fff;
    } 
	
.liveTable td {
    border-bottom: 1px solid black;
    }
	
/* webPR section
---------------------------------------------------------- */
.home_sidebar {
	margin-bottom:7px;
}

ul#webpr_submenu {
	margin-top:15px;
	padding-left:15px;
	
}

ul#webpr_submenu li.selected a {
	color:#000 !important;
	font-weight:bold;
	text-decoration:none;
}

table#new_v_old_pr {
	width:350px;
	font-size:11px;
	border-collapse:collapse;
}

table#new_v_old_pr th {
	width:250px;
	text-align:left;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
}

table#new_v_old_pr th,
table#new_v_old_pr td {
	padding:5px;
}

table#new_v_old_pr tr.alt td {
	background-color:#CCCCCC;
}


dl.collapse {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}

dl.collapse dt {
	color: #4F2990;
	font-weight:bold;
}

dl.collapse dd {
	font-weight:normal;
	display:none;
}

dl.collapse:hover dd {
	display:block;
	margin-left:23px;
	clear:both;
	line-height:13px;
}

dl.collapse dt input {
	position:relative;
	top:3px;
	_top:0px;
}

#webpr_release_toolbar {
	width:346px; 
	padding:3px;
	border-bottom:1px solid #999999;
	text-align:right;
}

#webpr_release_toolbar select {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#webpr_release_paging {
	width:350px;
	margin-top:10px;
	border-top:1px solid #999999;
}

#webpr_release_paging #prList1_paging {
	width:200px;
	float:left;
}

#webpr_release_paging .archive {
	width:150px;
	text-align:right;
	float:right;
	margin-top:auto;
}

#prList1_divList {
	line-height:13px;
}

#prList1_divList li {
	display:block;
	list-style-type:none;
	margin-bottom:8px;
}