@charset "utf-8";
@import url("/fonts/Franklin Gothic FS Book-Webfont/stylesheet.css");

.gridContainer {
	font-family: "Franklin Gothic Book";
	font-weight: normal;
}

h1	{
	display: block;
	font-size: 1.5em;
	margin-before: 0.67em;
	margin-after: 0.67em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}
h2	{
	display: block;
	font-size: 1.4em;
	margin-before: 0.83em;
	margin-after: 0.83em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}
h3	{
	display: block;
	font-size: 1.17em;
	margin-before: 1em;
	margin-after: 1em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}
h4	{
	display: block;
	margin-before: 1.33em;
	margin-after: 1.33em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}
h5	{
	display: block;
	font-size: .83em;
	margin-before: 1.67em;
	margin-after: 1.67em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}
h6	{
	display: block;
	font-size: .67em;
	margin-before: 2.33em;
	margin-after: 2.33em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
}

/* Mobile Layout: 480px and below. */
#Header_Left {
	background-color: #ABB19F;
	min-height: 65px;
	padding-top: 20px;
	font-size: 175%;
	color: #FFF;
	line-height: 105%;
	text-align: center;
}
#Header_Right {
	background-color: #948774;
	background-image: url(/images/template/AltivaLogo_White.png);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 125px;
}
#Banner {
	background-color: #FF9933;
	min-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Menu {
	background-color: #3E3E35;
}
.facebook {
	display: inline-block;
	height: 25px;
	width: 100px;
	background-color: transparent;
	font-size: 125%;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.twitter {
	display: inline-block;
	height: 25px;
	width: 110px;
	margin: 5px;
	background-color:transparent;
	font-size: 125%;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	vertical-align:bottom;
}
#content {
	font-weight: normal;
	font-size: 125%;
}
#content a {
	color: #FF9933;
}
#sidebar {
	font-size: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF9933;
	margin-top: 20px;
	padding-top: 20px;
}
#sidebar p {
	padding-left: 3%;
}
#sidebar .h1 {
	font-weight: bold;
	font-size: 110%;
	padding-left: 3%;
}
#sidebar a {
	color: #FF9933;
	padding-left: 5%;
}
#sidebar hr {
	display: block;
	height: 1px;
    border: 0;
	border-top: 3px solid #FF9933;
    padding: 0;
}
#sidebar img {
	padding-left: 5%;
	border: 0;
}

#separate_bottom {
	min-height: 15px;
}

#footer {
	font-size: 85%;
	text-align: center;
	color: #FFF;
	background: #948774;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
	padding-left: 2%;
	padding-right: 2%;
}
.ControlCAD_Images {
	width: 270px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout */

@media only screen and (min-width: 481px) {
#Header_Left {
	min-height: 100px;
	padding-top: 25px;
	font-size: 250%;
	line-height: 110%;
}
#sidebar {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FF9933;
	border-top-style:none;	
	margin-top: 10px;
	padding-top:inherit;
	margin-left: 10px;
}
.owl-carousel{
	width: 85% !important;
	margin-left: 5%
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#Header_Left {
	min-height: 110px;
	padding-top: 15px;
	font-size: 325%;
	line-height: 115%;
}
.MenuBoxSmall {
	width: 85px !important;
}
.MenuBoxLarge {
	width: 115px !important;
	padding-right:3px !important;
}
#sidebar {
	border-top-style:none;	
	margin-top: 5px;
}

}
