

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*Fluid css for emmott.com
based on 900px*/
body {
	line-height: 1;
	margin: 45px 0 0 0;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	max-width: 90%;
	background-color: #ccc;	
	}
	
section {
	max-width: 86%;
	margin: 0 auto; 
	padding: 10px 0 0 0;
	background-color: #ccc;
}


	
#content {
	max-width: 86%;
	margin: 0 auto; 
	padding: 10px 0 0 0;
	background-color: #ccc;
	}
	
#notice {
	font-size: 1em;
	text-align: center;
	color: #555;
	margin: 0 auto;
	width: 50%;
	padding: 0 0 0 0;
}



#notice a{
	font-size: 1em;
	color: #600;
	text-transform: uppercase;
}

#trains {
	font-size: .70em;
	text-align: left;
	color: #555;
	margin: 0 auto;
	width: 85%;
	padding: 10 0 0 0;
	line-height: 1.4em;
}

#trains a{
	font-size: 1em;
	color: #600;
	text-transform: uppercase;
}

# trains a:hover {
	color: #999;
}


#portColA {
	float: left;
	width: 15%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#portColB {
	float: left;
	width: 85%;
	margin: 14px 0 0 0;
}

#portColA img {
	max-width: 40%;
	margin: 0 3% 4% 0;
	border: 0;
	}
	
hr {
	border-color: #aaa;
	}
	
.imageHolder {
	text-align: center;
	margin: 15px 0 0 0;
	max-width: 100%;
}

.topNav a {
	font-size: .85em;
	text-transform:uppercase;
	font-weight: bold;
	color: #600;
	}
	
.social{
	padding: 5px 0 3px 5%;
	float:right;
}
/*testing menu*/
#menu {
	padding: 5px 0 0 0;
	font-size: 1.5em;	
	color: #555;
	text-transform: uppercase;

	margin: 0 auto 0 auto;
	max-width: 100%;
	height: 30px;
	text-align: left;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	margin-right: 15px;	
	list-style: none;	
}
	
#menu a{
	color: #555;
	text-decoration: none;
}
#menu li:hover > a{
	color: #666;
	text-decoration: none;
}


X.navigation a {
	font-size: .85em;
	color: #555;
	text-transform: uppercase;
}

nav  ul li {
	display: inline;
	list-style: none;
	margin-right: 20px;
	padding: 5px;
	font-size: 1em;
	color: #555;
	text-transform: uppercase;
}

nav a {
	padding: 5px;
	font-size: 1em;
	color: #555;
	text-transform: uppercase;
}





.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align: center;
}

/*about info*/

#about {
	padding: 25px 0 20px 10%;
	max-width: 86%;
	margin: 0 auto 25px auto;
	line-height: 1.2em;
}

.bob {
	level: 4;
	font-size: .55em;
}

.aboutList {
	margin: 0 0 0 8%;
}

.aboutCopy {
	margin: 0 0 0 3%;
}

.about a {
	color: #600;
	font-size: 1em;
	text-decoration: none;
}



a:hover {
	color: #999;
}

p {
	font-size: .70em;
	color: #555;
	padding: 5px 0 3px 5%;
	line-height: 1.4em;
}

ul {
	font-size: .70em;
	color: #555;
	padding: 5px 0 3px 5%;
	line-height: 1.4em;
}
h1 {
	font-size: 1.1em;
	font-weight: 500;
	color: #3166a8;
	text-transform: uppercase;
}

h2 {
	font-size: .75em;
	font-weight: 500;
	text-transform: uppercase;

	color: #555;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: .65em;
	font-weight: 500;
	color: #555;
	text-transform: uppercase;
}


.italic{
	font-style: italic;
}



.heading {
	font-size: 1.1em;
	font-weight: 500;
	color: #cc6600;
	text-transform: uppercase;
}

img, embes, object, video {
	max-width: 100%;
}

.video {
	max-width: 85%;
	margin: 0 auto;	
		
}

#video {
	max-width: 85%;
	margin: 0 auto;	
	font-size: .75em;	
}

#videoPage {
	max-width: 100%; 
	margin: 50px 20%;	
	font-size: .75em;
		
}

#video img {
	width: 90%;

}


	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	margin: 0 auto;
	border="0";
	cellspacing="0"; 
	cellpadding="0"; 
	align="center";
}

td {
	padding: 10px 10px 10px 0;
}



#studioCopy { 
	padding: 25px 0 20px 40%;
	max-width: 86%;
	margin: 0 auto;
	line-height: 1.2em;
}

#studioCopy p { 	/*on contact pg*/
	padding: 0 0 0 3%;		
}

#studioCopy h3{
	padding: 0 0 3px 0;
}

#studioCopy a {
	font-size: .95em;
}



#fad {
	padding: 25px 0 20px 10%;
	max-width: 86%;
	margin: 0 auto 25px auto;
	line-height: .8em;


}

#footer {
	text-align: center;
	font-size: .65em;
	padding: 20px 0;
	color: #666;
	line-height: 1.4em;
}

#footer a {
	font-size: .95em;
	text-decoration: none;
}

#contactImg{
	max-width: 45%;
	margin-right: .5%;/*space between thumbnails*/
	border: 0;
}



a {
	color: #555;
	font-size: .75em;
	text-decoration: none;
}



.smallType {
	font-size: .9em;
}

.videoCaption {
	font-size: 1em;
	text-align: left;
	color: #555;
	}

.caption {
	font-size: .55em;
	text-align: center;
	color: #555;
	}
	
#caption {
	font-size: .55em;
	text-align: center;
	color: #555;
	}

.photo {
	
	margin: 0 auto;
	width: 100%;
}

#clear {
	clear: both;
	
}

/* Style the dropdowns */

li.dropdown {
    display: inline-block;
     font-size: 1em;
    }

.dropdown-content {
	display: none;
    position: absolute;
    font-size: 1em;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn:{
font-size: 1em;
	color: #555;
	text-transform: uppercase;

}

