/*<group=General Styles>*/

body {
	background: transparent none;
	margin: 0;
	text-align: left;
	color: #000000;
	padding: 0px;
	line-height: 1.2em;
	margin: 1.5cm;
	font-size: 11pt;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
}

p { 
line-height: 1.2em;
margin: 4pt auto 6pt;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
}
	
/*</group>*/

/*<group=Layout>*/

#container, #mainContent, #content, #sidebar, #contentContainer {
}

#content {
	margin-left: 0;
	margin-right: 0;
	}
	
#aside {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 8pt;
	width: auto;
	}

#head {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	left: auto;
	}


#head h1, #head h2 {
	margin: 0;
	padding: 0 20px;
	text-align: left;
	}
	
#head h1 {
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	color: black;
	margin-top: auto;
	text-shadow: none;
	margin-top: 1em;
}

#head h2 {
	letter-spacing: 2px;
	text-shadow: none;
	position: relative; 
	color: #222;
	font-size: 12pt;
	margin-bottom: 1em;
	}

#nav {
	display: none !important;
	}
	
#footer {
	left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
	clear: both;
}

#footer #footerWrapper {
	position: relative;
	width: auto;
	text-align: left;
	margin: 0 auto;
	left: 0;
	padding: 10px 0;
	overflow: hidden;
}
	
/*</group>*/


/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	display: none;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	color: #474747;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 40px;
	background-color: #f5f5f5;
	font-style: italic;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

.blog-entry {
	border-style: none;
}

.blog-entry-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
	border-style: none;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	border-style: none;
	font-size: 10pt;
	color: #333333;
}

.blog-entry-body {
	margin-bottom: 45px;
	border-style: none;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	font-size: 16pt;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
}

.thumbnail-caption {
	color: #4c4c4c;
	margin-top: -2px;
	font-size: 10pt;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
}

.photo-navigation {
	background: none;
	display: none;
}

.photo-navigation a {
	display: none;
}

.photo-navigation a:hover {
	display: none;
}

.photo-frame{

}

.photo-links {
	display: none;
}

.photo-title {
	display: none;
}

.photo-caption {
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-title {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/

a:link, a:visited {
	color: #333;
}

#contentWrapper {
	width: 80%;
}


#spacer {
	height: 0;
	margin-bottom: 0;
}
#contentWrapper {
	height: 100%;
}

#contentWrapper, #footer, #aside, #nav {
	border: none;
	}

#aside {
	display: none;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 25%;
	width: 100% !important;
	z-index: 100;
	overflow: hidden;
	border: none;
}

#nav ul {
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	float: right;
}

#nav ul ul {
	display: none;
}
#nav ul li {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	text-align: center;
	border-left: 1px solid white;
	border-top: 1px solid white;
	display: block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0;
}

#nav ul li+li {
	background-color:  #eee;
}

#nav ul li+li+li {
	background-color: #ddd;
}

#nav ul li+li+li+li {
	background-color: #ccc;
}

#nav ul li+li+li+li+li {
	background-color: #bbb;
}

#nav ul li+li+li+li+li+li {
	background-color: #aaa;
}

#nav ul li+li+li+li+li+li+li {
	background-color: #999;
}

#nav ul li a {
	text-align: center;
	display: block;
	font-weight: normal;
	padding: 40% 8% 0 !important;
	box-sizing: border-box;
	width: auto;
	height: 100%;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
}

#nav ul li a:hover, #nav ul li.active a {
	background-color: #b90000;
	color: white;
}

#aside {
	height: 75%;
	width: 25%;
}

#main {
	height: 75%;
}

#footer {
	top: 100%;
	position: absolute;
	right: 0;
	left: 0;
}

#nav #topNavDiv {
	position: absolute;
	z-index: 100;
	}
#nav #addToNavTop, #nav #addToNavBottom {
	padding: 0;
	}
	
#nav #topNavDiv + ul {
	padding-top: 0;
	z-index: 200;
	position: relative;
}

@media screen and (max-width:600px) {

#nav, #aside, #main {
		float: none !important;
		width: auto !important;
		height: auto !important;

	}
	
	#nav ul {
		padding: 2% 5%;
	}
	
	#nav ul li {
		display: block;
		padding: 4px 0 2px 0;
		margin: 0;
		margin-right: 20px;
		text-align: left;
		width: auto;
	}
	
	#nav ul li ul{
		display: block;
		position: relative;
		top: 0;
		margin-left: 10px;
	}
	
	#nav ul {
		position: relative;
		float: none;
	}
	
	
	
	#nav ul li {
		width: auto;
		display: block;
		position: relative;
		background-color: white !important;
		margin: 0;
	}
	
	#nav>ul>li {
		background-color: white;
		border: 1px solid #999;
		border-radius: 6px;
		margin-bottom: 6px;
		padding: 6px;
		padding-bottom: 0;
	}
	
	#nav ul li ul li {
		margin-left: 0;
		padding-left: 0;
	}
	
	#nav ul li a {
		color: #333 !important;
		padding: 6px 40px 6px 0;
		margin-bottom: 5px;
		display: inline-block;
		font-size: 1.2em;
		text-align: left;
		font-weight: bold;
	}
	
	#nav ul li a:hover, #nav ul li.active a {
		color: #bf0000 !important;
		background-color: transparent !important;
	}
	
	
	#nav ul li {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: none;
	}
	
	#nav ul li a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

}

#aside, #nav {
	width: 20%;
}


body {
	font-family: "Century Gothic", Arial, Geneva, Verdana, sans-serif;
}


#mainContent {
	font-size: 1.2em;
}

#head hgroup h1, #head hgroup h2 {
	text-align: left;
	}

#nav ul ul {
	padding-right: 1em;
	padding-left: 0;
}

#nav ul li {
	text-align: right;
}

#nav ul li a {
	border-left: none;
}

body {
	background-image: url("images/bg/image14.jpg");
}

body {
	background-position: top left;
}

body {
	background-repeat: no-repeat;
}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}



#contentWrapper {
	background-position: top left;
}

#contentWrapper {
	background-repeat: no-repeat;
}

#contentWrapper {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}





#footer {
	display: none;
	}


		body, .movie-background, .photo-background {
	background-color: #292D34;
	}


#main, .photo-navigation {
	background-color: #323232;
}

#head {
	background-color: #000000;
}

#aside {
	background-color: #CCCCCC;
	color: #262626;
}

#head h1 {
	color: #FFFFFF;
}

#head h2 {
	color: #A1A1A1;
}


#main #content {
	color: #BFBFBF;
}


a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #FFFFFF;
}

#aside a {
	color: #FFFFFF;
	}

#aside a:hover {
	color: #FFFFFF;
	}


#footer {
	color: #555555;
	background-color: #000000;
}

#footer a {
	color: #7F7F7F;
	}

#nav {
	background-color: #7F7F7F;
	color: #252525;
	}
	
#nav ul li a{
	color: #252525;
}



#nav ul li a:hover, #nav ul li.active>a {
	color: #000000;
}

#nav ul li a:hover, #nav ul li.active > a {
	border-left-color: #000000;
	border-right-color: #000000;
}

#nav.bottom ul li {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#nav.bottom ul li+li {
	background-color:  #EEEEEE;
}

#nav.bottom ul li+li+li {
	background-color: #DDDDDD;
}

#nav.bottom ul li+li+li+li {
	background-color: #CCCCCC;
}

#nav.bottom ul li+li+li+li+li {
	background-color: #BBBBBB;
}

#nav.bottom ul li+li+li+li+li+li {
	background-color: #AAAAAA;
}

#nav.bottom ul li+li+li+li+li+li+li {
	background-color: #999999;
}

#nav.bottom ul li+li+li+li+li+li+li+li {
	background-color: #888888;
}


#nav.bottom ul li a:hover, #nav.bottom ul li.active a {
	background-color: #95CCCB;
}

#contentWrapper, #footer, #aside, #nav, #head {
	border-color: #FFFFFF;
	}


		