﻿h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	font-family: Cambria;
	font-size: 45px;
}/*shop-product header*/

h2
{
	color: #084363;
	font-family: Trebuchet MS;
}

h3
{
	width: 100%;
    color: #44331c;
    font-family: Trebuchet MS;
    text-align: center;
    font-size: 1.3em;
}

h4
{
	color: #3fb0dc;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
}

h5
{
	color: #fff;
	font-family: Verdana;
	font-size: 18px;
	margin: 0;
}

h6
{
	font-size: 1em;
	color: #599b15;
	margin: 0;
	padding: 0;
}

.FormField
{
	border: 2px solid #ccc;
	padding: 3px;
	font-size: 16px;
	color: #7e949e;
	font-weight: bold;
}

.FAQ_Q
{
	color: Purple; 
	font-weight: bold; 
	font-size: 18px;
}

.FAQ_A
{
	color: Green; 
	font-weight: bold; 
	font-size: 18px;
}

/*Tables*/

table, td
{
	padding: 5px;
	border: 1px solid #282b2d;
	color: #000;
}



/*over black*/

.Table_ColumnTitle
{
	color: #3fb0dc;
}

.Table_RowTitle
{
	color: #3fb0dc;
	padding-right: 20px;
}



/*over black*/
/*Tables*/

/*contact form*/
.ContactLeftColumnLayout
{
    width: 75px; 
    float: left;
    margin-bottom: 6px;

}
.ContactRightColumnLayout
{
    float: left;
    margin-bottom: 6px;
}

/*contact form*/

/*team*/

.TeamMainBoundingBox
{
	float: left; 
	width: 100%;
	margin-top: 10px; 
	padding-top: 10px; 
	border-top: 1px solid #90877d;
}

.TeamSubTitle
{
	font-size: .70em; 
	font-weight: normal;
}

.TeamBio
{
	float: left; 
	width: 25%; 
	margin: 5px; 
	font-size: .90em;
}

.TeamPhoto
{
	float: left; 
	margin: 5px;
	width: 70%;
}

.TeamList
{
	font-size: .80em; 
	margin: 0; 
	padding-left: 5px; 
	text-align: left;
	list-style-type: circle;
}

/*team*/
/*events*/

.HeaderEventsAll
{
    float: left; 
    width: 597px; 
    height: 167px; 
    margin-top: 5px;
    background-repeat: no-repeat;
    border-right: 1px solid #700707; 
    border-left: 1px solid #700707;
}

.IconCalendar
{
    float: left; 
    width: 41px; 
    height: 45px; 
    margin: 10px 10px 10px 5px;
    background: url('images/icon_calendar.gif') no-reapeat; 
}

.IconCost
{
    float: left; 
    width: 41px; 
    height: 42px; 
    margin: 10px 10px 10px 5px;
    background-image: url('images/icon_cost.gif'); 
    background-repeat: no-repeat;
}

.IconLodging
{
    float: left; 
    width: 41px; 
    height: 41px; 
    margin: 10px 10px 10px 5px; 
    background-image: url('images/icon_lodging.gif'); 
    background-repeat: no-repeat;
}

.IconBulletMoreInfo
{
    list-style-image: url('images/icon_info_sm.gif'); 
    margin-left: 0px; 
    font-weight: bold;
}

/*events*/
/*classes*/

.ClassInfoBox
{
	border: 1px solid #ccc; 
	padding: 5px;
	margin: 5px  0 5px 0;
	text-align: justify;
}

/*classes*/
/*EQIPTMENT DEALERS*/

.GearBox
{
    float: left; 
    width: 200px; 
    height: 50px; 
    margin: 3px 3px 3px 3px;
    border: 1px solid #ccc;
}
/*EQIPTMENT DEALERS*/

/*STORE HOME*/

.StoreContainerMain
{
    float: left; 
    width: 650px; 
    padding-bottom: 10px;
}

.StoreContainerHeader
{
     
    height: 5%; 
    padding-left: 10px; 
    color: #ffffff; 
    font-weight: bold; 
    font-size: 20px; 
    letter-spacing: 3px; 
    background-color: #d21533;
}

.StoreItemContainerMain
{
    float: left; 
    width: 28%; 
    height: 80%; 
    margin: 3px 3px 3px 3px; 
    padding: 2px 2px 2px 2px; 
    border: 1px solid #93b5d2;
}

.StoreItemLabel
{
    height: 55px;
    margin-bottom: 5px; 
    border-bottom: 2px solid red; 
    background-color: #c9f8fc; 
    font-size: 15px; 
    font-weight: bold; 
    text-align: center;
}

.StoreItemPriceLeft
{
    float: left; 
    width: 90px; 
    height: 60px; 
    padding-right: 10px; 
    border-bottom: 1px dashed #93b5d2; 
    text-align: right; 
    color: #666666; 
    font-size: 11px;
}

.StoreItemPriceRight
{
    float: left; 
    width: 85px; 
    height: 60px; 
    margin-bottom: 5px; 
    padding-left: 10px; 
    border-bottom: 1px dashed #93b5d2; 
    font-size: 12px;
}

.StoreItemPriceSale
{
    color: Blue;
    font-weight: bold;
    background-color: Yellow;
}

/*STORE HOME*/


