@charset "utf-8";
body  {
	background-image:url(/images/design/page_bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #6C93BE;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a img {
	border:none;
}
#outer_container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #395B82;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 995px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 


#header {
	background-color: #395B82;
	vertical-align: middle;
	display: inline;
	text-align: right;
	width: 995px;
} 
#mainContent {
	margin: 0;
	padding: 0;
} 
#contentTable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 995px;
}
#content_cell {
	text-align: left;
	background-color: #FFF;
	vertical-align: top;
	width: 755px;
}

#page_content {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#box_right {
	background-image: url(/images/design/box_right_shadow_repeat_y.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	vertical-align: top;
	width: 5px;
}

#nav {
	white-space: nowrap;
	background-image: url(/images/design/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 995px;
	height: 48px;
} 
.nav_item {
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav_table {
	width: 995px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer {
	background-color: #395B82;
	clear: both;
} 
#copyright {
	padding: 0 10px 0 20px;
} 
#copyright p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding: 5px;
	color: #FFF;
}
#right_side  {
	background-color: #F6F6F6;
	text-align: left;
	vertical-align: top;
	width: 235px;
}
#right_side ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#side_ads {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_ads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-bottom: 1px;
}



#copyright a:link, #copyright a:visited {
	color: #FFF;
}
#copyright a:hover {
	color: #FFC;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title {
	font-size:20px;
	color: #000;
	font-weight: bold;
}
.blog_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.blog_content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog_content img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blog_entry {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.blog_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.blog_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.blog_tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.blog_tags a:link, .blog_tags a:visited {
	color: #333;
	text-decoration: none;
}
.blog_tags a:hover {
	color: #999;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
}

.blog_tabs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	width: 100%;
}
.blog_author {
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin: 10px;
}
.blog_tab_content {
	background-color: #E4E4E4;
	text-align: left;
	width: 100%;
}

.blog_tab_content textarea {
	border: 1px solid #666;
	width: 600px;
	height: 100px;
}

.blog_comment_name {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.blog_comment_date {
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.blog_comment_content {
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.leave_comment_box {
	width: 200px;
	border: 1px solid #666;
}
.email_box {
	width: 200px;
	border: 1px solid #666;
}

.blog_tab_content table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#legal {
	font-size: 10px;
	color: #333;
	text-align: center;
}
#legal a:link, #legal a:visited {
	color: #333;
	text-decoration: none;
}
#legal a:hover {
	color: #999;
}
.lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
table.categorylisting {
	width: 710px;
}
.main_inner {
	margin: 5px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.nonprofit_results {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#errors {
	position:fixed;
	top:10%;
	left:50%;
}
#errorsContent {	
	position:relative;
	background-color:#F0F0F0;
	border:1px solid #999;
	width:400px;
	left:-200px;
}
.directory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.directory a:link, .directory a:visited {
	color: #000;
	text-decoration: none;
}
.directory a:hover {
	color: #009;
	text-decoration: none;
}
