
/* - - - - - - - - - - - - - - - - - - - - -

Title :    The Deal Connection
URL :      http://thecommutersconnection.com

Created :  01.27.2009
Modified : 01.27.2009

- - - - - - - - - - - - - - - - - - - - - */

/*  G L O B A L - R E S E T
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/* remember to define focus styles! */
:focus { outline: 1px solid #333; }

/*  G L O B A L - S T Y L E S
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1em;
	background-color: #fff;
	color: #000;
}

html>body { font-size: 12px; }

/* Anchor Links */
a:link { }
a:visited { }
a:hover { }
a:active { }

/*  M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */
.clear { clear: both; }

#container {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#header {
	height: 410px;
	padding: 0 0 0 4px;
}

#header ul.utility {
	width: 740px;
	height: 28px;
	text-indent: -9999em;
	overflow: hidden;
}

#header h1 a {
	float: left;
    width: 320px;
    height: 350px;
	margin: 0 24px 0 0;
    position: relative;
}

#header h1 span {
    background: url(../images/the_deal_connection.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

#header .intro {
	float: left;
	width: 330px;
	height: 261px;
	margin: 86px 0 0 0;
	padding: 16px 38px 0 16px;
	background:  url(../images/text_box_bg.jpg) 0 0 no-repeat;
}

#header .intro h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

#header .intro p {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.4em;
}

#content {
	clear: both;
	float: left;
}

#content ul#logo-links {
	float: left;
	padding-left: 12px;
	}

#content ul#logo-links li {
	float: left;
	margin-right: 14px;
	width: 223px;
	height: 223px;
	padding: 5px 0 0 5px;
	background: url(../images/shadow.jpg) 0 0 no-repeat;
}

#footer { 
	clear: both;
	text-align: center;
	padding: 0 0 40px 0;
}

#footer ul.footer {
	width: 500px;
	height: 100px;
	margin: 0 auto;
}

#footer ul.footer li a,
 #footer ul.footer li a:visited {
	display: block;
	width: 187px;
	height: 56px;
	padding-top: 44px;
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
}

#footer ul.footer li.backward a {
	float: left;
	padding-right: 8px;
	text-align: right;
	background: url(../images/nav_arrow_left.gif) 0 0 no-repeat;
}

#footer ul.footer li.forward a {
	float: right;
	padding-left: 8px;
	text-align: left;
	background: url(../images/nav_arrow_right.gif) 0 0 no-repeat;
}

