﻿.content
{
    float: left;
    width: 480px;
    margin-left: 40px;
    margin-bottom: 5px;
    margin-top: 20px;
    position:relative;
}
.rightPanel
{
    float:right;
    width: 220px;
    position:relative;
    margin:20px 35px 0px 0px;
}

.homeContent
{
    float: right;
    width: 962px;
    margin: 10px 30px 10px 10px;
    padding:0px;
    position:relative;
}
.clearBoth
{
    clear:both;
    margin:0px;
}
.homeContent .modalBackground
{
    width:350px;
    padding: 10px;
    text-align: center;
    background-color:White;
}
.homeContent .modalBackground p
{
    text-align:center;
}
.modalBack
{
    background-color: #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
}
.modalHeader
{
    padding: 5px;
    font-size: 20px;
    color: #333333;
}
.popupMenu
{
    position:absolute;
    visibility:hidden;
    height:auto;
    width:auto;
    /*opacity:.9;
    filter:alpha(opacity=100);*/
    padding:5px;
    border:solid thin white;
}
.orderNav
{
    width:100%;
    float:left; 
    
}
.orderNav ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.orderNav li
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-image: url( 'images/repeat.jpg' );
    background-repeat: repeat-x;
    height:auto;
    margin-bottom:3px;
    border-top:solid thin #E9E9E9;
    border-left:solid thin #E9E9E9;
    border-right:solid thin #E9E9E9;
}
.orderNav li:hover
{
    background-image: url( 'images/repeat_on.jpg' );
    background-repeat: repeat-x;
}
.entry
{
    height:70px;
    margin:0px;
    padding:0px;
    float:left;
    width: 100%;
}
.DragHandleClass
{
    background-position: left top;
    width: 32px;
    height: 50px;
    background-image: url(  'images/Move-32.png' );
    background-repeat: no-repeat;
    cursor: move;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 15px;
    padding: 0px;
}
.orderNav h2 
{
    font-size: 22px;
    padding:0px;
    margin: 5px, 0px, 0px, 0px;
    font-weight: normal;
}
.orderNav p
{
    font-size: 12px;
    padding:0px;
    margin: 5px, 0px, 5px, 0px;
}
.sctPanel
{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#F0F0F0;
    border:solid 1px #CCCCCC;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    /*-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);*/
}
.sctPanel h2
{
    background-color:#CCCCCC;
    padding:5px;
    margin-bottom:10px;
}
.sctPanel a
{
    color:#400000;
    text-decoration:underline;
}
.imgRight
{
    float: right;
    border: thin solid #937E7B;
    padding: 2px;
    margin-left: 25px;
}
.imgLeft
{
    float: left;
    border: thin solid #937E7B;
    padding: 2px;
    margin-right: 45px;
    
}
.imgCen
{
    border: thin solid #937E7B;
    padding: 2px;
}
.formContact
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #BBCBD7;
    vertical-align: top;
}
.formPanel
{
    width: 500px;
    padding:5px;
    text-align:left;
}
.imgThumb
{
    border: thin solid #83E747;
    padding: 3px;
    height: 75px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.imgThumbHover
{
    border:solid thin #22490A;
    padding:3px;
    height:75px;
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
}
.pnlClose
{
    float: right;
    right: -15px;
    top: -15px;
    position: absolute;
}
.animNav li
{
    float:left;
    position:relative;
    width:175px;
}
.content ul
{
    margin-left:0px;
    padding:0px;
}
.content li
{
    background-position: left top;
    margin-left:20px;
    padding:0px;
}
.content li p
{
    margin-left: 30px;
}
.announce
{
    font-size: 26px;
    text-align:right;
}
.linkTable
{
    width:500px;
    margin:0px;
    padding:0px;
}
.linkTable a
{
    font-size: 20px;
    display: block;
    padding: 10px;
    height: 30px;
    line-height: 30px;
}
.linkTable a:hover
{
}
.sctPanel .textright
{
    text-align: right;
    color: #400000;
    font-size: 11px;
    width: 100%;
}
.hide
{
    overflow: hidden;
}
.eventLeft
{
    width:350px;
    float:right;
    margin:0px;
    padding:0px;
}
.eventLeft a
{
    margin:0px;
    padding:0px;
    text-align:right;
    color: #400000;
}
.eventRight
{
    width:350px;
    float:left;
    margin:0px;
    padding:0px;
}
.eventRight a
{
    margin:0px;
    padding:0px;
    text-align:right;
    color: #400000;
}
.contactPanel
{
    width:80%;
    background-color:#F0F0F0;
    border:solid 1px #CCCCCC;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    padding:10px 10% 10px 10%;
}
.contactPanel h2
{
    margin:0px 0px 5px 0px;
}
.contactPanel p
{
    margin:0px 0px 0px 0px;
}
.Grey
{
    color:#666666;
}
.flashContainer
{
    width:100%;
    height:250px;
    margin:0px;
    padding:0px;
}
.leftFlash
{
    width:481px;
    height:250px;
    margin:0px;
    padding:0px;
    background-color:#400000;
    border-bottom:solid 1px white;
    border-right:solid 1px white;
    float:left;
}
.rightFlash
{
    width:481px;
    height:250px;
    margin:0px;
    padding:0px;
    border-bottom:solid 1px white;
    background-color:#400000;
    float:right;
}
.leftFlash .bannerTextHolderRight
{
    float:right;
    margin:25px 20px 25px 20px;
    text-align:left;
    width:200px;
}
.rightFlash .bannerTextHolderRight
{
    float:right;
    margin:25px 20px 25px 20px;
    text-align:left;
    width:200px;
}
.flashMovie
{
    text-align:center;
}
.content .blogPanel
{
    
}
.content .blogPanel .header
{
    
}
.content .blogPanel .cont
{
    
}
