/* Start of CMSMS style sheet 'KT-CSS' */
body {
	background-color:#afe2e8;
	background-image:url(uploads/images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

div#top {
	background-color:#afe2e8;
	width:100%;
	height:10px;
}
	
div#frame {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	width:100%;
	/* background-color:#FFFFFF; */
	height:120px;
}

div#logo {
	height:107px;
	width:233px;
	float:left;
        margin-top:13px;
        margin-left:10px;
}

div#logo img {
        /* border:1px #fff solid; */
}

div#headermenu {
        float:right;
        margin-right:10px;
        margin-top:13px;
}

div#headermenu a {
	text-decoration:none;
	color:#666666;
        font-size:75%;
}

div#headermenu a:hover {
	text-decoration:underline;
}  


div#searchplacement {
	float:right;
	margin-top:93px;
        margin-right:-110px;
}

div#mid {
	background-image:url(uploads/images/mid-grey.gif);
	width:971px;
	height:192px;
	background-repeat:no-repeat;
	margin-top:7px;
}

div#midimage {
	background-image:url(uploads/images/midimage.png);
	width:634px;
	height:191px;
	float:left;
	margin-left:1px;
	margin-top:1px;
}

div#midline {
	background-image:url(uploads/images/midline.gif);
	background-repeat:no-repeat;
	width:2px;
	height:184px;
	margin-left:707px;
}

div#hnews {
	width:240px;
	float:right;
	margin-top:-185px;
        font-size:11px;
        padding-right:10px;
        height:184px;
        font-size:70%;
}

div#hnews a {
	text-decoration:underline;
	color:#00a7b9;
        font-weight:bold;
}

div#hnews a:hover {
	text-decoration:none;
}  

/* news box styling */

div#hnews .NewsSummaryCategory {
         display:none;      
}

div#hnews .NewsSummaryAuthor {
          display:none;
}

div#hnews .NewsSummaryMorelink {
         display:none;
}

div#hnews .NewsSummarySummary {
       padding-bottom:10px;
}

/* main news styling */

div#content .NewsSummaryPostdate {
         padding-top:10px;
}

div#content .NewsSummaryCategory {
         display:none;      
}

div#content .NewsSummaryAuthor {
          display:none;
}

div#content .NewsSummary {
      padding-bottom:15px;
      border-bottom:1px #cccccc solid;
}

div#content .NewsSummaryMorelink {
         display:none;
}

div#content .NewsSummaryLink {
        font-weight:bold;
        font-size:14px;
}

/* detailed news page */

#NewsPostDetailHorizRule {
        display:none;
}

#NewsPostDetailCategory {
        display:none;
}

#NewsPostDetailAuthor {
       display:none;
}

#NewsPostDetailTitle {
       font-weight:bold;
       font-size:14px;
       color:#00a7b9;
}

#NewsPostDetailContent {
       padding-bottom:15px;
}


/* events style */

.calendar-event {
        padding-bottom:15px;
        padding-top:15px;
        border-bottom:1px #cccccc solid;
}

div#contentbody {
	width:969px;
	background-color:#FFFFFF;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
}

div#menu {
	float:left;
	/* width:25%; */
	margin-left:10px;
	margin-top:10px;
}

div#content {
	float:right;
	border-left:1px #CCCCCC solid;
	width:75%;
	padding-left:10px;
        padding-right:10px;
	/* margin-top:-15px; */
	font-family:Arial, Helvetica, sans-serif;
        font-size:90%;
        line-height:18px;
}


div#content a {
	text-decoration:underline;
	color:#00a7b9;
}

div#content a:hover {
	text-decoration:none;
} 

div#clear {
	clear:both;
}

div#contentclose {
	background-image:url(uploads/images/close.gif);
	background-repeat:no-repeat;
	width:971px;
	height:15px;
}

div#footertop {
	background-image:url(uploads/images/footertop.gif);
	background-repeat:no-repeat;
	width:970px;
	height:14px;
	margin-top:3px;
}

div#footerbody {
	width:949px;
	background-color:#FFFFFF;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	padding-left:10px;
	padding-right:10px;
	color:#666666;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
}

div#footerbody a {
	text-decoration:none;
	color:#666666;
}

div#footerbody a:hover {
	text-decoration:underline;
}      

div#footerbody li {
        list-style:none;
        margin-left:-40px;
}

div#footerclose {
	background-image:url(uploads/images/footerclose.gif);
	background-repeat:no-repeat;
	width:970px;
	height:15px;
	margin-bottom:20px;
}



/* font styling */

h1 {
        color:#00a7b9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
        font-size:120%;
}

h2 {
        color:#00a7b9;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:100%;
}

.h2 {
        color:#00a7b9;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:110%;
} 

h3 {
        color:#00a7b9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
        font-size:90%;
}

textarea { width: 400px; height: 120px; } 


/* form CSS */

.border {border:#ffffff 0px solid; margin-left:-10px; margin-top:-20px;}

.formbuilderform fieldset {padding: 1em;} 

.formbuilderform fieldset legend {display:none;} 

.formbuilderform div {width: 100%; padding: 0.25em 0 0.25em 0;} 

.formbuilderform div label {display: block; width: 100%; } 

.formbuilderform div.required {color: #000000;} 

.check div {display: inline; padding-right:0px;}
.check div label {padding: 0.25em 0 0.25em 0; display: inline;}

.terms div label {text-decoration:none; display:inline;}
.terms div label a {text-decoration:underline; color:#999999;}



.calendar-date-title{font-weight:bold;}
.calendar-details-title{font-weight:bold;}

/* End of 'KT-CSS' */

