@import "pngfix.css";

html, body
{
	padding:     0px;
	margin:      0px;
	background:  none #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	padding:     0px;
	margin:      0px;
	font-weight: 100;
}

img
{
	border: 0px;
}

form
{
	padding: 0px;
	margin:  0px;
}

.input
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:   12px;
	border: solid #D4D4D4 1px;
  /*color: #949698;*/
}

.fix
{
	behavior: url("css/pngfix.htc");
}

.col
{
	float: left;
}

.endline
{
	clear:       both;
	overflow:    hidden;
	height:      0px;
	font-size:   0px;
	line-height: 0px;
}

.link_violet
{
	color:           #4c2c6c;
	text-decoration: none;
}
.link_violet:hover
{
	text-decoration: underline;
}

#container
{
	width:  950px;
	margin: 25px auto 0px auto;
}

#header
{
	width:            950px;
	background-color: #0a3449;
}

#menu
{
	height: 48px;
}
	#menu ul, #menu li
	{
		padding:    0px;
		margin:     0px;
		list-style: none;
	}
	#menu .menu li
	{
		float:    left;
		display: block;
		position: relative;
	}
	#menu a
	{
		display:         block;
		text-decoration: none;
		height:          48px;
		line-height:     48px;
		float:           left;
		white-space:     nowrap;
		font-size:       13px;
		/*color:           #939598;*/
		color: #000;
		padding: 0 5px 0 15px;
	}
	#menu img
	{
		margin-top: 21px;
	}
	#menu a:hover
	{
		color: #411f63;
	}
	#menu .menu_sub
	{
		position:   absolute;
		left:       0px;
		top:        0px;
		z-index:    100;
		line-height: 12px;
        font-size: 12px;
	}
	#menu .menu_sub ul
	{
		height:  124px;
		display: block;
		padding: 22px 30px 22px 22px;
	}
	#menu .menu_sub ul li
	{
		display: block;
	}
	#menu .menu_sub li.first
	{
		padding: 0px;
	}
	#menu .menu_sub li.last{}
	#menu .menu_sub li
	{
		float: none;
		padding: 0;
		margin: 0;
		line-height: 12px;
        font-size: 12px;
        height: 15px;
	}
	#menu .menu_sub li a
	{
		float: none;
		white-space: nowrap;
		color: #e0dbe6;
		padding: 0;
		margin: 0;
		height: 12px;
        line-height: 15px;
        font-size: 12px;
        vertical-align: baseline;
	}
	#menu .menu_sub li a:hover
	{
		color: #ffffff;
	}
	#menu .menu_sub li.menu_sub_act
	{
		color:        #FFF;
		font-weight:  bold;
		background:   url('../images/public/ico_menu_sub_act.gif') left center no-repeat;
		padding-left: 13px;
		position:     relative;
		left:         -13px;
	}
	#menu .menu_sub li.menu_sub_act a
	{
		color: #FFF;
	}

#content
{
	width: 950px;
}
	.content_home
	{
		background: url('../images/public/home_left_bg.jpg') left top repeat-y;
	}
	#content .home_left
	{
		float:    left;
		width:    387px;
		position: relative;
	}
	#content .home_left h1
	{
		font-size: 20px;
		color:     #411f63;
		padding:   35px 0px 0px 0px;
	}
	#content .home_left .text
	{
		font-size:  12px;
		color:      #411f63;
		width:      334px;
		margin:     0px 0px 0px 24px;
		getTitle
	}
	#content .home_left .ico_rss_a
	{
		position: absolute;
		left:     282px;
		top:      39px;
	}
	#content .home_right
	{
		float: left;
		width: 563px;
	}
	#content h1
	{
		font-size: 20px;
		color:     #411f63;
		padding:   35px 0px 0px 0px;
	}
	
	#content h2
    {
        padding:   35px 0px 0px 0px;
    }
	
	#content .home_right .text
	{
		margin:     0px 0px 0px 32px;
		font-size:  12px;
		/*color:      #949698;*/
		width:      498px;
		text-align: justify;
	}
	
	.content_inner_a
	{
		background: url('../images/public/content_bg_inner_a.gif') left top repeat-y;
	}
	.content_inner_b
	{
		background: url('../images/public/content_bg_inner_a.gif') right top repeat-y;
	}
	.content_inner_c
	{
		background:url('../images/public/line_vert_gray.gif') center top no-repeat;
	}
	#content .cleft_inner_a
	{
		float:      left;
		width:      539px;
		text-align: center;
	}
	#content .cleft_inner_a img
	{
		margin: 22px 0px 22px 0px;
	}
	#content .cright_inner_a
	{
		float: left;
		width: 411px;
	}
	#content .cright_inner_a h1
	{
		padding-left: 32px;
	}
	#content .cright_inner_a .text, #content .cleft_inner_b .text, #content .text
	{
		font-size: 12px;
		/*color:     #949698;*/
		text-align: justify;
        margin:    0px 0px 0px 18px;
	}
	
	#content .cright_inner_a .text 
	{
        margin:    0px 0px 0px 32px;
        width:     365px;
	}
	
	.content_inner_b .cright_inner_a .text {
       margin:    0px 32px 0px 20px !important;
       width: 345px !important;
    }
    
    .content_inner_b .cright_inner_a h1
    {
        padding-left: 20px !important;
    }
	
	#content .cleft_inner_b
	{
		float: left;
		width: 100%;
	}
	#content .cleft_inner_b h1
	{
		padding-left: 18px;
	}
	#content .cleft_inner_b .text
	{
		/*width:     365px;*/
	}
	#content .cright_inner_b
	{
		float: left;
		width: 411px;
	}
	#content .cright_inner_b h1
	{
		padding-left: 100px;
	}
	#content .cright_inner_b .text
	{
		font-size: 12px;
		/*color:     #949698;*/
		margin:    0px 0px 0px 100px;
		width:     365px;
	}

#footer
{
	width:  950px;
	height: 70px;
}
	#footer .flinks
	{
		font-size: 10px;
		color:     #939598;
		padding:   29px 0px 0px 0px;
		width:     387px;
		float:     left;
	}
	#footer .flinks a
	{
		color:           #939598;
		text-decoration: none;
		margin:          0px 3px 0px 3px;
	}
	#footer .flinks a:hover
	{
		text-decoration: underline;
	}
	#footer .fcopy
	{
		font-size: 10px;
		color:     #939598;
		padding:   29px 25px 0px 25px;
		float:     left;
	}
	#footer .fsearch
	{
		padding: 28px 0px 0px 0px;
	}
	#footer .fsearch label
	{
		display:     block;
		float:       left;
		width:       74px;
		font-size:   13px;
		color:       #939598;
		white-space: nowrap;
	}
	#footer .fsearch #fsearch
	{
		border:       1px solid #d4d4d4;
		font-size:    11px;
		height:       11px;
		border-right: 0px;
	}
	#footer .fsearch input
	{
		float: left;
	}

.error_box_blue{
    border: 1px solid #448cca;
    background-color: #d9e6f2;
    font-size: 12px;
    color: #0054a6;
}

.error_box_green{
    border: 1px solid #7cc576;
    background-color: #e7f6e6;
    font-size: 12px;
    color: Green;
}

.error_box_red{
    border: 1px solid #ed1c24;
    background-color: #f2ddd4;
    font-size: 12px;
    color: #790000;
}

#calendar_grid {
    color: #FFFFFF;
}
	#calendar_grid .month {
	    text-transform: uppercase;
	    padding: 5px;
	    font-size: 14px;
	    color: #4D3069;
	    font-weight: normal;
	}
	#calendar_grid .day-of-week {
	    background-color: #0A3449;
	    border-right-width: 1px;
	    border-right-style: solid;
	    border-right-color: #FFFFFF;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #FFFFFF;
	    text-align: center;
	    padding: 5px 5px 5px 15px;
	}
	
	#calendar_grid .prev-month {
	    background-color: #4D3069;
	    color: #FFFFFF;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #FFFFFF;
	    font-size: 12px;
	    text-decoration: underline;
	    padding-top: 5px;
	    padding-right: 5px;
	    padding-bottom: 5px;
	    padding-left: 15px;
	}
	#calendar_grid .prev-month a:link {
	    color:#FFFFFF;
	}
	
	#calendar_grid .prev-month a:hover {
	    color:#A96DE4;
	}
	
	#calendar_grid .next-month {
	    background-color: #4D3069;
	    color: #FFFFFF;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #FFFFFF;
	    text-align: right;
	    font-size: 12px;
	    padding-top: 5px;
	    padding-right: 15px;
	    padding-bottom: 5px;
	    padding-left: 5px;
	}
	#calendar_grid .next-month a:link{
	    color:#FFFFFF;
	}
	#calendar_grid .next-month a:hover {
	    color:#A96DE4;
	}
	
	#calendar_grid .day {
	    background-color: #afafaf;
	    border-right-width: 1px;
	    border-right-style: solid;
	    border-right-color: #FFFFFF;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #FFFFFF;
	    color: #FFFFFF;
	    font-size: 12px;
	    text-align: left;
	    padding: 5px 5px 5px 15px;
	}
	#calendar_grid .day a:link {
	    color:#4D3069;
	}
	#calendar_grid .day a:hover {
	    color:#FFFFFF;
	}
    
    #calendar_grid .last {
       border-right-width: 0;
       border-right: 0;
    }
    
   
.calendar_events_date {
	text-align: center;
}

.calendar_events_date .e_day {
	color: #4D3069;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	vertical-align: baseline;
}

.calendar_events_date .e_month {
	color: #4D3069;
}

.calendar_events_date .e_year {
    color: #4D3069;
}

.e_url {
    color: #DED0EF;
    font-weight: bold;
    font-size: 16px;
    line-heght: 16px;
    vertical-align: baseline;
    margin-right: 10px;
}

.e_link {
    color: #4D3069;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    vertical-align: baseline;
    font-family: Verdana;
    text-transform: uppercase;
}

.e_category {
    color: #4D3069;
    font-size: 12px;
    line-heght: 14px;
    vertical-align: baseline;
    margin: 5px 0;
}

.archive_events {
	/*height: 20px;*/
	line-height: 20px;
	margin-bottom: 1px;
	background: #C4C4C4;
	color: #0A3449;
	padding: 0 10px;
	cursor: pointer;
	vertical-align: baseline;
}

.archive_events:hover {
	background: #EFEFEF;
}

.archive_events a {
    color: #411F63;
    margin-right: 10px;
}

.events-archives-date {
	width: 75px;
}

.events-archives-block {
    float: left;
    display: block;
}

.events-archives-clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.breadcrumbs {
    color: #411F63;
    margin-bottom: 10px !important;
}

.breadcrumbs a {
    text-decoration: none;
    color: #411F63;
}

/* Search Results */

.googleSearchContent {
    margin: 4px 0;
}

#searchResults a {
    color: #411F63;
}

.googleSearchUrl {
	color: Green;
	margin: 0 0 16px 0;
}

#searchResultsPager span, #searchResultsPager a {
	margin: 0 4px;
	color: #411F63;
}
