/* UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css */

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
address { font-style: normal; }

/* PRIMARY: ======================================================= */
body
{
margin: 0;
padding: 0;
font-family: verdana, arial, geneva, sans-serif; 
font-size: 62.5%;
color: #fff;
text-align: center;
background: url(../images/body-bg.gif) repeat-y center top #606060;
}
.generic
{
background: url(../images/body-generic-bg.gif) repeat-y center top #606060;
}

#container
{
width: 724px;
margin: 0 auto;
padding: 0;
text-align: left;
}

a
{
color: #fff;
}

a:link 
{
	behavior:url(/aExternal.htc)
}

h3
{
font-family: arial, geneva, verdana, sans-serif;
}

img
{
border: none;
}

/* SECONDARY: ======================================================= */
#logo
{
clear: both;
padding: 5px 0 3px 16px;
background: url(../images/page-lid-bg.gif) no-repeat 1px 0;
}
#container > #logo
{
padding-top: 10px;
background-position: 0 0;
}

#sitenav
{
padding: 15px 12px 0 12px;
background: #606060;
}

#areanav
{
/* IE bg rendering bug fix */height: 1px;
margin: 0 12px;
padding: 6px 3px 8px 3px;
background: #363636;
}
/* override the above hack for other browsers */#container > #areanav
{
height: auto;
}

#home-intro
{
margin: 0 12px;
padding: 8px 0 20px 8px;
}

#full
{
margin: 10px 12px 0 12px;
padding: 1px 0 20px 0;
background: url(../images/generic-full-bg.gif) no-repeat left top;
}

#madeby
{
/* IE needs this: */width: 685px;
clear: both;
margin: 0 12px;
padding: 20px 8px;
text-align: right;	
}

/* Any order columns; see: http://www.positioniseverything.net/articles/onetruelayout/anyorder for more info */
/* FOR THE HOMEPAGE: */
.home .col1
{
float: left;
width: 179px;
margin-left: 367px;
background: url(../images/home-col1-bg.gif) no-repeat left top #363636;
}
* html .home .col1
{
display: inline;
}
.home .col2
{
float: left;
width: 166px;
margin-left: 1px;
background: url(../images/home-col2-bg.gif) no-repeat left top;
}
.home .col3
{
float: left;
width: 353px;
margin-left: -703px;
background: url(../images/home-col3-bg.gif) no-repeat left top;
}
html > .home .col3
{
margin-left: -700px;
}

/* FOR GENERIC CONTENT PAGES: */
.generic .col1
{
width: 532px;
float: right;
/* IE Needs: */margin-left: -544px;
border-top: 4px solid #242424;
background: url(../images/generic-col1-bg.gif) no-repeat left top;
}
html > .generic .col1
{
/* FF Needs: */
margin-left: 0;
margin-right: 12px;
}
.generic .col2
{
width: 166px;
margin-right: 522px;
margin-left: 12px;
border-top: 4px solid #242424;
background: url(../images/generic-col2-bg.gif) no-repeat left top;
}

.generic .sub-col1
{
float: left;
width: 324px;
margin-top: 10px;
margin-right: 2px;
background: url(../images/generic-sub-col1-bg.gif) no-repeat left top;
}
.generic .sub-col2
{
float: left;
width: 206px;
margin-top: 10px;
padding-bottom: 10px;
background: url(../images/generic-sub-col2-bg.gif) no-repeat left top #363636;
}

/* TERTIARY: ======================================================= */
/* SITENAV: */
#sitenav a
{
text-decoration: none;
}

#sitenav p
{
float: left;
padding-top: 5px;
}

#sitenav ul
{
float: right;
list-style-type: none;
text-transform: lowercase;
}
#sitenav ul li
{
float: left;
padding-top: 5px;
}
#sitenav ul li a
{
padding: 0 2px 0 6px;
}
#sitenav ul li a:hover
{
text-decoration: underline;
}

#sitenav ul li form
{
margin: -4px 0 0 5px;
}
#container > #sitenav ul li form
{
margin: -3px 0 0 5px;
}
#sitenav ul li form input
{
font-size: 1em;
}
#sitenav ul li form .textinput
{
padding: 1px 3px;
font-size: 1em;
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
color: #fff;
background: #d40000;
border: 1px solid #d40000;
border-top: 2px solid #d40000;
}
#container > #sitenav ul li form .textinput
{
padding-bottom: 3px;
border-top: 1px solid #d40000;
}

#sitenav ul li form .submit
{
width: 40px;
padding: 0 0 2px 0;
border: none;
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
color: #fff;
background: url(../images/sitenav-submit-foot.gif) bottom left no-repeat ;
}
#sitenav ul li form .submit-lid
{
margin-left: 3px;
text-align: center;
background: url(../images/sitenav-submit-lid.gif) top left no-repeat #d40000;
}
#container > #sitenav ul li form .submit-lid
{
padding: 2px 0 0 0;
}

/* AREANAV: */
#areanav ul
{
list-style-type: none;
font-family: arial, geneva, verdana, sans-serif;
font-size: 1.4em;
text-transform: uppercase;
line-height: 1.4em;
}
#areanav ul li
{
float: left;
}
#areanav ul li a
{
padding: 0 3px 0 6px;
text-decoration: none;
}
#areanav ul li .last
{
border-right: none;
}


/* MADE BY (FOOTER): */
#madeby a
{
text-transform: lowercase;
}

/* HOME-INTRO: */
#home-intro img
{
float: right;
}

#home-intro h2
{
font-size: 1.2em;
margin: 10px 0;
}

#home-intro p
{
margin-right: 355px;
font-size: 1.1em;
line-height: 1.4em;
}

/* HOME COLUMNS: */
.home .col1 h3
{
clear: right;
margin-top: 1px;
height: 1px;
margin-bottom: 9px;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/home-col1-bg.gif) no-repeat left bottom #d40000;
}
html > .home .col1 h3
{
height: auto;
}
.home .col1 .divform
{
font-size: 1.1em;
text-align: right;
}
.home .col1 .divform p
{
padding: 0 12px 6px 8px;
font-size: 1em;
text-align: left;
line-height: 1.5em;
}
.home .col1 .divform label
{
padding: 3px 12px;
display: block;
}
.home .col1 .divform select
{
width: 130px;
font-size: 1em;
text-transform: lowercase;
}
.home .col1 .divform .textinput
{
width: 150px;
padding: 1px;
font-size: 1em;
text-transform: lowercase;
background: #d3d3d3;
border: 1px solid #d3d3d3;
}
.home .col1 .divform .submit
{
width: 40px;
padding: 0 0 2px 0;
border: none;
font-size: 1em;
text-transform: lowercase;
color: #fff;
background: url(../images/content-submit-foot.gif) bottom left no-repeat ;
}
.home .col1 .divform .submit-lid
{
float: right;
width: 40px;
margin: 4px 12px 12px 12px;
padding: 1px 0 0 0;
text-align: center;
background: url(../images/content-submit-lid.gif) top left no-repeat #d40000;
}
#container > .home .col1 .divform .submit-lid
{
display: block;
padding: 3px 0 0 0;
}
.home .col1 p
{
padding: 0 12px 10px 8px;
font-size: 1.1em;
}

.home .col2 h3
{
margin-top: 1px;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/home-col2-bg.gif) no-repeat left bottom #d40000;
}
.home .col2 p
{
padding: 9px 12px 6px 8px;
font-size: 1.1em;
line-height: 1.4em;
}
.home .col2 img
{
padding: 3px 0 3px 0;
}
html > .home .col2 img
{
padding: 1px 0 1px 0;
}

.home .col3 h3
{
margin-top: 1px;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/home-col3-bg.gif) no-repeat left bottom #d40000;
}
.home .col3 p
{
margin: 11px 30px 18px 5px;
font-size: 1.1em;
line-height: 1.4em;
}
.home .col3 h4
{
margin: -18px 30px 0 5px;
font-size: 1.1em;
line-height: 1.4em;
}

/* GENERIC CONTENT PAGE COLUMNS: */
.generic .col1 h3
{
margin-top: 1px;
margin-bottom: 9px;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/generic-col1-bg.gif) no-repeat left bottom #d40000;
}
.generic .col1 p
{
padding: 0 12px 6px 16px;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
}
.generic .col1 a
{
font-weight: bold;
}
.generic .col1 img
{
padding: 4px 12px 12px 12px;
}
.generic .col1 h4
{
padding: 6px 6px 0 16px;
font-size: 1.3em;
text-transform: uppercase;
}
.generic .col1 ul
{
margin: 8px 32px;
font-size: 1.1em;
line-height: 1.5em;
}
.generic .col1 ul li
{
padding: 4px 0;
}

.generic .col1 dl
{
clear: left;
}
.generic .col1 dl dt
{
float: left;
margin-top: 15px;
}
html > .generic .col1 dl dt
{
margin-top: 5px;
}
.generic .col1 dl h4
{
margin-top: 10px;
font-size: 1.1em;
text-transform: none;
}
.generic .col1 dl dd
{
margin-left: 104px;
}

.generic .col1 .sub-col1 h3
{
background: url(../images/generic-sub-col1-bg.gif) no-repeat left bottom #d40000;
}
.generic .col1 .sub-col1 h4
{
margin-top: 10px;
font-size: 1.1em;
text-transform: none;
}
.generic .col1 .sub-col1 dl
{
clear: left;
}
.generic .col1 .sub-col1 dl dt
{
float: left;
margin-top: 15px;
}
html > .generic .col1 .sub-col1 dl dt
{
margin-top: 5px;
}

.generic .col1 .sub-col2 h3
{
margin-bottom: 0;
background: url(../images/generic-sub-col2-bg.gif) no-repeat left bottom #d40000;
}
.generic .col1 .sub-col2 h4
{
padding: 12px 6px 0 12px;
font-size: 1.1em;
text-transform: none;
}
.generic .col1 .sub-col2 p
{
padding: 0 12px;
}

.generic .col2 h3
{
margin-top: 1px;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/generic-col2-bg.gif) no-repeat left bottom #d40000;
}
html > .generic .col2 h3
{
height: auto;
}
.generic .col2 a
{
font-weight: bold;
}
.generic .col2 img
{
padding: 9px 8px 2px 8px;
}
.generic .col2 p
{
padding: 8px 8px 6px 8px;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
}
.generic .col2 ul 
{
list-style-type: none;
font-size: 1.1em;
margin: 10px 6px;
}
.generic .col2 ul li
{
padding: 3px 0;
}
.generic .col2 .forgot
{
margin-top: 35px;
}
.generic .col2 .divform label
{
display: block;
padding: 8px 8px 6px 8px;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
font-weight: bold;
}
.generic .col2 .divform label select
{
display: block;
margin-top: 6px;
width: 147px;
font-size: 1em;
font-family: verdana, arial, geneva, sans-serif;
font-weight: lighter;
}
.generic .col2 .divform label .textinput
{
margin-top: 6px;
width: 147px;
font-size: 1em;
font-family: verdana, arial, geneva, sans-serif;
font-weight: lighter;
}
.generic .col2 .divform .submit
{
width: 40px;
padding: 0 0 2px 0;
border: none;
font-size: 1.1em;
text-transform: lowercase;
color: #fff;
background: url(../images/content-submit-foot.gif) bottom left no-repeat ;
}
.generic .col2 .divform .submit-lid
{
float: right;
width: 40px;
margin: 4px 12px 12px 12px;
padding: 1px 0 0 0;
text-align: center;
background: url(../images/content-submit-lid.gif) top left no-repeat #d40000;
}
#container > .generic .col2 .divform .submit-lid
{
display: block;
padding: 3px 0 0 0;
}

#full h3
{
margin: 0 0 10px 0;
padding: 3px 6px;
font-size: 1.3em;
font-weight: lighter;
text-transform: uppercase;
background: url(../images/generic-full-bg.gif) no-repeat left bottom #d40000;
}
#full p
{
padding: 0 12px 6px 16px;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
}
#full a
{
font-weight: bold;
}
#full img
{
padding: 4px 12px 12px 12px;
}
#full h4
{
padding: 6px 6px 0 16px;
font-size: 1.3em;
text-transform: uppercase;
}
#full ul
{
margin: 8px 32px;
font-size: 1.1em;
line-height: 1.5em;
}
#full ul li
{
padding: 4px 0;
}

#full .clublogo
{
float: left;
}
#full dl
{
float: left;
margin-right: 50px;
}
#full dl dt
{
margin: 5px 0 0 0;
padding: 0 0 0 5px;
font-size: 1.1em;
font-weight: bold;
}
#full dl dd
{
margin: 0;
padding: 0 0 0 15px;
}
#full dl dd p
{
margin: 0;
padding: 0
}
#full dl dd address
{
font-size: 1.1em;
line-height: 1.5em;
}
#full dl dd h4
{
margin: 10px 0 0 0;
padding: 0;
font-size: 1.1em;
text-transform: none;
}

/* EXTRANEOUS: ======================================================= */
.lang-link
{
padding: 0;
text-align: center;
background: url(../images/lang-link-bg.gif) top left no-repeat #d40000;
}
.lang-link a
{
display: block;
width: 70px;
padding-bottom: 5px;
text-decoration: none;
background: url(../images/lang-link-bg.gif) bottom left no-repeat #d40000;
}

.home .col1 .title
{
padding: 0;
background: url(../images/home-col1-bg.gif) no-repeat left bottom #d40000;
}
.home .col1 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/home-col1-bg.gif) no-repeat left top;
}

.home .col2 .title
{
padding: 0;
background: url(../images/home-col2-bg.gif) no-repeat left bottom #d40000;
}
.home .col2 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/home-col2-bg.gif) no-repeat left top;
}

.home .col1 .more-link
{
clear: right;
width: 114px;
margin: 0 8px 8px 8px;
padding: 0;
text-align: center;
text-transform: lowercase;
background: url(../images/more-link-bg.gif) top left no-repeat #d40000;
}
.home .col1 .more-link a
{
display: block;
width: 114px;
padding: 2px 0;
text-decoration: none;
background: url(../images/more-link-bg.gif) bottom left no-repeat ;
}

.home .col2 .more-link
{
width: 114px;
margin: 8px;
padding: 0;
text-align: center;
text-transform: lowercase;
background: url(../images/more-link-bg.gif) top left no-repeat #d40000;
}
.home .col2 .more-link a
{
display: block;
width: 114px;
padding: 2px 0;
text-decoration: none;
background: url(../images/more-link-bg.gif) bottom left no-repeat ;
}

.home .col3 .more-link
{
width: 114px;
padding: 0;
text-align: center;
text-transform: lowercase;
background: url(../images/more-link-bg.gif) top left no-repeat #d40000;
}
.home .col3 .more-link a
{
display: block;
width: 114px;
padding: 2px 0;
text-decoration: none;
background: url(../images/more-link-bg.gif) bottom left no-repeat ;
}

.generic .col1 .title
{
clear: left;
margin-top: 12px;
padding: 0 0 1px 0;
background: url(../images/generic-col1-bg.gif) no-repeat left bottom #d40000;
}
.generic .col1 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/generic-col1-bg.gif) no-repeat left top;
}

.generic .col1 .lowertitle
{
clear: left;
margin-top: 12px;
padding: 0 0 1px 0;
text-transform: none;
background: url(../images/generic-col1-bg.gif) no-repeat left bottom #d40000;
}

.generic .col1 .more-link
{
clear: right;
width: 114px;
margin: 16px;
padding: 0;
text-align: center;
text-transform: lowercase;
background: url(../images/more-link-bg.gif) top left no-repeat #d40000;
}
.generic .col1 .more-link a
{
display: block;
width: 114px;
padding: 2px 0;
text-decoration: none;
background: url(../images/more-link-bg.gif) bottom left no-repeat ;
}

.generic .col1 .more-link-long
{
float: left;
width: 184px;
margin: 0 16px 16px 16px;
padding: 0;
text-align: center;
text-transform: lowercase;
background: url(../images/more-link-long-bg.gif) top left no-repeat #d40000;
}
.generic .col1 .more-link-long a
{
display: block;
width: 184px;
padding: 2px 0;
text-decoration: none;
background: url(../images/more-link-long-bg.gif) bottom left no-repeat ;
}

/* FF Needs this: */ html > .generic .col2 .title
{
margin-top: 0;
padding: 0 0 1px 0;
background: url(../images/generic-col2-bg.gif) no-repeat left bottom #d40000;
}
html > .generic .col2 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/generic-col2-bg.gif) no-repeat left top;
}

.generic .col2 .title
{
margin-top: 0;
padding: 0 0 1px 0;
background: url(../images/generic-col2-bg.gif) no-repeat left bottom #d40000;
}
.generic .col2 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/generic-col2-bg.gif) no-repeat left top;
}

.generic .col2 .sub-col2 .title
{
margin-top: 12px;
padding: 0 0 1px 0;
background: url(../images/generic-sub-col2-bg.gif) no-repeat left bottom;
}
.generic .col2 .sub-col2 .title-lid
{
display: block;
padding: 3px 6px;
background: url(../images/generic-sub-col2-bg.gif) no-repeat left top;
}

.accessibility
{
position: absolute;
left: -10000px;
}

.clear
{
clear: both;
}

#areas-list
{
float: left;
margin-top: -544px;
}
#areas-list h4
{
font-size: 1.1em;
text-transform: none;
}
#areas-list a
{
font-weight: lighter;
background: #242424;
}
#areas-list ul
{
margin: 0 16px 10px 16px;
list-style-type: none;
}
#areas-list ul li
{
padding: 0;
}

#areamap
{
float: right;
margin-top: 10px;
}

#calendar
{
height: 160px;
width: 300px;
float: left;
margin-top: 12px;
margin-left: 12px;
list-style-type: none;
}
#calendar li
{
float: left;
padding: 0;
}
#calendar li a
{
display: block;
text-align: center;
width: 78px;
padding: 10px;
font-family: arial, geneva, verdana, sans-serif;
font-size: 1.4em;
font-weight: lighter;
text-decoration: none;
text-transform: uppercase;
background: #363636;
border: 1px solid #242424;
}
#calendar li a:hover
{
background: #d40000;
border: 1px solid #242424;
}

.generic .col1 #calendarsearch
{
}
.generic .col1 #calendarsearch label
{
display: block;
margin-left: 310px;
padding: 8px 8px 6px 8px;
font-size: 1.1em;
text-align: center;
line-height: 1.5em;
font-weight: bold;
}
.generic .col1 #calendarsearch label select
{
display: block;
margin-top: 6px;
width: 147px;
font-size: 1em;
font-family: verdana, arial, geneva, sans-serif;
font-weight: lighter;
}
html > .generic .col1 #calendarsearch label select
{
margin-left: 44px;
}
.generic .col1 #calendarsearch .submit
{
width: 40px;
padding: 0 0 2px 0;
border: none;
font-size: 1.1em;
text-transform: lowercase;
color: #fff;
background: url(../images/content-submit-foot.gif) bottom left no-repeat ;
}
.generic .col1 #calendarsearch .submit-lid
{
float: right;
width: 40px;
margin: 4px 14px 12px 12px;
padding: 1px 0 0 0;
text-align: center;
background: url(../images/content-submit-lid.gif) top left no-repeat #d40000;
}
#container > .generic .col1 #calendarsearch .submit-lid
{
display: block;
padding: 3px 0 0 0;
}

.generic .col1 .submit
{
width: 40px;
padding: 0 0 2px 0;
border: none;
font-size: 1.1em;
text-transform: lowercase;
color: #fff;
background: url(../images/content-submit-foot.gif) bottom left no-repeat ;
}
.generic .col1 .submit-lid
{
width: 40px;
margin: 4px 14px 12px 0;
padding: 1px 0 0 0;
text-align: center;
background: url(../images/content-submit-lid.gif) top left no-repeat #d40000;
}
#container > .generic .col1 .submit-lid
{
display: block;
padding: 3px 0 0 0;
}

.hi-link
{
margin-top: 10px;
}

/* FORUMS: */
.forum
{
clear: both;
width: 95%;
margin: 0 16px;
padding: 0;
border-collapse: collapse;
font-size: 1.1em;
}
.forum td
{
padding: 8px 4px;
line-height: 1.5em;
}
.forum td+td
{
text-align: center;
}
.forum td+td+td
{
text-align: right;
}

#forumreply
{
margin: 16px;
}
#forumreply label
{
display: block;
margin: 5px 0;
font-size: 1.1em;
}
#forumreply input
{
margin: 5px 0;
vertical-align: middle;
font-family: verdana, arial, geneva, sans-serif;
}
#forumreply textarea
{
margin: 5px 0;
width: 200px;
height: 100px;
font-family: verdana, arial, geneva, sans-serif;
}
#forumreply .textinput
{
width: 200px;
}

/* DIABLO: */

.generic .col1 .resources
{
margin-left: 16px;
list-style-type: none;
}
.generic .col1 .resources li
{
padding: 2px 0;
}
.generic .col1 .resources li img
{
padding: 0 4px;
background: #242424;
}

.pagination
{
margin-left: 16px;
font-size: 1.1em;
}
.pagination .paginationSeparator
{
padding: 0 3px;
}
.pagination a
{
font-weight: lighter;
text-decoration: none;
}
.pagination a:hover
{
text-decoration: underline;
}
.col1 .pagination a
{
font-weight: lighter;
text-decoration: none;
}
.col1 .pagination a:hover
{
text-decoration: underline;
}

/*other*/
.generic .col1 .listing h4
{
margin-left: 104px;
margin-top: 10px;
font-size: 1.1em;
text-transform: none;
}
.generic .col1 .listing img
{
float: left;
clear: left;
margin-top: 14px;
}
.generic .col1 .listing p
{
margin-left: 104px;
}

.generic .col1 .resources li.resourcesHeader
{
padding: 6px 6px 0 0px;
font-size: 1.3em; 
text-transform: uppercase;
font-weight: bold;
}

.errortxt
{
	font-size: 0.8em;	
	text-align: left;
	padding: 0px 7px 0px 12px;
}

.contactform
{
	
}

.contactform .label { display:inline; width: 200px; font-size: 1.1em; clear: both; float: left; line-height: 18px; margin-top: -5px; text-align: right; padding: 0px 0px 5px 0px;}
.contactform .control { padding: 5px 15px 0px 10px; margin-left: 198px; margin-top: -12px;}
.contactform .buttonright { width: 470px; text-align: right; padding: 10px 15px 0px 0px;}
.contactform .helptext {padding: 2px 0px 12px 10px; font-size: 0.9em; float: right; width: 275px; }
.contactform .submit-lid
{
float: right;
width: 40px;
margin: 4px 12px 12px 12px;
padding: 1px 170px 0 0;
text-align: center;
}

.editform .labelDiv { display:inline; width: 200px; font-size: 1.1em; clear: both; float: left; line-height: 18px; margin-top: -5px; text-align: right; padding: 0px 0px 5px 0px;}
.editform .inputDiv { padding: 5px 15px 0px 10px; margin-left: 198px; margin-top: -12px;}
.editform .inputDiv input.file { width: 310px;}
.editform .buttonright { width: 470px; text-align: right; padding: 10px 15px 0px 0px;}
.editform .helptext {padding: 2px 0px 12px 10px; font-size: 0.9em; float: right; width: 275px; }
.editform .submit-lid
{
float: right;
width: 40px;
margin: 4px 12px 12px 12px;
padding: 1px 170px 0 0;
text-align: center;
}

.error
{
	font-weight: bold;
}

.alignright
{
	float: right;
	text-align: right;
	padding-right: 5px;	
}




.generic .col1 .archive
{
width: 100px;
padding: 0 0 2px 0;
border: none;
font-size: 1.1em;
text-transform: lowercase;
color: #fff;
background: url(../images/content-archive-foot.gif) bottom left no-repeat ;
}
.generic .col1 .archive-lid
{
width: 100px;
margin: 4px 14px 12px 0;
padding: 1px 0 0 0;
text-align: center;
background: url(../images/content-archive-lid.gif) top left no-repeat #d40000;
}
#container > .generic .col1 .archive-lid
{
display: block;
padding: 3px 0 0 0;
}

#full .resources
{
margin-left: 16px;
list-style-type: none;
}
#full .resources li
{
padding: 2px 0 0 0;
}
#full .resources li img
{
padding: 0 4px;
background: #242424;
}




