/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e5e5e5;
	margin: 0;
}

a:link, a:visited {
	color: #990033;
	text-decoration: underline;
}

a:link:hover, a:visited:hover {
	color: #000000;
	text-decoration: none;
}


a:link:active, a:visited:active {
	color: #990033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
	list-style-image: url(../images/wrpr/bullet.gif);
	list-style-position: outside;
}

li {
	list-style-type: square;
	margin-left: 5px;
	line-height: 18px;
}

h1 {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

#wrapper {
	width:770px !important; 
	width /**/:780px;
   margin: 0 auto;
	padding: 0px 0px;
	text-align:left;
	border: 1px solid #333333;
	background-color: #ffffff;
	/*
	background-image: url(../images/wrpr/wrapper_border.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #ECEBD7;*/
}

#header {
	background-color: #ffffff;
	text-align: right;
	border-top: 2px solid #ffffcc;
	/*
	background-image: url(../images/wrpr/mont2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	*/
}

#searchbar {
	
}

#nav {
	/* background-color: #ECEBD7;*/
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	z-index: 200;
	background-image: url(../images/wrpr/tan_grad1.gif);
	background-repeat: repeat-x;
}

#nav a:visited {
	text-decoration: none;
	color: #666666;
}

#nav_featured form {
	margin: 0px; padding: 0px;
}

#preview {
	position: relative;
	width: 740px;
	color: red;
	font-size: 13px;
	background-color: yellow;
	border: 1px solid red;
}

#contentwrapper {
	padding: 10px;
	float: left;
	background-color: #ffffff;
}

#hp_intro {
	width: 580px;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #fff8dc;
	float: left;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#intro_wrapper {
	width: 280px;
	margin: 0px 0px;
	padding: 5px 10px;
	float: left;
}

#intro_wrapper h1 {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0;
	padding: 0 0;
}

#flash_intro {
	width: 255px;
	padding: 5px 5px;
	float: left;
	margin: 3px 3px;
	z-index: 1;
	background-color: none;
}

#news_block {
	background-color: white;
	width: 155px;
	padding: 5px 10px;
	float: left;
}

#maincontent {
	width:770px !important; 
	width /**/:780px;
    margin: 0 auto;
	background-color: white; 
}

.feature_block_header {

}

.feature_block {
	width: 268px;
	font-size: 12px;
	border: 1px solid #cccc99;
	padding: 5px;
	float: left;
	display: inline;
	margin: 5px 5px;
}

#sidebar-left {
	float: left;
	width: 159px;
	min-height: 600px;
	height: auto;
	margin: 5px 10px;
}

#sidebar-left a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

#sidebar-left a:hover {
	text-decoration: underline;
}

#sidebar-left li {
	line-height: 14px;
}

#searchbox {
	border: 1px solid #cccccc;
	background-color: #ffffcc;
	padding: 5px;
	text-align: center;
}


#footer {
	background-image: url(../images/wrpr//tan_grad1.gif);
	background-repeat: repeat-x;
	background-color: #cccc99;
	font-size: 10px;
	color: #333333;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #333333;
}

#footer p {
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin: 2px 0px;
	padding: 0px 2px;
}

.small {
	font-size: 10px;
}

/* cms menu */
#menu1 {
	z-index: 400;
}
.ddmx {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .item1,.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 14px 3px 14px;
    font-size: 11px;
   /* color: #004F69;*/
   /*color: #8D1313;*/
   color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover {
	color: #000000;
}
.ddmx .item2 {
    padding: 5px 8px;
	*padding:5px 0px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	border-bottom: 1px solid #333333;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2:hover, .ddmx .item2-active,
.ddmx .item2-active:hover  {
	text-decoration: underline;
	color: #000000;
}

.ddmx .item2 {
    background: #ffffff;
	background-image: url(../images/wrpr/tan_grad1.gif);
	background-repeat: repeat-x;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #000000;
    background: #ffffcc;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding-left: 3px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #333333;
	margin: 1px 0px 0px 2px;
	padding:0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width:inherit;
}


/* calendar */

#dyncalendar table {

    border-collapse: collapse;

}

#dyncalendar caption {

    font-family: verdana;

    font-size: 14pt;

    padding-bottom: 4pt;

}

#dyncalendar th {

    font-family: verdana;

    font-size: 11px;

    text-align: center;
    background-color: #e5e5e5;
    padding: 5pt;
    line-height: 150%;

    border: 1px solid #ccc;

}

#dyncalendar td {

    font-family: verdana;

    font-size: 10px;

    text-align: left;
    vertical-align: top;

}

#dyncalendar td.calCell {

    border: 1px solid #b5bece;

    padding: 3px;

}

#dyncalendar td.calCellEmpty {

    background-color: #ffffff;

}

#dyncalendar td.calCellBusy {

    background-color: #ffffff;

}

#dyncalendar div.dayNumber {
    text-align: right;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}
#dyncalendar ul {
    margin-left: 0;
    margin-top: 5pt;
    padding: 0 10pt 0 12pt;
    list-style-type: square;
}

.donatelink {
 font-size:16px; 
 font-weight:bold;
 color:#000000;
}

.donatelink a:link{
 font-size:16px; 
 font-weight:bold;
 color:#000000;
}
