/**********************************************************************
*  CopyRight: JustRight Software Corporation, 2015
*  Developer: Julian Restrepo
*  Email: sales@jrscorp.com
*  Company: JustRight Software Corporation
*  Project: JRS Corporation website
*  Version: 3.0
*  Date: 2019-06-26
*/

/* required to avoid errors in older browsers */
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

/* next class is for spam protection */
.cProtection {
	visibility: hidden;
	border:none;
	margin:0;
	display: none;
}

/* settings for the whole page */
body {
	background-color: #F8F8F8;
/*   background-image: url( "img/fresh_snow.png");*/
	font-family: Verdana, sans-serif;
	font-size:18px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
}

a {
   color: #191970;
}
a:hover {
   color: #ff4500;
}
a:visited {
   color: #2e2ed1;
}

ul {
   list-style-type: circle;
	font-size:16px;
}

/* settings for the page header */
#HeaderContainer {
   position: fixed;
   width: 100%;
	background-color: #f2f2f2;
   border-bottom: 2px solid #808080;
   z-index: 2;
}
#HeaderSpacer {
   position: static;
   height: 120px;
}
#HeaderBox {
   display: block;
   position: relative;
   width: 980px;
   height: 120px;
   margin-left: auto;
   margin-right: auto;
}
#CompanyInfoBox {
   position: absolute;
   top: 10px;
   left: 0px;
}
#Logo {
   vertical-align: bottom;
}
#Title {
   vertical-align: bottom;
}
/*
#PageActionsBox {
   position: absolute;
   top: 0px;
   right: 0px;
   color: #808080;
}
*/


/* start menu */
/*
#MenuContainer {
   position: absolute;
   width: 500px;
   bottom: 10px;
   right: 0px;
   z-index: 3;
}
#MenuLeftMargin {
   display: table-cell;
   width: auto;
/*   background-color: #FFFFFF;* /
}
#MenuRightMargin {
   display: table-cell;
   width: auto;
/*   background-color: #FFFFFF;* /
}
*/

#MenuBox {
   position: absolute;
   width: 400px;
   top: 10px;
   right: 0px;
   z-index: 3;
   font-size: 14px;
   line-height: 100%;
   color: #191970;
}

#Menu {
	width:100%;
	text-align: right;
}

.cMenuItem {
   display: inline-block;
}
.cMenuItem a {
	display:block;
	text-decoration: none;
	text-align: center;
	padding: 8px;
}
.cMenuItem a:link {
   color: #191970;
}
.cMenuItem a:hover {
   color: #ff4500;
}

#LanguageLink {
   height: 30px;
   padding: 8px;
}
#LanguageLink:hover #LanguageBox {
   display: block;
}
#LanguageBox {
   position: absolute;
   display: none;
   padding: 10px;
   right: 0px;
   top: 90px;
   z-index: 4;
   background-color: white;
   border: 2px solid  #ff4500;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
   text-align: left;
}
#LanguageBox ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}
#LanguageBox li {
   display: block;
   color: #191970;
	padding: 5px;
}
#LanguageBox li:hover {
   color: #ff4500;
}

/* end menu */


/* start of content */

#FullPageContainer {
   position: relative;
   width: 980px;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
   background-color: white;
}

#ContentTitle {
   text-align: center;
   padding-top: 40px;
   color: #191970;
}

#PageContentBox {
	position: relative;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
	min-height: 300px;
	margin-top: 0;
	margin-bottom: 20px;
   text-align: justify;
}

.cContentText {
   position: relative;
	top: 0px;
	padding: 20px 40px 40px 30px;
}

.cContentImage {
   position: relative;
   display: block;
	top: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.cImgFloatLeft {
   float: left;
   margin-right: 30px;
}
.cImgFloatRight {
   float: right;
   margin-left: 30px;
}
.cImgCenter {
   display: block;
   position: relative;
   margin: 20px auto 30px auto;
   text-align: center;
}

/* start footer settings */
#Footer {
   width: 980px;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}
#PageInfo {
   display: block;
   position: relative;
   width: 850px;
   height: 40px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
}
#CopyRight{
   position: absolute;
   display: inline-block;
   vertical-align: top;
   left: 0px;
	text-align: left;
}

#Support{
   position: absolute;
   display: inline-block;
   vertical-align: top;
   right: 0px;
	text-align: right;
}

#jrFooterMessages{
/*   width: 80%; */
   position: relative;
   display: block;
   margin-left: 10%;
   margin-right: 10%;
	top: 0px;
	padding: 10px 40px 10px 40px;
   text-align: center;
}
.cFooterMessage{
	font-size:14px;
}

/* other classes */
.cTextBoxCenter {
   position: relative;
   display: block;
   width: 400px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   border: 3px solid #C0C0C0;
}
.cColumnsBox {
   position: relative;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   overflow-y: auto;
}
.cColBox {
   display: inline-block;
   position: relative;
   width: 400px;
   top: 0;
   padding: 5px;
   vertical-align: top;
   text-align: left;
/*   border: 3px solid #C0C0C0;*/
}
.cColumnLeft {
	float: left;
}

.cColumnRight {
	float: right;
}

.cAfterColumn {
/*   clear: both; */
   padding: 20px;
}
.cClearLine {
   clear: both;
}


/* inline button */
.cButton {
   display: inline-block;
   background-color: #ff4500;
   border: 2px solid #ff4500;
   border-radius: 6px;
}
.cButton a {
   padding: 0px 10px 0px 10px;
   text-decoration: none;
}
.cButton a:hover {
   color: #ffffff;
}


/* form classes */
.cForm {
   width: 700px;
   background-color: #F8F8F8;
   padding: 20px 20px 20px 20px;
   margin-top: 30px;
}
.cFormAction {
   font-size: 24px;
   text-align: center;
}

.cCenter {
   position: relative;
   margin-left: auto;
   margin-right: auto;
}
.cFormButton {
   height: 40px;
   font-size: 18px;
}

/* other generic classes */
.cTextCenter {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.cTextNarrow {
   width: 70%;
}

.cError {
   font-size: 32px;
   font-weight: bold;
   color: red;
}

/* test only */
/*
   border: 3px solid #C0C0C0;

*/
