@charset "utf-8";
/* 
	CSS Version 1.0 for Turning Point WRC
	Design by: Jacob Barr of iRapture.com
	Development by: Joshua Moor of iRapture.com
	
	1/22/2010
	
	1) Default Block Level Elements
	2) Custom Block Level Elements
	3) Lists
	4) Images
	5) Links
	6) Text Formating
*/


/*------------------1) Default Block Level Elements------------------*/
*{
	padding:0px;
	margin:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:
		#15743b
		url(../images/tpwcPageBackgroundFade.jpg)
		repeat-x;
}

/*------------------2) Custom Block Level Elements------------------*/

.photoRight{
	float:right; 
	text-align:center; 
	margin-right:30px; 
	margin-left:10px;
}

#contentArea{
	width:100%;
	min-height:266px;
	float:left;
	clear:both;
}

#contentText{
	width:910px;
	margin-left:21px;
	margin-top:-13px;
	margin-bottom:15px;
	float:left;
	clear:both;
	background:
		url(../images/tpwcContentRepeating.jpg)
		repeat-y;
}

#footer{
	width:100%;
	float:left;
	clear:both;
}

#header{
	width:100%;
	float:left;
	clear:both;
	min-height:158px;
	background:
		url(../images/tpwcPictureStrip.jpg)
		no-repeat
		0px 128px;
}

#homeLeft{
	float:left;
	clear:left;
	width:445px;
	margin-left:20px;
	margin-bottom:21px;
	background:
		url(../images/tpwcLeftRepeating.jpg)
		repeat-y;
}

#homeRight{
	float:right;
	clear:right;
	width:445px;
	margin-right:19px;
	margin-bottom:21px;
}

#navigation{
	margin-top:11px;
	width:100%;
	float:left;
	clear:both;
}

#page{
	margin-top:57px;
	float:left;
	width:100%;
	background:
		url(../images/tpwcPageRepeating.jpg)
		repeat-y;
}

#pageArea{
	float:left;
	width:950px;
	margin-left:1px;
	background:
		url(../images/tpwcPageContentFade.jpg)
		repeat-x;
}

#pageWrapper{
	width:952px;
	margin:auto;
}

/*------------------3) Lists------------------*/

#navigation li{
	float:left;
	width:237px;
	padding-top:4px;
	text-align:center;
	height:27px;
	background:
		url(../images/tpwcInnerButton.jpg)
		no-repeat;
}

#navigation li:hover ul{
	display:block;
}

#navigation li.outerButton{
	width:238px;
	background:
		url(../images/tpwcOuterButton.jpg)
		no-repeat;
}

#navigation li li{
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:none;
	background-color:#20402e;
	width:100%;
}

#navigation li li.navigationBottom{
	height:10px;
	padding-top:0px;
	padding-bottom:0px;
	background:none;
	width:100%;
}

#navigation ul{
	list-style:none;
}

#navigation li ul{
	display:none;
	position:relative;
	z-index:100;
	top:5px;
	width:100%;
}

/*------------------4) Images------------------*/

img.blackLine{
	position:relative; 
	top:-6px;
}

img.contentTextFooter{
	float:left;
	clear:both;
}

img.leftFooter{
	float:left;
}

img.navigationFiller{
	width:218px;
	float:left;
	height:10px;
}

img.navigationFillerOuter{
	width:219px;
	float:left;
	height:10px;
}

img.navigationLeftCorner{
	float:left;
}

img.navigationRightCorner{
	float:right;
}

img.pageDetail{
	float:left;
}

img.snapShots{
	margin-top:16px;
	margin-right:20px;
	float:left;
}

/*------------------5) Links------------------*/

a.bottomTextLogo{
	width:160px;
	height:52px;
	margin-top:12px;
	float:left;
	background:
		url(../images/tpwcLowerTextLogo.jpg)
		no-repeat;
}

a.bottomNavigation{
	float:right;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	padding-left:16px;
	position:relative;
	margin-top:13px;
	right:-65px;
}

a.bottomNavigation:Hover{
	color:#20402e;
}

a.bottomImageLogo{
	float:right;
	width:88px;
	height:71px;
	background:
		url(../images/tpwcLowerImageLogo.png)
		no-repeat;
	position:relative;
	right:-70px;
	top:-40px;
}

a.iRaptureLogo{
	float:right;
	height:76px;
	width:11px;
	background:
		url(../images/tpwcIRaptureLogo.jpg)
		no-repeat;
	position:relative;
	right:-15px;
	top:-120px;
}

a.topLogo{
	width:256px;
	height:154px;
	margin-right:115px;
	margin-top:7px;
	float:right;
	background:
		url(../images/tpwcTopLogo.jpg)
		no-repeat;
}

a.topLogoTextless{
	width:256px;
	height:154px;
	margin-right:115px;
	margin-top:7px;
	float:right;
	background:
		url(../images/tpwcTopLogoTextless.jpg)
		no-repeat;
}

#navigation li a{
	text-decoration:none;
	font-size:18px;
	color:#ffffff;
}

#navigation li a:hover{
	color:#20402e;
}

#navigation li li a{
	font-size:16px;
}

#navigation li li a:hover{
	color:#458c65;
}

/*------------------6) Text Formating------------------*/

p.blackAllCapsText{
	float:left; 
	clear:left; 
	width:445px; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:18px; 
	text-align:center; 
	margin-left:20px; 
	margin-bottom:15px;
}

p.greyConfidentialityText{
	font-size:12px;
	color:#333333;
	width:299px;
	text-align:right;
	float:right;
	clear:both;
	position:relative;
	top:17px;
	right:101px;
}

p.greyTextHomePage{
	float:right; 
	width:220px; 
	clear:both; 
	margin-right:104px; 
	margin-top:17px; 
	text-align:right; 
	font-size:12px; 
	color:#333333;
}

p.phoneNumber{
	width:299px;
	height:54px;
	background:
		url(../images/tpwcInternalPhoneButton.jpg)
		no-repeat;
	font-size:46px;
	color:#ffffff;
	float:right;
	clear:both;
	position:relative;
	top:17px;
	right:99px;
	text-align:center;
	padding-top:2px;
}

p.phoneNumberHomePage{
	float:right; 
	clear:both; 
	width:299px; 
	height:55px; 
	padding-top:2px; 
	margin-right:100px; 
	margin-bottom:12px; 
	font-size:46px; 
	color:#ffffff; 
	background:
		url(../images/tpwcPhoneButtonHome.jpg) 
		no-repeat; 
	text-align:center;
}

p.topSlogan{
	margin-left:25px;
	margin-top:20px;
	font-size:36px;
}

#contentText h1{
	padding-left:10px;
	padding-top:10px;
	font-size:21px;
	color:#ffffff;
	font-weight:normal;
	width:910px;
	height:48px;
	background:
		url(../images/tpwcContentHeader.jpg)
		no-repeat;
}

#contentText h1.twoLine{
	padding-top:0px;
	height:58px;
}


#contentText h2{
	font-size:21px;
	font-weight:normal;
	margin-left:30px;
	margin-right:30px;
	padding-bottom:10px;
	padding-top:5px;
}

#contentText p{
	font-size:18px;
	margin-left:30px;
	margin-right:30px;
	padding-bottom:10px;
}

#homeLeft h1{
	width:445px;
	height:47px;
	padding-top:10px;
	font-weight:normal;
	color:#ffffff;
	font-size:21px;
	text-align:center;
	background:
		url(../images/tpwcLeftHeader.jpg)
		no-repeat;
}

#homeLeft p{
	font-size:21px;
	width:100%;
	margin-left:30px;
	margin-right:30px;
}

#homeRight h1{
	width:445px;
	height:36px;
	padding-top:10px;
	background:
		url(../images/tpwcRightHeader.jpg)
		no-repeat;
	font-size:21px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
}