/* GENERAL STYLES */
/* GENERAL STYLES */
body,html {
	margin-bottom: 20px;
	background: url("/umbraco/../media/225/bg.png") repeat-y;
	font-family: Verdana, 'lucida grande', 'lucida sans', lucida;
}
html {	font-size: 62.5%; }
body {	font-size: 1.2em; }

p {
	margin: 14px 0;
	line-height: 1.4em;
}

a {
	text-decoration: none;
}
li a {
	display: -moz-inline-box;
	display: inline-block;
}
a:link, a:visited {
	color: #0054a6;
	border-bottom: 1px dotted #6b8000;
}
a:hover, a:active {
	color: #0072bc;
	border-bottom: 1px solid #0054a6;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.strongem {
	font-weight: bold;
	font-style: italic;
}

blockquote {
	margin-left: 4em;
}

#content ul {
	list-style-type: disc;
	padding-left: 4em;
	margin-bottom: 14px;
}
#content ul li {
	margin-bottom: 1em;
}

#content ol {
	list-style-type: decimal;
	padding-left: 4em;
	margin-bottom: 14px;
}
#content li {
	margin-bottom: 1em;
}
#content td {
	padding: 5px 12px;
}
#content table ol {
	padding-left: 1.6em;
}

/* GENERIC HEADERS */
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}

.disabled {
	color: #ccc;
}

/* BOXES */

#container {
	margin: 40px auto;
	width: 730px;
	background-color: #fff;
}

#main {
	margin:0;
	padding:0;
	text-align:left;
}

#header {
	height: 90px;
}

#header h1 {
	font-family: "Impact";
	font-size: 1.9em;
	font-weight: normal;
	float: left;
	margin: 5px 25px;
}

#header h1 a:link, #header h1 a:visited {
	color: #3a3304;
}
#header h1 a:hover {
	color: #615606;
}
#header h2 {
	font-family: Arial;
	font-size: 1.4em;
	color: #3a3304;
	padding: 0; margin: 0;
	padding-top: 12px;
	margin-bottom: 12px;
}

/* Navigation */

#secondLevelNavigation {
	float: left;
	width: 110px;
	list-style:none;
	padding:0;
	margin: 0;  
	border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

#secondLevelNavigation a:hover {
	background-color: #eee;
}

#naviHolder{
	float: left;
	margin-top:  0px;
	margin-left: 0px;
	padding: 0;
	height: 20px;
	_width: 100%; /* IE6 */
}

#naviList {
	list-style:none;
	margin: 0;    
	padding: 0;
}

#naviList li {
	width: 40px;
	float:left;
	border-left:#ddd9cc solid 1px;
	border-right:#888477 solid 1px;
	background-color: #b6b4eb;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
	padding: 4px 0;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	display: block;
}

#naviList a:hover{
	color:#ddd9cc;
}

/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin-top: 0;
	height: 18px;
	margin-left: 35px;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	_width: 40px; /* IE6 */
	border-right: 1px solid #9c8b11;
	border-top: 2px solid #9c8b11;
	border-bottom: 2px solid #9c8b11;
	background: #bbad4a;
	z-index: 3;
}
#nav li#first {
	border-left: 1px solid #9c8b11;
}
#nav a {
	padding: 2px 10px 1px 10px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	display: block;
}

#nav .current {
	background-color: #e8dd90;
}

#nav a {
	text-decoration: none;
	border-bottom: none;
}

#nav .current a, #nav li li.current a {
	color: #4d4405;
}

li ul {
	display: none;
	position: absolute;
	top: 20px;	/* same as height of the menu bar */
	left: -36px; 	/* nav's margin-left -1 */
	z-index: 3;
}

#nav li li, #nav li li#first {
	display: block;
	width: 130px;
	float: none;
	/*background: #bbad4a;*/
	background: white;
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
	border-top: none;
	border-left: 1px solid #9c8b11;
	border-right: 1px solid #9c8b11;
	border-bottom: none;
}
#nav li li#last {
	border-bottom: 1px solid #9c8b11;
}

#nav li li a, #nav .current li a {
	display: block;
	background: #bbad4a;*/
	padding: 2px 20px;
	text-align: left;
	color: white;
	margin: 0 1px;	/* dropdown menu side gutter */
	border-bottom: 1px solid white;
}

#nav a:hover, #nav .current li a:hover {
	background-color: #f4eba8;
	color: #4d4405;
}

li:hover ul, li.over ul {
	display: block;
}

#sidebar {
	float: left;
	width: 250px;
	margin-right: -250px;
	min-height: 600px;
	_height: 600px;
	text-align: center;
	margin-top: 10px;
}
#sidebar img {
	margin: 12px auto;
	padding: 3px;
}

#content {
	position: relative;
	margin-left: 250px;
	margin-right: 20px;
	padding: 0;
	padding-left: 10px;
	min-height: 600px;
	_height: 600px; /* IE 6 */
}

#topdecor {
	height: 15px;
	margin-bottom: 20px;
}

.PageTitle {
	font-family: Georgia;
	margin-bottom: 15px;
}

/* BREADCRUM */
ul#umbBreadcrum {
	list-style:none;
	padding: 0;
	margin: 0;
	color: #aaa;
	font-size: 0.9em;
	display: block;
	height: 15px;
}

#umbBreadcrum li {
	float:left;
	margin: 0 3px 0px 0;  
	padding: 0;
}

#printbutton {
	position: absolute;
	top: 0px;   /* top and right should match that of content's padding */
	right: 20px;
	background: url("/umbraco/../media/404/printer.gif") no-repeat;
	width: 60px;
	height: 25px;
	font-size: .9em;
	color: #446;
	padding-left: 27px;
	clear: both;
}

/* NEWS*/
.newsDate {
	margin: 0;
	font-size: .9em;
	margin-bottom: 10px;
	color: #666;

}
.newsResume {
	padding-bottom: 15px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 20px;
}
.teaser {
	font-size: 1.3em;
	font-weight: bold;
}
label {
	font-size: 1.2em;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	width: 86px;
}
#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* Seminar */
.seminarItem {
	padding: 15px 10px 20px 10px;
	border: 1px dotted #aaa;
	margin-bottom: 20px;
}

/* Photo Section */
a.Thumbnails:link, a.Thumbnails:visited {
	display: block;
	border: none;
}

.GalleryList img, .Gallery img, .Photo img {
	padding: 2px;
	border: 1px solid #ab9c22;
}
.GalleryList .Item, .Gallery .Item {
	/* thumbnail placement */	
	float: left;
	border: none;
}
.GalleryList .Item .GalleryNames {
	font-weight: bold;
	line-height: 1.3em;
}
.GalleryList .Item .PhotoCounts {
	font-style: italic;
	font-size: .9em;
	color: #333;
}

.GalleryList .Item, .Gallery .Item {
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	width: 140px;
	background-color: #f0f0f0;
}

.Photo img {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.PhotoNav {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
.PhotoNav a:link, .PhotoNav a:visited {
	font-weight: bold;
	border: none;
	color: #7a6900;
}
.PhotoNav a:hover, .PhotoNav a:active {
	color: #ad9c22;
}
.PhotoNav .Left, .PhotoNav .Right {
	line-height: 1.3em;
}
.PhotoNav .Left {
	float: left;
	margin-left: 100px;
}
.PhotoNav .Right {
	position: absolute;
	right: 0;
	margin-right: 100px;
}

/* End Photo Section */

#bottom {
	margin-top: 10px;
	padding: 21px 15px 4px 15px;
	font-size: .9em;
	color: #666;
	position: relative;
	bottom: 0px;
}

#footerText {
	float: left;
	width: 50%;
}

#editInfo {
	text-align: right;
}



/* EDITOR PROPERTIES */
.Highlight1 {
background-color: yellow;
}

.red {
color: red;
}

.blue {
color: blue;
}

.Heading1 {
font-size: 1.4em;
font-weight: bold;
}

.LargeText {
font-size: 1.3em;
font-weight: bold;
}

