@charset "utf-8";

.profile #container { 
	width: 1004px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-width: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.profile #header { 
	background: #FFFFFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.profile #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".profile #sidebar1 p" rule.
*/
.profile #sidebar {
	float: right; 
	width: 325px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin: 0px;
	text-align:right;
}
.profile #sidebar1 h3, .profile #sidebar p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Tips for profileInfo:
1. The space between the profileInfo and sidebar is created with the right margin on the profileInfo div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this right margin if you want the #profileInfo div's text to fill the #sidebar space when the content in #sidebar ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated profileInfo area below the sidebar) if an element wider than it can contain is placed within the profileInfo div. With a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the profileInfo div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the profileInfo "hasLayout." This may help avoid several IE-specific bugs.
*/

.profile #profileInfo {
  margin: 0 27px 0 34px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-top:18px;

} 
.profile #footer { 
	margin: 0px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.profile #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.headerLogo {
margin-top:3px;
margin-left:20px;
margin-bottom:4px;
}
.headerTitle{
	background-image:url(/fap/img/header-bg-gradient_vert_blue.gif);
	background-position: top left;
	background-repeat:repeat-x;
	/*width:100%;*/
	height:62px;
	color:#FFFFFF;
	font-size:10px;
	text-transform: uppercase;
	/*padding: 18px 10px 0px 10px;*/
}
.headerTitle img{
	margin-top:18px;
	margin-left: 20px;
	float:left;
}
.headerTitle p {
margin:0;
padding:40px 27px 0px 0px;
text-align:right;
font-weight:bold;
vertical-align: bottom;
}
.headerTitle p a {
color:#FFFFFF;
text-decoration:none;
}
.sidebarBack {
color:#666666;
padding: 8px 27px;
margin: 0px;
font-size:12px;
line-height:12px;
font-weight:bold;
text-align:right;
}
.sidebarBack a {
color:#666666;
}
.sidebarTips {
padding: 8px 27px;
margin: 0px;
font-size:12px;
line-height:12px;
font-weight:bold;
text-align:right;
}
.sidebarTips a {
color:#3366CC;
}
.ratingBox {
width: 220px;
text-align:left;
margin-left:auto;
margin-right:27px;
padding:0px;
}
.ratingBoxTop{
background-image:url(/fap/img/profile-rating_box-top-bg_white.gif);
width:220px;
height:11px;
margin:0px;
padding:0px;
font-size:2px;
line-height:2px;
}
.ratingBoxMiddle{
width:220px;
background-image:url(/fap/img/profile-rating_box-middle.gif);
background-position:top left;
background-repeat:repeat-y;
margin:0px;
padding:0px;
}
.ratingBoxBottom{
background-image:url(/fap/img/profile-rating_box-bottom-bg_white.gif);
background-position:top left;
background-repeat:no-repeat;
width:220px;
height:11px;
margin:0px;
padding:0px;
font-size:2px;
line-height:2px;
}
.ratingBox p {
color:#666666;
font-size:10px;
line-height:12px;
font-weight:normal;
float:left;
padding-right:6px;
padding-top:2px;
padding-bottom:8px;
padding-left:10px;
}
.ratingBox p.ratingBoxLink {
float:none;
padding-top:0px;
padding-left:10px;
}
.ratingBox a {
color:#3366CC;
font-size:10px;
font-weight:bold;
}
.ratingBox img {
vertical-align:text-top;
}
.ratingBox table {
margin-left:10px;
}
.sidebarTips {
padding: 6px 27px;
margin: 0px;
font-size:12px;
line-height:12px;
font-weight:bold;
}
.sidebarTips a {
color:#3366CC;
}
.sidebarText {
color:#666666;
padding: 6px 27px;
margin: 0px 0px;
font-size:12px;
line-height:12px;
font-weight:normal;
}
.sidebarText a {
color:#3366CC;
font-weight:bold;
}

.profileBoxes {
border: 1px solid #999999;
}
.profileBox1{
}
.profileBox2{
}
.profileBox3{
}
.expanded{
height:auto;
overflow:hidden;
margin-bottom:1px;
}
.collapsed{
height:33px;
overflow:hidden;
margin-bottom:1px;
}
.profileBoxTitle1{
background-position:top left;
background-repeat:repeat-x;
color:#FFFFFF;
padding-left:20px;
font-size:12px;
}
.profileBoxTitle2{
background-position:top left;
background-repeat:repeat-x;
color:#FFFFFF;
padding-left:20px;
font-size:12px;
}
.profileBoxTitle3{
background-position:top left;
background-repeat:repeat-x;
color:#FFFFFF;
padding-left:20px;
font-size:12px;
}
.on {
background-image:url(/fap/img/profile-section_header-bg-expanded-gradient_vert_blue.gif);
height: 37px;
color:#FFFFFF;
}
.off {
background-image: url(/fap/img/profile-section_header-bg-collapsed-gradient_vert_blue.gif);
height:33px;
color:#FFFFFF;
}
.profileBoxTitle a{
color:#FFFFFF;
}
.profileBoxTitleCopy{
padding-top:8px;
font-size:18px;
line-height:18px;
font-weight:bold;
float:left;
}
.profileBoxTitleLink{
padding-top:8px;
font-size:10px;
font-weight:bold;
float:right;
vertical-align:top;
}
.profileBoxTitleLink a{
color:#FFFFFF;
}
.profileBoxTitleLink img{
vertical-align:middle;
margin-right:8px;
}
.profileBoxContent1 {
padding-left:20px;
padding-right:20px;
}
.profileBoxContent2 {
padding-left:20px;
padding-right:20px;
}
.profileBoxContent3 {
padding-left:20px;
padding-right:20px;
}
.profileBoxContent h2 {
color:#666666;
font-weight:bold;
font-size:12px;
}
.profileBoxContent p {
color:#666666;
font-weight:normal;
font-size:12px;
}
.profilePortrait{
float:left;
margin-right:12px;
}
.portraitFrame {
background-image:url(/fap/img/profile-portrait_frame-bg_white.gif);
background-position:top left;
background-repeat:no-repeat;
width:117px;
height:169px;
margin:0px 0px;
}
.portrait{
margin:auto auto;
text-align:center;
position:relative;
top:15px;
}
.badgeBig{
margin-left:12px;
}
.profileDataLabel{
font-size:12px;
font-weight:bold;
color:#666666;
}
.profileInfoText{
line-height:16px;
}
.profileInfoText a{
color:#3366CC;
}
.profileData {
font-size:12px;
font-weight:normal;
color:#666666;
}
.profileInfoTextLink{
font-size:12px;
font-weight:normal;
color:#3366CC;
}
.profileInfoTextLink a{
color:#3366CC;
}
.profileInfoTextLinkSmall{
font-size:10px;
font-weight:bold;
color:#3366CC;
}
.profileInfoTextLinkSmall a{
color:#3366CC;
}
.profileInfoName{
font-size:18px;
font-weight:bold;
color:#666666;
margin-bottom:8px;
}
.profileInfoTagline{
font-size:16px;
font-weight:bold;
font-style:italic;
color:#3366CC;
margin-bottom:8px;
}
.profileInfoCompany{
font-size:12px;
font-weight:bold;
color:#666666;
margin-bottom:8px;
}
.profileInfoAddress{
font-size:12px;
font-weight:normal;
color:#666666;
margin-bottom:12px;
}
.profileInfoAddress a{
color:#3366CC;
}
.profileInfoLink{
font-size:10px;
font-weight:normal;
color:#666666;
}
.profileInfoLink a{
color:#3366CC;
}


.footerBar{
	background-color:#3366CC;
	/*width:100%;*/
	height:20px;
	color:#FFFFFF;
	font-size:8px;
	text-transform: uppercase;
	/*padding: 18px 10px 0px 10px;*/
	text-align:right;
}
.footerBarCopy {
padding-left:8px;
float:left;
}
.footerBarNav {
padding-right:8px;
float: right;
text-align: right;
text-transform:uppercase;
}
.footerBarNav a{
color:#FFFFFF;
}
.footerCopy {
padding-left:8px;
float:left;
font-size:8px;
color:#999999;
}
.footerIcon {
padding-right:8px;
padding-top:3px;
float: right;
text-align: right;
text-transform:uppercase;
}
.footerIcon a{
color:#FFFFFF;
}

.aboutBox {
width: 271px;
margin-left:12px;
margin-right:12px;
}
.aboutBoxTop{
background-image:url(/fap/img/profile-about_box-top-bg_white.gif);
background-position:top left;
background-repeat:no-repeat;
width:271px;
height:9px;
margin:0px;
padding:0px;
font-size:2px;
line-height:2px;
}
.aboutBoxMiddle{
width:271px;
background-image:url(/fap/img/profile-about_box-middle.gif);
background-position:top left;
background-repeat:repeat-y;
font-size:10px;
line-height:10px;
color:#666666;
margin:0px;
padding:0px;
}
.aboutBoxBottom{
background-image:url(/fap/img/profile-about_box-bottom-bg_white.gif);
background-position:top left;
background-repeat:no-repeat;
width:271px;
height:9px;
margin:0px;
padding:0px;
font-size:2px;
line-height:2px;
}
.aboutBox p {
color:#666666;
font-size:10px;
line-height:12px;
font-weight:normal;
float:left;
padding-left:18px;
padding-right:6px;
padding-top:2px;
padding-bottom:8px;
}
.aboutBox img {
padding-left:18px;
vertical-align:text-top;
}
.aboutBox h3 {
margin:0;
padding-left:18px;
color:#3366CC;
font-size:12px;
font-weight:bold;
}
.aboutBox ul{
margin:0;
padding-top:12px;
padding-left:18px;
list-style-type:disc;
}
.aboutBox li{
padding:3px 0px;
margin-left:0px 6px;
font-size:12px;
line-height:16px;
}
.aboutBoxText{
font-size:12px;
line-height:16px;
padding: 8px 18px;
}
.aboutBoxBadge{
float:left;
padding-top:12px;
width: 27px;
vertical-align:middle;
}
.aboutBoxBadgeData{
font-size:10px;
color:#666666;
margin-left:51px;
vertical-align:middle;
}

.grayBar {
height:1px;
background-color:#666666;
margin-left:18px;
margin-right:18px;
}
