﻿*
{
    font-family:Arial;
}

a
{
   color: #274B70;
}

a img
{
    border:none;
}

a:hover
{
	text-decoration:underline;	
}

body
{
    margin:0;
    padding:0;
    font-size:13px;
	background-color: #eee;
}


h1, h2, h3, h4
{
    color: #274B70;
    font-family:Georgia;
    font-weight:normal;
}

h2
{
    font-size:18px;
}

#headerwrap, #mainnavwrap, #mainwrap, #footerwrap
{
    text-align:center;
}

#headerwrap, #mainnavwrap, #mainwrap
{
	background-color:#fff;
}

#headerwrap
{
	background: transparent url(/content/images/ke6_head_back.jpg) repeat-x top center;	
	height:159px;
}

#header, #mainnav, #main, #footer
{
    position:relative;
    width:960px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

/*#header
{
    height:90px;    
}*/

#logo
{
    position:absolute;
    width:249px;
    height:68px;
    top:25px;
    left:0;
}

#search
{
    position:absolute;
    top:130px;
    right:0;
    width:253px;
    height:22px;
    padding:6px;
	padding-top:1px;
    background: transparent url(/content/images/search.png) no-repeat top left;
    text-align:right;
}

#search input
{
    border:none;
    background-color:Transparent;
}

#search input[type=text]
{    
    position:absolute;
    top:2px;
    left:10px;
    width:160px;
}

#search input[type=submit]
{
    text-transform:lowercase;
    background: transparent url(/content/images/searchmag.png) no-repeat bottom right;
    padding-right:17px;
    font-size:12px;
    margin: 0px 10px 0 0;
	color:#fff;
	position:absolute;
	top:2px;
	right:5px;
	width:67px;
}

#mainnavwrap
{
    background-color:transparent;
	position:absolute;
	top:112px;
}

#mainnav
{
    height:42px;
    /*background: transparent url(/content/images/mainnavback.png) no-repeat top left;*/
    padding-top:18px;
}

#mainnav ul
{
    margin:0;
    padding:0;
    width:100%;
}

#mainnav li
{
    list-style-type:none;
    display:inline;
    margin:0 0 0 30px;
    padding:0;
}

#mainnav li:first-child
{
    margin-left:0;
}

#mainnav a
{    
    font-family: Georgia;
    font-size:16px;
    color: #fff;
    text-decoration:none;
}

#mainwrap
{
    background: #fff url(/content/images/content-wrap-back.png) no-repeat center top;
    padding: 20px 0 0 0;

}

#main
{
    min-height:400px;
    background-color: #fff;
}

#leftbar
{
    float:left;
    width:240px;
    margin-left:30px;
}

#innercontent
{
    float:right;
    width:620px;
    margin-right:30px;
    padding-bottom:20px;
}

#widecontent
{
    margin: 0 30px 20px 30px;
}

#footer
{
    height:200px;
}

#mainfeature
{
    position:relative;
    width:620px;
    height:485px;
}

#mainfeaturecarousel
{
    position:absolute;
    top:0;
    left:0;
    width:620px;
    height:280px;
}

#mainfeaturedetail
{
    position:absolute;
    top:280px;
    height:60px;
    left:0;
    width:598px;
    border-left:solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow:hidden;
    padding:10px;
}

#mainfeaturedetail h2
{
    margin:0;
    padding:0;
}

#mainfeaturedetail a
{
    text-decoration:none;
}

#mainfeaturedetail p
{  
    margin:0 0 10px 0;
    padding:0;
}

#mainfeaturedetail > div
{
    height:100px;
    overflow:hidden;
}

#mainfeatureitems
{
    position:absolute;
    top:361px;
    left:0;
    width:618px;
    height:90px;
    background: #fff url(/content/images/mainfeatitemback.png) repeat-x top left;
    overflow: hidden;
    border-left:solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    cursor:pointer;
}

#mainfeatureitems > div
{
    width:620px;
}

#mainfeatureitems > div > div
{
    width:154px;
    height:90px;    
    float:left;
    border-right: solid 1px #ddd;
    position:relative;
}

#mainfeatureitems > div > div.selected
{
    background: #ddd url(/content/images/mainfeatitembacksel.png) repeat-x top left;
}

#mainfeatureitems img
{
    width:80px;
    height:36px;
    border: solid 1px #fff;
    position:absolute;
    left:33px;
    top:11px;
}

#mainfeatureitems p
{
    position:absolute;
    top:54px;
    left:5px;
    right:5px;
    bottom:0;
    overflow:hidden;
    font-size:11px;
    margin:0;
    padding:0;
    text-align:center;
}

#mainfeaturenav
{
    position:absolute;
    top: 452px;
    bottom:0;
    left:0;
    right:0;    
    background-color: #f2f2f2;
    border-left:solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    text-align:right;
}

#mainfeaturenav > span
{
    position:absolute;
    left:8px;
    top:8px;
    font-size:11px;
    color: #666;
}

#mainfeaturenav > button
{
    width:60px;
    height:20px;    
    background: transparent url(/content/images/mainfeatnav.png) no-repeat center center;
    margin:0;
    padding:0;
    color: #fff;
    font-size:11px;
    text-align:center;      
    border:none;
    position:absolute;
    top:5px;
    cursor:pointer;
	padding-bottom:1px;
}

#prevfeat
{
    right:72px;
}

#nextfeat
{
    right:8px;
}

.featpanel, .featpanel img
{
    width:620px;
    height:280px;
}

.stepcarousel .featbelt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}
.stepcarousel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px; /*margin around each panel*/
    width: 620px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.subfeature
{
    width:278px;
    float:left;
    padding:0 10px 10px 10px;
    border: solid 1px #ddd;
    margin-left:20px;
    margin-top:20px;
	height:270px;
	overflow:hidden;
}

.subfeature:first-child
{
    margin-left:0;
}

.clear
{
    clear:both;
    height:0;
}

#leftbar .ourlist
{
    padding:0;
    margin:0;
}

#leftbar .ourlist li
{
    padding:5px;
    border-top:solid 1px #ddd;
    list-style-type:none;
}

#leftbar .ourlist a
{
    text-decoration:none;
    font-size:13px;
    color: #333;
}


#homenews, #homeevents, #homeblogs, #homeappointments
{
    margin-top:10px;
    padding-left:40px;
    height:30px;
    border-bottom: solid 1px #ddd;
}

#homenews
{
    background: transparent url(/content/images/news.png) no-repeat top left;
}

#homeevents
{
    background: transparent url(/content/images/events.png) no-repeat top left;
}

#homeblogs
{
    background: transparent url(/content/images/blogs.png) no-repeat top left;
}

#homeappointments
{
    background: transparent url(/content/images/appointments.png) no-repeat top left;
}

.subfeature ul
{
    padding:0;
    margin:0;
}

.subfeature li
{
    list-style-type:none;
    background: transparent url(/content/images/bullet.png) no-repeat 0 5px;
    padding:0 0 10px 10px;
    margin:0;
}

.subfeature a
{
    text-decoration:none;
    color: #333;
}

.subfeature a:hover
{
    text-decoration:underline;
}

.breadcrumbs
{
    padding:0;
    margin:0;
}

.breadcrumbs li
{
    margin-left:20px;
    display:inline;
    list-style-type:none;
}


.breadcrumbs li:first-child
{
    margin-left:0;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}

/* handle the calendar nav */

.cal-navigator 
{
    background-color:#eee;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    
    
}

.cal-navigator select, .cal-navigator input 
{
    font-size:11px;
    text-transform:uppercase;
    vertical-align:middle;    
   
}

.cal-navigator a
{
    color:#333;
    margin-right:30px;    
        
}

.cal-navigator b
{
    color:#333;
    margin-right:30px;
    border:1px solid #333;
    /*background-color:#2F5371;*/
    /*color:#000;*/
    padding:2px 6px 2px 6px;    
}

.cal-navigator .cal-label 
{
    color:#333;
}

/*-------------------------------------------*/

.cal-viewtype
{
    background-color:#274B70;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;  
}

.cal-viewtype a
{
    color:#E7E7E7;    
    margin-right:30px;
    
}

.cal-viewtype b
{
    color:#E7E7E7;
    margin-right:30px;
    border:1px solid #333;
    padding:2px 6px 2px 6px;
}

.cal-viewtype .cal-label 
{
    color:#E7E7E7;
}

/*-------------------------------------------*/

.cal-month-picker
{
    background-color:#C3C3C3;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;  
    margin-bottom:20px;
}

.cal-month-picker select, .cal-month-picker input 
{
    font-size:11px;
    text-transform:uppercase;
    vertical-align:middle;
}

.cal-month-picker a
{
	color: #3D5980;
}

.cal-month-picker .cal-label 
{
    color:#3D5980;
}

.cal-label 
{
    font-weight:bold;
    font-size:11px;
    width:100px;    
    text-transform:uppercase;
    display:block;
    float:left;
}

.cal-col
{
    width: 14.3%;
}

.cal-header
{
    border: solid 1px #CCC;
}

.cal-day
{
    vertical-align:top;
    border: solid 1px #CCC;
    height: 150px;
    font-size:12px;
}

.cal-day a, .cal-day a:visited, .cal-item a
{
	color:#274B70;
}

.cal-day-weekend
{
    vertical-align:top;
    border: solid 1px #CCC;
    height: 150px;
    font-size:12px;
}

.cal-day-unused
{
    border: solid 1px #CCC;
    background: #E7E7E7;
    height: 150px;
    
}

.cal-daynum
{
    text-align: center;
    border-bottom: solid 1px #D9D6AE;
    background-color:#274B70;
	color:#FFF;
}

.cal-item
{
    /*margin-bottom:7px;*/
    padding:7px;
}

.inset
{
    float:right;
    padding: 0 20px 20px 20px;
    width:250px;
}


.halfcontent
{
	float:left;
	width:295px;
	margin-left:30px;
}

.halfcontent:first-child
{
	margin-left:0;
}

.our-flex-grid 
{
    height:340px;
    overflow:hidden;
    float:left;
    width:168px;
    padding:10px;
    margin:5px;
    border:1px solid #ccc;
    text-align:center;
    background:#fff url('/content/images/people_shading.gif') repeat-x bottom;
}

.our-flex-grid h2
{
    border:0px solid #fff;
    padding:0px;
}

.our-flex-grid img
{
    background:#fff;
    padding:8px;
    border:1px solid #ccc;
    margin-bottom:8px;
}

.flex-email 
{
    padding-left:20px;
    background:transparent url('/content/images/mail_send.png') no-repeat;
    
}

.vidlist ul
{
    margin:0;
    padding:0 0 5px 0;
}

.vidlist li
{
    padding-right: 5px;
    list-style-type: none;
    display:inline;
}

#footer div
{
    float:left;
    margin-left:30px;
    width:200px;
    margin-top:30px;
    font-size:11px;
}

.twitter a
{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
	color: #000;
}

.twitter b
{
	text-decoration:underline;
	color: #274B70;
}

.rsslist a
{
	display:block;
	margin-bottom:10px;
}

.rsslist
{
	margin-bottom:40px;
}

.emergencybanner
{
	background:transparent url(/content/images/emergency_banner.png) no-repeat;
	/*padding-top:8px;
	padding-bottom:8px;
	padding-left:14px;
	padding-right:40px;*/
	border-collapse:collapse;
	border:0;
	height:61px;
	width:100%;
	color:#fff;
}

.emergencybanner td
{
	border-collapse:collapse;
	padding:0;
	margin:0;
	padding-left:20px;
	padding-right:32px;
}


.emergencybanner div
{
	
	font-size:11px;
}

.emergencybanner, .banner
{
	margin-top:15px;
}



.emergencybanner a, .banner a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;	
}

.emergencybanner a
{
	color:#fff;
}

.emergencybanner a:hover, .banner a:hover
{
	text-decoration:underline;
}

.banner
{
	background:#f2f2f2 url(/content/images/banner_back.png) top left repeat-y;
}

.banner img
{
border:0;
padding:0;
margin:0;
}

.banner-text
{
	padding:8px;
	padding-top:3px;
	/*border:1px solid #ccc;
	border-bottom:none;*/
	background-color:#F2F2F2;
	background:transparent url(/content/images/banner_bottom.png) bottom left no-repeat;
}

.bordertop
{
	border-top:1px solid #ccc;	
}

#footerwrap
{
	/*border:1px solid #000;*/
	border-top:40px solid #fff;
}

a.feat-title-link
{
	color: #274B70;
	padding-right:25px;
	/*background:transparent url(/content/images/subfeature_arrow.gif) right no-repeat; */
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

h2.tools-title
{
	margin-top:0;
}

img.vidplay
{
    position:absolute;
    top:80px;
    left:255px;
    width:110px;
    height:120px;
    cursor:pointer;
}

#featurevid
{
	position:absolute;
	top:0;
	left:0;
	width:620px;
	height:280px;
}

.section-top
{
	color: #274B70;
    font-family:Georgia;
    font-size:18px;
}

.report th
{
	text-align:left;
	text-transform:capitalize;
}

.report th, .report td
{
	padding: 0 10px 10px 0;
}

.insetwide
{
    float:right;
    width:350px;
    padding: 0px 0px 15px 15px;
}

.appointments_list tr td:first-child
{
font-weight:bold;
padding-right:10px;
}


.breadcrumbs
{
    padding:0;
    margin:0;
}

.breadcrumbs li
{
    display:inline;
    list-style-type: none;
}

.breadcrumbs a
{    
    float:left;
    background: transparent url(/content/images/bread-back.png) no-repeat top right;
    border: none;
    border-left: solid 1px #ddd;   
    position:relative;
    height:21px;
    font-size:11px;
    line-height:21px;
    padding: 0 12px 0 7px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    color:#000;
}

.breadcrumbs a:hover
{
	text-decoration:underline;
}


.cal-navigator select
{
	width:220px;
}



#wc-header
{
    position:relative;
}

#wc-welcome
{
    position:absolute;
    right:10px;
    top:0px;
    text-align:right;

}

#wc-tabs
{
    border-bottom:4px solid #ddd;
    margin-top:15px;
}

#wc-tabs a
{
    background-color:#ddd;
    padding:3px 6px 0 6px;
    text-decoration:none;
    color:#333;
}

.wc-ch-table
{
    border:1px solid #ddd;
    width:100%;
    border-collapse:collapse;
    font-size:90%;
}

.wc-ch-table td
{
    padding:4px;
    border:1px solid #ddd;
}

.wc-ch-label
{
    background-color:#000;
    color:#fff;
    height:120px;
    text-align:center;    
}

.wc-ch-title
{
    background-color:#ddd;
    color:#000;
    font-weight:bold;
}

.stubout
{
    background-color:#eee;
    padding:10px;
    border:1px solid #ccc;
}

.wc-select
{
    width:350px;
}


.wc-ch-name
{
    color:#000;
}

#wc-line-scroller
{
    width:100%;
    overflow-x:scroll;
    overfow-y:none;
}

.wc-big-button
{
    font-size:28px;
}

.wc-message
{
    background-color:#ffffcc;
    padding:10px;
    font-weight:bold;
}

#wc-new-ch
{
    position:absolute;
    right:0;    
}

.wc-add-row
{
    background-color:#eee;
}

.wc-center
{
    text-align:center;
}

.wc-right
{
    text-align:right;
}

.wc-unjoin
{
    color:#999;
}

a.dist-h2-a {
    font-size: 12px;
    margin-left: 10px;
    text-decoration: underline;
}

#impbanners
{
    margin-bottom:10px;    
}

#impbanners img
{
    border:none;
}
