/************************************/
/* Custom 48 Oz integration styling */
/* Rodolfo Eckardt 2012				*/
/************************************/

body {
	background-color: #f7f7f7;
}

/* 48oz. Plaque Styling */

.plaqueCount {
	position: relative; 
	top: -15px; 
	/*left: 30px;*/ 
}

.memberPlaqueInfo {
	position: relative; 
	top: 118px; 
	left: 0px;
}

/* heading */
h1, h2{margin-bottom:12px; font-family:Arial, Verdana; font-weight:normal;}
h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana; font-weight:normal; letter-spacing:-1px}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}

h1, h2, h3, h4, h5, h6{color:#333;}

/* table */
.fortyTable {
	border: 1px solid #dcdcdc;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
	background-color: white;
}

.fortyTable td {
	border-bottom: 1px solid #dcdcdc;
}

/* links */
a, a:visited {color:#666; text-decoration:underline;}
a:hover{color:#666; text-decoration:none; }
a img{border:none}

hr {
	border: 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin:5px 0px 20px 0px;
	padding:0px;
}

/* Blockquotes*/

blockquote {
	background-image:url(../templates/elegance/images/quote.gif);
	background-repeat:no-repeat;
	font-size:20px !important;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	color:#333;
	padding:5px 0 0 20px;
	height: 64px;
	}
blockquote.left, blockquote.right  {
	background-image:url(../templates/elegance/images/quote.gif);
	background-repeat:no-repeat;
	color:#333;
	float:right;
	font-size:20px;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:5px;
	/*padding:5px 0 0 20px;*/
	width:53%;
	}
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;
}
	