@charset "UTF-8";
/* CSS Document */

html { 
	vertical-align:baseline;
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;

}
A:active {
	text-decoration: none;

}
A:hover {
	text-decoration: none;
}

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#e6e7e8;
	padding:0;margin:0;
	width:100%;
	height:100%;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none;
}

 
#bgimg {
	position:absolute;
	z-index: -1;
}


#header{
	width:100%;
	max-width:1200px;
	height:100px;
	margin: 0 auto;
}

#logo {
	width:350px;
	height:100px;
	background-image:url(../Images/CA-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 350px 65px;
	float:left;
}

#leg-btn {
	width:222px;
	height:100px;
	background-image:url(../Images/leg-btn.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 222px 33px;
	float:right;
	margin-right:5px;
	
}

#manage-btn {
	width:222px;
	height:100px;
	background-image:url(../Images/manage-btn.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 222px 33px;
	float:right;
}

#manage-btn:hover {
	background-image:url(../Images/manage-btn-over.png);
	background-size: 222px 33px;
}



/*--------------------------------------------------------------|| Navigation ||*/

#nav{
	width:100%;
	height:50px;
	background-image:url(../Images/Nav-bg-repeat.png);
	background-repeat:repeat-x;
	overflow:hidden;
}


nav {
	height:50px;
	max-width:1200px;
	display: block;
	width: auto;
	margin:0 auto;
	text-align: right;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
}

nav a {
	display: inline-block;
	background:none;
	color: #F5F5F5;
	padding:15px;
	margin-top:-15px;
	border:none;
	text-decoration: none;
}
    
nav a:hover {
	border:none;
	background: #0081C6;
}

nav a:active {
	background: #0081C6;
}
   
nav select {
	display: none;
}
    
 

/*--------------------------------------------------------------|| END Navigation ||*/




#Slider-Container {
	padding-top:30px;
	width:auto;
	height:auto;
	max-width:800px;
	max-height:300px;
	margin: 0 auto;
}




/*--------------------------------------------------------------|| Main Content ||*/

#wrap {
	min-height: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 120px;
	max-width:800px;
	margin: 0 auto;
	text-align:justify;
	padding:10px;
}  
/* must be same height as the footer */
/*--------------------------------------------------------------|| END Main Content ||*/






/*--------------------------------------------------------------|| POPUP FOOTER (sticky bar) ||*/
.expstickybar{
	position:fixed;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	background-repeat:repeat-x;
	background-image:url(../images/footer-bg.png);
	background-position:bottom;
	z-index: 10000;
	width:auto; /*set width of bar to width of entire window*/
	font-weight:bold;
}


/*----------*/


#footer-content {
	height:120px;
	margin: 0 auto;
	max-width:1680px;
	min-width:auto;
	color:#F5F5F5;
	display:block;
}

#location {
	float:left;
	text-align:left;
	font-size:medium;
	margin-top:45px;
	margin-left:50px;
	line-height:1.5;
	width:auto;
}

#footer-icon {
	background-image:url(../images/footer-icon.png);
	background-position:center;
	background-repeat:no-repeat;
	width:50px;
	height:85px;
	margin: 0 auto;
	margin-top: 0px;
}

#contact {
	float:right;
	text-align:right;
	font-size:medium;
	margin-top:40px;
	margin-right:50px;
	line-height:2.5;	
	width:auto;
}

#calad-email {
	float:right;
}

#phone-number {
	float:right;
}

#fax-number {
	float:right;
}


#email-icon {
	margin-top:3px;
	margin-left:10px;
	float:right;
	width:30px;
	height:30px;
	background-image:url(../images/email-icon.png);
	background-position:center;
	background-size: 30px 30px;
}

#fax-icon {
	margin-top:3px;
	margin-left:10px;
	float:right;
	width:30px;
	height:30px;
	background-image:url(../images/fax-icon.png);
	background-position:center;
	background-size: 30px 30px;
}

#phone-icon {
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	width:30px;
	height:30px;
	background-image:url(../images/phone-icon.png);
	background-position:center;
	background-size: 30px 30px;
}


#bottom-nav {
	padding-left:330px;
	margin-top:20px;
	font-size:small;
}

#bottom-nav a {
	color:#FFF;
}



/*--------------------------------------------------------------|| Mobile Footer ||*/

#mobile-footer {
	display:none;
}

/*--------------------------------------------------------------|| POPUP FOOTER (sticky bar) ||*/



/*-----------------------------------------------------------------------------------------------------------||Responsive Code Starts Here||*/

/***** Tablet Smaller than 959px *****/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	
	
#logo {
	width:300px;
	height:100px;
	background-image:url(../Images/CA-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 300px 56px;
	float:left;
}

	
.expstickybar{
	display:none;
}


/*----------*/


/*--------------------------------------------------------------||Mobile Footer||*/
#mobile-footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	background-color:#0081C6;
	clear:both;
	display:block;
} 

/*Opera Fix*/
body:before {  /* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#contact {
	margin-top:20px;

}

#location {
	margin-top:20px;

}


#footer-icon {
	display:none;
}

#bottom-nav {
	display:none;
}

}







/***** Smartphone (portrait) *****/
@media only screen and (max-width: 767px) {

#logo{
	width:100px;
	height:100px;
	background-image:url(../Images/CA-logo-small.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100px 65px;
	float:left;
}


#leg-btn {
	width:30px;
	height:100px;
	background-image:url(../Images/leg-btn-small.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 30px 33px;
	float:right;
	margin-right:15px;
	
}

#manage-btn {
	width:30px;
	height:100px;
	background-image:url(../Images/manage-btn-small.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 30px 33px;
	float:right;
	margin-right:15px;
}

#manage-btn:hover {
	background-image:url(../Images/manage-btn-small-over.png);
	background-size: 30px 33px;
}



/*--------------------------------------------------------------||NAVIGATION||*/

#home-icon {
	width:30px;
	height:30px;
	float:left;
	background-image:url(../Images/home-icon.png);
	background-size: 30px 30px;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:15px;
}


nav ul     { 
 	display: none; 
}

nav {
	text-align:right;	
}

nav select { 
    margin: 0 auto;
	padding:5px;
	margin:10px;
	width:75%;
	display: inline-block;
}

/*--------------------------------------------------------------||END NAVIGATION||*/


#Slider-Container {
	padding-top:0px;
}

/*-------------*/
.expstickybar{
	display:none;
}

/*--------------------------------------------------------------||Mobile Footer||*/
#mobile-footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	background-color:#0081C6;
	width:100%;
	clear:both;
	display:block;

} 

/*Opera Fix*/
body:before {  /* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#contact {
	margin-right:10px;
	margin-top:20px;
}

#location {
	margin-left:10px;
	margin-top:20px;

}

#footer-icon {
	display:none;
}

#bottom-nav {
	display:none;
}

#phone-icon {
	margin-right:0px;
}

#fax-number {
	display:none;
}

#fax-icon {
	display:none;
}

#calad-email {
	display:none;
}

#phone-number {
	display:none;	
}


}
	





	
	
/***** Smartphone (landscape) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
#logo{
	width:350px;
	height:100px;
	background-image:url(../Images/CA-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 350px 65px;
	float:left;
}


#leg-btn {
	width:30px;
	height:100px;
	background-image:url(../Images/leg-btn-small.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 30px 33px;
	float:right;
	margin-right:15px;
	
}

#manage-btn {
	width:30px;
	height:100px;
	background-image:url(../Images/manage-btn-small.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 30px 33px;
	float:right;
	margin-right:15px;

}

#manage-btn:hover {
	background-image:url(../Images/manage-btn-small-over.png);
	background-size: 30px 33px;
}


/*--------------------------------------------------------------||NAVIGATION||*/

nav ul     { 
 	display: none; 
}

nav {
	text-align:right;	
}

nav select { 
    margin: 0 auto;
	padding:5px;
	margin:10px;
	width:60%;
	display: inline-block;
}

/*--------------------------------------------------------------||END NAVIGATION||*/


#Slider-Container {
	padding-top:0px;
}

/*----------*/
.expstickybar{
	display:none;
}


/*--------------------------------------------------------------||Mobile Footer||*/
#mobile-footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	background-color:#0081C6;
	clear:both;
	display:block;

} 

/*Opera Fix*/
body:before {  /* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
	
#contact {
	margin-right:10px;
	margin-top:20px;

}

#location {
	margin-right:10px;
	margin-top:20px;

}
	
#footer-icon {
	display:none;
}

#bottom-nav {
	display:none;
}

#phone-icon {
	margin-right:0px;
}

#fax-number {
	display:none;
}

#fax-icon {
	display:none;
}

#calad-email {
	display:block;
}

#phone-number {
	display:block;	
}


	
}
	
	
