@charset "utf-8";

/* STANDARD STYLES */

* {
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	color: #222222;
	line-height: 22px;
	width: auto;
	height: auto;
	max-width: 100%;
	border: 0;
	-webkit-text-size-adjust: none;
}

iframe, frame	{ width: 100%; max-width: 100%; line-height: 0; overflow: hidden; }
.imgpara	{ margin: 2px; float: right; clear: right; line-height: 0; }
table		{ border-collapse: collapse; table-layout: fixed; padding: 0; margin: 0; }
table p		{ margin: 0; padding: 0; }
th, td		{ margin: 0; padding: 0; word-wrap: break-word; overflow: hidden; }
tr td:nth-child(even)	{ text-align: right; }


/* BODY & LAYOUT STYLING */
html, body	{ height: 100%; min-height: 100%; }
body		{ background: #ffffff; margin: 0; padding: 0; }
#outer		{ margin: 0; padding: 0; min-height: 100%; position: relative; }
.wrapper	{ max-width: 1100px; margin: 0 auto; }
.inner      { max-width: 1040px; margin: 0 30px 0 30px;}
#logo #print	{ display: none; }


/* DEFAULT STYLING */
h1, h2, h3, h4		{ color: #ffffff; margin: 0; padding: 0; font-weight: normal; }
h1					{ font-size: 48px; line-height: 52px;}
h2					{ font-size: 36px; line-height: 42px;}
h2 a					{ font-size: 36px; line-height: 42px; color: #ffffff; text-decoration: none; }
h2 a:hover,
h2 a:focus			{ text-decoration: underline; color: #ffffff; }
h3					{ font-size: 28px; line-height: 34px;}
h4					{ font-size: 18px; line-height: 22px;}
.red   				{ color: #d41820; font-size: 36px; display: inline; }
a					{ color: #0066cc; text-decoration: underline; }
a:hover,
a:focus				{ color: #6699ff; }
ul					{ list-style-position: outside; overflow: hidden; }


/* CONTENT BOX */
#content	{ position: relative; overflow: hidden; background: #ffffff; height: auto; }
#text		{ overflow: hidden; }
.menu		{ width: 100%; max-width: 550px; }



/* HEADER STYLING */
#header {
    max-width: 100%;
    background-color: #231f20;
}
#header h2 {
    display: inline;
}  
#logo {
    float: left;
    max-width: 320px;
    width: 100%;
    margin: 20px 30px 20px 0px;
}
.clear {
    clear: both;
    height: 1px;
    width: 100%;
}
#header_contact { 
    float: right;
    text-align: right;
    margin: 35px 0px 20px 0px; 
}



/* BANNER STYLING */
#banner { 
    max-height: 560px;
}
#banner_small {display: none; max-width: 100%;}
#banner_medium {display: none; max-width: 100%;}
#banner_large {max-width: 100%;}


/* SERVICES STYLING */
#services { 
    max-width: 100%;
    background-color: #231f20;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#services_one {
    background-color: #848380;
    padding:15px;
    border: 1px;
    border-color: #848380;
    border-radius: 20px;
    float: left;
    max-width: 28%;
    margin-left: 0%;
    text-align: center;
    margin-top: 30px;
    
}
#services_two {
    background-color: #848380;
    padding:15px;
    border: 1px;
    border-color: #848380;
    border-radius: 20px;
    float: left;
    max-width: 28%;
    margin-left: 3%;
    text-align: center;
    margin-top: 30px;
    
}
#services_three {
    background-color: #848380;
    padding:15px;
    border: 1px;
    border-color: #848380;
    border-radius: 20px;
    float: left;
    max-width: 28%;
    margin-left: 3%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    
}


/* CONTENT STYLING */
#content h3 {
    padding: 10px;
    background-color: #d41820;
}
#text_one {
    max-width: 48%;
    float: left;
    margin: 30px 0px 0px 0%;
}
#text_two {
    max-width: 48%;
    float: left;
    margin: 30px 0px 0px 3%;
}
#text_three {
    max-width: 48%;
    float: left;
    margin: 30px 0px 0px 0%;
}
#text_four {
    max-width: 48%;
    float: left;
    margin: 30px 0px 30px 3%;
}
#list_heading {
    width: 99%;
    display: block; 
    margin: 30px 0px 0px 0%;
}
#list_left {
    width: 48%;
    float: left;
}
#list_right {
    width: 48%;
    float: left;
    margin-left: 3%;
}


/* FOOTER STYLING */
#footer {
    background-color: #231f20;
    width: 100%;
    height: 120px; 
    padding: 30px 0px 30px 0px;
}
#footer_contact {
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.hr {
    background-color: #ffffff;
    height: 1px;
    width: 100%
}
#ubc_footer	{ 
    color: #ffffff; 
    font-size: 12px; 
    text-align: center; 
    margin: 20px 0px 0px 0px;  
}
#footer img	{ vertical-align: middle; }


/* CSS3 SCREEN SIZE SPECIFIC STYLES */
@media (max-width: 1100px){
    #banner_small {display: none; max-width: 100%;}
    #banner_medium {display: block; max-width: 100%;}
    #banner_large {display: none; max-width: 100%;}
}
@media (max-width: 1000px){
    #services {padding-top: 30px; padding-bottom: 30px;}
    #services_one {max-width: 99%; float: none; margin-top: 0px;}
    #services_two {max-width: 99%; float: none; margin-left: 0px; margin-top: 20px;}
    #services_three {max-width: 99%; float: none; margin-left: 0px; margin-top: 20px; margin-bottom: 0px;}
}
@media (max-width: 890px){
    h2 {font-size: 30px;}
    h3 {font-size: 24px;}
}
@media (max-width: 870px){
    #content {
        padding: 30px 0px 30px 0px;
}
    #text_one {
    max-width: 99%;
    float: none;
    margin: 0px;
}
    #text_two {
    max-width: 99%;
    float: none;
    margin: 0px;
}
    #text_three {
    max-width: 99%;
    float: none;
    margin: 0px;
}
    #text_four {
    max-width: 99%;
    float: none;
    margin: 0px;
}
    #list_heading {
    max-width: 99%;
    float: none;
    margin: 0px;
}
}
@media (max-width: 820px){
    #header {height: 200px; padding-top: 20px;}
    #header_contact { margin:0px; text-align: center; float: none;}
    #logo {margin: 0px auto 15px auto; max-width: 280px; float: none; }
    #banner_small {display: block; max-width: 100%;}
    #banner_medium {display: none; max-width: 100%;}
    #banner_large {display: none; max-width: 100%;}
}
@media (max-width: 677px){
    #footer {
        height: 180px;
}
}
@media (max-width: 650px){
#header		{ height: 260px; }
.red		{ display: block }
 #list_left {
    margin-bottom: 0px;
    max-width: 650px;
    width: 100%;
    float: none;
    margin: 0px;
}
    #list_right {
    max-width: 650px;
    width: 100%;
    float: none;
    margin: 0px;
}
   #footer {
    background-color: #231f20;
    width: 100%;
    height: 120px; 
    padding: 20px 0px 20px 0px;
}
    #footer h2 {
        font-size: 24px;
        line-height: 26px;
}
    #footer_contact {
    text-align: center;
    margin: 0px 0px 15px 0px;
}
    .hr {
    background-color: #ffffff;
    height: 1px;
    width: 100%
}
    #ubc_footer	{ 
    color: #ffffff; 
    font-size: 12px; 
    text-align: center; 
    margin: 10px 0px 0px 0px;  
} 
}
@media (max-width: 630px){
    #footer {
        height: 200px;
}
}
@media (max-width: 470px){
    #header		{ height: 260px; }
    
    #logo {margin: 0px auto 15px auto; max-width: 280px; }
    h2 {font-size: 26px; line-height: 28px;}
    h3 {font-size: 22px; line-height: 24px;}
    h4 {font-size: 16px; line-height: 20px;}
    body {line-height: 20px;}
    
    #footer {height: 230px; }
}


/* PRINT ONLY */
@media print {
	a:link:after	{ content: " (" attr(href) ")"; }
	a[href^="mailto:"]:after { content: ""; }
	#footer		{ display: none; }
	*		{ font-size: 12px; line-height: 18px; color: #333333; background: #ffffff; }
	h1, h2		{ color: #333333; }
	li		{ line-height: 16px; }
	#logo		{ margin: 0 0 15px 0; }
	#logo #web	{ display: none; }
	#logo #print	{ display: inline-block; }
	#content	{ box-shadow: none; }
	#text		{ padding: 0; }
	#contact	{ padding: 15px 0 0 0; }
	#contactleft, #map { padding: 0; }
	#map		{ padding-right: 15px; }
	#qrcode		{ display: inline-block; }
}
