﻿.collapsePanel {		
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:850px;
	height:550px;
	z-index:1000000000;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* Accordion */
.accordionHeader
{
    border-top:2px solid #fff;   
    border-left:2px solid #fff;   
    border-right:2px solid #fff;   
    color:#333;
    background:#eee url(images/entrybg.png) repeat-x;
	font-size: 12px;
	font-weight: bold;	
	padding: 5px;      
    cursor: pointer;
    
}

#content .accordionHeader a
{	
	background: none;
	text-decoration: none;
}

#content .accordionHeader a:hover
{
	text-decoration:none;
	padding-bottom:2px;	
	color: #269;
	background:url(images/flash2.gif) bottom left repeat-x;	
}


.accordionContent
{
    background-color: #eee;    
    border-left:2px solid #fff;   
    border-right:2px solid #fff;      
    padding: 5px;
    padding-top: 20px;
    font-size:10.5pt;
}

/* Featured services */

.featured-wrapper {background: #6A7A86 url(images/featured_background.png) repeat-y;
                   color: #DCE0E4;
                   width: 100%;                   
                   margin-bottom:15px;                    
                   }

.featured-content {padding: 0;
                   margin: -8px 0 0;
                   font-size: 14px;}

.featured-content ul {margin: 0;
                      padding: 0 0 10px 25px;
                      font-style: italic;
                      list-style-type: none;
                      line-height: 124%;}

.featured-content p {margin: 0;
                     padding: 0 10px 10px;
                     line-height: 125%;}

.featured-content a {background: transparent;}

.featured-content a img {border:0; padding: 0;
                         margin: 0;
                         display: block;}

.featured-top {width: 240px;
               height: 18px;
               background: #6A7A86 url(images/featured_top.png) no-repeat;
               color: #DCE0E4;}
#box-content {
           width: 240px;
           text-align:center;
           margin-left:32px;
			margin-right:32px;
           }
.box-wrapper
{		
      margin: 0;
      padding: 0;
      background: #F3F3F3;
      color: #5B6973;
           
}
/* End Featured Services CSS */

.boxed 
{
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;	
	color: #FFFFFF;
}

.boxed .title h2 {
	height: 20px;
	padding: 12px 0 0 20px;
	border:0;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content 
{
}

#sidebar2 
{
	float: left;
	width: 510px;
	padding: 0 0 0 5px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
	color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
	color: #FFFFFF;
}

#sidebar1 {
	float: left;
	padding:0 0 0 6px;
	width: 495px;
}

#sidebar1 .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
	color: #FFFFFF;
}

#main {
	float: left;
	width: 480px;
	padding-left: 20px;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{background:transparent;display:block;padding:0 0 0 5px;width:100%}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
