@charset "UTF-8";
/* CSS Document */
body{
	background-color: #000000 !important;
	background: url("/media/bk_mkc001.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top-left; 
}
.container{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:white;
}
hr{
	margin-top:10px;
	margin-bottom:10px;
	background: none;
}
h1{
	font-weight: bold;	
	color:#E4AC0D;	
}
h2{
	font-weight: bold;
	color:#E4AC0D;	
}
h4{
	margin-bottom:3px;
	font-weight: bold;
	color:#000;	
}
table{
	padding:0px 20px;
}	
td p{
	margin:0px;	
}
.header{
	height:100px;
	margin-top:5px;
	background-repeat:no-repeat;
}
.admin a{
	text-decoration:none;	
}
.selected{
	font-weight:bold;
}
#nav{
	height:140px;
	line-height:32px;
	background-repeat:none;

}
#navMenu{
	padding-top:60px;
	padding-left:350px;
}
#nav ul{
	
	list-style:none;
	margin:0px;
	height:20px;
	margin-left:5px;
}
#nav li{
	float:left;
}
#nav a{
	text-decoration:none;
	color:black;
	font-size: 18px;
	padding:5px 15px;
}
#nav a:hover{
	
}
#content{
	
	min-height:400px;
}
.contentpad{
	padding:20px;	
}
.content-padding{	
}
.content-padding img{
}

.subMenu{
	font-size:10px;	
	margin:0px;
	padding:0px;
	margin-right:5px;
	margin-top:20px;
	
}
.subMenu li{
	background-color:#394F1B;
	margin:3px;
	padding:5px;	
}


.subMenu li:hover{
	background-color:#4B7529;	
}
.subMenu a{
	color:white;
	text-decoration:none;
	}
.popUp{
	height:600px;
	width:700px;
	padding:10px;
	color:white;
	text-align:left;	
}
#footer p{
	color:#666;
	text-align:center;
	line-height:25px;	
}
#footer a{
	text-decoration:none;
	color:#666;
	
}

#subMenu ul{
	list-style:none;
	margin:5px;
	margin-left:0px;
	margin-top:15px;
	padding-left:0px;
}
/* nav buttons */
#subMenu a { cursor: pointer; outline: 0; display:block; padding: .4em; text-decoration: none !important; text-align: left; margin: 0 0.1em 0.3em 0; vertical-align: middle;}
#subMenu a img {vertical-align: middle;}

.focused a{
	font-weight:bold;
}

label{
	
	margin-right:5px;
}
.loginForm{
	text-align:center;	
}

#slider1 {
	margin:0px 0px;
	margin-bottom:10px;
    width: 640px; /* important to be same as image width */
    height: 330px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 640px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 310px;
}

.right h3{
	color:white;
	padding:2px;
}

.right {
	padding-top:10px;
	font-weight:bold;
	color:white;
	font-size:12px;
	right: 0;
	bottom: 0;
	width: 180px !important;
	height: 320px;
}
.right p{
	font-weight:bold;
	font-size:12px;	
}
#slider1 ul { list-style-type: none;}

#gotoBlog{
	margin-top:25px;
	width:160px;
	height:30px;
	
}

#gotoBlog a{
	line-height:25px;
	text-decoration:none;
	font-weight:bold;
	color:#FFC036;
}


.subMenu li.focused{
	background-color:#94CF46;	
}


