@charset "UTF-8";
/* CSS Document */

#nav_mobile {}
#search_container_mobile {}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* site wide styles */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

LI LI, LI P, TD P, BLOCKQUOTE P {font-size:100%;}
INPUT, SELECT, TH, TD {font-size:100%;}

.clearboth {
        clear: both;
}
html { font-size: 62.5%; }
body {
	font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, sans-serif;
	/*font-size: 12px;*/
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2em;
	line-height: 150%;	
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #e4d5c0;
	-webkit-text-size-adjust: none;
}
p {
	margin-top: 8px;
	margin-bottom: 0;
}
img {  
	border-style: none;
}
img, 
object {
     max-width: 100%;
	 height: auto; 
}
div#pgContent {
    margin-left: auto;		/* KAM */
	margin-right: auto;		/* KAM */
	width: 100%;			/* KAM */
}
a:link {
	color: #000;         
	text-decoration: none;
	font-size: 100%;
}
a:visited {
	color:  #000;
	text-decoration: none;
}
a:hover {
	color: #c3122f;         
	text-decoration: none;
}
a:active {
	color: #c3122f;
	text-decoration: none;
}
#wrapper {
	width: 100%;
	margin: 0;
	/*max-width: 850px;*/
}
#top_bar  {
	padding: 4px 0px 4px 2%;
	background-color: #000;
	width: auto;
	display: block;
	overflow: hidden;
	min-width: 250px;
}
#top_bar_mobile  {
	display: none; 
}
#navigation_container {
	height-min: 25px;
	height: auto;
	width: 100%;
	/*max-width: 799px;*/
	margin: 10px 0% 0 0%;
	padding: 0;
}
#navigation_container_mobile {
	/*display: none; */
}
#nav_container {
	float: left;
	display: inline;
	margin-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	width: 85%;
}
#search_container {
	float: left;
	padding-left: 10px;
	display: inline;	
	text-align: left;
}
#login_container {
	float: left;
	display: inline;	
	text-align: left;
}
	#login_container a:link {
		color: #000;
		font-weight: 700;         
		text-decoration: underline;
}
	#login_container a:visited {
		color: #000;
		font-weight: 700;         
		text-decoration: underline;
}
	#login_container a:hover {
		color: #c3122f;         
		text-decoration: none;
}
	#login_container a:active {
		color: #c3122f;
		text-decoration: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* _____ styles for ALL base templates _______________________  */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* styles for base templates  */

#pg_content {
	width: 94%;
	/*max-width: 799px;*/
	margin: 0 3% 0 3%;
}
#content_container {
	margin: 10px 0% 0 0%;
	width: 92%;
	background-color: #fff;
	padding: 12px 3.333% 12px 3.333%;
	/*min-width: 350px;*/
}
#support_container {
	margin: 12px 0 12px 0;
}
#footer_container {
	margin: 20px 4% 0 4%;
	width: 92%;
}
#footer_col_1 {
    float:left;
	margin-right: 10px;
}
#footer_col_2 {
    float: left;
}

/* styles for 2c Base A  */

#a_col_1 {
    margin-top: 20px;
    float:left;
    width: 48%;
	padding-right: 3%;
}
#a_col_2 {
    margin-top: 20px;
	float:left;
	width: 45%;
	border-left: 1px dashed #404040;
	padding-left: 2%;
}

/* styles for 2c Base B  */

#b_col_1 {
    margin-top: 20px;
    float:left;
    width: 66%;
	/*min-width: 250px;*/
}
#b_col_2 {
    margin-top: 20px;
	float:left;
	width: 28%;
	border-left: 1px dashed #404040;
	padding-left: 2%;
	margin-left: 3%;
}

/* styles for 1c Base C  */

#c_col_1 {
    margin-top: 20px;
    float:left;
    width: 96%;
}



/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */	
/* _____ table (use for forms)  ____________  */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */	


table, td, th {
	border: 0px solid #ffffff;
	border-collapse: collapse;
	vertical-align: middle;
	color: #6e6e6e;
	border: 0;
}
td, th {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.form_label_astrik{
	color: #c3122f; 
}
	

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* FUNCTIONS */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* CLEARFIX CODE use to clear floats, replaces clear all */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* _____ ContentCafe page mode control (KAM) ________  */

.idxMode {
	left: 50%;
    margin-left: -70px;
    position: absolute;
	top: 15px;
    z-index: 5;
    width: 140px;
	padding-top: 2px;
	font-size: 11px;
}

.mode_indicator {
    font-size: 11px;
}

.pgMode {
	left: 50%;
    margin-left: -70px;
    position: absolute;
	top: 4px;
    z-index: 5;
    width: 140px;
	padding-top: 2px;
	font-size: 11px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* styles for index */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.holdbox {display:none;}
#idx_content {
	width: 96%;
	margin: 0 2% 0 2%;
}
#idx_content a:link {
	color: #c3122f;         
	text-decoration: none;
}
#idx_content a:visited {
	color: #c3122f;
	text-decoration: none;
}
#idx_content a:hover {
	color: #000;         
	text-decoration: none;
}
#idx_content a:active {
	color: #000;         
	text-decoration: none;
}

/* styles for INDEX -- LG SWAP IMG */

#idx_containerA {
    margin-top: 10px;
    width:100%;
    position:relative;
	height:auto;
}

/* styles for INDEX -- Holds 3 columns */

#idx_column_container {margin-top: 10px; height: 100%; display: block;}

#idx_containerB {
    position:relative;
	background-color: #e4d5c0;
	float:left;
    width: 33.125%;
}

#idx_containerC {
    margin: 0px 1.75% 0 1.75%;
	width:100%;
    position:relative;
	float:left;
    width: 33.125%;
	background-color: #e4d5c0;
}

#idx_containerD {
	float: left;
    position:relative;
	width: 30.25%;
	background-color: #e4d5c0;
}



/* styles for INDEX -- ROW E */

#idx_containerE {
    margin-top: 20px;
    width:100%;
    position:relative;
}
#col_E1 {
    float:left;
    width: 100%;
}


@media screen and (max-width:900px) {

#search_container {
	padding-left:0px;
}

}


@media screen and (max-width:768px) {

#b_col_1 {
    margin-top: 20px;
    float:left;
    width: 54%;
	/*min-width: 250px;*/
}
#b_col_2 {
    margin-top: 20px;
	float:left;
	width: 40%;
	border-left: 1px dashed #404040;
	padding-left: 2%;
	margin-left: 3%;
}
}

@media screen and (max-width:600px) {

#a_col_1 {
    float: none;
    width: 94%;
}
#a_col_2 {
    float: none;
    width: 94%;
}
#b_col_1 {
    float:none;
    width: 94%;
}
#b_col_2 {
    margin-top: 0px;
	float:none;
	width: 94%;
	border-left: 0px;
	padding-left: 0%;
	margin-left: 0%;
}
#support_container {
	margin: 0px 0 12px 0;
}
/* styles for INDEX */ 

#idx_containerB, #idx_containerC, #idx_containerD  {
	float: none;
    width: 100%;
	padding: 0 0 0 0;
	margin: 0;
}
#footer_container {
	margin: 20px 0 0 0;
	width: 100%;
	padding-bottom: 10px;
}

}

@media only screen and (max-device-width:480px) {

#footer_container {
	margin: 0px 3% 0 3%;
}

body {
	background-color: #ffffff;
	font-size: 1.4rem;
}

a:link {
	color: #000;         
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #c3122f;         
	text-decoration: none;
}
a:active {
	color: #c3122f;
	text-decoration: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* styles for templates */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


#search_container {
	float: left;
	text-align: left;
}

#content_container {
	margin: 0.5em 0% 0 0%;
	width: 100%;
	background-color: #fff;
	padding: 0.5em 0% 12px 0%;
	min-width: 350px;
}

/* styles for 2c Base A  */

#a_col_1 {
    float: none;
    width: 94%;
	padding: 0 3% 0 3%;
}
#a_col_2 {
    float: none;
    width: 94%;
	padding: 0 3% 0 3%;
}

/* styles for 2c Base B */ 

#b_col_1 {
    float: none;
    width: 94%;
	padding: 0 3% 0 3%;
}
#b_col_2 {
    float: none;
    width: 94%;
	padding: 0 3% 0 3%;
	border-left: 0px dashed #404040;
	border-top: 1px dashed #404040;
	padding-left: 0%;
	padding-top: 10px;
}



}