/* ######## MAIN ######## */

body
{
    padding: 0;
    margin: 0;
    font: 12px Arial, sans-serif;
    line-height: 18px;
    background: #fff url('/images/header_bg.jpg') repeat-x top;
}

a:link, a:active, a:visited
{
    color: #991401;
    background: inherit;
}

a:hover
{
    color: #DA3B3B;
    background: inherit;
    text-decoration: underline;
}

.content
{
    margin: 0px auto;
    width: 780px;
}

p
{
    margin: 5px 0;
}

h5
{
    color: black;
    font: bold 14px Arial, Sans-Serif;
    border-bottom: 1px dashed #991401;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4
{
    background: #FFF url('/images/h4_bg.jpg') no-repeat;
    height: 30px;
    padding: 5px 0 0 0px;
    margin: 0;
    font: bold 16px Arial, Sans-Serif;
    letter-spacing: 3px;
    color: white;
    font-variant: small-caps;
}

h4 span
{
    padding: 1px 10px 0 10px;
    line-height: 22px;
    margin: 0;
}

h3
{
    color: black;
    font: bold 14px Arial, Sans-Serif;
    border-bottom: 1px dashed #991401;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-variant: small-caps;
}

h2
{
    background: #FFF url('/images/h2_bg.jpg') no-repeat;
    height: 30px;
    padding: 5px 0 0 0px;
    margin: 0;
    font: bold 16px Arial, Sans-Serif;
    letter-spacing: 3px;
    color: white;
    font-variant: small-caps;
}

h2 span
{
    padding: 1px 10px 0 10px;
    line-height: 22px;
    margin: 0;
}

h1
{
    background: #FFF url('/images/h1_bg.jpg') no-repeat;
    height: 40px;
    padding: 5px 0 0 0px;
    margin: 0;
    font: bold 22px Arial, Sans-Serif;
    letter-spacing: 3px;
    color: white;
    font-variant: small-caps;
}

h1 span
{
    padding: 1px 10px 0 10px;
    line-height: 24px;
    margin: 0;
}

img
{
    border: 0;
}

hr
{
    height: 1px;
    border-style: solid;
    color: #d0d0d0;
    background-color: #C0C0C0;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ######## END: MAIN ######## */


/* ######## HEADER ######## */

#top
{
    padding-top: 0;
    background: transparent;
    height: 185px;
}

#top #right
{
    float: right;
    padding: 0;
    text-align: right;
}

#top #right #checkout_security
{
    margin-top: 10px;
    background-color: black;
    border: 2px solid white;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    height: 100px;
    width: 375px;
}

#top #right #checkout_security .header
{
    font-variant: small-caps;
    font-size: 14px;
}

#top #right #newsletter
{
    margin-top: 10px;
    background-color: black;
    border: 2px solid white;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
}

#top #right #newsletter a:link, #top #right #newsletter a:active, #top #right #newsletter a:visited
{
    color: white;
    background: inherit;
    text-decoration: underline;
}

#top #right #newsletter a:hover
{
    color: white;
    background: inherit;
    text-decoration: none;
}

#top #right #newsletter input
{
    border: 1px solid #991401;
    padding: 2px;
    color: #991401;
}

#top #right #newsletter input.submit
{
    border: 1px solid white;
    background: black;
    color: white;
}

#top #right #newsletter input.submit:hover
{
    background: #991401;
}

/* ######## END: HEADER ######## */


/* ######## MAIN NAVIGATION MENU ######## */

.dropmenumain
{
    width: 100%;
    font-weight: bold;
}

.dropmenumain:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dropmenumain ul
{
    width: 100%;
    height: 2em;
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: center;
}

.dropmenumain ul li
{
    display: inline;
    padding: 4px 10px 4px 10px;
}

.dropmenumain ul li a
{
    font: bold 13px Arial, Helvetica, sans-serif;
    color: white;
    padding: 4px 0px 4px 0px;
    margin: 0;
    text-decoration: none;
    letter-spacing: .25px;
}

.dropmenumain ul li a:hover
{
    text-decoration: underline;
}

.dropmenudiv
{
    position: absolute;
    top: 0;
    border: 1px solid #991401;
    border-bottom-width: 0;
    font: bold 12px Arial, Helvetica, sans-serif;
    line-height: 18px;
    z-index: 500;
    background-color: white;
    width: 175px;
    visibility: hidden;
}

.dropmenudiv a
{
    width: auto;
    display: block;
    border-bottom: 1px solid #991401;
    padding: 2px 3px;
    text-decoration: none;
    color: black;
    text-align: left;
    letter-spacing: 1px;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover
{
    background-color: #F0F0F0;
    color: #991401;
}

.sectiontitle
{
    font: bold 13px Arial, Helvetica, sans-serif;
    color: white;
    font-variant: small-caps;
}

/* ######## END: MAIN NAVIGATION MENU ######## */


/* ######## FEATURE ######## */

#feature
{
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ######## END: FEATURE ######## */


/* ######## SIDE COLUMN ######## */

.side_box
{
    background: #F6F6F6;
    border: 1px solid #991401;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
}

.side_box ul
{
    margin: 0;
    padding: 0;
}

.side_box li
{
    line-height: 18px;
    background: #F6F6F6 url('/images/arrows.gif') no-repeat left;
    background-position: 0 .4em;
    list-style: none;
    padding-left: 20px;
}

.side_box a
{
    background: #F6F6F6;
    text-decoration: none;
}

.side_box .calendar a
{
    background: none;
    text-decoration: underline;
}

/* ######## END: SIDE COLUMN ######## */


/* ######## COLUMN LAYOUTS ######## */

.colmask
{
    position: relative;
    clear: both;
    float: left;
    width: 780px;
    overflow: hidden;
    margin-bottom: 10px;
}

.colright, .colmid, .colleft
{
    float: left;
    width: 100%;
    position: relative;
}

.col1, .col2, .col3
{
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.threecol_25_50_25 .colmid
{
    right: 25%;
}
.threecol_25_50_25 .colleft
{
    right: 50%;
}
.threecol_25_50_25 .col1
{
    width: 49%;
    left: 100.5%;
}
.threecol_25_50_25 .col2
{
    width: 24.5%;
    left: 26%;
}
.threecol_25_50_25 .col3
{
    width: 24.5%;
    left: 77%;
}

.threecol_33_33_33 .colmid
{
    right: 33%;
}
.threecol_33_33_33 .colleft
{
    right: 33%;
}
.threecol_33_33_33 .col1
{
    width: 32%;
    left: 100.5%;
}
.threecol_33_33_33 .col2
{
    width: 32.5%;
    left: 34%;
}
.threecol_33_33_33 .col3
{
    width: 32.5%;
    left: 68.5%;
}

.threecol_37_37_25 .colmid
{
    right: 25%;
}
.threecol_37_37_25 .colleft
{
    right: 37%;
}
.threecol_37_37_25 .col1
{
    width: 36%;
    left: 100.5%;
}
.threecol_37_37_25 .col2
{
    width: 36.5%;
    left: 26.5%;
}
.threecol_37_37_25 .col3
{
    width: 24.5%;
    left: 65%;
}

.twocol_25_75 .colleft
{
    right: 75%;
}
.twocol_25_75 .col1
{
    width: 74.5%;
    left: 100%;
}
.twocol_25_75 .col2
{
    width: 24.5%;
    left: 0.5%;
}

.twocol_75_25 .colleft
{
    right: 25%;
}
.twocol_75_25 .col1
{
    width: 74.5%;
    left: 25%;
}
.twocol_75_25 .col2
{
    width: 24.5%;
    left: 26%;
}

.twocol_60_40 .colleft
{
    right: 40%;
}
.twocol_60_40 .col1
{
    width: 59.5%;
    left: 40%;
}
.twocol_60_40 .col2
{
    width: 39.5%;
    left: 41%;
}

/* ######## END: COLUMN LAYOUTS ######## */


/* ######## CONTENT COLUMN ######## */

.content_column p
{
    padding: 0 10px 10px 10px;
    text-align: justify;
}

.content_column ul
{
    list-style-position: inside;
}

.content_column ul li
{
    list-style-type: square;
}

.content_column fieldset
{
    border: 1px solid #991401;
    background-color: #F6F6F6;
    margin-bottom: 10px;
    position: relative;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.content_column legend
{
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	word-spacing: 3px;
	background-color: #991401;
	padding: 2px 6px;
	position: relative;
    top: -10px;
    left: 10px;
}

.content_column .nostyle label
{
    color: black;
    font-weight: normal;
    text-align: left;
	margin-right: 0px;
	position: inherit;
	display: inherit;
	float: none;
	width: 100%;
	margin-bottom: 0px;
}

.content_column label
{
    color: #991401;
    font-weight: bold;
    text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	margin-bottom: 10px;
}

.content_column input, .content_column select, .content_column textarea
{
    margin-bottom: 10px;
    border: 1px solid #991401;
    padding: 3px;
    font: 12px Arial, sans-serif;
}

.content_column .large_button input.submit
{
	font-size: 20px;
	border: 5px solid #d0d0d0;
}

.content_column input.submit
{
    background-color: #991401;
    border: 1px solid black;
    color: white;
    font-weight: bold;
}

.content_column input.submit:hover
{
    background-color: black;
}

.content_column .validation
{
    font: bold 12px Arial, Sans-Serif;
    background-color: #F6F6F6;
    border: 1px dashed #991401;
    margin-bottom: 10px;
    padding: 10px;
}

.content_column .success_message
{
    font: bold 12px Arial, Sans-Serif;
    background-color: #F6F6F6;
    border: 1px dashed green;
    margin-bottom: 10px;
    padding: 10px;
}

.content_column table.bbq-gridview
{
    border: 1px solid #991401;
    margin-left: 10px;
    margin-right: 10px;
    width: 570px;
}

.content_column .bbq-gridview th
{
    font-weight: bold;
    background: #991401;
    color: White;
}

.content_column .table_header
{
    font-weight: bold;
    background: #991401;
    color: White;
}

.content_column .notice {
    font: bold 12px Arial, Sans-Serif;
    color: #991401;
    line-height: 18px;
    border: 2px dashed #991401;
    margin-bottom: 10px;
    padding: 10px;
}

/* ######## END: CONTENT COLUMN ######## */


/* ######## FOOTER ######## */

#footer
{
    clear: both;
    border-top: 1px dashed #991401;
    color: #777;
    padding-top: 5px;
}

#footer .right
{
    text-align: right;
}

#footer .center
{
    text-align: center;
    color: black;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #F6F6F6;
    border: 1px solid #991401;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: #777;
    text-decoration: underline;
}

/* ######## END: FOOTER ######## */


/* ######## MISC ######## */

.modalBackground {
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color: white;
	border: 3px solid #991401;
    padding: 10px;
    width: 650px;
    overflow: auto;
}

/* ######## END: MISC ######## */
