@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('typo.css');



.bgkimg-wrapper {
	z-index: 0;
}

#bg {
	position:fixed;
	width: 100%;
}

.bgkimg {
	position:fixed;
	width: 100%;
	min-width: 1024px;
	min-height: 768px;
	
}
.statusbar-wrapper {
	position:relative;
	background:url(../images/status-bar-bg.png) repeat-x;
	height: 40px;
	width: 100%;
	min-width: 1024px;
}

.statusbar-content {
	position: relative;
	margin: 0px auto;
	width: 1024px;
}


.statusbar-left {
	position: relative;
	float:left;
	padding: 3px;

}

.statusbar-logo {
	position: relative;
	float:left;
}

.statusbar-text {
	position: relative;
	float: left;
	padding: 7px;
	padding-left: 5px;
	font-family:"Trebuchet MS";
	font-size:x-small;
	color: #515151;
}

.statusbar-right {
	position: relative;
	float:right;
	padding: 10px;
}

.statusbar-action {
	postion: relative;
	padding: 2px;
	font-family:"Trebuchet MS";
	color: #515151;
	font-size: small;
}

.header-wrapper {
	position:relative;
	height: 200px;
	width: 100%;
}

.header-content {
	position: relative;
	margin: 2px auto 2px auto;
	padding-left: 0;
	width: 1024px;
}

.content-top-shadow {
	position:relative;
	background:url(../images/content-top-shadow2.png) repeat-x;
	height: 25px;
	width: 100%;
	border-top: 1px solid #959595;
	min-width: 1024px;
	
}
.content-box {
	position: relative;
	background:url(../images/content-box1.png) repeat;
	padding: 10px 0px 10px 0px;
	min-height: 350px;
	width: 100%;
	min-width: 1024px;
}
.content-wrapper {
	position: relative;
	min-height: 350px;
	width: 960px;
	margin:10px auto 10px auto;
	
}



.menu-holder {
	position:relative;
	margin: 0px auto;
	float:left;
	min-width:1024px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	padding: 0;
	float:left;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 144px;
	height: 70px;
	font-size:medium;
	font-family:"Trebuchet MS";
	font-weight:bold;

	/*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: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	/*background-color:#ccc;*/
	color:#ccc;
	background:url(../images/menu-gradient.png) repeat-x;
}
#kwick_2 {
	/*background-color:#999;*/
	color:#ccc;
	background:url(../images/menu-gradient.png) repeat-x;
}
#kwick_3 {
	/*background-color:#666;*/
	color:#ccc;
	background:url(../images/menu-gradient.png) repeat-x;
}
#kwick_4 { 
	/*background-color:#333;*/
	color:#ccc;
	background:url(../images/menu-gradient.png) repeat-x;
}
#kwick_5 { 
	/*background-color:#000;*/
	color:#ccc;
	background:url(../images/menu-gradient.png) repeat-x;
}
.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.sub-links {
	position:relative;
	float:right;
	font-size:small;
	font-weight:normal;
	padding-right:2px;
	font-style:italic;
}

#content {
	position:relative;
	background: url(../images/coda-image.png) repeat;
	min-height: 350px; 
	width: 802px;
	float:right;
	border:1px groove #959595;
}
#textarea {
	position:relative;
	width:547px;
	height:350px;
	min-height:350px;
	float:right;
	overflow:scroll;
	overflow-x:hidden;
	
}
.maintext {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintext h3 {
	color:#4b0601;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.maintext h1 {color:#4b0601;
	text-align:center;
	font-size:x-large;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
}
.maintextE {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintextE h1 {
	color:#003a56;
	text-align:center;
	font-size:x-large;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	
}
.maintextE h3 {
	color:#003a56;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
	
}
.maintextW {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintextW h3 {
	color:#792B00;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
	
}
.maintextSE {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintextSE h3 {
	color:#5C4001;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
	
}
.maintextSM {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintextSM h3 {
	color:#5C4169;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
	
}
.maintextP {
	position:relative;
	width:485px;
	height:330px;
	min-height:330px;
	margin:20px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-style:italic;
	text-align:justify;
	line-height:1.4em;
	padding-right:60px;
}
.maintextP h3 {
	color:#2E491C;
	text-align:left;
	font-size:larger;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-weight:bold;
	border-bottom: 1px groove #959595;
	margin-bottom: 8px;
	padding-bottom: 6px;
	
}
.category {
	position:relative;
	min-height: 350px;
	width: 250px;
	height:350px;
	float:left;
	border-right:1px groove #959595;
}

.category-header {
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:x-large;
	color:#4b0601;
	padding-top:8px;
}
.category-headerE {
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:x-large;
	color:#003A56;
	padding-top:8px;
}
.category-headerW{
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:x-large;
	color:#792B00;
	padding-top:8px;
}
.category-headerSE{
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:larger;
	color:#5C4001;
	padding-top:8px;
}
.category-headerSM{
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:x-large;
	color:#5C4169;
	padding-top:8px;
}
.category-headerP{
	position:relative;
	width:250px;
	height:30px;
	text-align:center;
	font-family:"Lucida Calligraphy";
	font-size:x-large;
	color:#2E491C;
	padding-top:8px;
}
.tagline {
	position:relative;
	width:240px;
	height:30px;
	text-align:right;
	font-family:"Lucida Calligraphy";
	font-size:small;
	color:#4b0601;
}
.taglineE {
	position:relative;
	width:240px;
	height:30px;
	text-align:right;
	font-family:"Lucida Calligraphy";
	font-size:small;
	color:#003A56;
}
.taglineSM {
	position:relative;
	width:240px;
	height:30px;
	text-align:right;
	font-family:"Lucida Calligraphy";
	font-size:small;
	color:#5C4169;
}
.category-text {
	position:relative;
	width:240px;
	height:90px;
}
.category-textW {
	position:relative;
	width:240px;
	height:60px;
}
.category-textSE {
	position:relative;
	width:240px;
	height:60px;
}
.category-textSM {
	position:relative;
	width:240px;
	height:30px;
}
.category-textP {
	position:relative;
	width:240px;
	height:60px;
}


.text {
	font-family:"Trebuchet MS";
	text-align:left;
	padding-left:10px;
	font-size:small;
	color:#4b0601;
	font-style:italic;
}
.textE {
	font-family:"Trebuchet MS";
	text-align:left;
	padding-left:10px;
	font-size:small;
	color:#003A56;
	font-style:italic;
}
.category-image {
	position:relative;
	width:250px;
	height:170px;
}
.category-imageE {
	position:relative;
	width:248px;
	height:155px;
	border:1px solid #003A56;
}
.category-imageW {
	position:relative;
	width:248px;
	height:155px;
}
.category-imageSE {
	position:relative;
	width:248px;
	height:155px;
	border:1px solid #5C4001;
}
.category-imageSM {
	position:relative;
	width:248px;
	height:155px;
	border:1px solid #5C4169;
}
.category-imageP {
	position:relative;
	width:248px;
	height:155px;
}
.space {
	position:relative;
	width:240px;
	height:60px;
}
.coordinator-name {
	position:relative;
	width:250px;
	height:40px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#4b0601;
	font-weight:bold;
	padding-top:5px;
}
.coordinator-nameE {
	position:relative;
	width:250px;
	height:40px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#003A56;
	font-weight:bold;
	padding-top:5px;
}
.coordinator-nameW {
	position:relative;
	width:250px;
	height:40px;
	text-align:justify;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#792b00;
	font-weight:bold;
	padding-top:5px;
}
.coordinator-nameSE {
	position:relative;
	width:250px;
	height:40px;
	text-align:justify;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#5C4001;
	font-weight:bold;
	padding-top:5px;
}
.coordinator-nameSM {
	position:relative;
	width:250px;
	height:40px;
	text-align:justify;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#5C4169;
	font-weight:bold;
	padding-top:5px;
}
.coordinator-nameP {
	position:relative;
	width:250px;
	height:40px;
	text-align:justify;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#2E491C;
	font-weight:bold;
	padding-top:5px;
}
.module-wrapper {
	position: relative;
	height: 121px;
	width: 960px;
	margin:15px auto 15px auto;	
}
.socialmedia {
	position:relative;
	float:left;
	width:144px;
	height:121px;
	background:url(../images/coda-image.png) repeat;
	border:1px groove #959595;
}
.facebook {
	position:relative;
	padding-top:12px;
}
.youtube {
	position:relative;
	padding-top:7px;
	float:left;
}
.social-text {
	position:relative;
	width:82px;
	height:45px;
	padding-top:10px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:small;
}

.sponsor-updates {
	position:relative;
	float: right;
	width: 802px;
	height:121px;
	background:url(../images/coda-image.png) repeat;
	border:1px groove #959595;
}
.sponsor-wrapper {
	position: relative;
	height: 121px;
	width: 400px;
	float:right;
}
.sponsor-header {
	position: relative;
	height:21px;
	width:400px;
	font-family:"Trebuchet MS";
	font-size:small;
	font-weight:bold;
	text-align:center;
	 background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
	color:#FFF;
	padding-top:5px;
}
.sponsor-content {
	position: relative;
	height:99px;
	width:400px;
}
.main-sponsor {
	position:relative;
	width:200px;
	height:99px;
	float:left;
	
}

#slider {
    width: 200px; /* important to be same as image width */
    height: 99px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;/* important */
	float:right;
}
#sliderContent {
    width: 200px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family:"Trebuchet MS";
	font-size:small;
	font-weight:bold;
	text-align:center;
    width: 200px;
	padding:5px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.updates-wrapper {
	position: relative;
	height: 121px;
	width: 400px;
	float: left;
	border-right:1px groove #959595;
}
.content-bottom-shadow {
	position:relative;
	background: url(../images/content-bottom-shadow2.png) repeat-x;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #959595;
	min-width: 1024px;	
}

.footer-gap {
	position:relative;
	height:25px;
	width: 100%;
	min-width: 1024px;
}

.footer-content {
	position:relative;
	margin: 0 auto 0 auto;
	padding-left: 0;
	width: 960px;
}

.site-design {
	position:relative;
	float:right;
	cursor:default;
}
.mozilla {
	position:relative;
	float:left;
	cursor:default;
}
