/* 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-no-tear {
	background-image: url();
	background-repeat: no-repeat;
	height: 226px;
	width: 950px;
}
#header {
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	height: 199px;
	width: 950px;
}

#header-large {
	background-image: url();
	background-repeat: no-repeat;
	height: 363px;
	width: 950px;
}
#navigation {
}
#wrapper {
	width: 950px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(/images/content-tile.gif);
	background-repeat: repeat-y;
}
#content-column {
	width: 680px;
}
/*Full Column*/
#content-column .full-column {
	background-color: #508DD6;
	width: 605px;
}
#content-column .full-column h1 {
	background-image: url(/images/singlecolumnhead.gif);
	height: 24px;
	width: 605px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#content-column .full-column .column-content {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#column-left {
	width: 234px;
}
#column-right {
	width: 160px;
}
#column-center {
	width: 528px;
	margin-right: 9px;
	margin-left: 9px;
}
#column-center h1 {
	width: 528px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #02387E;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02387E;
}
#footer {
	background: none;
	width: 950px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #001B57;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility {
	width: 250px !important;
	margin-left: 5px;
}
#utility hr {
	width: 250px !important;
	color: #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	height: 1px;
}
#content-column {
	width: 605px;
}
#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;
}
#promote {
	margin-top: 25px;
}
#promote table {
	border: 1px solid #3D5693;
}
.promote_bottom {
	font-size: 11px;
	color: #456099;
	background-color: #FFFDD7;
	height: 20px;
}
.add2small {
	font-size: 11px;
	cursor: pointer;
}
.promote_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5693;
}
#newsletter_subscribe {
	overflow: hidden;
	position: relative;
	height: 29px;
	width: 552px;
	left: 451px;
	top: 45px;
}
#newsletter_subscribe #login {
	height: 18px;
	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;
	font-size: 10px;
	font-weight: bold;
	width: 302px;
	position: relative;
	top: 0px;
	left: 2px;
	background: none;
}
#newsletter_subscribe #password {
	height: 18px;
	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;
	font-size: 10px;
	font-weight: bold;
	width: 141px;
	position: relative;
	top: 0px;
	margin-left: 1px;
	background: none;
}
#newsletter_subscribe #cmd_submit {
	background-image: url(/images/login-trans.png);
	height: 24px;
	width: 64px;
	background-repeat: no-repeat;
	cursor: finger;
	position: relative;
	left: 0px;
	top: 7px;
	font-size: 0px;
}
.video-preview {
}
.video-preview .video-title {
	color:#CD3F20 !important;
	font-weight:bold;
}
.video-preview .thumbnail {
	display:inline;
	float:left;
	height:45px;
	width:60px;
}
.video-preview .description {
	display:inline;
	float:right;
	font-size:11px;
	height:47px;
	line-height:13px;
	width:149px;
}
.video-preview hr {
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
	width: 223px;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
#utility H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.videoelement {
	margin-left: 2px;
}
#view-all {
	left:196px;
	position:relative;
	top:-16px;
}
#home-videos {
	margin-top: 10px;
}
#vid-list {
}
#get-involved {
	width:400px;
	left:511px;
	position:relative;
	top:57px;
}
#get-involved #tell-us {
	text-decoration: none;
	background-image: url(/images/tellus.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-them {
	text-decoration: none;
	background-image: url(/images/tell-friends.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #get-mail {
	text-decoration: none;
	background-image: url(/images/signup-newsletter.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #bank-us {
	text-decoration: none;
	background-image: url(/images/donate.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-us:hover {
	text-decoration: none;
	background-image: url(/images/tellus-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-them:hover {
	text-decoration: none;
	background-image: url(/images/tell-friends-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #get-mail:hover {
	text-decoration: none;
	background-image: url(/images/signup-newsletter-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #bank-us:hover {
	text-decoration: none;
	background-image: url(/images/donate-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
table.two-panel {
	width: 605px;
	margin-top: 14px;
}
td.space-two-panel {
	width: 21px;
}
#teaser-back-blog {
	background-image: url(/images/icon-blog.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-calendar {
	background-image: url(/images/icon-events.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-polls {
	background-image: url(/images/icon-polls.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-podcast {
	background-image: url(/images/icon-podcast.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-calendar .date {
}
#teaser-back-calendar .date a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#teaser-back-calendar .date a:hover {
	color: #CbCbCb;
}
#teaser-back-calendar .title {
	font-size: 13px;
	font-weight: bold;
}
#teaser-back-calendar .teaser {
	font-size: 11px;
	margin-top: -15px;
}
#teaser-back-calendar hr {
	color: #1D5CA3;
}
.read-more {
	font-size: 11px;
	font-weight: bold;
}
#thinhead {
	position: relative;
	height: 154px;
	width: 950px;
}
#thickhead {
	position: relative;
	height: 291px;
	width: 950px;
}
#column-tabber {
	width: 234px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#actionbar {
	position: relative;
	height: 35px;
	width: 950px;
}
#advertising-space-1 {
	height: 98px;
	width: 950px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/adv-txt-e4e3e3.png);
	background-position: 800px 93px;
	background-repeat: no-repeat;
}
#advertising-space-2 {
	background-image:url(/images/adv-txt-6d6d6d.png);
	background-position:right 63px;
	background-repeat:no-repeat;
	height:69px;
	text-align:center;
	width:468px;
}
#advertising-space-3 {
	height: 68px;
	width: 234px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/adv-txt-6d6d6d.png);
	background-repeat: no-repeat;
	background-position: 160px 63px;
}
#advertising-space-4 {
	height: 68px;
	width: 234px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/adv-txt-6d6d6d.png);
	background-repeat: no-repeat;
	background-position: 160px 63px;
}
#advertising-space-5 {
	height: 608px;
	width: 160px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/adv-txt-6d6d6d.png);
	background-repeat: no-repeat;
	background-position: right 602px;
}
#advertising-space-6 {
	height: 98px;
	width: 950px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/adv-txt-e4e3e3.png);
	background-position: 800px 93px;
	background-repeat: no-repeat;
}
#advertising-space-7 {
	background-image: url(/images/adv-txt-e4e3e3.png);
	background-position:right 63px;
	background-repeat:no-repeat;
	height:69px;
	text-align:center;
	width:468px;
	margin-bottom: 4px;
	margin-top: 7px;
}
#advertising-space-8 {
	background-image: url(/images/adv-txt-e4e3e3.png);
	background-position:right 63px;
	background-repeat:no-repeat;
	height:69px;
	text-align:center;
	width:468px;
	margin-top: 4px;
}
#featured {
	height: 322px;
	width: 940px;
	margin-bottom: 9px;
}
#slideshow {
	height: 322px;
	width: 450px;
}
#features-panel {
	background-color:#E6E6E6;
	border:1px solid #999999;
	height:310px;
	margin-left:4px;
	padding:6px;
	width:472px;
}
