/*** PAGE ELEMENTS ***/

/** MAIN LAYOUT ELEMENTS */

.green {color: #64ac23;}

a {color: #64ac23; font-weight: 600;}
a:visited {color: #6699CC;}

body {
	margin: 0;
	padding: 0; 
	font: normal 13px/1.4em Arial, Georgia, sans-serif; 
	background: url(../images/bg.png) fixed repeat-x #FFFFFF;
	text-align: center;
	color: #696D52;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	text-align: left;
}

#header {
	height: 91px;
	width: 750px;
	margin-top: 5px;
}

#main {
	overflow:visible;
	height: auto;
	padding: 8px 0px;
}

#sidebar {
	float: left;
	width: 165px;
	border: 2px solid #979797;
	padding: 0px;
	margin-right: 10px;
	height: auto;
	font: normal 11px/1.2em Arial, Georgia, sans-serif;
	background: #FFFFFF url(../images/sidebar_fill.png)  repeat-y;
}

#menu {margin-left: 0px; padding:0px;}

#sidebar_text {
	margin: 12px;
	margin-top: 205px;
}

#sidebar_text a {	
	color: #64ac23;
	font-weight: 600;
}

#sidebar_text a:hover {
	text-decoration: none;
}

#contact_form {
	border-top: 2px dotted #979797;
	padding-top: 3px;
	margin: 12px;
	text-align: center;
}

.input_field {
	border: 1px dotted #979797;
	background-color: #FFFFFF;
	padding: 1px;
	margin-bottom: 5px;
	width: 130px;
	font: normal 11px/1.4em Arial, Georgia, sans-serif; 
}

.submit {
	border: 1px dashed #979797;
	background-color: #ece9d8;
	padding: 1px 7px;
	width: 130px;
	font: normal 11px/1.4em Arial, Georgia, sans-serif; 
	cursor: pointer;
}

#content_main {
	float: right;
	margin-right: 5px;
	width: 560px;
	height: auto;
	border: 2px solid #979797;
}


#content_title {
	margin: 0px;
	background-color: #e3e3e3;
	border-bottom: 2px solid #979797;

}

#main_text {
	padding-left: 6px;
	width: 280px;
}

#moneystararrow {
	position: absolute;
	z-index: 1;
	width: 301px;
	background: transparent;
	margin-left: 449px;
	margin-top: 0px;
}

.msa_img {
	width: 301px;
	height: 301px;
	border: none;
}

.buttons {
	width: 250px;
	height: 29px;
	border: 0px;
}

.subtitle {
	color: #64ac23;
	font-weight: 700;
}

/**GRID TABLE CSS */

#grid_table {
	padding-left: 6px;
}

#grid_table table {
	padding: 0px;
	margin: 0px;
	width: 550px;
	background-color: #FFFFFF;
}

.tablerow_head td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#grid_table td {
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 2px solid #FFFFFF; 
}

.data {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.tablerow_head {
	background-color: #4f81bd;
	color: #e3e3e3;
}

.tablerow_a {
	background-color: #d0d8e8;
}

.tablerow_b {
	background-color: #e9edf4;
}

.col_2, .col_3 {
	width: 70px;
	text-align: center;
}

.col4_head, .col4_a, .col4_b {
	width: 90px;
	text-align: center;
	border-left: 4px solid #FFFFFF;
	font-weight: 900;
	color: #64AC23;
	line-height: 1px;
	border-left: 2px solid #64ac23;
	border-right: 2px solid #64ac23;
}

.fontw {	
	font-weight: 900;
}

.green_border {
	border: 2px solid #64ac23;
	}

.col4_head {
	background-color: #bdd8f3;
}

.col4_a {
	background-color: #e9f3fd;
}

.col4_b {
	background-color: #ffffff;
}

.lhset {
	line-height: 1px;
}

/**END GRID TABLE CSS */


#bottom_text {
	margin-top: 15px;
	padding: 5px 5px;
	text-align: center;
	height: 60px;
}

#large_buttons {
	margin: 5px 0px 30px 5px;
	padding: 0px 5px;
	height: 40px;
}

#footer {
	color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #64AC23;
	width: 650px;
	position: absolute;
	bottom: 0px;
}

.clear {
	clear:both;
}

/** END MAIN LAYOUT ELEMENTS */


/** MAJOR ELEMENT STYLES */

h1 {

}

h2 {
	font-size: 18px;
	color: #4f81bd;
	margin: 0;
	padding: 4px 6px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

h3 {

}

h4 {
	margin: 0;
	padding: 6px;
}

h5 {

}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

ul {
	margin:0;
	padding:0;
	list-style-position: inside;
}

a {

}

#table_head_p {
	margin: 20px 0px 2px 0px;
}

/** END MAJOR ELEMENT STYLES */


/**NAVIGATION MENU CSS */

#nav_tabs {
	position: absolute;
	list-style-type:none;
	margin-left: 0px;
	padding: 0px;
	width: 165px;
}

#nav_tabs li {
	text-align: left;
	margin-left:0px;
	border-bottom: 1px solid #979797;
}

#nav_tabs a {
	display: block;
	width: auto;
	font-size: 14px;
	padding: 7px 10px;
	letter-spacing: -0.9px;
	line-height: 11px;
	/**
	GRADIENT FOR NAV BUTTONS
	background-image: url(../images/nav_gradient.gif);
	background-repeat: repeat-x;
	*/
	text-decoration:none;
	font-weight: bold;
	color: #4f81bd;
}

#nav_tabs a:hover {
	background-color: #FFFFFF;
}

#nav_tabs li.activelink a,#nav_tabs li.activelink a:hover {
	background-color: #64ac23;
	color: #4f81bd;
}


/**END NAVIGATION MENU CSS */


/**FOOTER NAVIGATION LINKS CSS */

#bottom_links {
	text-align: center;
	margin-bottom: 15px;
}

#bottom_links ul {
	margin: 0;
	padding: 0;
}

#bottom_links a {
	text-decoration: none;
}

#bottom_links li {
	list-style-type: none;
	display: inline;
	padding: 0px 7px 2px 7px;
	border-right: 1px solid #000000;
}

/**END FOOTER NAVIGATION LINKS CSS */