/* =Global Styles
---------------------------------------------------------------------------*/

body.home {
        margin: 0;
        padding: 0;
}


img {
        border: 0;
}



/* =Branding (header - brown tabs)
---------------------------------------------------------------------------*/
#brandingWrapper {
        min-height: 1px;
}

/* =Core Layout Blocks
---------------------------------------------------------------------------*/
#bodyText {
        margin: 0;
        padding: 0;
	position: relative;
        background: url(http://www.creditnet.com/images/bg_primarynav_gray.gif) repeat-x top left #c1c2c4;

}

#wrapper {
        margin: 0 auto;
        position: relative; /* -----> drops the wrapper down beneath the gray background stripe */
        top: 19px;
}

#miniTools {
        top: -165px;
        right: 250px;
}

/* =Primary Navigation (blue tabs at top)
---------------------------------------------------------------------------*/
#primaryNav {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        text-align: center;
        position: relative; /* -----> allow tabs to overlap the gray baseline border */
        top: 1px;
}       
        
#primaryNav li {
        float: left;
        background: url(http://www.creditnet.com/images/navtab_right_off.gif) no-repeat top right;
}       

#primaryNav li a {
        display: block;
        padding: 0.5em 1.5em;
        background: url(http://www.creditnet.com/images/navtab_left_off.gif) no-repeat top left;
        border-bottom: 1px solid #555658;
        text-decoration: none;
        float: left;
        font-family: Arial;
        font-weight: bold;
        font-size: 1.018em;
        color: white;
}

#primaryNav li a:hover {
        /* light-bright blue */
        color: #71cfee;
}       

#primaryNav li.current {
        background-image: url(http://www.creditnet.com/images/navtab_right_on.gif);
}       
        
#primaryNav li.current a {
        background-image: url(http://www.creditnet.com/images/navtab_left_on.gif);
        border-bottom: 1px solid #8f9195;
        color: white;
}

        
/* =Footer
---------------------------------------------------------------------------*/

#footer_blog {
	width: 950px;
	margin: 0 auto;
}

#footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        position: relative;
}

#footer ul li {
        float: left;
}

#footer ul a {
        display: block;
        padding: 6px 11px;
        background: url(http://www.creditnet.com/images/divider_bottomnav.gif) no-repeat center left;
        text-transform: uppercase;
        text-decoration: none;
        /* light blue */
        color: #71cfee;
        float: left;
}

#footer ul a:hover {
        text-decoration: underline;
}

#footer ul .first a {
        background: none;
}

.copyright {
        margin-left: 11px;
        padding-bottom: 19px;
        clear: both;
        /* light gray */
        color: #a3a3a9;
        font-family: 'Times New Roman', Times, serif;
        font-weight: normal;
}


/* =Standard Content
---------------------------------------------------------------------------*/



#logoKey { padding: 34px 0px 0px 0px; overflow: hidden; background-color: none; background-image: url("/images/logo_creditnet.png"); background-position: 0px; background-repeat: no-repeat; height: 0px !important; height /**/:54px; margin-top: -10px; padding-bottom: 56px; margin-bottom: -30px; position: relative; text-indent: -9999px; width: 199px; float: left; }
#logoKey a { height: 0px !important; height /**/:54px; margin-top: -10px; padding-bottom: 56px; margin-bottom: -30px; position: relative; width: 199px; float: left; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.Form p.subscribe-to-comments label {
	display: inline;
}

