a  {color:#666666;
	text-decoration:none;

}

a:hover {color:#FFFFFF; text-decoration: underline;}
a:visited {color:#999999;}
a:active {color:#F8F8F8;}

.makeithighlight {background-color:#FFFF00;
				color:#000000;}
				
.smalltext {font-size:11px;
}

.smallertext {font-size:10px;
}

.indented1 {margin:0 0 0 1em;padding:0;
}

.indented2 {margin:0 0 0 1.7em;padding:0;
}

.navbartext {font-weight: bold;
}

.thumb1 {/*width:100px;
		height:100px;*/
		border:none;
}
.yellow {color:#FFDD66;}
.blue {color:#99BBDD;}
.orange {color:#FF9933;}
.green {color:#88CC44;}
p.right {text-align: right}



/*this is for highslide JAVASCRIPT*/
* {
}
.highslide {
	

}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    color:#FFFFFF;
    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #000000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

.closebutton {
   position: relative;
   top: -15px;
   left: 15px;
   width: 30px;
   height: 30px;
  
   cursor: pointer; /* w3c */
   background: url(highslide/graphics/close.png);
   /* For IE6, remove background and add filter */
   /* Note! the src is relative to the HTML file, not the CSS file */
  
 
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


* {
margin: 0 auto;
padding: 0;
}
header,/* render html5 elements as block */ footer, section, aside,   {
display: block;
}

#navmenu a {
	display: block;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #CC9900;
	text-decoration: none;
	text-align: 50px;
	width: 163px;
	margin-left: 0px;
	padding: 0px 0;
}
#navmenu a:hover {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #CC0033;
}

myinnercontainer {
	text-align:center;
	vertical-align: center;
	border-style: solid;
	border-width: 0;
	border-color: e8ae16;
	margin: auto;
	width: 920px;
}

body {
	background-color: #000000;
}

body {
line-height: 1;
background-color: #000000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */
#banner {
	width: 920px;
	margin-left: 0px;
	margin: 0 auto;
	margin-top: 8px;
	padding-left: 0px;	
}

#button {
	width: 920px;
	margin: 0 auto;
	margin-top: -4px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#main {
	width: 920px;
	margin-left: 0px;
	margin: 0 auto;
	margin-top: -5px;
	
}

nav {
width: 920px;
height: 0px;
margin: 0 auto;
background: #000000;
	/* curved border radius */
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}





footer {
width: 920px;
background: #000;
color: #ffffff;
margin: 0 auto;
clear: both;
	/* curved border radius */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

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

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

p {
margin-bottom: 0px;
}

li {
padding-left: 0px;
}

/* nav */

nav .menu {
font-size: 18px;
font-weight: bold;
margin-top: 0px;
}

nav .menu ul {
margin: 0;
padding: 0px 0 0 0px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
margin-top: 0px;
}

nav .menu a {
display: block;
float: left;
margin-right: 0px;
padding: 0 0px;
text-decoration: none;
color: #a65249;
}

nav .menu a:hover {
text-decoration: underline;
}






/* slideshow styles */
		.faded, .faded a {
			color: #B2B2B2 !important;
		}
		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

		.slideShow {
			padding: 0px; border: 4px solid #e9ae16; display: table;
			clear: both;
			margin-bottom: 10px;
		}
		.slideShow .navigation {
			margin-top: -10px;
			clear: left;
			display: block;
		}
		.slideShow .navigation a {
			background-color: #a65249;
			margin: 0px 2px 0px 0px;
			padding: 3px 8px;
			color: #FFF;
			text-decoration: none;
			float: left;
			font-size: 0.8em;
		}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #ffe4e1;
			color: #000000;
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
			border:0;
		}
		.slide h1 {
			position: absolute;
			background-color: #ffffff;
			left: 0px;
			top: 0px;
		}
		
		/** slides with text over images **/
		.slide p {
			margin: 1em;
			position: absolute;
			right: 0px;
			bottom: 0px;
			background-color: #dedede;
			opacity: .7;
			filter: alpha(opacity=70);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			color: #000;
			z-index: 1000;
			padding: 0.2em 0.8em;
		}
		.slide p a {
			color: #e43e01;
		}
		
		/** slideshow with images in navigation **/
		.navigation.white a, .navigation.white li {
			background-color: #ffffff;
		}
		.navigation.white a {
			border: 1px solid #ffffff;
			padding: 0px;
			line-height: 0.8em;
		}
		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			border: 1px solid #999;
		}
