@charset "utf-8";
/* --- reset all of these elements ----*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, img, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
/* ---- define focus styles ----- */
*:focus {
    outline: 0;
}
/* ------ set base font size,and force scrollbar on non IE browsers to avoid page jump ------- */
/* ------ Note: using 62.5%, 1em = 10px   (1.2em = 12px, 1.4em = 14px, etc) -------*/
html {
    font-size: 62.5%;
    margin-bottom: .01px;
    min-height: 100.2%;
}
/* --------- text align center on body works for older IE centering ---*/
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1;
    background-color: #d4b48a;
	background-image:url(../img/WildHorses_vert_bgrd_10x650.jpg);
	background-repeat:repeat-x;
}
/* ------ WRAPPER:text align left fixes text within body which is centered------- */
#wrapper {
    margin: 0 auto;
    width: 976px;
    text-align: left;
}
/* ----------- HEADER ----------*/
#header {
    height: 140px;
    background-image: url(../img/WildHorses_Header_Left_480x140.jpg);
    background-repeat: no-repeat;
    background-color: #000;
}

#header a {
    text-decoration: none;
}
/* --------- header slideshow --------*/
#headerSS{
	background-image:url(../img/WildHorses_head_right1.jpg);
	height:140px;
	width:496px;
	background-repeat:no-repeat;
	float:right;
}

/*------------ navigation menu bar -------------*/
#navBar {
    height: 70px;
    background-image: url(../img/WildHorses_nav_bgrd_976x70b.jpg);
    background-repeat: no-repeat;
    background-color: #000;
}
/* --------- CONTENT (contains all columns) --------- */
#content {
    margin: 0;
    padding: 0;
    background-image: url(../img/WildHorses_pagebgrd_976x10.jpg);
    background-repeat: repeat-y;;
    background-color: #FFF;
    clear: both;
}
/* ----- this makes the content clear the columns it contains --- */
#content .clearProp {
    clear: both;
    height: .01px;
    width: 100%;
}
/*----------- COLUMNS:widths set below according to body class --------- */
#leftCol {
    float: left;
    margin: 0;
}

#leftCol .inside {
    padding: 10px 0 0 50px;
}
/* - note mainCol width set below according to body class - */
#mainCol {
    float: left;
}

#rightCol {
    float: left;
    padding: 0;
}

#rightCol .inside {
    padding: 8px 0 5px 0;
}
/* -------- 3 column page layout ----------*/
.threeCol #mainCol {
    width: 520px;
}

.threeCol #mainCol .inside {
    padding: 10px 4px;
}

.threeCol #leftCol {
    width: 215px;
}

.threeCol #rightCol {
    width: 210px;
}
/* -------- 2 column page layout ----------*/
.twoCol #mainCol {
    width: 730px;
}

.twoCol #mainCol .inside {
    padding: 10px 18px;
}

.twoCol #leftCol {
    float: left;
    width: 215px;
}

.twoCol #rightCol {
    display: none;
}
/* -------- 1 column page layout ----------*/
.oneCol #mainCol {
    width: 760px;
}

.oneCol #mainCol .inside {
    padding: 10px 0 10px 10px;
}

.oneCol #leftCol {
    display: none;
}

.oneCol #rightCol {
    display: none;
}
/* ---------- FOOTER ----------*/
#footer {
    margin: 0;
    padding: 0;
    height: 170px;
    clear: both;
    background-image: url(../img/WildHorses_footer_976x170.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
}

#footer p {
    font-size: 10px;
    text-align: center;
}
/* --------- footLinks -------- */
#footLinks {
    padding: 52px 0 0 134px;
    font-size: 10px;
    text-align: center;
}

#footLinks .footLinksList li {
    list-style-type: none;
    display: block;
    float: left;
}

#footLinks a {
    margin: 0 24px;
    text-decoration: none;
}

#footLinks a:link, #footLinks a:visited, #footLinks a:active {
    color: #AD7D6C;
    text-decoration: none;
}

#footLinks a:hover {
    color: #666666;
    text-decoration: underline;
}
/*----------- CREDITS ----------*/
#credits{
	padding-top:69px;
}
#credits .smallPrint {
    color: #A6AEBC;
    font-size: 10px;
}

#credits .smallPrint a {
    color: #A6AEBC;
    text-decoration: none;
}

#credits .smallPrint a:hover {
    color: #B6BFCE;
    text-decoration: underline;
}
/* ------------ REGULAR LINKS --------------- */
a:visited, a:active, a:link {
    color: #664a3a;
    text-decoration: underline;
}

a:hover {
    color: #AD7D6C;
    text-decoration: none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img {
    background: none !important;
    border: none !important;
    text-decoration: none;
}
/* -- nohover.js adds the nohover class --*/
a.nohover, a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active {
    background: none !important;
    text-decoration: none;
}
/* ---------- STANDARD ELEMENTS -------- */
h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

#mainCol h1 {
    color: #794827;
    text-align: left;
	font-size:19px;
    line-height: 1.8em;
    padding: 3px;
    border-bottom: 1px dotted #d6b894;
	font-family:"Times New Roman", Times, serif;
    margin: 0 11px 6px 11px;
}

#rightCol h1 {
    color: #664a3a;
    line-height: 1.2em;
    padding: 1px 0 3px 0;
    margin: 6px 0;
}

h2 {
    margin: 12px 0 4px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

#mainCol h2 {
    color: #664a3a;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    padding: 3px;
    margin: 4px 11px 18px 11px;
}

#rightCol h2 {
    color: #60300a;
    line-height: 1.2em;
	font-size:18px;
    padding: 8px 0 13px 4px;
    margin: 0;
	font-family:"Times New Roman", Times, serif;
    border: 0;
	    /*
border-bottom: 1px dotted #d6b894;
*/
		background-image:url(../img/colheader.jpg);
		background-repeat:no-repeat;
}
#leftCol h2#siteNews, #leftCol h2#siteLinks, #leftCol h2#siteCCForm{
    color: #60300A;
	font-family:"Times New Roman", Times, serif;
    line-height: 14px;
    padding: 9px 0 9px 0;
    margin: 0;
	background-image:url(../img/colheader_small.jpg);
	background-repeat:no-repeat;
	background-position:left center;
} 
h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

#mainCol h3 {
    color: #664a3a;
    text-align: left;
    line-height: 1.4em;
    padding: 3px;
    margin: 3px 11px 0 11px;
}

#rightCol h3 {
    color: #664a3a;
    line-height: 1.2em;
    padding: 3px 0 3px 0;
    margin: 6px 0;
}

h4 {
    margin: 0;
    padding: 0;    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

#rightCol h4 {
    color: #664a3a;
    text-align: left;    font-size: 12px;
    line-height: 1.4em;
    padding: 3px;
    border-bottom: 1px dotted #664a3a;
    margin: 4px 4px 6px 4px;
}

h5 {
    margin: 8px 0 5px 0;
    padding: 0 12px;    font-size: 12px;
    font-weight: 900;
    text-align: left;
}

h6 {
    margin: 0;
    padding: 0;    font-size: 12px;
    font-style: oblique;
    font-weight: 900;
    text-align: center;
}

p, #historyBox {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-indent: 0;
    color: #664a3a;
}
#historyBox img{
	float:left;
	margin:12px 12px 22px 0;
}
#leftCol p {
    margin: 0 5px 5px 0;
    text-align: left;
	font-size:12px;
}

#mainCol p {
    margin: 0 12px 4px 12px;
    text-align: left;
	line-height:1.34em;
}

#rightCol p {
    margin: 0;
    text-align: left;
}

ul {    font-size: 12px;
    margin-left: 48px;
}

ul li {
    margin-bottom: 4px;
}
ul#leftLinks{
	margin-left:0px;
}
ul#leftLinks li{
	list-style-type:none;
	font-size:12px;
	padding:3px 0 3px 11px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
ul#leftLinks li a:link,
ul#leftLinks li a:visited,
ul#leftLinks li a:active{

	text-decoration:none;
	
}
ul#leftLinks li a:hover{
		color:#d5a364;
	text-decoration:underline;
}

/* ---------- TOP NAVIGATION MENU ---------- */

/*
ul.topNav {
    z-index: 10000;
    margin: 0 24px;
    padding: 0;
    font-size: 1.4em;
}

ul.topNav li {
    list-style-type: none;
    text-indent: 0;
    margin: 1px 0;
    padding: 0;
    float: left;
}

ul.topNav li a {
    display: block;
    margin: 0;
    padding: 4px 12px;
    line-height: 1.2em;
    text-decoration: none;
    border-left: 1px solid #664a3a;
}

ul.topNav li a:link, ul.topNav li a:visited, ul.topNav li a:active {
    color: #664a3a;
}

ul.topNav li a:hover, ul.topNav li a.currentLink:hover {
    background: #EEEEEE;
    color: #664a3a;
}

ul.topNav li a.currentLink {
    color: #FFFFFF;
    background: #664a3a;
}

ul.topNav li a.firstLink {
    border-left: none;
}
*/
/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav {
    z-index: 10000;
    margin: 4px 0;
    padding: 0;
    font-size: 14px;
}

ul.sideNav li {
    list-style-type: none;
    text-indent: 0;
    margin: 1px 0;
    padding: 0;
}

ul.sideNav li a {
    display: block;
    margin: 1px 0;
    padding: 4px 12px 4px 10px;
    line-height: 1.2em;
    text-decoration: none;
    width: 112px;
    text-align: right;
}

ul.sideNav li a:link, ul.sideNav li a:visited, ul.sideNav li a:active {
    color: #AD7D6C;
}

ul.sideNav li a:hover, ul.sideNav li a.currentLink:hover {
    background-color: #f5efe9;
    color: #AD7D6C;
}

ul.sideNav li a.currentLink {
    color: #AD7D6C;
    font-weight: 900;
    background-color: #f5efe9;
}
/* -----------TABLES---------*/
table {
    width: 97%;
    border-collapse: collapse;
    margin: 10px auto;
    font-size: 12px;
    line-height: 14px;
}

th {
    font-weight: 900;
    text-align: center;
    background-color: #AD7D6C;
    color: #FFF;
    padding: 6px 0 2px 0;
    border-bottom: 2px solid #f5efe9;
}

td {
    text-align: left;
    padding: 5px 2px 3px 12px;
}

table#searchResults {
    font-size: 10px;
    margin: 6px 0;
    width: 100%;
}

table#searchResults td {
    padding: 6px 0;
}
/*----------- MISC. CLASSES ----------*/
.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.boldText {
    font-weight: bold;
}

.clear {
    clear: both;
}

.dropCap {
    float: left;
    color: #664a3a;
    padding: 8px 2px 4px 0;
    font: 36px / 20px "Times New Roman", Times, serif;
}

.dropCapFollow {
    color: #664a3a;
    padding: 0 2px 0 0;
    font: 900 1.1em / 1.2em Arial, Helvetica, sans-serif;
}

.errorMessage, #content p.errorMessage {
    font-weight: 900;
    text-align: center;
    padding: 22px 8px;
}

.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
img.floatLeft, img.floatRight{
	margin:12px;
}
img.border{
	border:2px solid #c3945e;
}

select.goList {
    float: right;
    margin: 8px 12px;
    clear: both;
}

.hr {
    border-bottom: 1px solid #004080;
    clear: both;
}

.mapBox {
    margin: 18px;
    border: 1px solid #004080;
}

.mapControls {
    text-align: center;
    padding: 8px;    font-size: 12px;
}

.mapControls a {
    margin: 0 8px;
}

.pullQuote {
    display: block;
    padding: 8px 12px;
    margin: 8px 0;
    border-top: 1px solid #664a3a;
    border-bottom: 1px solid #664a3a;
    font-size: 12px;
}

.pushDown {
    margin-top: 15px;
}

.searchMatch {
    background-color: #FFFFCC;
}

.searchRenew, a.searchRenew {
    float: right;
    width: 140px;
    font-weight: 900;    font-size: 12px;
}

.searchTitle, a.searchTitle {
    font-weight: 900;
}

.searchURL, a.searchURL {
    text-decoration: none;
    padding-left: 8px;
}

.seoText, p.seoText, #content p.seoText {
    font-size: 10px;
    line-height: 1em;
    color: #EEEEEE;
    margin: 15px;
}

.seoText a, #content .seoText a, #content .seoText a:visited, #content .seoText a:hover {
    color: #EEEEEE;
    text-decoration: none;
}

.sideBox {
    margin: 10px 15px 4px 10px;
    padding: 0;
/*
    border: 1px solid #E7E1E1;
*/
}
#leftCol .sideBox{
	margin:4px 0;
}
.sideInside {
    margin: 3px;
    background-color: #FFF;
    padding: 4px;
}

#rightCol .sideAlt {
/*
    border: 1px solid #f5efe9;
*/
	background-color:#FFF;
}

/*
#leftCol .sideAlt {
    border: 1px solid #f5efe9;
	background-color:#FFF;
}
*/

.sideBox ul li {
    list-style: none;
    font-size: 10px;
    line-height: 1.3em;
    margin-bottom: 3px;
    font-weight: 100;
}

.smallPrint, .smallprint {
    font-size: 10px;
    padding: 0 12px;
    text-indent: 0;
}

.standOut, #mainCol p.standOut {
    padding: 12px;
    border: 1px solid #f5efe9;
    background-color: #F0F0F0;
    margin: 7px 12px 12px 12px;
}

img, #header a img, body #content a img {
    border: none;
}

#credits, .centered, #content p.centered {
    text-align: center;
}


h1 .subHead, h2 .subHead {
    font-size: 75%;
    font-weight: 100;
}

#mainCol h2.subTitle {
    color: #664a3a;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    padding: 3px;
    border-bottom: 1px dotted #664a3a;
    margin: 9px 11px 6px 11px;
    clear: both;
}

h1 a {
    color: #5c320c !important;
    text-decoration: none !important;
}

h1 a:hover {
    text-decoration: underline !important;
}
/* --------- form styles ----------------- */
fieldset {
    padding: 3px;
    width: 620px;
    margin: 20px;
    border: 1px solid #eee;
}

fieldset div {
    clear: both;
}
/* -------- contact form fieldsets ------- */
fieldset.fsContact {
    float: left;
}
fieldset#contactFormWrap input{
	float:left;
}
label {
    width: 120px;
    float: left;
    text-align: right;
    margin: 8px 6px 0 6px;
    font-size: 12px;
    line-height: 1.4em;
    color: #7F4A3A;
}
#contactForm fieldset label{
	width: 165px;
	}
form div.error, form div.warning {
    color: #990000;
    float: none;
    clear: both;
    padding: 5px 0 5px 134px;
    text-align: left;    font-size: 12px;
    font-style: italic;
}

input.error, input.warning, textarea.error, textarea.warning, select.error, select.warning {
    border: 1px solid #990000;
}

label.required {
    font-weight: 900;
}

legend {
    padding: 3px 8px;
    margin: 2px 67px;
    border: none;
    color: #AD7D6C;
    font-weight: 900;
    font-size: 14px;
}

input, textarea, select {
    margin: 2px 6px 0 6px;
    padding: 1px;
    border: 1px solid #ad7d6c;
    color: #664a3a;
    background: #FFFFFF;
    font-family: sans-serif;
}

textarea {
    font-size: 12px;
}

input[type=checkbox] {
    border: none;
}

input.submitButton {
    padding: 0 1px;
    border: 1px solid #AD7D6C;
    color: #FFFFFF;
    font-weight: 100;
    cursor: pointer;
    background-color: #AD7D6C;
    margin: 12px 0 12px 0;
}

#searchForm input.submitButton {
    margin: 0;
}

.formResponse {
    padding: 45px;
    height: 240px;
    font-size: 12px;
}

.formResponse a {
    text-decoration: none;
}

.formResponse a:hover {
    text-decoration: underline;
}
/* --------- turn off print header for screen pages ---------*/
#printHeader, .hideField {
    display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
 NOTE: All styles below are specific to Cartweaver 3.
 
 */
/*Form Styles*/
input.formCheckbox {
    border: none;
    background: transparent;
}

td.checkboxCell {
    text-align: center;
}

input.formButton {
    background: #AD7D6C;
    border-bottom: 1px solid #E7E1E1;
    border-left: 1px solid #E7E1E1;
    border-right: 1px solid #E7E1E1;
    border-top: 1px solid #E7E1E1;
    color: #FFFFFF;
    font-weight: bold;
    margin: 3px 3px 0px 3px;
}

input#checkout {
    margin: 4px 4px 12px 12px;
}

form#formAddToCart {
    margin: 12px;
    font-size: 12px;
    color: #AD7D6C;
}

form#formAddToCart table td {
    padding: 0;
}

form#formAddToCart table tr td:first-child {
    text-align: right;
    padding: 3px 5px 0 0;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only.
 Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
    border: 1px solid #E7E1E1;
    border-collapse: collapse;
}

table.tabularData {
    clear: both;
}

table.tabularData td, table.tabularData th {
    padding: 3px 3px 3px 5px;
    color: #664a3a;
    vertical-align: top;
}

table.tabularData td p {
    font-size: 12px;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
    background: #AD7D6C;
    color: #FFFFFF;
}

table#loginFormTable tr > td {
    padding: 0 !important;
}
/* --- main 'next' buttons for store process --- */
#orderFormNext, #formPlaceOrder input.formButton, #formCheckoutButton #checkout {
    float: right;
    margin-right: 44px;
    font-size: 18px;
    padding: 4px 14px;
    border: 3px solid #f5efe9;
    letter-spacing: .1em;
    font-weight: 100;
    cursor: pointer;
}

#formLogin table.tabularData th, #formGetForgotPW table.tabularData th {
    background-color: #f5efe9;
}

#formGetForgotPW table.tabularData tr.headerRow th, #formLogin table.tabularData tr.headerRow th {
    background: #AD7D6C;
    color: #FFFFFF;
}

#formLogin table.tabularData td input, #formGetForgotPW table.tabularData td input {
    margin-top: 4px;
}

#formGetForgotPW input.formButton, #formLogin input.formButton {
    float: right;
    margin-right: 12px;
}

#formDiscounts {
    width: 380px;
    float: left;
}

table.tabularData th a, table.tabularData th .subHead {
    font-weight: 100;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
    background-color: #FEFAF7;
}

.altRowOdd {
    background-color: #f5efe9;
}
/* oldprice is displayed when there is a discount */
.oldprice {
    text-decoration: line-through;
}

.pagingLinks {
    text-align: center;
}

p.pagingLinks {
    float: left;
    width: 240px;
    clear: left;
}

.errorMessage {
    color: #993333;
    font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td, table#tableProductDetails td {
    vertical-align: top;
}
table#tableSearchResults, table#tableSearchResults td{
	border:none;
	background-color:#FFFFFF;
	}
table#tableSearchResults td a img{
	margin:0 0 11px 0;
	border: 3px solid #D6B894 !important;
}
table#tableProductDetails td p {
    font-size: 12px;
}
table#tableProductDetails td img{
	border: 3px solid #D6B894 !important;
	}

#discountDescriptions {
    font-size: 12px;
    padding: 12px;
    color: #FF0033;
    font-weight: 900;
    line-height: 1.4em;
    clear: both;
    text-align: right;
    width: 500px;
}

p.priceDisplay {
    padding: 12px 8px 3px 8px;
}

.optionsError .errorMessage, .discountInfo .errorMessage, .loginError .errorMessage {
    padding: 12px 8px;
    background-color: #f5efe9;
}

th span.errorMessage {
    padding: 0;
    color: #FFFFFF;
    font-style: italic;
}

td span.cartProdName {
    font-weight: 900;
}

td .cartImageWrapper {
    float: left;
    margin-right: 9px;
}
td .cartImageWrapper img{
	width:60px !important;
}

td.totalCell {
    font-weight: 900;
}

th.sideHead {
    text-align: right;
    background-color: #f5efe9 !important;
    color: #AD7D6C !important;
    padding: 2px 8px 0 0 !important;
}

p#changeAddress {
    text-align: right;
    margin-right: 72px;
}

p.discountInfo {
}

div.pageMessage {
    padding: 85px 155px 35px 155px;
    text-align: center;
}

div.pageMessage p {
    text-indent: 0;
    text-align: center !important;
    padding: 23px;
    background-color: #f5efe9;
}

#cartlinkswrap {
    font-size: 12px;
    padding: 8px 28px;
    line-height: 1.4em;
    width: 160px;
    float: right;
    text-align: center;
    color: #AD7D6C;
}

p#searchCount {
    width: 240px;
    float: left;
    clear: left;
}

p.categoryNav {
/*
    width: 420px;
*/
    font-size: 12px;
/*
    float: left;
*/
	padding-bottom:12px;
}
#mainCol p.categoryNav a{
	color:#83573a;
}
p#contShop {
    text-align: right;
    margin-right: 47px;
}

p#savingsOf {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin: 5px 23px;
    width: 260px;
    float: right;
}

body a#zoomLink:link, body a#zoomLink:active, body a#zoomLink:visited {
    text-decoration: none !important;
}

a#zoomLink:link {
    text-decoration: underline !important;
}
/* --- upsell --- */
td#upsellCell {
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    padding: 12px;
}

td#upsellCell h3 {
    font-size: 14px;
    margin: 12px;
}

ul#upsellList {
    list-style: none;
    float: left;
}

ul#upsellList li {
    list-style: none;
    float: left;
    display: block;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

ul#upsellList li a:link, ul#upsellList li a:visited, ul#upsellList li a:active {
    text-decoration: none;
}

ul#upsellList li a:hover {
    text-decoration: underline;
}
/* --- featured items --- */
ul#featuredItems {
    list-style: none;
    width: 150px;
    margin: 3px 10px !important;
}

ul#featuredItems li {
    list-style: none;
    font-size: 12px;
    text-align: center;
}

ul#featuredItems li a:link, ul#featuredItems li a:visited, ul#featuredItems li a:active {
    text-decoration: none;
    text-align: center;
}

ul#featuredItems li a:hover {
    text-decoration: underline;
    text-align: center;
}

body ul#featuredItems li div.featuredWrapper {
text-align:center;
padding:8px 0 10px 0;
border-bottom:1px solid #d6b894;
}
body #content ul#featuredItems li a img{
margin:0 auto;
border:3px solid #d6b894 !important;
}

#mainCol #historyBox p{
	margin:0;
}
#historyBox{
	padding:12px;
}
#nmhpLinks{
border:1px solid #E7E1E1;
background-color:#F5EFE9;
margin:12px;
padding:18px 7px;
}
#mainCol #nmhpLinks p{
	text-align:center;
}
.halfBox{
	width:46%;
	float:left;
	margin-right:4px;
}

