

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

/* TEXT AND CONTENT STYLES */

h1 {
	font-family: archer pro, arial, serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2em;
	color: #000;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

h2 {
	font-family: archer pro, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #555555;
	padding: 10px 0px 5px 0px;
	margin-bottom 3px;
	
	border-bottom: 2px dotted #e03c3a;
	clear: both;
}

h3 {
	font-family: archer pro, arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #555555;
	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: #555555; text-decoration: underline;}
a:active {color: #555555; text-decoration: underline;}
a:visited {color: #555555; text-decoration: underline;}
a:hover {color: #E03C3A; text-decoration: underline;}
a img {border: none;}

/* HEADER */

#header {
	background: #FFF;
	border-bottom: 2px #787878 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: 0;
	padding: 36px 20px 50px 20px;
	float: right;
	position: relative;
	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: #b1892c;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 5px 5px 5px;
}

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

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

/* MENU HOME */
.home .menucontainer {
	/* margin-top: -4015px */
}

.home #menu {
width: 200px;
margin-top: 37px;
margin-left: 0px;
z-index: 1;
}


.home #menu2 {
	width: 200px;
	margin-left: 0; /*subtract #maincontainer width */
	z-index: 1;
	top: 360px;
}

/* MENUS INTERIOR */

div.menucontainer {
	float: left;
}

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

#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: #e03c3a;
	color: #fff;
}

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

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

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

#menu > ul > li > ul > li {
	background-color: #D4D4D4;
	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: #e03c3a;
	color: #FFF;
}

/* RIGHT MENU */

#menu2 {
	width: 200px;
	margin-left: 0; /*subtract #maincontainer width */
	z-index: 1;
}

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

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

#menu2 li.nbg {
	background-color: #FFFFFF;
}

#menu2 li:hover {
	background: #e03c3a;
	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: #F9F9F9;
	border-top: 1px solid #000;
	clear: both;
	padding: 25px 10px;
	font-size: small;
}

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

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