/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body {
	word-wrap: break-word;
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
}
a[href] {
	color: #022976 !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #022976 !important;
}
a {
	color: #01297A !important;
}
a:link {
	color: #01297A;
}
#network {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #014C8A;
	margin-left: 9px;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
}
/*Basic Structure*/

.white-type {
	color: #FFFFFF !important;
}
#header {
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	height: 246px;
	width: 952px;
	position: relative;
}
#logo {
	height: 155px;
	width: 477px;
	position: relative;
	left: 0px;
	top: 25px;
}
#navigation {
	left:14px;
	position:absolute;
	top:189px;
	z-index: 9000;
}
#wrapper {
	width: 952px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	width: 952px;
	background-image: url(/images/content-tile.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position:relative;
	z-index:1;
}
#footer {
	background: none;
	width: 952px;
	color: #680200;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility hr {
	width: 293px !important;
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
}
#nav-secondary {
}
#sidebar {
}
#search {
}
#search-form {
	margin-top:1px;
}
#search-form input {
	border:1px solid #01297A;
	height:15px;
	width:200px;
	padding:2px;
}
#search-form #button {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:63px;
	font-size: 0px;
	background-image: url(/images/button-search.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	cursor: pointer;
}
#login {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
	margin-top: 1px;
}
#login label {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
}
#login a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: none;
}
#login a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: underline;
}
#login input {
	border:1px solid #01297A;
	height:15px;
	padding:2px;
}
#login #login-input {
	width: 150px;
}
#login #password {
	width: 80px;
}
#login #remember_me2 {
	margin-left:0;
	margin-top:0;
	position:relative;
	top:4px;
}
#login #cmd_submit {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:53px;
	font-size: 0px;
	background-image: url(/images/button-login.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	text-indent: -5000px;
	cursor: pointer;
}
#bug {
	background-image: url(/images/pm_bug.gif);
	display: block;
	height: 51px;
	width: 124px;
}
/*Basic Navigation*/

#navigation a {
}
#navigation a:hover {
}
/*Blog*/

#theblog {
}
#theblog a {
}
#theblog a:hover {
}
.the_date {
}
.title {
}
/*Forms*/


.field {
}
.regular {
}
.description {
}
h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
	clear:both;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	padding:2px;
}
label {
	color:#000000;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
li.sub-section {
	clear:left;
	padding:10px 10px;
}
li.form-element dt {
	float:left;
	width: 75px;
}
li.form-element {
stylesheet.css (line 580) clear:both;
	padding-top:2px;
}
input.text-input {
	padding:2px;
	border: 1px solid #666666;
}
a.visibility-toggle {
	font-size:100%;
}
.submit {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0pt;
	margin:5px 0pt 0pt;
}
/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82% arial;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}
/*CUSTOM SITE FORMS*/

.loginfields {
}
.loginbutton {
}
/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #022976;
}
.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family:georgia;
	font-style: italic;
}
.text_date {
	font-size: 10px;
	font-weight: bold;
	color: #CD3F20;
}
.text_location {
	color:#CD3F20;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.text_description {
	font-size: 12px;
	font-weight: bold;
	color: #02387E;
}
.read-more {
	font-size: 11px;
	font-weight: bold;
}
#slideshow {
	height: 410px;
	width: 630px;
	background-image: url(/images/slideshow-back.gif);
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#home-top {
	display: block;
	width: 952px;
	position:relative;
	left: 0px;
	top: 0px;
}
#home-bottom {
	display: block;
	width: 952px;
	display:block;
	left:0px;
	list-style-position:outside;
	margin:-5px 0 -10px;
	position:relative;
	top:0;
}
#home-bottom h3 {
	margin: 0px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 90px;
	background-repeat: no-repeat;
}
#action-center {
	background-image: url(/images/action-center.gif);
	background-repeat: no-repeat;
	height: 410px;
	width: 310px;
	overflow: hidden;
	position: relative;
}
.home-ends {
	background-image:url("/images/panel-1-tile.gif");
	background-repeat:repeat-y;
	display:inline-block;
	margin-bottom:15px;
	vertical-align:top;
	width:265px;
}
#events-box {
	margin-left: 6px;
}
#blog-box {
	margin-left: -5px;
}
#news-box {
	background-image:url("/images/panel-2-tile.gif");
	background-repeat:repeat-y;
	display:inline-block;
	margin-left:-5px;
	vertical-align:top;
	width:410px;
}
#events-box h3 {
	background-image: url(/images/h2-events.gif);
	width: 265px;
}
#blog-box h3 {
	background-image: url(/images/h2-blog.gif);
	width: 265px;
}
#news-box h3 {
	background-image: url(/images/h2-news.gif);
	width: 410px;
}
#home-bottom .inner {
	margin-top:-65px;
	height:285px;
	margin-top:-65px;
	padding:24px;
}
.home-ends .foot {
	background-image: url(/images/panel-1-foor.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	display: block;
	height: 17px;
	width: 265px;
}
#news-box .foot {
	background-repeat: no-repeat;
	vertical-align: bottom;
	display: block;
	height: 17px;
	width: 410px;
	background-image: url(/images/panel-2-foot.gif);
}
#home-bottom ul {
	margin: 0px;
	list-style-position: outside;
}
#home-bottom li {
	display:block;
	left:-42px;
	list-style-position:outside;
	margin:0 0 9px;
	padding-left:36px;
	position:relative;
	top:0;
}
#events-box li {
	background-image: url(/images/icon-cal.png);
	background-repeat: no-repeat;
	width:186px;
}
#news-box li {
	background-image: url(/images/icon-news.png);
	background-repeat: no-repeat;
	width: 330px;
	margin-bottom: 10px;
}
.read-more {
	background-image: url(/images/icon-readmore.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 15px;
	width: 20px;
	overflow: hidden;
}
.the-title {
	font-size: 13px;
	font-weight: bold;
	color: #511513;
}
.the-date {
	font-size: 11px;
	color: #B90C00;
}
.the-description {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	display: inline;
}
#action-center .inner {
	padding:25px;
}
#action-center #actions {
	margin-top:32px;
}
#action-center #actions a {
	display:block;
	margin-bottom:10px;
}
#action-center #share {
	display:block;
	margin-top:53px;
}
#action-center #network {
	display:block;
	margin-left:20px;
	margin-top:48px;
}
.custom_images a {
	margin-right:-2px;
}
#box {
	background-color:#FFFFFF;
	border:1px solid #333333;
	margin-bottom:11px;
	margin-left:5px;
	margin-top:5px;
	padding:15px;
}
#head-donate {
	height:45px;
	left:504px;
	position:absolute;
	top:101px;
	width:225px;
}
#news-list li {
	background-image: url(/images/icon-news.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	display:block;
	left:-42px;
	list-style-position:outside;
	padding-left:36px;
	position:relative;
	top:0;
}
#news-list ul {
list-style-position:outside;
margin:0;
}