@charset "UTF-8";

/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
}

h1 {
	color: #BBB;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: .15em;
	margin: 0px 0px 15px;
	padding: 0px;
}

#main_menu {
	float: left;
	clear: left;
	margin-top: 40px;
	font-size: 1em;
	line-height: 1.5em;
	color: #A79FB4;
	letter-spacing: 0.15em;
	margin-right: 40px;
	width: 30%;
	max-width: 300px;
	margin-left: 20px;
}

#main_menu ul {
	list-style: none;
}

#main_menu ul li {
	color: #999;
}

#main_menu ul li ul {
	line-height: 2.3em;
	/* padding: 8px 0px 8px 8px; */
	padding-left: 9px;
	margin-left: 8px;
	text-transform: uppercase;
	font-size: 0.85em;
	border-left: 1px solid #BBB;
}

#main_menu a:link, #main_menu a:visited {
	color: #bbb;
	text-decoration: none;
	padding: 5px;
}

#main_menu a:hover, #main_menu a:active {
	color: #727167;
}

.sub_main {
	line-height: 1.5em;
	padding: 5px;
}

#content {
	float: left;
	line-height: 1.5em;
	color: #888;
	width: 60%;
	max-width: 640px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 10px;
}

#content a:link, #content a:visited {
	color: #AAABAD;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: none;
}

#content ul {
	text-indent: -10px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

.title {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
}

.show {
	text-transform: lowercase;
}

.caption {
	font-size: .9em;
	color: #666666;
	margin-top: 8px;
	text-align: right;
}

/* contact page */
.container {
	margin-top: 50px;
}

#header h1 {
	font-size: 24px;
	color: #888;
	letter-spacing: .5em;
}

img {
	border: 0 #fff solid;
	margin: 0 auto 6px;
}

#content li {
	list-style-type: none;
	margin-top: 0px;
}

#content h3 {
	color: #700;
	font-weight: normal;
	font-size: 2.5em;
	margin-top: 50px;
	line-height: 1em;
	margin-bottom: 10px;
}

#content p {
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header {
	padding-left: 70px;
	padding-top: 30px;
	width: 200px;
	float:left;
}

#content h2 {
	color: #700;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0;
}

#content table tr td {
	vertical-align: top;
}

#footer {
	clear: both;
}

#footer p {
	color: #bbb;
	text-align: center;
	margin-top: 70px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.left {
	float:left;
}
.right {
	float:right;
}



/* BeginOAWidget_Instance_2141543: #ImageSlideShow */

div.BasicSlideShowFSCenter {width:650px;}

#ImageSlideShow {
/*	width: 600px;*/
	margin: 24px 0px 0px 0px;
	border: solid 0px #AAAAAA;
	background-color: #FFFFFF;
	padding-top: 10px;
	align-content: center;
}

#ImageSlideShow .ISSName {
	top: -24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #AAAAAA;
}

#ImageSlideShow .ISSSlideTitle {
	top: -18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	color: #AAAAAA;
	text-transform: none;
}

#ImageSlideShow .ISSClip {
	height: 455px;
	margin: 0 10px 10px 10px;
	border: solid 0px #AAAAAA;
}

#ImageSlideShow .ISSControls {
	top: 11px;
	height: 432px;
}

#ImageSlideShow .FilmStrip {
	height: 80px;
	background-color: #ffffff;
}

#ImageSlideShow .FilmStripPreviousButton, #ImageSlideShow .FilmStripNextButton {
	width: 25px;
	height: 80px;
}

#ImageSlideShow .FilmStripTrack {
	height: 80px;
}

#ImageSlideShow .FilmStripContainer {
	height: 80px;
}

#ImageSlideShow .FilmStripPanel {
	height: 80px;
	padding-left: 10px;
	margin-right: 0px;
}

#ImageSlideShow .FilmStripPanel .ISSSlideLink {
	margin-top: 10px;
	border: solid 0px #AAAAAA;
	background-color: #FFFFFF;
}

#ImageSlideShow .FilmStripPanel .ISSSlideLinkRight {
	border: solid 1px #AAAAAA;
	width: 56px;
	height: 47px;
	margin: 4px 4px 4px 4px;
}

#ImageSlideShow .FilmStripCurrentPanel .ISSSlideLink {
	background-color: #FFFFFF;
	border-color: #cccccc;
}

#ImageSlideShow .FilmStripCurrentPanel .ISSSlideLinkRight {
	border-color: #cccccc;
}
    
/* EndOAWidget_Instance_2141543 */

@media screen and (orientation:portrait) and (min-width:375px){
	
}

@media (max-width: 414px){
	#content {width:100%;
	margin: 0;
		padding:0;}
	
	#main_menu {
	float: left;
	clear: left;
	margin-top: 4px;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-right: 0px;
	width: 100%;
	margin-left: 10px;
	}
	
	#content h2 {font-size: 90%;}
	
}
