/*

	template: Artificial Intelligence
	author: luka cvrk (www.solucija.com)
	
*/

body {
	margin: 0;
	padding: 0;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images1/bodyback.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
}

/* LINKS AND HEADINGS STYLING */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #660000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h1  {
	margin: 0;
	color: #fff;
	background-color:transparent;
	font-family: "Times New Roman";
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
h2  {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
h3 {
	clear: both;
	font-size: 1.1em;
	color: #000000;
	background: #fff url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.blue {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.image {
	float: left;
	border: 1px none #e2e2e2;
	text-align: center;
	background-position: center center;
	clear: none;
	padding: 3px;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-left: 15px;
	text-decoration: none;
}

/* CONTENT WRAPPER */

#main {
	width: 900px;
	height: auto;
	border: medium double #660000;
	background-color: #FFFFFF;
	margin: auto;
}

/* TOP LEFT LOGO */

#logo {
	float: left;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}
	#logo h1 {
	color: #000;
	background: #fff;
	text-decoration: none;
	font-family: "Times New Roman";
}

/* TOP RIGHT HORIZONTAL MENU */
	
#menu {
	float: right;
	color: #0000FF;
	background-image: none;
	text-align: right;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 12px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
}
	#menu li {
	color: #FFFFFF;
	display: inline;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	text-decoration: none;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#menu li.active {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/baractive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	text-decoration: none;
	}
	#menu li a {
	color: #0000FF;
	text-decoration: none;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	} 	
	#menu li a:hover {
	color: #660000;
	background: #f8f8f8;
	text-decoration: none;
	} 	
	.key {
	text-decoration: none;
	padding-right: 0px;
} /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images1/MTCGif.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	border: thin none #660000;
	text-decoration: none;
}
	#intro_left a {
	color: #fff;
	background: inherit;
	border: 1px none #660000;
	text-decoration: none;
}
	#intro_left p {
	padding: 14px 15px;
	margin: 0;
	text-decoration: none;
}

	/* LEFT VERTICAL MENU */
	
	#menu_left {
	float: left;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	text-decoration: none;
	padding: 0;
	width: 248px;
	}
		#menu_left li {
	list-style: none;
	border: 1px double #660000;
}
		#menu_left li a {
	display: block;
	color: #FFFFFF;
	width: 201px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0000FF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0.25px none #660000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 7px;
	padding-left: 23px;
		}	
		#menu_left li a:hover {
	color: #fff;
	background-color: #660000;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	width: 360px;
	color: #FFFFFF;
	height: 230px;
	border: 1px double #660000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(images1/2008%20Pictures/mtn%20pic.jpg);
	text-align: right;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 270px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center center;
}
	#intro_right h1 {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
	#intro_right .white {
	color: #FFF;
	background-color:transparent;
}
	
/* LEFT SIDE */
	
#left {
	float: left;
	width: 248px;
	border: 1px double #660000;
	height: auto;
	background-color: #FFFFFF;
	text-decoration: none;
}
	.box {
	border: 1px none #660000;
	color: #660000;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 633px;
	height: auto;
	border: 1px double #660000;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
.rightcolEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	float: right;
	height: auto;
	width: 320px;
	padding: 10px;
	border: 1px double #660000;
}

	.leftcol {
	float: left;
	width: 284px;
	border:1px double #660000;
	text-align: left;
	height: 216px;
	margin-right: 0;
	overflow: visible;
	padding: 0px;
	}
	.rightcol {
	float: right;
	width: 325px;
	border:1px double #660000;
	height: 194px;
	list-style-image: none;
	padding: 10px;
	margin: 0;
		}
	.special {
	clear: both;
	margin:0px 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background: #eee;
	color: #FF0000;
	text-align: center;
	}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	background-color: #0000FF;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	text-align: center;
	background-position: center top;
	visibility: visible;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 0.7em;
}
#apDiv1 {
	position:absolute;
	width:228px;
	height:220px;
	z-index:1;
	left: 337px;
	top: 105px;
	background-attachment: fixed;
}
.style1 {font-size: 12px}
.style3 {color: #FFFFFF}

