@charset "UTF-8";
/* CSS Document */

@import url("reset-fonts-grids.css");
@import url("header_v2.css");
@import url("promo_content_v2.css");
@import url("footer_v2.css");

/* YUI Override
-------------------------------------------------------------- */

#doc3 {
	margin-right: 0;
	margin-left: 0;
	}

/* Links
-------------------------------------------------------------- */
a:link { color: #517685; }
a:visited { color: #517685; }
a:hover, a:active { color: #000; }
a.one_color:link, a.one_color:visited { color: #517685; }
a.breadcrumb, a:visited.breadcrumb { font-weight: bold; color: #d15600; }
.orange, a.orange:link, a.orange:visited { color: #bb5e00; }


/* PNG
-------------------------------------------------------------- */
img { behavior: url("/images/pngbehavior.htc"); }

/* Common
-------------------------------------------------------------- */

.clear {
	clear: both;
	}
	
.float_left_img {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em
	}
	
.float_right_img {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em
	} 
	
.float_left {
	float: left;
	}
	
.float_right {
	float: right;
	} 

.bolditalic {
	font-style: italic;
	font-weight: bold;
}

em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
.no-wrap {
	white-space: nowrap;
	}
	
