@charset "utf-8";
body {
    background-color: #1c1c1c;
    margin: 0;
    padding: 0;
    text-align: center;
    /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #3C3C3C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}

/* Headings ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
}

h2, h3, h6 {
    font-family: Garamond, serif;
}

h1, h1 a {
    font-size: 28px;
    color: #FFF;
}

h2, h2 a {
    font-size: 20px;
    font-weight: bold;
    color: #AD0505;
    line-height: 1em;
}

h3, h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #373737;
}

h4, h4 a {
    font-size: 10px;
    color: #8C8C8C;
}

h5, h5 a {
    font-size: 12px;
    color: #373737;
}

h6, h6 a {
    font-size: 11px;
    font-weight: bold;
    color: #ad0505;
    line-height: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* Basic page structure ---------------------------------------------------------- */
.thrColFixHdr #container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
}

.thrColFixHdr #header {
    padding: 0;
    height: 112px;
    background-color: #FFF;
}

.thrColFixHdr #sidebar1 {
    float: left;
    width: 668px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
}

.thrColFixHdr #sidebar2 {
    float: right;
    width: 268px;
    padding: 0px 20px 0px 10px;
    margin-bottom: 0px;
}

.thrColFixHdr #mainContent {
    border-right: 1px dashed #8C8C8C;
    border-left: 1px dashed #8C8C8C;
    margin: 0px 150px 0px 501px;
    padding: 0 10px 0px;
    height: inherit;
}

#vertColAlign {
    margin: 0;
    padding: 0;
    background-image: url(/images/joinBkg.html);
    background-repeat: repeat-y;
    background-position: right top;
}

/* Text elements ----------------------------------------------------------------- */
a, a img {
    text-decoration: none;
    border: none;
    color: inherit;
}

/*input:focus, input:hover {
 background-color: #FFC;
 border: 1px solid #333;
 }*/
/* Border elements --------------------------------------------------------------- */
.borderBottomdkgreydashed {
    border-bottom: 1px dashed #8C8C8C;
    margin: 15px 0px;
}

.borderBottomdkgreydashedPadded {
    border-bottom: 1px dashed #8C8C8C;
    margin: 20px 0px;
}

.frametop {
    height: 10px;
    border-top: 7px solid #DEDEDE;
    border-left: 7px solid #DEDEDE;
    border-right: 7px solid #DEDEDE;
}

.framebottom {
    height: 10px;
    border-left: 7px solid #DEDEDE;
    border-right: 7px solid #DEDEDE;
    border-bottom: 7px solid #DEDEDE;
}

.black12pxrule {
    border-bottom: 12px solid #000;
    margin: 15px 0px;
}

/* Margins - borders - heights  -------------------------------------------------- */
.marginBottom0px {
    margin-bottom: 0px;
}

.marginBottom10px {
    margin-bottom: 10px;
}

.marginRight10px {
    margin-right: 10px
}

.marginLeft10px {
    margin-left: 10px
}

.marginTopBottom10px {
    margin-bottom: 10px;
    margin-top: 10px;
}

.zeromarg {
    margin: 0px;
    padding: 0px;
}

/*Float Elements  ---------------------------------------------------------------- */
.fltrt {
    float: right;
}

.fltlft {
    float: left;
}

.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*Start page header  ------------------------------------------------------------- */
/*#header #headerTopnav */
.thrColFixHdr #header h1 {
    margin: 0;
    width: 450px;
    height: 112px;
    position: relative;
}

#header h1 span { /*Gilder/Levin Image Replacement for Heading*/
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.artspan.com/images/__Artspan_logo__.png);
    background-repeat: no-repeat;
    margin: 0;
}

#header #logo { /*This add a transparent spacer over the background image logo as to make it clickable as a homepage button*/
    float: left;
    width: 450px;
}

#header #headernav { /*upper right hand navigation links*/
    padding: 10px 12px;
    float: right;
    width: 450px;
    vertical-align: top;
}

#header #headernav #headerTopnav {
    width: 90%;
    margin-bottom: 24px;
    float: right;
}

#header #headernav #headerTopnav h4, #header #headernav #headerTopnav h4 a {
    font-size: 14px;
    line-height: 1em;
    text-align: right;
    color: #000;
    padding: 0px;
    margin: 0;
}

#header #headernav #headerTopnav h4 a {
    color: #666666;
    font-weight: bold;
    padding: 0 8px;
}

#header #headernav #headerTopnav h4 a:hover {
    color: #AD0505;
}

#header #headernav #searchbox { /*header search box*/
    float: right;
    width: 255px;
    height: 24px;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    border-top: 1px dashed #6F6F6F;
    border-right: 1px dashed #6F6F6F;
    border-bottom: 1px dashed #6F6F6F;
    border-left: 1px dashed #6F6F6F;
}

#header #headernav #searchbox #keywords {
    width: 215px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    color: #666;
    background-color: #FFF;
    border: solid 1px #CCCCCC;
    float: left;
}

#header #headernav #searchbox #go { /*search box button rollover in up state*/
    background-image: url(https://www.artspan.com/images/searchbutton.png);
    height: 26px;
    width: 26px;
    margin-top: -2px;
    background-position: left top;
    float: right;
}

#header #headernav #searchbox #go:hover { /*search box button rollover in rollover state*/
    background-image: url(https://www.artspan.com/images/searchbutton.png);
    height: 26px;
    width: 26px;
    background-position: right bottom;
}

/*End page header  --------------------------------------------------------------- */
/*Start Menu Styles  ------------------------------------------------------------- */
/* Modified from Son of Suckerfish CSS menu system*/
#menu {
    background-color: #000;
    height: 42px;
    white-space: nowrap;
}

#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 42px;
    z-index: 10000;
}

#nav a {
    display: block;
    height: 42px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}

#nav li { /* all list items */
    float: left;
}

#nav li#searchmenu {
    width: 109px;
}

#nav li#artistsmenu {
    width: 92px;
}

#nav li#photographersmenu {
    width: 164px;
}

#nav li#artisansmenu {
    width: 108px;
}

#nav li#jewelersmenu {
    width: 106px;
}

#nav li#featuredmembermenu {
    width: 190px;
}

#nav li#directoriesmenu {
    width: 136px;
}

#nav li#forummenu {
    width: 92px;
}

#nav li:hover {
    background-color: #666;
}

#nav li ul { /* second-level lists */
    position: absolute;
    background-image: url(https://www.artspan.com/images/transparentblack.png);
    background-repeat: repeat;
    width: 150px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    padding-left: 10px;
    padding-right: 10px;
}

#nav li ul li a {
    letter-spacing: normal;
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    padding-left: 10px;
}

#nav li ul li {
    width: 100%;
    height: 14px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}

#nav li ul li:hover {
    background-color: #000;
}

#nav li ul li.last {
    border: none;
    height: 10px;
    padding: 0;
}

#nav li ul li.last:hover {
    background-color: transparent;
}

#nav li#forummenu ul {
    width: 81px;
    margin-left: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* this section controlled the dropdown image for the forum which was removed.
 #nav li#forummenu ul li {
 height: 85px;
 padding: 0;
 border:none;
 }
 #nav li#forummenu ul li a img {
 border:none;
 }
 #nav li#forummenu:hover {
 background-color: #000;
 }*/
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

/*End Menu Styles  --------------------------------------------------------------- */
/*Start Footer Menu -------------------------------------------------------------- */
.thrColFixHdr #footer {
    padding: 0 10px 0 20px;
}

.thrColFixHdr #footer p {
    margin: 0;
    padding: 0px;
}

#footerRules {
    width: 646px;
    height: 140px;
    margin: 10px 150px 25px;
    text-align: center;
    background-image: url(https://www.artspan.com/images/footerDividerRules.png);
    background-repeat: repeat;
    padding: 0;
}

.footerCol1, .footerCol2, .footerCol3 {
    float: left;
    width: 215px;
    padding: 0;
}

#footerRules h6, #footerRules h6 a {
    padding: 0;
    margin: 10px 0px 20px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#bottomLinks {
    padding: 10px;
    text-align: center;
    background-color: #DEDEDE;
    height: 21px;
}

#bottomLinks H5 {
    margin: 0px;
    padding: 0px;
}

#bottomLinks H5 a {
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    margin: 0 8px;
}

#bottomLinks H5 a strong {
    color: #AD0505;
}

/* Remove Outline From All Links */
a, object, embed {
    outline: 0;
}

/**** Styles From Older Page ****/
#content-main {
    float: left;
    padding: 1.5em 0 1em 3em;
    min-height: 50em;
}

td.bigredtext a {
    font-size: 1.2em;
    color: #B23F3F;
    font-weight: bold;
}
 /* used on category directory */
td.font11CC3300 {
    color: #CC3300;
}
 /* used on category directory */
td.font11CC3300 a {
    text-decoration: none;
}
 /* used on location directory */
td.font11CC3300 a:hover {
    text-decoration: underline;
}

td.font18pxA51501 a {
    color: #B20F0F;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    text-decoration: underline;
}
 /* used on location directory */
.pageNumList {
    float: left;
    width: 50em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pageNumList li {
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    padding-right: 0.4em;
}

.pageNumList li.selected {
    font-size: 1.5em;
    line-height: 0.8em;
    color: #000000;
    font-weight: bold;
    padding-left: 0.2em;
}

.pageNumList li a {
    color: #CC0000;
}

.pageNumList li a:hover {
    color: #000000;
}

#search-section {
    font-weight: bold;
    color: #996633;
    padding: 0.5em 0;
    margin: 0;
    float: left;
    width: 55em;
    font-size: 1.1em;
    border-color: #F2F1E2;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-right: none;
    margin-bottom: 1.3em;
}

#search-section ul {
    float: left;
    margin: 0;
    padding: 0;
}

#search-section li {
    float: left;
    list-style: none;
}

#search-section a {
    color: #004F79;
    padding: 0 3px 0 3px;
    text-decoration: none;
}

#search-section ul li a span {
    color: #000;
    margin: 0 0 0 1em;
}

#search-section a.active {
    color: #996633;
}

#search-results dl {
    /*background-color: #0000FF;*/
    margin: 2px 2px 2px 8px;
    padding: 0;
    float: left;
    height: 180px;
}

#search-results dt {
    /*background-color: #00FF00;*/
    margin: 2px 2px 0 0;
    padding: 0;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    color: #004F79;
}

#search-results dd {
    /*background-color: #AAAAAA;*/
    margin: 1px 0 0 0;
    padding: 0 0 0 1px;
    float: left;
    width: 130px;
}

#search-results dd h2 a {
    font-size: 0.8em;
    font-weight: bold;
}

#search-results dt.img img {
    margin: 0 4px 0 0;
    padding: 2px;
    border: 1px solid #999;
    background: #fff;
}

#content-main #area select {
    clear: both;
}

.paddingbody {
    padding-right: 28px;
    padding-left: 28px;
}

.letterList_big {
    display: inline;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.letterList_big li {
    display: inline;
    padding-right: 0.05em;
}

.letterList_big li.selected {
    font-size: 1.4em;
    color: #CC0033;
    font-weight: bold;
}

.letterList_big a {
    color: #333366;
}

.letterList_big a:hover {
    color: #CC0000;
}

#ip_section_left {
    float: left;
    width: 62em;
}

#ip_section_right {
    float: right;
    background-image: url(https://www.artspan.com/images/mainSite/pink_gradient_long.png);
    background-repeat: repeat-x;
    width: 11em;
    padding: 1.5em 2em 0 2.5em;
}

#ip_section_right a {
    font-size: 1.1em;
    color: #714258;
}

#ip_section_right h4 {
    margin: 0 0 0.1em 0;
    font-size: 1.3em;
    color: #990033;
    font-weight: bold;
}

#inner_content_with_sidebar {
    float: left;
    width: 800px;
}

#inner_content_no_sidebar {
    float: left;
    width: 100%;
    color: #111;
}

.font14pxCC0000-news {
    color: #CC0000;
    font-size: 13px;
    font-weight: bold;
}

.font14pxCC0000-news a {
    color: #CC0000;
    text-decoration: underline;
}

.font14pxCC0000-news a:hover {
    color: #CC0000;
    text-decoration: none;
}

.borderA3E066-20-10 {
    border-top-width: 10px;
    border-right-width: 20px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #A3E066;
    border-right-color: #A3E066;
    border-bottom-color: #A3E066;
    border-left-color: #A3E066;
}

.font12px003366 {
    font-size: 12px;
    color: #003366;
}

.font18px006699 {
    font-size: 18px;
    font-weight: bold;
    color: #006699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contactus-last {
    float: left;
    padding: 3em 2em 3em 2em;
    width: 55em;
}

#contactus-main h2 {
    color: #996666;
    font-size: 1.2em;
}

#contactus-main h2 strong {
    color: #666;
}

#contactus-main {
    width: 800px;
    margin: 0px auto;
	padding:30px 10px;
}
#contactUsForm label textarea {
	border:1px solid #000;
}
#security_code {
	border:1px solid #000;
}

#footerInfo {
	margin:7px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:100%;
	text-align:center;
}

#footerInfo .left {
	width:78%;
	float:left;
	text-align:left;
}
#footerInfo .right {
	width:20%;
	float:left;
	text-align:right;
}

ul#errorMessages {
	color:#f00;
	font-weight:bold;
	list-style-image:url(https://www.artspan.com/images/icons/famfam/error.png);
}
