/* 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: 13px;
	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.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 950px;
}
#navigation {
}
#wrapper {
	width: 950px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	background-color: #FFFFFF;
	background-image: url(/images/content-tile.gif) !important;
	background-repeat: repeat-y;
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
}
#footer {
	background: none;
	width: 950px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 0px;
	padding-top: 25px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility hr {
	height:1px;
	margin-left:-12px;
	width:257px;
}
#utility .home {
	height:249px !important;
	margin-top:13px !important;
	padding-left:15px;
	padding-right:10px;
	padding-top:40px;
}
#utility #action-sub {
	background-image:url(/images/action-center-head.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:257px;
	margin-top:-13px;
	padding-left:15px;
	padding-right:10px;
	padding-top:40px;
}
#utility #quote {
	font-family:Georgia;
	font-size:19px;
	line-height:30px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	margin-top:-10px;
	height:286px;
}
.glif-1 {
	background-image: url(/images/glif-1.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 13px;
	width: 127px;
	margin-bottom:6px;
}
.glif-2 {
	background-image: url(/images/glif-2.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 51px;
	width: 70px;
	margin-top:10px;
}
#utility #contribute a {
	display:block;
	height:64px;
	margin-bottom:25px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-5000px;
	width:289px;
}
#utility #promote {
	height:56px;
	padding-left:26px;
	padding-right:26px;
	font-size:12px;
}
#utility #about {
	line-height:17px;
	padding-left:16px;
	padding-right:16px;
}
#utility #action {
}
#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:13px;
	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: 105px;
}
li.form-element {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:6px;
}
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:#761E26;
	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;
}
#action-home {
	display:block;
	height:100px;
	left:50%;
	margin-left:-200px;
	position:absolute;
	top:272px;
	width:450px;
	z-index:1000 !important;
}
#action-home a.volunteer {
	background-image: url(/images/action-items_volunteer.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 99px;
	width: 101px;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;
}
#action-home a.connect {
	background-image: url(/images/action-items_connect.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 99px;
	width: 94px;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;
}
#action-home a.tell-a-friend {
	background-image: url(/images/action-items_tell.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 99px;
	width: 116px;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;
}
#action-home a.contribute {
	background-image: url(/images/action-items_contribute.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 99px;
	width: 77px;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;
}
#welcome {
	background-image:url(/images/welcome.gif);
	background-repeat:no-repeat;
	font-family:georgia;
	font-size:17px;
	line-height:22px;
	margin-left:15px;
	margin-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-top:68px;
}
#welcome .text_head {
	font-size: 22px;
}
#action-sub a.volunteer {
	background-image: url(/images/sub-action-volunteer.png);
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 49px;
	text-decoration: none;
	text-indent: 60px;
	display: block;
	height: 49px;
	width: 261px;
	margin-top: 7px;
	margin-bottom:7px;
}
#action-sub a.connect {
	background-image: url(/images/sub-action-connect.png);
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 49px;
	text-decoration: none;
	text-indent: 60px;
	display: block;
	height: 49px;
	width: 261px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#action-sub a.tell-a-friend {
	background-image: url(/images/sub-action-tell.png);
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 49px;
	text-decoration: none;
	text-indent: 60px;
	display: block;
	height: 49px;
	width: 261px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#action-sub a.register {
	background-image: url(/images/sub-action-register.png);
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 49px;
	text-decoration: none;
	text-indent: 60px;
	display: block;
	height: 49px;
	width: 261px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box .social-icon {
	display: inline-block;
	height: 70px;
	width: 75px;
}
.box .network-description {
	display: inline-block;
	position:relative;
	top:9px;
	vertical-align: top;
	width: 542px;
}
#event-list h3 {
	margin-top: 0px;
	margin-bottom: 2px;
}
#event-list .date {
	color:#666666;
	font-family:verdana;
font-size:95%;}
#event-list .location{
	color: #333;
}
#event-list .discr{
	font-weight: bold;
	color: #082655;
}
#event-list .description{
	color: #000;
}
#event-list{
	line-height: 19px;
}
