@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro|Nixie+One|Julius+Sans+One);

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family:"source sans pro", arial, helvetica, sans-serof;
	font-size: 16px;
} 

/* TEXT AND CONTENT STYLES */

h1 {
	font-family: "nixie one", rockwell, serif;
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.2em; 
	color: #000; 
	padding: 5px 0px 5px 0px; 
	margin: 0px;
}

h2 {
	font-family: "julius sans one", verdana, sans-serif;
	font-weight: normal; 
	font-size: 1.3em; 
	line-height: 1.2em; 
	color: #BDBC47; 
	padding: 10px 0px 5px 0px; 
	margin-bottom 3px; 
	border-top: 5px solid #F0F0F0;
	border-bottom: 1px dotted #DFDE69;
	clear: both;
}

h3 {
	font-family: "julius sans one", verdana, sans-serif;
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.2em; 
	color: #EF4638;
	padding: 0px; 
	margin: 0px; 
	clear: both;
}

p {
	line-height: 1.2em;
	clear: both;
}

/* Image Styles */

img.float-left {
	float: left; 
	margin: 5px;
	box-shadow: 2px #CCC;
	border: 1px solid #000;
}

#galleria {
	width: 600px; height: 450px; background: #000;
}

/* DEFAULT LINK STYLES */

a:link {color: #004692; text-decoration: underline;}
a:active {color: #EF4638; text-decoration: underline;}
a:visited {color: #004692; text-decoration: underline;}
a:hover {color: #dd2f00; text-decoration: underline;}
a img {border: none;}

/* HEADER */

#header {
	background: #FFF;
	border-bottom: 1px #DFDE69 solid;
	height: 120px; /*Height of top section*/
	position: relative; 
	z-index: 1000;
}

#header img {
	margin-left: 100px;
}

/* Main Content Area */

#maincontainer {
	background: #fff;
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	box-shadow: 0px 0px 5px 5px #CCC;
}

#core, #content, #center { /* core is the preference going forward, to work with galleria */
	border-width: 0 1px 0 1px;
	border-color: #eee;
	border-style: solid;
	margin: 0px 0px 100px 201px;
	padding: 36px 20px 50px 20px;
	float: left;
	position: relative;
	min-width: 657px;
	z-index: 100;
}

div.wrapper {
clear: both;
}

div.timeline {
border-left: 59px solid #BDBC47;
border-right: 59px solid #BDBC47;
box-shadow: 0px 0px 5px 5px #222;
}

#center span.collapsible {
	cursor: pointer;
}

#center span.collapsible h2 {
	color: #BDBC47;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 5px 5px 5px; 
}

#center > div > div {
	display: none;
}

#center > div.contentActive > div {
	display: block;	
}

/* MENUS */

div.menucontainer {
	float: left;
}

#menu {
	width: 200px; 
	padding-top: 100px;
	margin-left: -900px; /*subtract #maincontainer width */
	z-index: 1;
}

#menu ul {
	background: #FFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #999;
}

#menu a {
	color: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
}

#menu ul > li > ul > li a {
	color: #fff;
	text-decoration: none;
}

#menu > ul > li {
	border-bottom: 1px solid #eee;
}

#menu span {
	display: inline-block;
	padding: 3px 10px 3px 20px;
	cursor: pointer;
}

#menu ul li.menuActive span {
	background-color: #39AABB;
	color: #fff;
}

#menu ul li:hover span {
	background-color: #DFDE69;
	color: #FFF;
}

#menu > ul > li > ul {
	display: none;
}

#menu > ul > li.menuActive > ul {
	display: block;
}

#menu > ul > li > ul > li {
	background-color: #39AABB;
	font-size: .9em;
	font-weight: normal;
	border-top: 1px solid #eee;
	padding: 3px 20px 3px 20px;
	display: block;
}

#menu ul li ul li:hover, #menu ul li ul li.submenuActive {
	background: #004692;
	color: #FFF;
}

/* RIGHT MENU */

#menu2 {
	width: 200px; 
	padding-top: 10px;
	margin-left: -900px; /*subtract #maincontainer width */
	z-index: 1;
}

#menu2 ul {
	color: #999;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu2 li {
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	padding: 5px 10px 5px 20px;
}

#menu2 li:hover {
	background: #004692;
	color: #FFF;
}

#menu2 a {
	color: #999;
	text-decoration: none;
	display: inline-block;
}

#menu2 a:hover {
	color: #FFF;
}

#menu2 a:hover img {
	background: #BDBC47;
	padding: 1px;
}

/* FORMS */

.requestForm input[type=text] {
	width: 100%;
}

.requestForm textarea {
	width: 100%;
	height: 50px;
}

.requestForm .day {
	display: inline-block;
	width: 75px;
}

.required {
	color: #f00;
}

.requestWrapper table img {
	display: block;
}

.requestWrapper table .topmenu img {
	display: inline-block;
}


#footer{
background-color: #3d3830;
border-top: 1px solid #000;
clear: left;
padding: 50px 10px 200px 10px;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
background-color: #fff;
color: #277580;
text-decoration: none;
}