/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO DEFAULT */
.boxes							{ width: 100%; background: url(../images/bg-boxes.gif); margin: 19px 0 0; }
.boxes:after					{ height: 0; display: block; content:''; clear: both; }
.boxes-top						{ width: 100%; background: url(../images/bg-boxes-top.gif) no-repeat; }
.boxes-top: after				{ height: 0; display: block; content:''; clear: both; }
.boxes-bottom					{ width: 100%; background: url(../images/bg-boxes-bottom.gif) no-repeat 0 100%; padding: 6px 0 16px; }
.boxes-bottom:after				{ height: 0; display: block; content:''; clear: both; }
.boxes .box						{ width: 223px; padding: 0 16px 0 6px; float: left; }
.boxes-bottom .last				{ width: 213px !important; padding: 0 0 0 6px !important; }
.boxes img						{ display: block; }
.boxes h2						{ font-size: 15px; line-height: 18px; margin: 8px 0 0; }
.boxes p						{ margin: 6px 0 0; }
a.read-more						{ font-weight: bold; color: #f47d31; margin: 10px 0 0; letter-spacing: 1px; float: left; }
