@charset "utf-8";
/* CSS Document */
@import url("rounded_panel.css");

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label, select, hr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

body
{
	text-align: center;
	height: 100%;
	background-color: #4d4d4d;
}

select, input
{
	/* color border */
}

img
{
	border: 0 #000000 none;
}

label
{
	font-weight: bold;
	/*margin: 0 1em 0 1em;*/
}



a:link
{
	color: #2e5e00;
	text-decoration: none;
}

a:visited
{
	color: #2e5e00;
	text-decoration: none;
}

a:active
{
	color: #2e5e00;
	text-decoration: none;
}

a:hover
{
	color: #2e5e00;
	text-decoration: underline;
}

a
{
	 cursor: pointer;
	 outline-style: none;
}

a.nostyle
{
	 /* color: default; */
	 text-decoration: none;
}

.seo_bgone {
	text-indent: -4000px;
}

.clear
{
	clear: both;
}

p.nomargin_noident {
	margin-top:0;
	text-indent:0;
}


#page_wrapper
{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	height: 100%;
}

#header_wrapper {
	background: url(../media/images/HeaderBackground2.png) repeat-x left top;
	width: 100%;
	z-index: 100;
	position: relative;
}

/* Header Content */

#header_content {
	width: 986px;
	height: 125px;
	margin: 0 auto;
}

#header_logo {
	background: url(../media/images/InGrainLogo.png) no-repeat left top;
	width: 225px;
	height: 85px;
	float: left;
	margin: 16px 0px 0px 5px;
}

#header_login {
	background: url(../media/images/LoginBackground.png) repeat-x left top;
	width: 300px;
	height: 57px;
	float: right;
}

#header_login input {
	border: 1px solid black;
	width: 125px;
	height: 15px;
	background: url(../media/images/FieldGradient.png) repeat-x left top;
}

#header_login_title {
	color: white;
	float: left;
	display: block;
	padding: 8px 0 4px 10px;
}

#header_login_username {
	color: white;
	padding: 9px 10px 0 5px;
/*	float: right;*/
	text-align:right;
}

#header_login_password {
	color: white;
	padding: 5px 10px 0 5px;
	/*	float: right;*/
	text-align:right;
}
#header_login input.loginbutton {
	width: 57px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 0;
	color: black;
}
/* Header Menu Layout */

#header_menu {
	clear:right;
	position: relative;
	float: right;
	margin: 22px 20px 0px 0px;
}

#header_menu ul {
	width: 375px;
	height: 32px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_menu li {
	float: left;
}

#header_menu li a {
	display: block;
	outline-style: none;
}

#header_menu li a.active {
	background-position: 0px 0px !IMPORTANT;
}
#header_menu li a.header_menu_home {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Home.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_home:hover {
	background-position: 0px 0px;
}

#header_menu li a.header_menu_about {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_About.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_about:hover {
	background-position: 0px 0px;
}

#header_menu li a.header_menu_blogs {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Blogs.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_blogs:hover {
	background-position: 0px 0px;
}

#header_menu li a.header_menu_forum {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Forum.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_forum:hover {
	background-position: 0px 0px;
}

#header_menu li a.header_menu_contact {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Contact.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_contact:hover {
	background-position: 0px 0px;
}
#header_menu li a.header_menu_links {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Links.png);
	background-position: 0px -20px;
}
#header_menu li a.header_menu_links:hover {
	background-position: 0px 0px;
}
/* End Header */

/* Main Content*/

#main_wrapper {
	width: 986px;
	background: url(../media/images/BackgroundGradient.png) repeat-x;
	margin: 0 auto;
	height: 100%;
	position: relative;
	top: -7px;
}

#main_content {
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
	width: 950px;
	height: 100%;

}

/* 3 Column Fixed Layout */

.three_column_fixed {
	position:relative;
	width: 950px;
	overflow: hidden;
	padding-top: 6px;
	clear: both;
	height: 100%;
	display: block;

}

.three_column_fixed .left_column {
	width: 225px;
	float: left;
	position:relative;
	min-height: 175px;
}

.three_column_fixed .middle_column {
	width: 480px;
	float: left;
	padding-left: 10px;
	position:relative;
}

.three_column_fixed .right_column {
	width: 225px;
	float: right;
	position:relative;
}

/* 1 Column Fixed Layout */
.one_column_fixed {
	clear: both;
	position:relative;
}

#stock_ticker {
	width: 950px;
	padding-top: 5px;
}

#stock_ticker .solo_column {
	width: 950px;
	height: 100%;
}

#forums_right_col {
	clear: both;
	position:relative;
	width: 225px;
	height: 100%;
}

#forums_right_col .solo_column {
	width: 225px;
	height: 100%;
}

#blogs_right_col {
	clear: both;
	position:relative;
	width: 225px;
	height: 100%;
}

#blogs_right_col .solo_column {
	width: 225px;
	height: 100%;
}

/* Footer */

#footer_wrapper {
	clear: both;
	width: 950px;
	height: 50px;
	background: url(../media/images/Footer.png) no-repeat left top;
	position: relative;
	margin: 0 auto;
	padding: 5px 0 0 0;

}

#footer_content {
	position: relative;
}

#footer_info {
	float: left;
	color: #666666;
	margin:  7px 0px 0px 33px;
}

#footer_menu {
	float: right;
	color: white;
	margin: 7px 15px 0px 0px;
}
#footer_menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	float: left;
	color: white;
	margin-left: 5px;
	font-weight: bold;
}
#footer_menu li a {
	color: white;
}

/* Flash Presentation Home */

.flash_presentation {
	color: white;
}


/* Weather Module */

.weather_module {
	height: 162px;
}

/* News Links Module*/

.newslinks_module {
	height: 100%;
}
.newslinks_module a {
	color: #000000;
}
.newslinks_module ul {
	margin-left: 16px;
	padding-top: 0px;
	list-style-position:outside;
	list-style-image:url(../media/images/Icon_GreenArrow.png);
}
.newslinks_module li {
	margin-bottom: 9px;
}
/* Tweets Module */
.tweets_module {
	height: 162px;
}
.tweets_module a {
	color: #000000;
}
.tweets_module ul {
	margin-left: 16px;
	padding-top: 0px;
	list-style-position:outside;
	list-style-image:url(../media/images/Icon_GreenArrow.png);
}
.tweets_module li {
	margin-bottom: 9px;
}

/* Forums Latest Module */

.forumslatest_module {
	height: 100%;
}
.forumslatest_module a {
	color: #000000;
	text-decoration: underline;
}


/* Featured Blogs Module */

.featuredblogs_module {
	height: 100%;
}
.featuredblogs_module .body_sub_heading {
	color: #666666;
}
.featuredblogs_module a {
	color: #000000;
}
/* Advertisers Module */

.advertisers_module {
	height: 100%;

}
.advertisers_module ul {
        margin-left: 16px;
        padding-top: 0px;
        list-style-position:outside;
        list-style-image:url(../media/images/Icon_GreenArrow.png);
}
.advertisers_module li {
        margin-bottom: 9px;
}
/* About Page */

.about_page p {
	margin-top: 10px;
}
.about_page div {

}
.about_page ul {
	margin-left: 10px;
}
.about_page li {
	margin-top: 4px;
}
/* Blogs */

.blog_entry .title_bar_section {
	background: url(../media/images/form_heading_bg.png) repeat-x left top;
	background-color: #000000;
	color: #fff;
    font-size: 1.2em;
  	text-align: left;
  	height: 18px;
  	vertical-align: top;
  	padding: 4px 0px 3px 8px;

}
.blog_entry p {
	margin-top: 10px;
}

#add_comment p {
	padding-bottom: 2px;
}
#add_comment .txt_field {
	border: 1px solid black;
	width: 100px;
	height: 15px;
	background: url(../media/images/FieldGradient.png) repeat-x left top;
	}

#add_comment .chkbx_field {
	margin: 2px 0;
}

#add_comment .imgbtn_field {

}

#add_comment textarea {
	border: 1px solid black;
	background: #dcddde url(../media/images/FieldGradient.png) repeat-x left top;

}

.blog_comments_bg {
	background: #ffffff url(../media/images/rounded_panel/gradient.png) repeat-x left top;
}
.sub_hidden_container {
	display:none;

	padding-top:5px;
	width:100%;
}
.blog_comments p {
	margin-top: 0;
}

/* Contact Page */
.contact_form p {
	padding-bottom: 2px;
}
.contact_form .txt_field {
	border: 1px solid black;
	width: 150px;
	height: 15px;
	background: url(../media/images/FieldGradient.png) repeat-x left top;
}

.contact_form textarea {
	border: 1px solid black;
	background: #dcddde url(../media/images/FieldGradient.png) repeat-x left top;
	width: 100%;

}

/* Forums */
.bread_crumb {
	font-size: .9em;
	font-weight: bold;
}
.forums {

	width: 100%;
}

.forums .title_bar_section_left {
	float: left;
}
.forums .title_bar_section_right {
	float: left;
	padding: 5px 0px 5px 0px;
}

#forum_category_list .title_bar_category {
	background: #666666 url(../media/images/form_heading_bg.png) repeat-x left top;
	/*border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;*/
	/*padding: 4px 4px 4px 10px;*/
	color: white;
	margin: 0 0 0 0;
	height: 25px;
	display: block;
}

#forum_category_list {

}
#forum_category_list td {
	background: #ffffff url(../media/images/rounded_panel/gradient.png) repeat-x left top;
	padding: 6px;
	border-bottom: 1px solid #333333;

}

#forum_category_list a {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#forum_category_list #forum_table {
	width: 100%;
	margin: 0;
	padding: 0;
	clear:both;
	position: relative;
}
#forum_category_list .body_sub_heading a {
	font-size: 1em;
	font-weight: normal;
	color: #2E5E00;
}


#forum_topic_list {
	position: relative;
	display: block;
}

#forum_topic_list td {
	background: #ffffff url(../media/images/rounded_panel/gradient.png) repeat-x left top;
	padding: 6px;
	border-bottom: 1px solid #333333;
}

#forum_topic_list .topic_list_link {
	font-size: 1.2em;
	font-weight: bold;
}

#forum_topic_posts {
	position: relative;
	display: block;
}
#forum_topic_posts .topic_bg {
	background: #ffffff url(../media/images/rounded_panel/gradient.png) repeat-x left top;
	padding: 6px;
	border-bottom: 1px solid #333333;
}
a.create_topic_buttton {
	display: block;
	width: 113px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_CreateNewTopic.png);
	background-position: 0px 0px;
	outline-style: none;
}
a.create_topic_buttton:hover {
	background-position: 0px -20px;
}

#add_post h2 {
	background: #666666 url(../media/images/form_heading_bg.png) repeat-x left top;
	padding: 4px 4px 4px 10px;
	height: 17px;
	color: white;
}
#add_post #add_post_content {
	background: #ffffff url(../media/images/rounded_panel/gradient.png) repeat-x left top;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #333333;
}

.bb_quote {
	background-color:#eeeeee;
	background-image:url(../media/images/quoteIcon.jpg);
	background-repeat:no-repeat;
	border:1px solid #666666;
	float:right;
	margin-bottom:1em;
	margin-top:1em;
	min-width:25em;
	padding:2em 1em;
	text-indent:3em;
	white-space:normal;
	width:80%;
}



	.bb_bold
	{
	   font-weight: bold;
	}

	.bb_underline
	{
	   text-decoration: underline;
	}

	.bb_italic
	{
	   font-style: italic
	}





/* Login Register Page */

#user_register_login {
	padding-top: 5px;
}

/* Buttons */

.submit_input {
	background: url(../media/images/Button_Submit.png);
	width: 55px;
	height: 20px;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
	outline-style: none;

}
.submit_input:hover {
	background-position: 0px -20px;
	outline-style: none;
}

.postcomment_input {
	background: url(../media/images/Button_PostComment.png);
	width: 97px;
	height: 20px;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
}
.postcomment_input:hover {
	background-position: 0px -20px;
}

.post_input {
	background: url(../media/images/Button_Post.png);
	width: 40px;
	height: 20px;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
	outline-style: none;

}
.post_input:hover {
	background-position: 0px -20px;
}

.login_input {
	background: url(../media/images/Button_Login.png);
	width: 45px;
	height: 20px;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
	outline-style: none;

}
.login_input:hover {
	background-position: 0px -20px;
}

.signup_input {
	background: url(../media/images/Button_SignUp.png);
	width: 57px;
	height: 20px;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	border: none;
	outline-style: none;

}
.signup_input:hover {
	background-position: 0px -20px;
}


a.cancel_button {
	display: block;
	width: 52px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_Cancel.png);
	background-position: 0px 0px;
	outline-style: none;
}
a.cancel_button:hover {
	background-position: 0px -20px;
}

a.expand_button {
	display: block;
	width: 18px;
	height: 15px;
	text-decoration: none;
	background: url(../media/images/Button_Expand15px.png);
	background-position: 0px 0px;
	outline-style: none;
}
a.expand_button:hover {
	background-position: 0px -15px;
}
a.collapse_button {
	display: block;
	width: 18px;
	height: 15px;
	text-decoration: none;
	background: url(../media/images/Button_Collapse15px.png);
	background-position: 0px 0px;
	outline-style: none;
}
a.collapse_button:hover {
	background-position: 0px -15px;
}


#disclaimer_foot {
	padding-bottom: 10px;
	font-size:11px;
	font-weight:bold;
	color: #fff;
}
#disclaimer_foot a {
	color: #fff;
}

.disclaimer p {
	margin-top: 10px;
}

div.static_ad {
    float: left;
    width: 100%;
    padding: 20px 0 20px 4px;
}

#print_logo {
	display: none;
}
.links_page
{
    display: table;
    width: 100%;
}

ul.directory {
	list-style-type:none;
    width: 93%;
	padding:0;
    margin: 0;
    float: left;

}

ul.directory li {
	background: url(images/Icon_GrainLogo.png) no-repeat;
	background-position: 8px 5px;
	padding: 10px 0 10px 30px;
	line-height:12px;
	border-bottom: solid 1px #39B54A;
    float:left;
    clear: left;
    width: 100%;

}
.floatright {float:right;}
.floatleft {float:left;}
/*.linkimage {height:100px; width:200px; background-color:#999999;}*/

#icons ul
{
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#icons li
{

	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 6px 3px 6px 3px;
}
#icons
{
	background-color: #FFFFFF;
	height: 62px;
	margin: 5px 0px 8px 0px;
	text-align: right;
}
