



/* main styles */

body { 
  	background: none; 
 	-webkit-background-size: 0;
  	-moz-background-size: 0;
  	-o-background-size: 0;
  	background-size: 0;
	}


#page {
	border: 0;
	box-shadow: none;
	margin: 0 0 0 0;
	padding: 0;
	width: auto;
	min-width: 10px;
	max-width: 480px;
	background-color: #ffffff;
    height: auto;
	min-height: 200px;
	}

#headerBase {
	border-radius: 4px 4px 0 0;
	background: none; /* W3C */
	background-color: #c1d4dd; /* for older browsers */
	}

#header {
	border-radius: 6px 6px 0 0;
	background: none;
	background-color: none; /* for older browsers */
	padding: 0 0 2px 8px;
	}
	

#menu {
	margin: 0px 0px 0px 0px;
	background-color: #708ca8;
	padding: 0 0 0 14px;
	box-shadow: 0px -1px 1px 0px #708ca8;
	height: auto;
	}
	
#content {
	padding: 2px 0 0 0;
	background-color:#FFFFFF;
	text-align: center;
	}
	
#footer {
	font: 1.0em Verdana, Geneva, sans-serif;
	text-align: center;
	color: #E3E3E3;
	margin: 5px 0 12px 0;
	padding: 5px 0 5px 0;
	background-color:#708ca8;
	border-radius: 4px 4px 4px 4px;
	}
	
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
/* list styles */


ul {
	margin-left: 20px;
	padding-left: 20px;
	list-style: disc inside none;
	}


/*general table style */

table { 
	border: none;
	margin: 6px 2px 6px 2px;
	text-align: left;
	width: 100%;
	height: 100%;
	} 
	

th, td {
	display: block;
    padding: 0 2px 0 0;
	height: auto;
}

.noborder { /* validation alerts */
	width: 90%;
	color: #006633;
	font: 0.8em Verdana,Geneva,sans-serif;
	margin: 2px 0 6px 0;
	padding: 0 0 0 4px;
	vertical-align: top;
	}
	
.textLine { /* controls width of single line text entry on forms */
	font-size: 0.9em;
	width: 90%;
	}

.textBox { /* controls width and height of multi-line text entry on forms */
	font-size: 0.9em;
	width: 90%;
	height: auto;
	}

/* Specific form styles */

/* contact form */

.contactLabels {
	width: auto;
	text-align: left;
	vertical-align: top;
	}
	
.messagePanel { /* based on default table style */
	border: 0px none;
	border-radius: 0px;
	margin: 0;
	padding: 12px 3px 6px 3px;
	text-align: center;
	} 
	


/*box styles for 1, 2 and 3 columns */

.oneBox {
	box-sizing: border-box;
	float: left;
	padding: 0px 5px 5px 5px;
	width: 33.33%;
	min-height: 100px;
	vertical-align: top;
	text-align: left;
	}
	
.twoBox {
	visibility: hidden;
	position: relative;
	box-sizing: border-box;
	float: left;
	padding: 0px 5px 5px 5px;
	width: 66.66%;
	min-height: 100px;
	background-color: #ffffff;
	}
	
.threeBox {
	position: relative;
	box-sizing: content-box;
	float: auto;
	margin: 0 2px 0 2px;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	}
	
.threeBoxPanel {
	box-sizing: content-box;
	margin: 10px 0px 20px 0px;
	padding: 0px 5px 5px 5px;
	width: 100%;
	height: auto;
	background-color: #edeff0;
	border-radius: 5px;
	text-align: center;
    overflow: scroll;
	}
	
.row:after { /*clears the float on the boxes for each row*/
    visibility: collapse;
	content: "";
    clear: both;
    display: block;
	}

/* box styles for 1, 2 and 3 columns DO NOT SHOW on mobile */

.oneBoxHide {
	background-color: #999999;
	display: inline-block;
	margin: 0px 1px 2px 1px;
	width: 32%;
	min-height: 150px;
	background-color: #CCCCCC;
	}
	
.twoBoxHide {
	background-color: #999999;
	display: inline-block;
	margin: 0px 2px 2px 2px;
	width: 64.5%;
	min-height: 150px;
	background-color: #CCCCCC;
	}
	
.threeBoxHide {
	background-color: #999999;
	display: inline-block;
	margin: 0px 2px 2px 2px;
	width: 97.4%;
	min-height: 150px;
	background-color: #CCCCCC;
	}
	
.homeBox {
	box-sizing: border-box;
	float: none;
	padding: 2px;
	margin: 2px 0 2px 0;
	width: 100%;
	max-height: 20%;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
	background-color: #a7bdcc;
	}
	

/* buttons and similar artifacts */

.nav-button {
	display: inline-block;
	color:#E3E3E3;
	margin: 3px 3px 3px 3px;
	padding: 3px 13px 2px 13px;
	border: 1px solid #637B94;
	border-radius: 2px;
	font: 10px "Arial narrow", serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	}	

.light {
	display: inline-block;
	position: relative;
	top: 1px;
	height: 10px;
	width: 10px;
	background-color: rgba(251,154,55,0.1); /* adjust opacity for rollover */
	margin: 0 10px 0 0;
	border: 1px dotted rgba(251,154,55,0.2);  /* adjust opacity for rollover */
	border-radius: 5px;
	box-shadow: 0px 0px 0px #5A6E87;  /* adjust spread (0 > 15px) and colour (5A6E87 > fff) for rollover */
	}
	
.light-on {
	display: inline-block;
	position: relative;
	top: 1px;
	height: 10px;
	width: 10px;
	background-color: rgba(251,154,55,0.6); /* adjust opacity for rollover */
	margin: 0 10px 0 0;
	border: 1px dotted rgba(251,154,55,0.8);  /* adjust opacity for rollover */
	border-radius: 5px;
	box-shadow: 0px 0px 5px #fff;  /* adjust spread (0 > 15px) and colour (5A6E87 > fff) for rollover */
	}
	
.nav-button:hover {
	color: #ecc399;
	}
	
.nav-button:hover .light{
	background-color: rgba(251,154,55,0.6);
	box-shadow: 0px 0px 15px #fff;  /* adjust spread (0 > 15px) and colour (5A6E87 > fff) for rollover */
	border: 1px dotted rgba(251,154,55,0.8);  /* adjust opacity for rollover */
	transition: all 0.5s linear;
	}
	
.moreButton {
	float: right;
	color:#637B94;
	background-color: #c1d4dd;
	padding: 3px 13px 2px 13px;
	border: 1px solid #637B94;
	border-radius: 2px;
	font: 10px "Arial narrow", serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.contactButton {
	-webkit-appearance: none;
	display: inline;
	background-color: #c1d4dd;
	margin: 8px 0 0 0;
	padding: 6px 13px 6px 13px;
	border: 1px solid #637B94;
	border-radius: 10px;
	font: 0.8em "Arial narrow", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	}
	
.galleryButton {
	-webkit-appearance: none;
	display: block;
	background-color: #c1d4dd;
	margin: 8px 0 10px 0;
	padding: 3px 13px 2px 13px;
	border: 1px solid #637B94;
	border-radius: 10px;
	font: 12px "Arial narrow", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	}

.homecontact {
	-webkit-appearance: none;
	position: auto;
	display: block;
	align-items: center;
	right: auto;
	top: 45%;
	margin: 6px 10% 2px 10%;
	padding: 2px 2px 4px 2px;
	height: auto;
	width: 80%;
	box-shadow: 0px 0px 0px 0px;
	border: 1 solid white;
	border-radius: 6px;
	background-color: rgba(193,212,221,0.9);
	}

.homecontact .contactButton{
	display: none;
	}

.homecontact:hover {
	border: 1px dotted #ecc399;	
	transition: all 0.5s linear;
	}

.homecontact:hover .contactButton{
	color: #ecc399;	
	background-color: #708ca8;
	border: 1px solid #ecc399;
	transition: all 0.25s linear;
	}

.homecontacttext {
	position: relative;
	margin: 5px 5px 5px 5px;
	font: bold 0.8em Verdana, Geneva, sans-serif;
	color: #1c2b86;
	}

.contactButton:hover{
	color: #ecc399;	
	background-color: #708ca8;
	border: 1px solid #ecc399;
	transition: all 0.25s linear;
	}

/*.nav-button:link {
	color: #CCFF00;	
	text-decoration: none;
	}
	
.nav-button:visited {
	color: #CCFF00;	
	text-decoration: none;
	}
	
.nav-button:active {
	color: #CCFF00;	
	text-decoration: none;
	}
	
.nav-button:hover {
	color: #CCFF00;	
	text-decoration: none;
	}
	
.light:link {
	background-color: rgba(251,154,55,0.8); 
	text-decoration: none;
	}
	
.light:visited {
	background-color: rgba(251,154,55,0.8); 
	text-decoration: none;
	}
	
.light:active {
	background-color: rgba(251,154,55,0.8); 
	text-decoration: none;
	}
	
.light:hover {
	background-color: rgba(251,154,55,0.8); 
	text-decoration: none;
	} */
	
/* homw page styles*/

.hometitle {
	font: bold 2em 'Playball', 'Brush Script MT', 'Chalkduster', cursive, serif;
	color: #1C2B86;
	Padding: 2px 0 0 2px;
	text-shadow: 0px 0px 2px #ffffff;
	}

.homesubtitle {
	padding: 0 0 2px 6px;
	color:#333333;
	font: italic 0.8em "Century Gothic", Verdana, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	
.homesubheading {
	padding: 8px 0 12px 0;
	color:#333333;
	font: italic 20px "Century Gothic", Verdana, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	
.hometag {
	font: italic 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.5px;
	color: #E3E3E3;
	padding: 10px 0 10px 0;
	}	

.hometranstitle {
	visibility: collapse;
	position: relative;
	left: auto;
	bottom: auto;
	font:  bold 1.0em Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	opacity: 0.5;
	}

.homepara {
	padding: 2px 6px 2px 6px;
	font: 1em Verdana, Geneva, sans-serif;
	color: #333333;
	}

.homedescription {
	padding: 4px;
	font: 15px Verdana, Geneva, sans-serif;
	color: #333333;
	text-align: center;
	}




/* text styles*/

.title {
	display: inline;
	position: relative;
	font: 2em 'Playball', 'Brush Script MT', 'Chalkduster', cursive, serif;
	color: #1C2B86;
	text-shadow: 0px 0px 2px #ffffff;
	}

.subtitle {
	display: inline;
	position: relative;
	top: -1px;
	padding: 0 0 0 7px;
	color: #000000;
	font: italic 10px "Century Gothic", Verdana, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	}

.head1 {
	font:  bold 15px Verdana, Geneva, sans-serif;
	color: #586E85;
	margin: -6px 0 6px 0;
	}

.head1-large {
	font:  bold 18px Verdana, Geneva, sans-serif;
	color: #586E85;
	margin: 16px 0 8px 0;
	}

.para-normal {
	font:  15px Verdana, Geneva, sans-serif;
	margin: 0 0 6px 0;
	}

.transtitle {
	position: absolute;
	top: 0px;
	left: 16px;
	text-align: left;
	font:  bold 50px Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	opacity: 0.6;
	}
	
.carfacts-blue {
	text-align: center;
	padding: 2px 2px 2px 2px;
	font:  bold 13px Verdana, Geneva, sans-serif;
	color: #586E85;
	background-color:#DCEDF2;
	}

.carfacts-grey {
	text-align: center;
	padding: 2px 2px 2px 2px;
	font:  bold 13px Verdana, Geneva, sans-serif;
	color: #586E85;
	background-color:#EDEFF0;
	}

.otherProject {
	text-align: center;
	margin: 8px 0px 6px 0px;
	font:  bold 15px Verdana, Geneva, sans-serif;
	color: #586E85;
	}
	
.footer-left {
	display: block;
	margin: 5px 0 5px 0;
	float: auto;
	width: 100%;
	}

.footer-right {
	display: block;
	margin: 5px 0 5px 0;
	float: auto;
	text-align: inherit;
	width: 100%;	
	}

.alignRight {
	text-align: center;
	}

/* image styles */

.scale {
	max-width: 100%;
    height: auto;
	border-radius: 5px;
	z-index: -1;
}	

/*
.main_box {
	position: relative;
	x-border: 1px solid white;
	x-color: #BD780E;
	margin: 5% 20% 5% 20%;
	padding: 5px 2px 10px 2px;
	x-width: 50%;
	x-min-width: 300px;
	x-max-width: 650px;
	background-color: #353F46;
	border-radius: 7px;
	x-height: 75%;
    min-height: 35px;
	text-align: center;
	}
	
.button_div {
	position: absolute;
	bottom: 20%;
	width: 100%;
	}

.button {
   border: 1px solid #915000;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: 1.5% 7% 1.5% 7%;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   color: #232A2F;
   font-size: 70%;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #915000;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #915000;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }

.button:visited {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #915000;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }
   
.button:focus {
	outline: 0;
	}

p {
	text-align: left;
	margin-right: 20px;
	}

	
#oulogo { 
	position: relative;
	float: right;
	width: 91px;
	height: 65px;
	top: 14px;
	margin-right: 19px;
	}


#page {
	margin: 0; 
	height: 100%;  
	position: relative; 
	background: #25323A url(images/background.jpg) repeat-y;
	
	width: 730px;
	}

.content {
	width: 680px;
	position: relative;
	padding-left: 40px;
	color: #111111;
	text-align: left;
	font-family: "Century Gothic", Verdana, sans-serif;
	line-height: 20px;
	}

#navbar {
	position: relative;
	width: 680px;
	height: 55px;
	margin-left: 29px;
	margin-right: 20px;
	background: url(images/nav.jpg) no-repeat;
	}
	

	
.title {
	position: relative;
	float: left;
	width: 480px;
	left: 25px;
	top: 5px;
	text-align: left;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	}


/*removed .sponsors and transferred selected attributes to .links
.sponsors {
	width: 124px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	height: auto;
	margin-left: 2px;
	margin-right: -2px;
	background-repeat: no-repeat;
	text-align: left;
	float: right;
	}


.links a:hover { 
	color: #BB3A26; 
	}


.links {
	width: 124px;
	line-height: 20px;
	font-size: 13px;
	height: auto;
	text-align: left;
	float: right;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 18px;
	border: 2px solid #98CAD1;
	padding-left: 4px;
	}

.hmenu {
	height: 36px;
	width: 120px;
	text-align: center;
	float: left;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252F33;
	padding-top: 19px;
	}

.hmenu:hover {
	background: url(images/nav2.jpg) repeat-x;
	}

a {
	text-decoration: none;
	color: #252F33;
	}
	
.tablecaption { 
	text-align: left;
	margin-left: 3px;
	}


	
	*/

/**  MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: block;

	/** Position and style */
	position: static;
	xz-index: 999;
    margin: 100px 0 100px 0;
	width: 100%;
	height: 100%;
	xtop: 0;
	xleft: 0;
	background: #FFFFFF;
	overflow: auto;
    x-webkit-overflow-scrolling: touch;

}

.lightbox .wrapper {
	/** Pad the lightbox content area */
	background-color: #FFFFFF;
	margin: 100px 0 100px 0;
	padding: 0 10px 60px 10px;
	border-radius: 0px;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
    max-height: 100%;
  	overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}
        
.blankBox {
}

/** tests and stuff. Delete or move from here when done **/
        


