@import url(menu.css);

* {
	padding: 0px;
	margin: 0px;
	}
Body {
	background:#FFFFFF;
	font: 13px Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #6d6d6d;
	line-height: 1.3em;
	}
form {
	margin: 0px;
	padding: 0px;
	}
label {
	float: left;
	width: 30%;
	}	
img {
	border: 0px;
	}
img.floatRight {
  margin: 5px 0 5px 10px;
  float: right;
}

img.floatLeft {
  margin: 5px 10px 5px 0;
    float: left;
}
Pre {
	font-family: arial;
	}
small {
	font-size: 11px;
	line-height: 1.3em;
	}		
UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
UL LI{
	background: url(../images/default_bullet.gif) left 6px no-repeat;
	padding: 0px 0px 5px 18px;
	}
H1,H2,H3,H4,H5,H6  {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
	}
H1,H2,H3,H4,H5,H6 {
	line-height: 1.5em;
	}
P {	
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 0px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
A {
	text-decoration: underline;
	color: #81b850;
	}
A:hover {
	text-decoration: none;
	}

/* =LAYOUT - the main layout styles */

/*Container*/
#container {
	width: 978px;
	margin: 31px auto 0px auto;
	padding-bottom: 17px;
	}

/* =HEADER */
#header {
	margin-bottom: 1px;
	position: relative;
	height: 102px;
	}
#header h1{
		font-size: 2.4em;
	}
* html #header h1 a,h1 a:hover { 
	behavior: url(stylesheets/iepngfix.htc);
	} /* to correct transparent png in IE */
#header h1 a,h1 a:hover{
	display: block;
	width: 251px;
	height: 54px;
	margin-left:12px;
	background: url(../images/market-face-logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}
#main_image {
	height: 353px;
	display: block;
	margin-bottom: 8px;
	background: url(../images/header2.jpg) right 0px no-repeat;
	}
#main_image .left {
	width: 575px;
	}
#main_image .rite {
	width: 383px;
	padding-top: 35px;
	padding-left: 19px;
	}
#main_image input {
	color: #606060;
	font-size: 11px;
	padding: 2px;
	height: 16px;
	margin: 0px;
	}
#main_image input.btn {
	height: 22px;
	padding: 0px;
	}
#inside_banner {
	height: 353px;
	display: block;
	margin-bottom: 8px;
	}

/* =Generic Classes*/
.fl {
	float: left;
	}
.fr {
	float: right;
	}
.clear {
	clear: both;
	}
.brdr_top {
	border-top: 1px solid #e4e5df;
	}
.brdr_right {
	border-right: 1px solid #e4e5df;
	}
.brdr_btm {
	border-bottom: 1px solid #e4e5df;
	}
.brdr_left {
	border-left: 1px solid #e4e5df;
	}
.border {
	border: 1px solid #e4e5df;
	}
.middle_panel_brdr {
	border-left: 2px solid #e4e5df;
	border-right: 2px solid #e4e5df;
	padding: 0px 15px;
	margin: 0px 15px;
	}
.featured_blog {
	padding-left: 25px;
	border-left: 1px solid #e4e5df;
	width: 300px;
	}
.featured_blog UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
.featured_blog LI {
	padding-bottom: 10px;
	padding-left: 0px;
	}
.featured_blog LI A {
	background: url(../images/tick.gif) left 3px no-repeat;
	padding-left: 28px;
	}
.title24px {
	font-size: 24px;
	font-family: Rockwell, Helvetica, "Lucida Sans Unicode";
	line-height:1.4em;
	color: #383838;
	padding: 10px 0px;
	}
.green_title18px {
	font-size: 18px;
	font-family: Rockwell, Helvetica, "Lucida Sans Unicode";
	color:#81b850;
	}
.black_title14px {
	font-size: 14px;
	font-family: Rockwell, Helvetica, "Lucida Sans Unicode";
	color:#383838;
	font-weight: bold;
	}
.pad_rite25px {
	padding-right: 25px;
	}
.doubleline_title {
	border-top: 1px solid #e1e2dd;
	border-bottom: 1px solid #e1e2dd;
	padding: 10px 0px;
	margin: 10px 0px;
	font-size: 24px;
	font-family: Rockwell, Helvetica, "Lucida Sans Unicode";
	color: #383838;
	}
.partner_container {
	background: #f4f5f0;
	display: block;
	padding: 10px;
	color: #6d6d6d;
	width: 958px;
	}
.width297 {
	width: 297px;
	}
.inside-left {
	width: 321px;
	margin-right: 30px;
	}
.inside-rite {
	width: 623px;
	padding-top: 15px;
	}
.panel_divider {
	border-top: 2px solid #ebece6;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 2px;
	}
/* =Footer */

#footer {
	clear: both;
	background: #e4e4dc url(../images/footer-bg.jpg) left top repeat-x;
	border-top: 10px solid #e1e2dd;
	color: red;
	}
.footer_container {
	width: 978px;
	margin: 0px auto;
	padding: 14px 0px;
	line-height: 1.5em;
	font-size: 11px;
	color: #000;
	}
.footer_container .nav A {
	padding-right: 12px;
	text-decoration: none;
	color: #000000;
	}
.footer_container .nav A:hover {
	color: #6c953c;
	}
.footer_container .signature A {
	text-decoration: none;
	color: #000000;
	}
	
	
	
.social-icon {
	position: absolute; 
	right: 0px; 
	font: 18px Rockwell, Helvetica, 'Lucida Sans Unicode';	
	}
