/* Border Radius */
#masthead,
#footer-content,
#footer-content .str-content,
.cfct-module.style-b,
.cfct-module.style-c,
.cfct-module.style-d,
.cfct-module-image img.cfct-mod-image,
.cfct-notice,
.cfct-pullquote,
.cfct-module.style-b .cfct-mod-title,
.cfct-module.style-d .cfct-mod-title,
nav.nav-main ul li.has-ul a, nav.nav-featured ul li.has-ul,
nav.nav li ul,
nav.nav-main ul li.has-ul a, nav.nav-featured ul li.has-ul a {
	-moz-border-radius-topleft: 0px !important; /* FF1+ */
	-webkit-border-top-left-radius: 0px !important; /* Saf3+, Chrome */
	-khtml-border-top-left-radius: 0px !important; /* Konqueror */
	-moz-border-radius-topright: 0px !important; /* FF1+ */
	-webkit-border-top-right-radius: 0px !important; /* Saf3+, Chrome */
	-khtml-border-top-right-radius: 0px !important; /* Konqueror */
	border-radius: 0 !important; /* Standard. IE9, PIE */
    border: 0 !important;
}

/* Clean padding and margin */
html,
body,
#header,
.str-content,
.col-abc,
ul,
ol,
li,
.slideshow img,
.slideshow a img,
.slideshow a,
#header img,
#masthead,
#footer img,
.cfct-build .cfct-block-abc .cfct-module-image,
.cfct-build .cfct-block-b,
.cfct-build .cfct-block-a {
    padding: 0;
    margin: 0;
}

#masthead {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

ul, ol {
    list-style: none;
}

/* Clean background color */
html,
body,
#header,
#footer,
#main,
#masthead,
#main-content .str-content,
#footer .str-content {
    background: transparent;
}

/* Remove borders */
html,
body,
.btn,
.btn-b,
.btn-b:hover,
#main-content,
#main-content .str-content,
#footer .str-content,
#footer-content,
#masthead,
.slideshow img,
.slideshow a img,
.slideshow a,
#header img,
#masthead img,
#footer img,
nav.nav li ul,
.cfct-build .cfct-block-abc .cfct-module-image img {
    border: 0px;
}
ul {
    list-style: none;
}