/* Global Styles */
body
{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 180%;
	padding: 8px;
}

p {line-height:180%;}

td { color: #99CCFF; }

hr
{
	height: 1px;
	color: #cccccc;
	border: none;
}

a
{
	color: #9E0819;
	text-decoration: underline;
}

a:hover
{
	color: #9E0819;
	text-decoration: none;
}

.redBold
{
	font-weight: bold;
	color: #9E0819;
}

#sidebarHeader { padding: 0px 4px 14px 4px; }

/*-- logo and top banner area --*/
#bannerContainer
{
	float: left;
	width: 960px;
}

/* -- container style --*/
#container
{
	margin-left: 0px;
	margin-top: 6px;
	width: 990px;
	height: auto;
}

#mainImage
{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 570px;
}

#centerContent
{
	float: left;
	width: 800px;
	margin-left: 6px;
	margin-top: -8px;
	height: 500px; ;
}

#centerText
{
	padding: 0px 8px 8px 8px;
margin-top: -8px;
	margin-right: 1px;
}

#centerText H2
{
	font-size: 18px;
	line-height: 115%;
	padding-top: 3px;
}






#centerText .jumplinks
{
	font-size: 9px;
	line-height: 150%;
	text-align: right;
}

.deckOne
{
	position: absolute;
	top: 140px;
	left: 180px;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
	width: 770px;
	line-height: 115%;
}

.deckTwo
{
	position: absolute;
	top: 560px;
	left: 580px;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	width: 250px;
	line-height: 115%;
	color: #000000;
}

.deckThree
{
	position: absolute;
	top: 590px;
	left: 720px;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	width: 200px;
	line-height: 115%;
	color: #000000;
}

#homePDF
{
	position: absolute;
	top: 700px;
	left: 180px;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	width: 500px;
	line-height: 115%;
	color: #000000;
}

/* --------------------- navigation styles begin here ----------------------*/
/* activePage and linkPage are conditional styles based on the filename of the page being displayed. This uses a server side include to show a different color for the name of the page being viewed */
.activePage
{
	color: #9E0819;
	font-weight: normal;
}

.linkPage
{
	color: #22211D;
	font-weight: normal;
}

/* ----------------------   sidebar  and navigation division defs begin here -------------  */
#sidebarfull
{
	margin-left: 0px;
	width: 150px;
	left: 0px;
	background-color: transparent;
	float: left;
	display: block;
	height: auto;
	font-weight: bold;
}

/* under layer */
ul#mainnav
{
	list-style: none;
	margin: 0;
	display: block;
	padding: 0px 3px 3px 0px;
	font-weight: bold;
}

/* top layer */
ul#mainnav li
{
	background-color: #ffffff;
	padding: 6px 3px 6px 3px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.1em;
	border-top: 1px #14285F solid;
	/*border-bottom: 1px blue solid;*/
}

/* top layer */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active
{
	background-color: #ffffff;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	display: block;
	border-width: 1px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 11px;
	line-height: 150%;
}

/* top layer hover color*/
ul#mainnav li a:hover
{
	background-color: #FFFFFF;
	color: #333333;
	padding: 4px 4px 4px 4px;
	display: block;
	border-width: 1px 0px 1px 0px;
	border-color: #9E0819;
	border-style: dotted;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 11px;
	line-height: 150%;
}

/* Sets subnav list nav links */
ul#mainnav ul.subnav
{
	background-color: transparent;
	margin-left: 1px;
	padding-left: 0px;
	color: #000000;
	/*border-style: none;*/
}

/* ----- this style controls left edge of subnav list --*/
ul#mainnav ul.subnav li
{
	background-color: transparent;
	font-size: 11px;
	padding: 0 0 0 9px;
	line-height: 150%;
	/*list-style: disc;*/
	border-style: none;
}

/* Sets color for subnav list nav links */
ul#mainnav ul.subnav li a:link, ul#mainnav ul.subnav li a:visited
{
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	display: block;
	font-weight: bold;
	border-style: none;
	/*list-style: disc;*/
}

/* Sets hover color for subnav list nav links */
ul#mainnav ul.subnav li a:hover
{
	color: #9E0819;
	background-color: #FFFFFF;
	border-style: none;
	text-decoration: underline;
	font-size: 11px;
}

/* end subnav here */
/* ------------- contact and form styles ----------------- */
.activePage
{
	color: #9E0819;
	font-weight: bold;
}

.linkPage
{
	color: #000000;
	font-weight: bold;
}

/*  -----------------  footer styles -------------------  */
#footer
{
	width: 970px;
	font-size: 10px;
	float: left;
	height: 750px;
	padding: 12px;
	/*border-bottom: 2px #9E0819 solid;*/
	border-top: 2px #9E0819 solid;
}

.footerText
{
	width: 100%;
	text-align: center;
}

#footer .footerText
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 150%;
	padding: 1px 1px 1px 1px;
	border: 0px;
	text-align: center;
}

.modText
{
	color: #cccccc;
	text-align: center;
}

/*--------new styles ------------ */
.justFourteen
{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 150%;
	text-align: left;
}

.photoLeft
{
	float: left;
	border-top: 3px white solid;
	border-right: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
}

/*---- whats in a name styles --*/
.NormalSixteen
{
	font-size: 16px;
	line-height: 180%
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

.NormalSixteenBoldItalic
{
	font-size: 16px;
	line-height: 180%
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.NormalEighteen
{
	font-size: 18px;
	line-height: 180%
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

.NormalEighteenBold
{
	font-size: 18px;
	line-height: 180%
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.NormalEighteenBoldItalic
{
	font-size: 18px;
	line-height: 180%
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.NormalEighteenBoldRed
{
	font-size: 18px;
	line-height: 180%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #9E0819;
}

/* ----- Narrow Arial Style Variations ----------------------------------------*/
.NarrowSixteen
{
	font-size: 16px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.NarrowEighteen
{
	font-size: 18px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.NarrowEighteenRed
{
	font-size: 18px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #9E0819;
}

.NarrowTwentyTwo
{
	font-size: 22px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.NarrowTwentyTwoRed
{
	font-size: 22px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #9E0819;
}

.NarrowTwentyRed
{
	font-size: 20px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #9E0819;
}

/* ----------------------------    whats in a name styles ----------------- */

/*#leftImageBlock
{
	position: absolute;
	width: 490px;
	top: 304px;
	right: 0px;
	background-image: url(../images/whatsinaname.jpg);
	
	background-repeat: no-repeat;
	left: 170px;
	
}*/

#InANameImageBlock
{
	position: absolute;
	width: 799px;
	top: 200px;
	right: 0px;
	background-image: url(../images/About_Us.jpg);
	height: 390px;
	background-repeat: no-repeat;
	left: 170px;
	z-index: -10;
}

#topText_WIN
{
	width: 700px;
	z-index: 1500;
	height: 300px;
}


div#InANameTagLine

{



font-weight: bold;
	line-height: 180%;
	text-align: left;
	width: 250;
	letter-spacing: normal;
	position: absolute;
	top: 212px;
	left: 810px;
	z-index: 1500;
	






}

#teamBlockLeft
{
	/*font-weight: bold;*/
	line-height: 180%;
	text-align: left;
	width: 550px;
	letter-spacing: normal;
	position: absolute;
	top: 220px;
	left: 170px;
	z-index: 1500;
	
}

#teamBlockRight
{
	/*font-weight: bold;*/
	line-height: 180%;
	text-align: left;
	width: 100px;
	letter-spacing: normal;
	position: absolute;
	top: 290px;
	left: 670px;
	z-index: 500;
}

#tagLineBlock
{
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 115%;
	width: 460px;
	position: absolute;
	top: 562px;
	left: 470px;
	font-weight: bold;
}

#topText { width: 790px; }

#teamBlock
{
	/*font-weight: bold;*/
	line-height: 180%;
	text-align: left;
	width: 300px;
	letter-spacing: normal;
	position: absolute;
	top: 290px;
	left: 670px;
}

.pageTwoEighteen
{
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 180%;
}

.pageTwoRBCS
{
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 180%;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* ----------------------------    about us styles ----------------- */
#topLeftText
{
	width: 800px;
	/*position: absolute;
	top: 130px;
	left: 175px;*/
	font-size: 18px;
	line-height: 180%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
height:160px;
	z-index: 1500; 
	
	
}

#pageThreeImage
{
	background-image: url(../images/about_us_box.jpg);
	height: 400px;
	background-repeat: no-repeat;
	position: absolute;
	top: 175px;
	left: 685px;
	width: 780px;
	z-index: -5;
}

#pageThreeSloganTop
{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	width: 212px;
	letter-spacing: normal;
	position: absolute;
	top: 200px;
	left: 270px;
	font-style: italic;
	font-weight: bold;
	z-index: 6;
}

#pageThreeSloganBot
{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	width: 180px;
	letter-spacing: normal;
	position: absolute;
	top: 230px;
	left: 350px;
	font-style: italic;
	font-weight: bold;
	z-index: 6;
}

#pageThreeSecondBlock { z-index: 1500; float:left;}

.textWrapper
{
	float: right;
	width: 220px;
	padding: 12px;
	height: 69px;
}

/* ----------------------- styles for about us page ---------------------*/
#staff { margin-left: 10px; }

.staffName
{
	font-size: 16px;
	line-height: 180%;
	margin-left: -12px;
	padding-top: 12px;
}

.clearBoth { clear: both; }
.redText { color: #9E0819; }

.redTextBold
{
	color: #9E0819;
	font-weight: bold;
}

.redTextBoldItalic
{
	color: #9E0819;
	font-weight: bold;
	font-style: italic;
}

.reference
{
	font-size: 11px;
	list-style-image: url(../images/redbead_bullet_two.jpg);
	padding-top: 10px;
	margin-left: 18px;
}

.reference ul { font-size: 11px; }

/* ------------------- services styles ---------------------------------- */
#servicesTopArea
{
	float: left;
	width: 815px;
	background-image: url(../images/servicesb.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-left: 12px;
}

.LeftTextServices
{
	width: 390px;
	z-index: 5;
}

/*.RightImageServices
{
	width: 402px;
	height: 330px;
	position: absolute;
	top: 128px;
	left: 430px;

}*/

#servicesSloganTop
{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	width: 212px;
	letter-spacing: normal;
	position: absolute;
	top: 185px;
	left: 745px;
	font-style: italic;
	font-weight: bold;
	z-index: 6;
}

#servicesSloganBot
{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	width: 180px;
	letter-spacing: normal;
	position: absolute;
	top: 215px;
	left: 810px;
	font-style: italic;
	font-weight: bold;
	z-index: 6;
}

.redTextServices
{
	font-size: 18px;
	line-height: 180%;
}

#servicesTagline
{
	font-size: 30px;
	line-height: 180%;
	text-align: left;
	width: 280px;
	letter-spacing: normal;
	position: absolute;
	top: 275px;
	left: 200px;
	font-weight: bold;
	z-index: 6;
}

.serviceList
{
	float: left;
	width: 700px;
	text-indent: 30px;
}

.serviceList h3
{
	float: left;
	width: 700px;
	background-image: url(../images/redbead_bullet_three.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	height: 30px;
	line-height: 180%;
	margin-left: 10px;
}

.serviceListsub li
{
	list-style: none;
	list-style-image: url(../images/redbead_bullet_two.jpg);
	padding-left: 0px;
	margin-left: 50px;
	line-height: 180%;
	font-size: 14px;
	text-indent: 0px;
	/* space for the image */
}

.serviceList .jumplinks
{
	font-size: 9px;
	line-height: 180%;
	text-align: right;
}

/* ------------------- contact us styles ----------------------- */
#contactTopArea
{
	float: left;
	width: 790px;
	background-image: url(../images/contactus.jpg);
	background-repeat: no-repeat;
	height: 450px;
}

.contactHeader
{
	margin-left: 12px;
	padding-top: 8px;
}

.contactPhone
{
	position: absolute;
	top: 160px;
	left: 210px;
}

.contactMail
{
	position: absolute;
	top: 160px;
	left: 510px;
}

.contactEmail
{
	position: absolute;
	top: 290px;
	left: 700px;
	width: 200px;
}

.contactForm
{
	font-size: 12px;
	line-height: 120%;
	position: absolute;
	top: 376px;
	left: 512px;
	text-align: left;
}

.fieldLabel
{
	color: #000000;
	text-align: right;
	font-size: 12px;
}

.buttonRow { text-align: center; }

.buttonOne
{
	background-color: #000000;
	color: white;
	font-size: 12px;
}

.buttonTwo
{
	background-color: #9E0819;
	color: white;
	font-size: 12px;
}

#contactThanks
{
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	color: #9E0819;
	position: absolute;
	top: 230px;
	left: 200px;
	text-align: left;
}

.logoFloat
{
	float: right;
	padding: 8px;
}

/* -- -------------------------------partners styles --------------------------- */
#partnersTop
{
	float: left;
	width: 790px;
	background-image: url(../images/partners.jpg);
	background-repeat: no-repeat;
	height: 220px;
}



div#partnersText  {line-height:180%;}




div#partnersText .jumplinks
{
	font-size: 9px;
	line-height: 150%;
	text-align: right;
}

#tagLinePartners
{
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 115%;
	width: 460px;
	position: absolute;
	top: 126px;
	left: 433px;
	font-weight: bold;
}

.partnersHead
{
	font-size: 30px;
	line-height: 180%;
}

#centerText .partnersInfo { font-weight: normal; }
#centerText .partnersInfo ul { font-weight: normal; }
#centerText .partnersInfo li { font-weight: normal; }





/*-- pdf request form  styles --- */





.requestForm
{
	font-size: 12px;
	line-height: 120%;
	position: absolute;
	top: 117px;
	left: 170px;
	text-align: left;
	width: 800px;
}

#centerContentRequest
{
	float: left;
	width: 800px;
	margin-left: 6px;
	margin-top: 18px;
	height: 860px;
}

#requestTopArea
{
	float: left;
	width: 990px;
	height: 1750px;
	margin-top: 18px;
}

.PDFrequestForm
{
	font-size: 12px;
	line-height: 120%;
	position: absolute;
	top: 24px;
	left: 10px;
	text-align: left;
	padding-top: 12px;
	width: 800px;
}

.PDFrequestForm h1
{
	font-size: 24px;
	line-height: 120%;
}
