﻿/* Light Green: #d8e6b6 */
/* Dark Green: #a0bf80 */
/* Orange: #F15A22 */

body
{
    margin: 0px;
    font-family: arial;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    /*
    background-color: #b5b7b9;
    background-image: url("../MainSiteGraphics/GigBackgroundGradient.gif");
    background-repeat: repeat-x;
    */
    background-color: #444444;
		line-height: 1.4em;
}
a {color: #F15A22;}

/* ---Main--- */

#Main {overflow: hidden; margin-top: 40px; margin-left: auto; margin-right: auto; box-sizing: border-box; width: 100%; max-width: 940px; width: 940px\9;}

/* ---Site Header--- */
#SiteHeader {overflow: hidden; width: 100%; padding: 0px; text-align: left; box-sizing: border-box;}

@media (min-width: 453px) {
#GigHeader {width: 100%;}
#GigHeaderLeft {display: none;}
#GigHeaderRight {display: none;}
}
@media (max-width: 452px) 
{
#GigHeader {display: none;}	
#GigHeaderLeft {width: 100%;}
#GigHeaderRight {width: 100%;}
}

#Content
{
		box-sizing: border-box;
    overflow: hidden;
		width: 100%;
    margin-bottom: 20px;
    padding: 0px;
}
#ContentLeft 
{
		box-sizing: border-box;
    float: left;
    overflow: hidden;
		width: 100%;
    margin: 0px;
		margin-left: -315px;
    padding: 20px 30px 0px 0px;
}
#ContentLeftInner
{
	margin-left: 315px;
}
#ContentRight 
{
		box-sizing: border-box;
    float: right;
    width: 315px;
    height: 100%;
    margin-top: 30px;
    padding: 20px 30px 20px 15px;
    overflow: hidden;
    background-color: #c8c8c8;

}

@media (min-width: 769px) {
}
@media (max-width: 768px) {
#ContentLeft {float: none; margin-left: 0px;}
#ContentLeftInner {float: none; margin-left: 0px;}
#ContentRight {float: none;}

}

/*-------------------------------------*/
img{border-style: none;}
.HLine {float: left; margin-top: 10px; margin-bottom: 15px; width: 100%; height: 1px; background-color: #F15A22;}
.RowLeft
{
    width: 100%;
    padding-bottom: 7px;
    float: left;
    clear: both;
    text-align: left;
}

.RowRight
{
    width: 100%;
    padding-bottom: 7px;
    float: left;
    clear: both;
    text-align: left;
}

.SpacerLeft10H
{
    width: 100%;
    height: 10px;
    float: left;
    clear: both;
    font-size: 1px;
}
.SpacerRight10H
{
    width: 100%;
    height: 10px;
    float: left;
    clear: both;
    font-size: 1px;
}
.SpacerRight5H
{
    width: 100%;
    height: 1px;
    float: left;
    clear: both;
    font-size: 1px;
}

#Footer 
{
		box-sizing: border-box;
    overflow: hidden;
		width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #d8e6b6;
    font-family: arial;
    font-size: 12px;
}
.FooterRow
{
		box-sizing: border-box;
    overflow: hidden;
		width: 100%;
    padding-bottom: 7px;
    float: left;
    clear: both;
    text-align: center;
}

.Clear {
    width:100%;
    height:0px;
    clear:both;
}


.OrangeHeader
{
	font-family: 'Trebuchet MS';
	font-size: 20px;
	color: #F15A22;
	line-height: 23px;
}
.OrangeHeaderSmall
{
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #F15A22;
	line-height: 23px;
}
.Orange
{
	color: #F15A22;
}