/* 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, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
}
a[href]
{
	color: #CCCCCC !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: #CCCCCC !important;
}

a {
	color: #CCCCCC !important;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
}
/*Basic Structure*/
#header {
	background-image: url(/images/head.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 950px;
}
#navigation {
}
#wrapper {
	width: 950px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	background-image: url(/images/content-tile.gif);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(/images/foot.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 950px;
	color: #FFFFFF;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility {
	width: 199px !important;
	left:3px;
	position:relative;
	top:2px;
	color: #FFFFFF !important;
	padding: 5px;
}


#utility hr {
	width: 199px !important;
	color: #ffffff;
	background-color: #ffffff;
	display: block;
	height: 1px;
}

#content-column {
	width: 605px;
}
#nav-secondary {
}
#sidebar {
	width: 199px !important;
	left:3px;
	position:relative;
	top:2px;
	padding: 5px;
}
#search {
}
#login {
}
#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: #004E2F;
}
.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #508570;
}
.text_date {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.text__location {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.text__description {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#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;
}
#utility .video-preview {
	width:284px;
	display:block;
}
#utility .video-preview .greytitle {
	color:#CCCCCC;
	font-weight:bold;
}
#utility .video-preview .thumbnail {
	display:inline;
	float:left;
	height:45px;
	width:60px;
}
#utility .video-preview .description {
	display:inline;
	float:right;
	height:45px;
	width:215px;
	line-height:15px;
	font-size:11px;
}
#utility .video-preview hr {
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
	width: 283px;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
#utility .utility-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#utility .videoelement {
	margin-left: 2px;
}
#utility #view-all {
left:196px;
position:relative;
top:-16px;
}

#utility #home-videos {
	margin-top: 10px;
}
#utility #vid-list {
	margin-top: -18px;
}

#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;
}

#content-column {
	padding:5px;
	width:511px;
}

/*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: 516px;
	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;
}

/*left Column*/
#content-column .l-half-column {
	background-color: #508DD6;
	width: 292px;
}
#content-column .l-half-column h1 {
	background-image: url(/images/l-column.gif);
	height: 24px;
	width: 292px;
	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 .l-half-column .column-content {
	padding-right: 10px;
	padding-left: 76px;
	padding-bottom: 10px;
}

/*right Column*/
#content-column .r-half-column {
	background-color: #508DD6;
	width: 292px;
}
#content-column .r-half-column h1 {
	background-image: url(/images/r-column.gif);
	height: 24px;
	width: 292px;
	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 .r-half-column .column-content {
	padding-right: 10px;
	padding-left: 84px;
	padding-bottom: 10px;
}

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;
	
}
#sidebar #blog_owner{
	display: none;
}
#sidebar #blog_post_title{
	font-size: 14px;
	font-weight: bold;
	color: #004D2F;
}
#sidebar #blog_post_read_more{
	color: #004D2F;
}

#sidebar #blog_post_title a{
	font-size: 14px;
	font-weight: bold;
	color: #004D2F !important;
}
#sidebar #blog_post_read_more a{
	color: #004D2F !important;
}
#sidebar .blog_post_tag{
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004D2F;
	padding-bottom: 10px;
}
