/* resets */
ul,dl,
h1,h2,h3,h4,h5,h6,
form, fieldset,input,
body, html,
p, blockquote, pre
{ margin:0; padding:0; }


ul,dl,dt,dd,ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

a:link, a:visited {
	text-decoration: none;
	color: #035489;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	color: #CC0A17;
	outline:none;
}


/* ---------------------------------------------------------------------------- */
/* ?== Body                                                          			*/
/* ---------------------------------------------------------------------------- */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    height:100%;
	text-align:center;
}

/* ---------------------------------------------------------------------------- */
/* ?== Headers                                                                  */
/* ---------------------------------------------------------------------------- */

#header {
	clear: both;
	margin: 0 0 0 1px;
	height: 103px;
	position: relative;
}

* HTML #header {
	margin-left:1px;
}

#header .logo-wrap {
		position: absolute;
		top: 16px;
		left: 11px;
}

.basic-header {
	background: transparent url("images/module-hd-bg.gif") repeat-x;
	padding: 10px 0 4px 7px;
}

.basic-header .heading {
	font-size: 1em;
}

/* ---------------------------------------------------------------------------- */
/* ?== Modules                                                                 */
/* ---------------------------------------------------------------------------- */

.sections .module-header {
	background:url(images/grey-dot.gif) #fff repeat-x bottom left;
	padding-bottom:4px;
}

.sections .module-header .heading {
	font-size:1.48em;
	font-weight:bold;
}

.sections .module-header .heading a {
	color:#444444;
}

/* ---------------------------------------------------------------------------- */
/* ?== Groups                                                                 */
/* ---------------------------------------------------------------------------- */

.group {
	clear:left;
}

/* ---------------------------------------------------------------------------- */
/* ?== CONETNT DIV        											    			*/
/* ---------------------------------------------------------------------------- */
#content
{
	padding:20px 8px 0px 8px;
	width:984px;
	overflow:hidden;
}

#content-1
{
	width:984px;
	clear:left;
}


.item-1,
.item-2
{
	width:316px;
	float:left;
}

.item-1
{
	margin:0 9px 0 0;
    overflow: hidden;
}
.item-2
{
	margin:0 0px 0 9px;
    overflow: hidden;
}
.module,
.content-item
{
	width:316px;
	overflow:hidden;
	margin-bottom:20px;
}

h1.section-header {
    color: #003366;
    background: transparent url("/business/images/section-hd-bg.gif") repeat-x bottom;
    margin: 0 0 20px 0;
    font: normal 3.2em "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

body.two-col #content-2 {
	float: left!important;
    margin: 0 9px 0 0!important;
    width: 650px!important;
    clear: none!important;
}

body.two-col #content-3 {
	float: right!important;
    margin: 0 0 0 9px!important;
    width: 316px!important;
    clear: none!important;
}


#content-4 {
	width:984px;
	clear:both;
}

