/*--------------------------------------------
 HTML ELEMENTS DEFINITIONS
--------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Amiri:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, 
summary, time, mark, audio, video
{
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
    font-size: 100%;
	text-rendering: optimizeLegibility;
}
html {
    line-height: 1;
}
body {
	color: #3c3c3c;
	font:.85em 400 Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin:0;
	padding:0 0 0 0;
}
p, ol, ul, td {
	font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em;
	margin: 0 0 1.2em 0;
}
table {
   border-collapse: separate;
   /*border-spacing: 10px;*/ 
}
table td {
    padding:7px 8px !important;
}
.defaultTable {
   border-collapse: separate;
   border-spacing:2px; 
}
.defaultTable td, .defaultTable th {
	padding:5px 8px;
}
.nospaceTable {
   border-collapse: separate;
   border-spacing:0; 
}
.nospaceTable td, .nospaceTable th {
	padding:5px 8px;
}


h1 {
	color: #e27d28;
	font-family: 'Amiri', Palatino, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 0.9em;
	margin: 0 0 .5em 0;
}
h2 {
	color: #e27d28;
	font-family: 'Amiri', Palatino, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 1em;
	margin: .7em 0 .4em 0;
}
h4 {
	color: #3c3c3c;
	font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	font-weight:bold;
	margin: .8em 0 .3em 0;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) 
{ 
	body {
		font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:.95em;
		line-height:1.3em;
	}
	p, ol, ul, td {
		font-size:.95em;
		margin: .0 0 1.2em 0;
	}
	.mainLogo {
		margin-left:0;
	}
	#article {
		padding-left:20px; 
		border-left:4px solid #f0f0f0;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) 
{
	body {
		font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1em;
	}
	p, ol, ul, td {
		font-size:1em;
	}
	h1 {
		font-size: 3.2em;
		line-height: 1em;
		margin: 0 0 .5em 0;
	}
	h2 {
		font-size: 2.3em;
		line-height: 1em;
		margin: .7em 0 .4em 0;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media print {
	body {
		padding-top:0;
	}
	.navbarOuter {
       position:relative;
    }
	
	h1 {
		font-size: 1em;
		font-weight:bold;
	}
}


h3 {
	color: #372d64;
	font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	line-height: 1em;
	font-weight:bold;
}

h5 {
	color: #4e4e4e;
	font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight:bold;
	margin: .8em 0 .8em 0;
}
h6 {
	color: #3c3c3c;
	font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	font-weight:bold;
	margin: .8em 0 .5em 0;
}
span.glyphicon-large {
    font-size: 2em;
	padding-right:.3em;
}


article p {
	line-height:1.5em;
}
img {
  border-style:none;
}
a {
  color:#827ab4;
  text-decoration:none;
}
a:hover {
	color:#504981;
	text-decoration:underline;
}
.darkBack a {
  color:#f0f0f0;
  text-decoration:none;
}
.darkBack a:hover {
	color:#e0e0e0;
	text-decoration:underline;
}
input, textarea, select {
  vertical-align:middle;
  color:#717171;
}
form, fieldset{
  margin:0;
  padding:0;
  border-style:none;
}
hr {
    height: 14px;
	border-style: solid;
    border-color: rgba(239, 130, 21, 0.6);
    border-width: 2px 0 0 0;
    box-shadow: inset 0 15px 15px -15px rgba(239, 130, 21, 0.4);
}
fieldset {
	border-radius: 5px;
}
legend {
	border:none;
	border-radius: 5px;
	background-color:#E0E0E0;
	font-size:1.1em;
	font-weight:bold;
	padding:6px 12px;
}

.ImageLeft {
  float:left;
  margin:20px 20px 20px 0;
}
.ImageRight {
  float:right;
  margin:20px 0 20px 20px;
}
.popTrigger {
  color:#0066cc;
  cursor:pointer;
}
.error {
  color:#ff0000;
  font-weight:bold;
}


.glyphicon {
	font-size:.7em;
}


/*--------------------------------------------
 OVERALL PAGE LAYOUT
--------------------------------------------*/
.main-container {
  padding:0 -15px;
  background:#fff;
}

/* Extra Small Devices, Phones */ 
    div[class^="col"]{padding-left:1px; padding-right:1px; margin-bottom:10px;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) 
{ 
    div[class^="col"]{padding-left:1px; padding-right:1px; margin-bottom:2px;}
	header .container{
	  background:url(/images/bg-header.gif) repeat-x;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) 
{   
    div[class^="col"]{padding-left:1px; padding-right:1px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{   
    /*default so you don't need this*/
    div[class^="col"]{padding-left:2px; padding-right:2px;}
}




/*--------------------------------------------
 SIDE BAR STRUCTURE
--------------------------------------------*/

#sidebar {
	background:#fff; 
	padding:0 30px 0 0;
}
#sidebar .heading {
  padding:0px 8px 1px;
  overflow:hidden;
  height:1%;
}
#sidebar .heading h3 {
  margin:2px 0 1px 1px;
}

#sidebar h4 {
  color:#b25e00;
  font-size:1.1em;
  padding:8px 0 0;  
}
#sidebar .heading h4 {
  float:left;
  margin:0 0 0 -5px;
  color:#ccc;
  font-weight:normal;
  font-size: 11px;
}
#sidebar .container {
  padding:0 0 26px 12px;
  width:auto;
  height:1%;
}
/*#sidebar .block {
  padding:0 0 24px;
}*/
#sidebar .block hr {
    margin:0 0 3px 0;
}
#sidebar .block .holder {
  width:100%;
  overflow:hidden;
  padding:0 0 16px;
}
#sidebar .block .image {
  margin:5px 10px 0 0;
  float:left;
}


/*--------------------------------------------
 SIDE BAR LISTS
--------------------------------------------*/

#sidebar .item-list {
  margin:-15px 0 10px;
  padding:10px 0 0;
  list-style:none;
  font:13px;
}
#sidebar .item-list li {
  padding:7px 0;
  border-bottom: 1px dotted #aaa;
}
#sidebar .item-list a {
  padding:0 0 0 17px;
  background:url(/images/arrow-links.gif) no-repeat 3px 3px;
  color:#b25e00;
  text-decoration:none;
}
#sidebar .item-list a:hover {
  text-decoration:underline;
}
.products {
	margin:-16px 0 0;
	padding:10px 0 0;
	list-style:none;
}
.products a {
	color:#b25e00;	
}
.products .open {
	background:url(/images/arrow-down.gif) no-repeat 1px 7px;
}
.products ul {
	font-size:1em;
	line-height:1.2em;
	margin:0;
	padding:3px 0 .5em;
	list-style:none;
}
.products ul a {
	color:#7f7f7f;
}
.products li {
	padding:0 0 .3em 1em;
	margin:0 0 4px;
	background:url(/images/arrow-links.gif) no-repeat 3px 7px;
	font-weight:bold;
}
.products ul li {
	margin:0;
	padding:0 0 .3em 9px;
	background:url(/images/bullet.gif) no-repeat 0 6px;
}
.products ul ul {
	padding: .3em 0 .1em .5em;
}
.products ul ul li {
	font-weight:normal;
}



