﻿/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, form
{
    height:100%;
}

/* end reset */

body
{
    font-family:Tahoma, Verdana, Arial;
    font-size:.8em;
    background:#d8d9da url('/images/p.png') repeat-x;
}

#wrapper
{
    width:980px;
    margin:0 auto;
}

#header .rt
{
    float:right;
    width:608px;
    text-align:right;
}

#cta, #admin-links
{
    height:114px;
    margin-right:6px;
}

#admin-links
{
    line-height:100px;
}

a
{
    color:#d72227;
}

a:hover
{
    text-decoration:none;
}

#nav
{
    float:right;
    position:relative;
    top:8px;
}

#nav li
{
    float:left;
}

#nav a
{
    line-height:35px;
    padding:0px 10px;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    display:block;
}

#cta a
{
    width:119px;
    height:40px;
    margin-top:38px;
    background:transparent url('/images/cta2.gif') no-repeat;
    display:block;
    float:right;
    margin-left:6px;
}

#cta a:hover
{
    background-position:left -40px;
}

#cta a.tw
{
    background-position:left -80px;
}

#cta a.tw:hover
{
    background-position:left -120px;
}

#cta a.ml
{
    background-position:left -160px;
}

#cta a.ml:hover
{
    background-position:left -200px;
}

#cta a.join
{
    background-position:left -240px;
}

#cta a.join:hover
{
    background-position:left -280px;
}

#nav a:hover
{
    background-color:#dd464a;
    text-decoration:underline;
}

#nav a.on
{
    background-color:#FF0000;
}

#logo
{
    width:372px;
    height:166px;
    background:transparent url('/images/logo.gif') no-repeat;
    display:block;
    float:left;
}

.clear
{
    clear:both;
    height:0px;
    font-size:0px;
}

#content
{
    min-height:475px;
    height:auto !important;
    height:475px;
}

#content .inner
{
    padding:18px 4px;
}

#footer
{
    height:97px;
    background:transparent url('/images/footer.gif') repeat-x;
}

#footer .inner
{
    width:980px;
    margin:0 auto;
}

#footer-content
{
    padding:18px;
    text-align:center;
    color:#999;
}

h1, h2, h3, h4, h5, h6, h7
{
    font-family:Arial, Verdana;
    font-weight:normal;
}

h1
{
    font-size:24px;
}

h2
{
    font-size:18px;
}

h3
{
    font-size:14px;
    font-weight:bold;
}

/* sidebar */

#sidebar
{
    width:235px;
    float:right;
}

#s1 .inner, .sb-inner
{
    background:transparent url('/images/s1_c.gif') repeat-y !important;
    padding:0px 10px;
    font-weight:bold;
    color:#FFF;
    text-align:center;
}

.sb-inner
{
    padding-bottom:2px;
}

.sb-inner a
{
    color:#FFF;
    margin:4px 0px;
    font-size:11px;
}

#newsletter-signup
{
    background:transparent url('/images/s1_txt.gif') no-repeat;
    background-position:center top;
}

#newsletter-signup input
{
    background:none;
    border:none;
    width:200px;
    font-size:12px;
    margin:8px;
}

#newsletter-submit
{
    margin-top:6px;
}

#newsletter-submit input
{
    border:none;
    background:transparent url('/images/s1_btn.gif') no-repeat;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    height:54px;
    width:215px;
    cursor:pointer;
    outline:none;
}

.s3
{
    background:transparent url('/images/s3_c.jpg') repeat-y;
}

.s3-content
{
    background:transparent url('/images/s3_top.jpg') no-repeat;
    min-height:191px;
    height:auto !important;
    height:191px;
}

.s3-content-2
{
    background:transparent url('/images/s3_top.jpg') no-repeat;
}

.s3-bottom
{
    background:transparent url('/images/s3_bot.jpg') no-repeat;
    height:40px;
    line-height:36px;
}

.s3-bottom a
{
    margin-left:14px;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:underline;
}

.s3-bottom a:hover
{
    text-decoration:none;
}

#latest-news
{
    padding:8px;
}

.news-item
{
    background:#FFF url('/images/news-item-c.gif') repeat-y;
}

.news-item-content
{
    padding:0px 12px;
    font-size:11px;
    line-height:14px;
}

.news-item-content h3
{
    margin-bottom:3px;
}

.news-item-content a
{
    color:#d72227;
    text-decoration:none;
}

.news-item-content a:hover
{
    text-decoration:underline !important;
}

#footer-content a
{
    color:#908f8f;
    text-decoration:none;
    margin:0px 8px;
}

#footer-content a:hover
{
    text-decoration:underline;
}

#footer-content a.lg
{
    font-size:14px;
    font-weight:bold;
}

#videos li
{
    float:left;
    margin-right:2px;
    width:142px;
    height:143px;
    background:transparent url('/images/vid_bg.gif') no-repeat;
}

#page-content
{
    float:left;
    width:720px;
}

#page-content h1
{
    color:#d72227;
    font-size:32px;
    font-weight:bold;
    font-family:Arial, Tahoma, Verdana;
}

#page-content p
{
    line-height:140%;
    margin:10px 0px;
    font-size:13px;
}

.f-item
{
    border:solid 1px #FFFFFF;
    background-color:#EEEEEE;
    margin:12px 0px;
    text-align:center;
}

.f-item img
{
    border:solid 1px #AAA;
    margin-top:4px;
}

.f-item .desc
{
    text-align:left;
    padding:8px;
    color:#FFF;
    margin:0px 4px 4px 4px;
    background-color:#AAA;
    border:solid 1px #AAA;
    border-top-width:0px;
}

ul#faq
{
    margin-top:18px;
}

ul#faq li
{
    padding:8px;
    background-color:#EEE;
    margin-bottom:2px;
    color:#444;
}

ul#faq h3
{
    color:#000;
    margin-bottom:6px;
}

ul.uList li
{
    line-height:140%;
}

ul.bList
{
    list-style-type:disc;
    padding-left:18px;
}

ul.bList li
{
    line-height:140%;
    margin-bottom:5px;
}

ul.bLinks li
{
    background-color:#F1F1F1;
    border:solid 1px #DDD;
    padding:3px;
}

ul.bLinks a
{
    font-weight:bold;
}

ol.nList
{
    list-style-type:
    padding-left:18px;
}

ol.nList li
{
    line-height:140%;
    margin-bottom:5px;
}

/* forms */

.form-item
{
    margin:4px 0px;
    clear:both;
}

.form-image
{
    margin:14px 0px;
    clear:both;
}

.form-item label, .form-image label
{
    float:left;
    width:200px;
    margin-right:4px;
    line-height:26px;
}

.form-item .txt
{
    border:solid 1px #999999;
    width:200px;
    padding:6px;
    color:#666666;
    float:left;
}

.form-item .txtarea
{
    border:solid 1px #999999 !important;
    width:500px;
    height:400px;
    padding:6px;
    color:#666666;
    float:left;
}

.form-submit, .form-cb
{
    padding:6px 0px;
    margin:20px 0px 20px 200px;
}

table.newsList td
{
    padding:4px;
}

.success
{
    color:#FFFFFF;
    background-color:Green;
    padding:4px;
    margin:10px 0px;
}

.nowrapping
{
    white-space:nowrap;
}

.subtitle
{
    margin:6px 0px;
}

.newsdate
{
    margin-bottom:12px;
}

a.adminlink
{
    color:#FFF;
    text-decoration:none;
}

a.adminlink:hover
{
    text-decoration:underline;
}

.page-white
{
    background-color:#FFF;
    padding:18px;
    border:solid 1px #CCC;
}

.news-list-item
{
    margin:4px 0px;
    border:solid 1px #CCC;
    padding:8px;
    background-color:#FFF;
}

.news-list-item h3
{
    margin-bottom:4px;
}

.news-list-item h3 a
{
    
}

h1.redbg
{
    background-color:#d72227;
    color:#FFF !important;
    padding:12px;
    font-size:22px !important;
}

ul.members li
{
    line-height:130%;
    font-size:15px;
    font-weight:bold;
    margin-bottom:12px;
}

.instr
{
    background:#EEE;
    border:solid 1px #DDD;
    padding:12px;
    color:#333;
}

sup
{
    color:#d72227;
    font-weight:bold;
}

a.takeAction
{
    background:transparent url('/images/tab_bg.gif') no-repeat;
}

ul#alpha
{
    margin-bottom:12px;
}

ul#alpha li
{
    float:left;
    margin-right:1px;
}

ul#alpha li a
{
    display:block;
    padding:4px;
    border:solid 1px #CCC;
    background-color:#AAA;
    color:#FFF;
    text-decoration:none;
}

ul#alpha li a:hover
{
    border:solid 1px #CCC;
    background-color:#BBB;
}

a.catList
{
    font-size:24px;
    font-weight:normal;
    color:#333;
}

.catListDiv
{
    background-color:#EEE;
    padding:3px 8px;
    margin-top:12px;
}

.catListDiv a
{
    text-decoration:none;
}

table.vendorList
{
    font-size:11px;
}

table.vendorList td
{
    padding:5px;
    color:#000;
}

table.vendorList td a
{
    font-weight:bold;
    color:#000;
}