/************************************************************************

	Site:		Matchpointcorp.com

	Author:		eROI	  

	Client:		Matchpoint		[http://www.matchpointcorp.com/]
	
	Notes:		
				
				
	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left Column
	4 - Right Column
	5 - Footer
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: url(../images/bg_container.gif) top left;
	font-family: Arial, Helvetica, sans-serif
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


div.left, div.right {
float: left;
}

div.clear {
clear:both;
}

a span {
display: none;
}

a.blocky {
display: block;
width: 100%;
height: 100%;
}


/***********************************************************************
	2 - GLOBAL STYLES
************************************************************************/

div#container {
background: url(../images/bg_home_container.png) top left repeat-y;
margin-left: auto;
margin-right: auto;
width: 962px;
padding: 0px 10px;
}

div#header {
height: 110px;
position: relative;
overflow:hidden;
}

div#logins {
position: absolute;
/*top:30px;*/
top: 84px; 
right: 12px;
width: 301px;
height: 80px;
background: #fca229;
}

div#logins ul {
list-style: none;
height: 28px;
margin-bottom: 11px;
}

div#logins ul li {
float: left;
width: 150px;
height: 28px;
}

li#login { background: url(../images/tab_home_over_login.gif); border-right: 1px solid #fff; }
li#register { background: url(../images/tab_home_over_register.gif); }

li#login a { background: url(../images/tab_home_off_login.gif);}
li#register a { background: url(../images/tab_home_off_register.gif); }

li#login a.on, li#login a.on:hover { background: url(../images/tab_home_on_login.gif);}
li#register a.on, li#register a.on:hover { background: url(../images/tab_home_on_register.gif); }

li#login a:hover { background: none;}
li#register a:hover { background: none; }

div#logins div {
padding-left: 21px;
}

div#logins div input.textfield {
width: 122px;
padding-left: 3px;
padding-top: 1px;
border: 1px solid #cdcbc8;
margin-bottom: 8px;
height: 14px;
font-size: 10px;
color: #a3a4a4;
}

div#logins div input.button {
float: right;
position: relative;
right: 21px;
}

div#hidePassword {
	width: 120px;
	height: 12px;
	color: #a3a4a4;
	font-size: 10px;
}

div#logo {
background: url(../images/logo_home_matchpoint.gif) top left no-repeat;
width: 155px;
height: 76px;
position: absolute;
top: 24px;
left: 81px;
}



div#footer {
background: url(../images/bg_home_footer.png) top left no-repeat;
width: 962px;
padding: 0px 10px;
height: 100px;
margin-left: auto;
margin-right: auto;
}

div#flash {
background: url(../images/flash_placeholder.jpg) top left no-repeat;
height: 231px;
cursor: pointer;
}

div#content {
background: url(../images/bg_home_content.gif) top left repeat-x;
padding-top: 27px;
padding-left: 13px;
padding-bottom: 39px;
}

h2.primary {
font-size: 75%;
line-height: 100%;
}

h3.secondary {
font-size: 75%;
line-height: 100%;
}

div#homeintrotext {
	color: #6c6d6d;
	font-size: 75%;
	padding: 0 85px 20px 85px;
	line-height: 1.6em;
}

div#homeintrotext strong {
	text-transform: uppercase;
}

/***********************************************************************
	2 - LEFT COLUMN STYLES
************************************************************************/

div#leftColumn {
width: 462px;
padding-top: 35px;
background: url(../images/home_tab_myprofile.gif) top left no-repeat;
margin-right: 13px;
float: left;
overflow: hidden;
}

div#leftColumn h2.primary {
color: #a3a4a4;
width: 300px;
border-bottom: 2px #b6b5b5 dotted;
height: 27px;
}

div#leftColumn h3.secondary {
color: #a3a4a4;
height: 21px;
float: left;
width: 200px;
}



div#leftColumn ul {
color: #a3a4a4;
font-size: 12px;
margin-left: 15px;
padding-top: 10px;
margin-bottom: 14px;
}

div#leftColumn div.content {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 38px 0px 20px 25px;
}

div#leftColumn div.headers {
background: #fff;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding-bottom: 15px;
}

div#leftColumn div.headers div {
border-bottom: 2px #b6b5b5 dotted;
margin: 0px 16px;
}

div#leftColumn div.headers div.clear {
border-bottom: none;
}

a#searchProfiles {
background: url(../images/button_searchProfiles.gif) top left no-repeat;
width: 111px;
height: 10px;
float: right;
position: relative;
top: 6px;
}


div#leftColumn div.footer {
background: #ccc url(../images/bg_home_footer_grey.gif) bottom left no-repeat;
padding: 11px 0px 11px 12px;
}

/* CARDS */

div.card {
width: 213px;
float: left;
margin-right: 12px;
}

div.card div.topcap  {
background: url(../images/home_card_topcap.gif) top left no-repeat;
height: 9px;
}

div.card div.cardInfo {
height: 102px;
background: #fff url(../images/home_card_botcap.gif) bottom left no-repeat;
padding-left: 9px;
padding-right: 9px;
overflow: hidden;
}

div.cardInfo img {
float: left;
margin-right: 5px;
width: 92px;
height: 91px; 
}

div.cardInfo div.right {
float: right;
width: 94px;
color: #6c6d6d;
font-size: 9px;
}

div.cardInfo div.right a {
color: #f6921d;
text-transform: none;
}

div.cardInfo div.right span {
color: #f6921d;
text-transform: none;
}

div.cardInfo div.right h3 {
text-transform: uppercase;
border-bottom: 1px dotted #6c6d6d;
font-size: 11px;
margin-bottom: 7px;
}

div.cardInfo div.right h4 {
font-size: 10px;
text-transform: uppercase;
margin-bottom: 6px;
}

/* THE END OF CARDS */



/***********************************************************************
	3 - RIGHT COLUMN STYLES
************************************************************************/

div#rightColumn {
background: url(../images/home_tab_recruiting.gif) top left no-repeat;
float: left;
padding-top: 35px;
width: 462px;
}

div#rightColumn div.content {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding-top: 38px;
padding-left: 25px;
position: relative;
height: 1%;
}

div#rightColumn div.header {
border-bottom: 2px #b6b5b5 dotted;
margin-right: 15px;
margin-bottom: 10px;
}

a#searchJobs {
background: url(../images/button_contactregmanager.gif) top left no-repeat;
width: 176px;
height: 14px;
float: right;
position: relative;
top: 9px;
}

div#rightColumn h2.primary {
width: 230px;
height: 23px;
float: left;
}

div#rightColumn h3.secondary {
height: 20px;
border-bottom: 2px #b6b5b5 dotted;
margin-bottom: 10px;
}

div#rightColumn div.left {
width: 175px;
padding-right: 25px;
}

div#rightColumn div.left a {
color: #f6921d;
}

div#rightColumn div.left p {
color: #a3a4a4;
font-size: 12px;
line-height: 150%;
margin-bottom: 20px;
}

div#rightColumn div.left ul {
font-weight: bold;
color: #6c6d6d;
font-size: 12px;
list-style: none;
margin: 0px;
}

div#rightColumn div.left ul li {
margin-bottom: 4px;
}

div#rightColumn div.footer {
background: url(../images/bg_home_footer_white.gif) top left no-repeat;
height: 11px;
}

p#recruitingintro, p#maptext {
	font-size: 75%;
	color: #a3a4a4;
	padding-bottom: 10px;
}

p#maptext {
	padding: 45px 0 0 10px;
}

p#maptext a {
	color: #fca229;
}

p#maptext a:hover {
	text-decoration: underline;
}

img#mpmap {
	float: left;
	margin-right: 7px;
}

/***********************************************************************
	3 - FOOTER STYLES
************************************************************************/

div#footerContainer {
	clear: both;
	height: 99px;
	margin: 0 auto;
	text-align: center;
	width: 982px;
	position: relative;
}

div#footerPNG {
	background: url(/assets/images/bg_home_footer.png) top no-repeat;
	height: 99px;
	width: 982px;
	position: absolute;
	top: 0;
	left: 0;
}

div#legalfooter {
	position: absolute;
	left: 20%;
}

div#legalfooter div.content {
width: 982px;
padding: 0px 11px;
margin: 0 auto;
height: 100%;
position: relative;
}


div#footerLogo {
position: absolute;
top: 53px;
right: 39px;
background: url(/assets/images/logo_footer.gif) top left no-repeat;
width: 52px;
height: 28px;
}

div#legalfooter ul {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	padding: 15px 0 0 12px;
}

div#footer p, div#legalfooter p {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	color: #999;
	padding-left: 12px;
}

div#legalfooter ul li {
	display: inline;
	text-align: left;
	margin-left: 5px;
	
}
div#legalfooter ul li a, div#legalfooter p a {
	color: #999;
}