/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;

}
html,body,div,p,ul,li,input,select,td,a{
    font-size: 11px;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6{
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #000000;
}
h1{ font-size: 2em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1em; }
h5{ font-size: .95em; }
h6{ font-size: .9em; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}
#pageContainer{
	background-color: #FFFFFF;
    position: relative;
    width: 760px;
    color: #000000;
    margin: 8px auto 0px auto;
    text-align: left;
}
#pageContainer{
    width: 756px;
}

.contactTable{
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}


/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 1000;
    height: 74px;
}

#header a, #header a:hover{
    text-decoration: none;
}
#header a img{
    height: 115px;
    width: 220px;
    border: 0px solid #FFFFFF;
}

/* END LOGO STYLES */

/* HEAD MENU STYLES */
#headMenu{
	background-color: #000000;
    height: 16px;
    text-align: right;
    padding: 0px 0px 3px 0px;
}
html>body #headMenu{
    height: auto;
    min-height: 17px;
}
#headMenu ul, #headMenu ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#headMenu ul{
    float: right;
    padding-right: 8px;
}
#headMenu ul li{
	color: #FFFFFF;
	padding: 0px 3px;
    display: inline;
    float: left;
}
#headMenu ul li a{
	text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
#headMenu ul li a:hover{
	color: #CCCCCC;
    text-decoration: underline;
}

/* END HEAD MENU STYLES */

/* MENUBAR STYLES */
#menubar{
    background-color: #716F70;
    z-index: 2000;
    height: 30px;
    text-align: center;
}
html>body #menubar{
    height: auto;
    min-height: 30px;
}
#tmenu{
	position: relative;
	z-index: 4500;
    list-style: none;
    margin: 0px 5px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    position: relative;
    list-style: none;
    display: inline;
    top: 5px;
    margin: 5px;
    padding: 0px;
    color: #FFFFFF;
}
#tmenu li a{
    position: relative;
    padding: 2px 3px;
    margin: 0px;
    font-size: 9px;
    font-weight: normal;

    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #FFFFFF;
    text-decoration: underline;
}

 /* DROP DOWN MENU */
#tmenu li ul{
	z-index: 5000;
    position: absolute;
    display: none;
    top: 18px;
    left: 0;
    list-style: none;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: auto;
}
html>body #tmenu li ul{
	top: 17px;
}

#tmenu li ul li{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}
html>body #tmenu li ul li{
    width: auto;
    height: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 125px;
    right: 310px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #716F70;
    color: #FFFFFF;
    border-top: 1px solid #838383;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
html>body #tmenu li ul li a{
    width: auto;
    right: 0px;
    min-width: 125px;
}
#tmenu li ul li a span{
    background-image: none;
    display: inline;
    height: auto;
    color: #8D0303;
}

#tmenu li ul li a:hover{
    background-color: #808A8C;
    background-image: none;
    text-decoration: none;
    color: #E6ECEC;
    text-transform: none;
}
#tmenu li ul li a:hover span{
    border: 0px solid #000000;
    background-image: none;
    color: #ff0000;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    position: relative;
    width: 100%;/* ie ugly... don't ask */
}
#columnLeft{
	padding: 6px 0px 6px 9px;
	background-color: #E6ECEC;
    width: 157px;
}
#content{
    position: relative;
    height: 400px;
    padding: 12px 12px 16px 12px;
    color: #000000;
}
html>body #content{
    height: auto;
    min-height: 400px;
}

.contentTop{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

#copyright{
	width: 756px;
	position: relative;
	background-color: #716F70;
    font-size: .9em;
    text-align: center;
    color: #484848;
    margin: 0px auto;
}
#copyright div{ padding-top: 3px; font-size: 9px; line-height: 12px;}
#copyright a{ font-weight: bold; font-size: 9px; color: #E6ECEC; line-height: 12px;}
#copyright a#bbbsys{color: #484848; font-weight: normal; text-decoration: none;}
#copyright a:hover, #copyright a#bbbsys:hover{color: #F6F9F9;}

/* END COLUMN MAIN */

/* DATA TABLES */
.adminTitle, .cellHeader, .cell, .cellOdd, .cellError{
    font-size: .7em;
}
html>body .adminTitle, html>body .cellHeader, html>body .cell, html>body .cellOdd, html>body .cellError{
    font-size: .985em;
}

td.adminTitle{
    background-color: #808A8C;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    padding: 4px 8px 4px 8px;
    color: #FFFFFF;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 16px;
    font-weight: bold;
}
td.cell{
	border-bottom: 1px solid #CCCCCC;
    padding: 2px 0px;
    text-align: left;
}
td.cellOdd{
	border-bottom: 1px solid #CCCCCC;
    padding: 2px 0px;
}
td.cellError{
    padding: 2px 0px;
}
.fcellHeader{
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	border-top: 1px solid #CCCCCC;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    font-weight: normal;
    font-size: .985em;
}
.button{
    color: #FFFFFF;
    background-color: #808A8C;
    border: 2px outset #B7BDBE;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #B7BDBE;
    border: 2px inset #808A8C;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: .85em;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
a.button:hover{
    background-color: #808A8C;
    border: 2px inset #637353;
    color: #FFFFFF;
}
html>body .button{
    background-repeat: no-repeat;
    background-position: bottom right;
}
html>body .buttonOver{
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #373A2C; }
a:hover{ color: #808A8C; }
a.cellHeader{ }
a.cellHeader:hover{ }
a.cellHeaderSmall{ font-size: .885em;}
a.cellHeaderSmall:hover{ }
a.cellLarge{}
a.cellLarge:hover{}
a.small{ font-size: .885em; margin-bottom: 4px;}
a.toolbarText{ }
a.toolbarIcon{ }
a.toolbarIcon:hover{ }
.toolbarIcon{ }

a img{
    border: 0px solid #000000;
}


/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: .985em; }
.large{ font-size: .985em; }
.tdHeader{ font-size: .985em; }
span.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px; border-bottom: 1px solid #000000;}
html>body div.hr, html>body div.hr2{ background-image: none; }

form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* GALLERY STYLES */

.gallerytd{
    background-color: #5F5F5F;
    border-top: 1px solid #5B5B5B;
    width: 500px;
}

html>body .gallerytd{
    width: auto;
}

/* END GALLERY */


/* Application Styles */

.subTitle{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #808A8C;
}

/* END Application Styles */

#rCalc{ width: 60%; }
html>body #rCalc{ width: 100%; }

#rCalc td{ padding: 5px; }
#rCalc .error{ color: #FF0000; }

#homeTbl{ margin: 0px auto 0px auto; }
#homeTbl a img{ width: 223px; height: 160px; border: 0px solid #000000; }