/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 230px;
	height: 513px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	cursor: pointer;
}
#kwick_2 {
	cursor: pointer;
}
#kwick_3 {
	cursor: pointer;
}
#kwick_4 { 
	cursor: pointer;
}
.kwicks.horizontal #kwick_4 {
	margin-right: 0; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: 0; /* cancel margin on last kiwck (if you set a margin above) */
}

.menulink {
font-size:15.64px;
color:#FFFFFF;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.about_table {
    height: 513px;
}

.headertext {
font-size:25px;
color:#FFFFFF;
}

.maintext {
font-size:14px;
color:#c7c7c8;
font-family: Arial, Tahoma;
}
#scroll-context {
    height: 460px;    
    width: 100%;
    text-align: justify;
}

a.maintext {
font-size:14px;
color:#c7c7c8;
font-family: Arial, Tahoma;
}

.menulink_separator {
font-size:15.64px;
color:#455750;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      background-color: #171e24;
}
 
.quatrotable {
	height: 100%;
}

#wrapper {
    width: 1000px;
	height: 701px;
    border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
    margin-top: -350px;

}
.menucell {
    background: url(/images/index_03.jpg) no-repeat;
    vertical-align: bottom;
}
.noborder {
    border: 0;
}

#videoswrap {
	position:relative;
	height:150px;
}

#links, #videos {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-left:30px;
}

#fancy_div {
	background:url(images/fancy/video_bg.png) no-repeat;
}
.borderwhite {
background:white;
padding:4px;
border:1px solid black;
}



