/* Global Styles
----------------------------------------------- */

body {
	background-color: #FFF;
	color: #000000;
	padding:0;
	margin:0;
	font-size: 10px;
	text-align: center;
	min-width: 1000px;
	font-family: Arial, verdana, sans-serif;
}

* {
   padding:0;
   margin:0;
}

.hidden {
	display: none;
}

a img {
   border:none;
}

.clear {
	clear: both;
}

a:link , a:visited {
   text-decoration: none;
   color: #D61B13;
   
}
a:active , a:hover {
   text-decoration: underline;
}

img  {
	border: 0;
	margin: 0;
	padding: 0;
}

span  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

span.text12  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li	{
	margin: 0;
   padding: 0;
}

ul {
   list-style-type:none; 
   margin: 0;
   padding: 0;
}

li.menu  {
	float: left;
	margin: 0;
	border: 0;
	padding:0;
}

.left  {
	float: left;
}

a.documentLink  {
	color: #D61B13;
	font-size: 12px;
	position: relative;
	top: -10px;
}

a.documentLink.hover  {
	color: #D61B13;
}

h1  {
	font-weight: bold;
	font-family: futura;
	font-size: 22px;
	color: #D61B13;
}

h2  {
	font-weight: bold;
	font-family: futura;
	font-size: 22px;
	color: #D61B13;
}

h3  {
	font-weight: bold;
	font-family: futura;
	font-size: 20px;
	color: #666666;
}

span.quote  {
	font-weight: bold;
	font-size: 18px;
	color: #3D7BC0;
}

/* Page Structure
----------------------------------------------- */

/* General  */

#wrapper {
	width: 1000px;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 50px;
	
}


#headerArea{
	width: 1000px;
	height: 195px;
}

#bodyArea  {
	padding: 25px 0px;;
	width: 902px;
	margin: 0 auto;
}

#leftColumn  {
	float: left;
	width: 606px;
	margin-right: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#rightColumn  {
	float: left;
	width: 260px;
}

#leftColumnHome  {
	float: left;
	width: 642px;
	margin-right: 40px;
	padding-bottom: 20px;
}

#rightColumnHome  {
	float: left;
	width: 220px;
}

.featuredArea  {
	width: 348px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
}

.homepageContentLeft  {
	float: left;
	width: 348px;
	margin-right: 33px;
}

.homepageContentRight  {
	float: left;
	width: 255px;
	padding-bottom: 20px;
	border-bottom: solid 1px #CCC;
}


img.pinhighLogo  {
	position: relative;
	top: 30px;
	left: 15px;
	
}

span.bodyText  {
	color: #7F7F7F;
	font-size: 12px;
}

span.bodyTextStrong  {
	color: #D61B13;
	font-size: 12px;
	font-weight: bold;
}

img.homePage  {
	margin-bottom: 20px;
}


/* Navigation
-----------------------------------------------------------*/

div.mainMenu  {
	position: relative;
	height: 35px;
	border-top: 1px dashed #D61B13;
	border-bottom: 1px dashed #D61B13;
	width: 902px;
	margin: 0 auto;
}


ul.topMenu  {
	width: 850px;
	height: 35px;
	font-family: futura-hv;
	font-size: 12px;
	
}

li.menuArea  {
	float: left;
	height: 35px;
	position: relative;
	border-right: 1px dashed #D61B13;
}

li.menuArea2  {
	float: left;
	height: 35px;
	position: relative;
}

a.menu {
	padding: 9px 11px 11px 11px;
	text-decoration: none;
	color: #D61B13;
	font-family: futura-hv;
	position:relative;
	top: 8px;
}

a.menu, a.menu:visited {
  color: #D61B13;
  font-family: futura-hv;
}

a.menu:hover {
	color: #FFFFFF;
  	font-family: futura-hv;
  	background-color: #D61B13;
  	height: 35px;
  	border-top: 1px solid #D61B13;
	border-bottom: 1px solid #D61B13;
}

a.menu.activeTab, a.menu.activeTab:hover, a.menu.activeTab:visited {
  color: #FFFFFF;
  background-color: #D61B13;
  height: 35px;
  border-top: 1px solid #D61B13;
	border-bottom: 1px solid #D61B13;
}


div.profile  {
	width: 257px;
	float: left;
	padding-bottom: 40px;
}

.profile1  {
	margin-right: 40px;
	width: 257px;
	padding-bottom: 40px;
	float: left;
}

