﻿body
{
	/*background: url("../Images/template/background.png") repeat scroll left top transparent;*/
	background-attachment: scroll;
    background-color: #E5E4DE;
    background-image: url("../Images/template/greyscale_natural_grunge_softblur.jpg");
    background-position: left top;
    background-repeat: repeat;

	font-family: 'Merriweather',serif;
	color: #77756C;
 	font-size: 15px;
	font-weight: 400;
}

h1, h2, h3, h4, h5 
{
	color: #1c6d93;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0 0;
	padding: 0 0;
	padding-bottom: 2px;
	padding-top: 10px;
}

h1 
{
	font-size: 155%;
}

h1#titleH1 
{
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	/*text-shadow: 4px 4px 4px #aaa;*/
	padding-top: 25px;
	padding-bottom: 15px;
	/*margin-left: 15px;*/
	margin-right: 15px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}


h2 
{
	font-size: 140%;
	line-height: 1.9em;
}

h3 
{
	font-size: 120%;
	line-height: 1.3em;
}

h4 
{
	font-size: 110%;
	line-height: 1.3em;
}

h5 
{
	font-size: 100%;
	line-height: 1.3em;
}


a:link, a:visited
{
    color: #298dbd;
    text-decoration: underline;
}

a:hover
{
    color: #298dbd;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}


.container 
{
}

hr
{
	margin: 20px 0;
    border: medium none;
    color: #E5E4DE;
    height: 1px;
	border: 0 none;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.5) inset;
    height: 4px;

}



div#mainContainer
{
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 10px;
	/*
	background: none repeat scroll 0 0 #fdf3e4;
	background: none repeat scroll 0 0 #fbf3e9;
	*/
    
	background-color: #FAF7F1;
	background-attachment: fixed;
    background-image: url('../Images/template/lightpaperfibers_warmer.jpg');
    background-position: left top;
    background-repeat: repeat;
	
	
	box-shadow: 0 0 118px 6px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#mainContainer {
		background-attachment: scroll;
	}
}

div#maincontent 
{
    /*
	padding-left: 20px;
	padding-right: 20px;
	*/
    padding-bottom: 20px;

	/*-webkit-box-sizing: border-box; */
	/*-moz-box-sizing: border-box;    */
	/*box-sizing: border-box;         */
}

div#maincontent p 
{
	line-height:24px;
}

.padded-lr-none 
{
	padding-left: 0;
	padding-right: 0;
}

.padded-lr-normal 
{
	padding-left: 15px;
	padding-right: 15px;
}



/* -------------------------------------  
	forms 
*/



form.server 
{
	margin: 0 0;
	display: inline;
}

form 
{
	display: inline;
}

form fieldset
{
	margin: 0 0.5em 1.5em 0;
	padding: 0 0;
	border: 1px solid #bbb;
	background-color: #E9EBED;
	background-repeat: repeat-x; 
}	

form fieldset.noBorder, form fieldset.noborder  
{
	border: none;
	background: none;
}

form fieldset legend
{
	margin-left: 1em;   
	margin-top: -10px;   
	color: #7f6e76;
	font-size: 120%;   
	font-weight: bold;  
}

form div.instructions    
{
	text-align: center;
	margin-bottom: 15px;
}

form fieldset ol {   
    margin-top: 20px;
    margin-left: 0;
	padding:  0 1em 0 2em;   
	list-style: none;  
}  

form fieldset ol li {   
	/*padding-bottom: 0.5em;*/
}  

form fieldset label 
{
	display:block;
	padding-top: 1em;
	/* padding-bottom: 0.2em; */
	font-size:90%;
	font-weight:bold;
}

form fieldset .radioButtonList label, form fieldset .checkboxList label 
{
	display:inline !important;
	font-weight:normal !important;
}

form fieldset .checkbox label, form fieldset .inline label
{
	display:inline !important;
}

form fieldset label span.required, label span.required, span.required
{
	color:#B20838;
}

form fieldset label.section 
{
	color:#559959; 
	font-weight:bold;
	font-size: 110%;
}



form fieldset input, textarea 
{
	font-size:100%;
	color:#666699;
}

form fieldset select
{
	font-size:100%;
	color:#666699;
}

form fieldset span.errorMessage 
{
	color: #B20838;
	font-size: 80%;
	font-weight: bold;
	display:block;
	position: relative;
	top:-10px;
}

form fieldset div.validationSummary, form div.validationSummary  
{
	/*
	background-image: url('../Store/Images/warning.png');
	background-position: left -4px;
	background-repeat: no-repeat;
	*/
	color: #B20838;
	font-weight: bold;
	padding-left: 0;
}
form fieldset div.validationSummary 
{
	margin-left: 20px;
	margin-top: 20px;
}

form fieldset div.nolist ul, form div.nolist ul
{
	display:none !important;
}





/* -------------------------------------  
	header 
*/



div#headerbar
{
	height: 7px;
	background-color: #b20838;
}

div#headercontent 
{
	height: 190px;
	position:relative; 
	/*
		background: none repeat scroll 0 0 #fdf3e4;
		background-color: #E6DED4;
	*/
	background-color: #FAF7F1;
	background-attachment: fixed;
    background-image: url('../Images/template/lightpaperfibers_warmer.jpg');
    background-position: left top;
    background-repeat: repeat;
}

div#headercontent div#logoDiv 
{
	margin-top: 15px;
	height: 135px;
	border: 3px solid #b20838;
	background-color: #ffffff;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}

div#headercontent img.logo
{
	/*
	width: 166px;
	height: 126px;
	*/
	margin-top: 15px;
	height: 103px;
}

div#headercontent div#slogan
{
	/*
	position:absolute;
	overflow: visible;
	width: 100%;
	right: 20px; 
	bottom:10px;
	*/
	margin-top: 8px;
	font-size: 11pt;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
}

div#headercontent div#sloganSmall
{
	margin-top: 10px;
	font-size: 10pt;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	position: absolute;
	width: 300px;
	left: -25px;
}

div#headercontent div#slogan img#colorbar
{
	width: 91px;
	height: 5px;
	display:block;
	right: 0;
	position: absolute;
	padding: 5px;
}

div#headerSocialMediaIcons 
{
	padding-top: 10px;
}

div#headerSocialMediaIcons img 
{
	width:30px;
	height:30px;
	margin-right: 7px;
}


/* -------------------------------------  
	Main Navigation 
*/

.menu3dmega 
{
	box-shadow: none;
    /*
	box-shadow: 0px 3px 5px rgba(170, 170, 170, 1.5);
    z-index:1;
	*/
	/*
    height: 20px;
	*/	
}

.menu3dmega > ul {
    padding-left: 0;
	text-align:center;
}

.menu3dmega > ul > li {
	float:none;
}

.menu3dmega > ul > li > a, .menu3dmega > ul > li > span {
    font-weight: 600;
	color: #706F69;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom:24px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

/* MOBILE*/
@media (max-width: 480px) {
}

/* SCREEN */
@media (min-width: 768px)  {
	.menu3dmega.responsive > ul > li > a, .menu3dmega.responsive > ul > li > span {
	}
}

/* MOBILE & TABLET*/
@media (max-width: 767px)  
{
	.menu3dmega.responsive > ul > li > a, .menu3dmega.responsive > ul > li > span {
		font-size: 14px;
		font-family: sans-serif;
		font-weight: 400;
		line-height: 20px;
		padding-top: 2px;
		padding-bottom:2px;
		padding-left: 25px;
		padding-right: 5px;
	}
	.menu3dmega > ul {
		text-align:left;
	}
	.menu3dmega > ul > li {
		float:left;
	}

}



.menu3dmega.skin-gray{
	background-color: #FBFAF7;
    border-left: none;
    border-top: 1px solid #E5E4DE;
    border-right: none;
	border-bottom: 1px solid #E5E4DE;
}
.menu3dmega.skin-gray.vertical{
    border-left: 1px solid #b20838;
    border-top: 1px solid #b20838;
    border-right: none;
    border-bottom: 1px solid #b20838;
}
.menu3dmega.skin-gray > ul > li{
	border: none;
	/*
    border-left: 1px solid #616B7A;
    border-right: 1px solid #b20838;
	*/
}
.menu3dmega.skin-gray.vertical > ul > li{
    border-top: 1px solid #616B7A;
    border-bottom: 1px solid #b20838;
}
.menu3dmega.skin-gray > ul > li:hover{
    background-color:#efede6;
}
.menu3dmega.skin-gray > ul > li.no-link:hover{
    background-color:transparent;
}
.menu3dmega.skin-gray .dropdown-menu{
    border-bottom: 10px solid #060606;
	box-shadow: 0px 3px 5px rgba(170, 170, 170, 1.5);

}
.menu3dmega.skin-gray a:hover{
    color:#3d4859;
	text-decoration:  underline;
}
.menu3dmega.skin-gray .menu-search input[type="text"]{
    border:1px solid #b20838;
}

.menu3dmega .menuToggle {
	color: #706F69;
	background-color: #FBFAF7;
    border-left: none;
    border-top: 1px solid #E5E4DE;
    border-right: none;
	border-bottom: 1px solid #E5E4DE;
}


/* -------------------------------------  
	Quick Navigation 
*/

div#quickNav 
{
	position:absolute; 
	/*
	bottom:15px; 
	*/
	top:10px;
	left:20px;
}

div#quickNav a 
{
	display: block;
	text-transform: uppercase;
	font-family: 'Archivo+Narrow', sans-serif;
	font-weight: 700;
	font-size: 8pt;
	line-height: 17px;
}

div#quickNav a:link, div#quickNav a:visited
{
	color: #1e160b;
    text-decoration: none;
}

div#quickNav a:hover
{
    color: #298dbd;
    text-decoration: none;
}

div#quickNav a:active
{
    color: #034af3;
}


/* -------------------------------------  
	footer 
*/


div#footercontent 
{
	/*box-sizing: border-box;*/ 
	padding: 20px;
	/*
	background-image: url("../Images/template/footer-background.png");
	background-repeat: repeat-x;
	background-color:  #17252B;
	color: #e0dee8;
	*/
}

div#footercontent h1, div#footercontent h2, div#footercontent h3, div#footercontent h4, div#footercontent h5 
{
	color: inherit;
}	 


div#footercontent	 
{
}

/*
div#footercontent a 
{
    text-decoration: underline;
}
div#footercontent a:link, div#footercontent a:visited
{
	color: #c0d0d8;
}
div#footercontent a:hover
{
    color: #eee;
}
div#footercontent a:active
{
    color: #034af3;
}
*/

div.siteMap {
	padding-top: 40px;
}

div.siteMap a, div.siteMap a:link, div.siteMap a:visited 
{
    text-decoration: none !important;
	font-size: 10pt;
	display:block;
	text-align:left;
}


#footerConnectWithUs 
{
	font-size: 175%;
	line-height:20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

div#footerPhone 
{
}
div#footerEmail 
{
}
div#footerAddress 
{
	padding-top:40px;
}

div#footerCopyright 
{
	font-size:90%;
	padding:30px;
}

div#footerSocialMediaIcons 
{
	padding-bottom: 20px;
}

div#footerSocialMediaIcons img 
{
	width:40px;
	height:40px;
	margin-right: 7px;
}

small#footerRespect 
{
	display:block;
	font-size:70%;
}


