* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: top repeat-x url('../images/bg.jpg');
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
h1 {
	font-weight: normal;
	text-align: left;
	color: #333333;
	padding-bottom: 20px;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h1 a:hover {
	border-bottom: 1px dotted #333333;
}
h2 {
	font-weight: normal;
	text-align: left;
	color: #6697B1;
	padding-bottom: 20px;
}
h2 a {
	color: #6697B1;
	text-decoration: none;
}
h2 a:hover {
	border-bottom: 1px dotted #6697B1;
}
h3 {
	font-weight: normal;
	text-align: left;
	color: #eb6f1c;
	padding-bottom: 20px;
}
h3 a {
	color: #eb6f1c;
	text-decoration: none;
}
h3 a:hover {
	border-bottom: 1px dotted #eb6f1c;
}
h4 {
	font-weight: normal;
	text-align: left;
	color: #518807;
	padding-bottom: 15px;
}
h4 a {
	color: #518807;
	text-decoration: none;
}
h4 a:hover {
	border-bottom: 1px dotted #518807;
}
h5 {
	font-weight: normal;
	text-align: left;
	color: #555555;
	padding-bottom: 15px;
}
h5 a {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
h5 a:hover {
	border-bottom: 1px solid #555555;
}
h6 {
	font-weight: normal;
	text-align: left;
	color: #555555;
	padding-bottom: 15px;
}
h6 a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
h6 a:hover {
	border-bottom: 1px solid #999999;
}
p {
	color: #555555;
	padding-bottom: 17px;
}
a {
	/*text-decoration: underline;*/
	color: #555555;
}
blockquote {
	float: left;
	font-size: 16px;
	color: #555555;
	text-align: justify;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 45px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia,'Times New Roman',Times,Serif;
	margin-bottom: 20px;
	background: #FFFDF4 url('../images/quote.jpg') no-repeat scroll 10px 10px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#main_wrapper {
	width: 990px;
	margin: 0 auto;
}
#wrapper {
	width: 990px;
	float: left;
}
#header {
	width: 100%;
	height: 220px;
	float: left;
}
#container {
	width: 980px;
	float: left;
	border: 5px solid #E9E7E8;
	background-color: #FFFFFF;
}
#footer {
	width: 100%;
	float: left;
	padding: 30px 0 10px 0;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#main_content {
	width: 520px;
	float: left;
}
#content_small_1 {
	width: 200px;
	float: left;
	padding: 20px 15px;
	background: left repeat-y url('../images/content_small_bg.jpg');
}
#content_small_2 {
	width: 200px;
	float: left;
	padding: 20px 15px;
	background: left repeat-y url('../images/content_small_bg.jpg');
}
/*----------------------------------------------------------------------*/
#main_content_full {
	width: 940px;
	float: left;
	padding: 20px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#main_logo {
	width: 250px;
	height: 220px;
	float: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#header_right {
	width: 740px;
	height: 220px;
	float: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#search {
	width: 740px;
	height: 30px;
	float: left;
	padding-top: 10px;
}
#search_button {
	float: right;
	margin: 5px;
}
#search_text {
	width: 180px;
	height: 18px;
	float: right;
	color: #999999;
	border: 2px solid #555555;
	padding: 2px 0 0 3px
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#header_ads {
	width: 240px;
	height: 150px;
	float: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#company_slogan {
	width: 500px;
	height: 150px;
	float: left;
}
#company_slogan h1 {
	color: #FFF;
}
#company_slogan h1 strong {
	color: #555;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#main_menu {
	width: 740px;
	height: 50px;
	float: left;
	padding-top: 20px;
}
#main_menu ul {
	width: 100%;
	float: left;
}
#main_menu ul li {
	float: left;
	list-style: none;
}
#main_menu ul li a {
	color: #FFF;
	float: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px 10px;
}
#main_menu ul li a:hover {
	background-color: #474F58;
}
#main_menu ul li a#current {
	background-color: #474F58;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.side_menu {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.side_menu ul {
	width: 100%;
	float: left;
}
.side_menu ul li {
	width: 100%;
	float: left;
	list-style: none;
	text-align: left;
	font-size: 12px;
	padding-bottom: 10px;
}
.side_menu ul li a {
	width: 100%;
	float: left;
	text-decoration: none;
	margin-bottom: 5px;
}
.side_menu ul li em {
	font-size: 11px;
}
.side_menu_image_bullet ul li {
	width: 185px;
	float: left;
	padding: 0 0 10px 15px;
}
/*----------------------------------------------------------------------*/
.side_menu_blue li a {
	color: #6697b1;
}
.side_menu_blue li a:hover {
	color: #6697b1;
	border-bottom: 1px dotted #6697b1;
}
.side_menu_green li a {
	color: #518807;
}
.side_menu_green li a:hover {
	color: #518807;
	border-bottom: 1px dotted #518807;
}
.side_menu_orange li a {
	color: #EB6F1C;
}
.side_menu_orange li a:hover {
	color: #EB6F1C;
	border-bottom: 1px dotted #EB6F1C;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.side_content {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.side_content_row {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.side_content p,
.side_content_row p
{
	font-size: 12px;
	text-align: justify;
}
.side_content p a,
.side_content_row p a
{
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
.side_content p a:hover,
.side_content_row p a:hover
{
	border-bottom: 1px solid #555555;
}
.side_content em a,
.side_content_row em a
{
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
.side_content em a:hover,
.side_content_row em a:hover
{
	border-bottom: 1px solid #555555;
}
.side_content em,
.side_content p em,
.side_content_row em
{
	width: 100%;
	float: left;
	font-size: 12px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#advertise {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}
.advertise_thumb {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 15px;
}
.advertise_thumb a img {
	margin: 0 auto;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.google_ads {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.google_ads_200x90 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.right_patner_icons {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#download_file {
	width: 95%;
	float: left;
	padding-left: 5%;
	padding-bottom: 25px;
	text-align: left;
}
#download_file a {
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
#download_file a:hover {
	border-bottom: 1px solid #555555;
}
.icon_left_page_file_img {
	background: top left no-repeat url('../images/small_icons/image.png');
}
.icon_left_page_file_pdf {
	background: top left no-repeat url('../images/small_icons/page_white_acrobat.png');
}
.icon_left_page_file_doc {
	background: top left no-repeat url('../images/small_icons/page_white_word.png');
}
.icon_left_page_file_xls {
	background: top left no-repeat url('../images/small_icons/page_excel.png');
}
.icon_left_page_file_zip {
	background: top left no-repeat url('../images/small_icons/page_white_compressed.png');
}
.icon_left_page_file {
	background: top left no-repeat url('../images/small_icons/page_white.png');
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.color_red {
	color: #F00;
}
.italic {
	font-style: italic;
	font-family: Georgia,'Times New Roman',Times,Serif;
}
.align_right {
	text-align: right;
}
.user_comment {
	background: top left no-repeat url('../images/small_icons/user_comment.png');
}
.comment_edit {
	background: top left no-repeat url('../images/small_icons/comment_edit.png');
}
.bullet_star {
	background: top left no-repeat url('../images/small_icons/bullet_star.png');
}
.img_grey_bg_1 {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
	background-color: #F8F8F8;
}
.img_grey_bg_2 {
	float: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
	background-color: #F8F8F8;
}
.textfield_1 {
	border: 1px solid #CCC;
	width: 100px;
}
.textfield_2 {
	border: 1px solid #CCC;
	width: 150px;
}
.textfield_3 {
	border: 1px solid #CCC;
	width: 200px;
}
.textfield_4 {
	border: 1px solid #CCC;
	width: 250px;
}
.textfield_5 {
	border: 1px solid #CCC;
	width: 300px;
}
/*----------------------------------------------------------------------*/
.button_1 {
	padding: 3px 6px;
	border: 1px solid #CCC;
	font-size: 14px;
	cursor: pointer;
	color: #555;
}
.button_1:hover {
	border: 1px solid #000;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#comments_list {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.comments_rows {
	width: 460px;
	float: left;
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}
.comments_rows_img {
	width: 60px;
	float: left;
}
.comments_rows_text {
	width: 390px;
	float: left;
	padding-left: 10px;
	background: top left no-repeat url('../images/comments_pointer_bg.jpg');
}
.comments_rows_text_bg {
	width: 370px;
	float: left;
	background-color: #e9f3fb;
	padding: 10px;
}
.comments_rows_text_bg h6.user_comment {
	width: 160px;
	float: left;
	padding-left: 20px;
}
.comments_rows_text_bg h6.align_right {
	width: 170px;
	float: left;
	padding-right: 20px;
	background: top right no-repeat url('../images/small_icons/calendar.png');
}
.comments_rows_text_bg h6 a {
	color: #6697B1;
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}
.comments_rows_text_bg h6 a:hover {
	border-bottom: 1px dotted #6697B1;
}
.comments_rows_text p {
	font-size: 12px;
	text-align: justify;
}
.alt {
	background-color: #FFFDF4;
}
.border_top {
	border-top: 1px solid #CCC;
}
/*----------------------------------------------------------------------*/
.page_form {
	width: 440px;
	float: left;
	padding: 18px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}
.page_form h3 {
	width: 420px;
	padding-left: 20px;
}
.page_fields {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	text-align: left;
}
.page_fields p {
	font-size: 14px;
	padding-bottom: 10px;
}
.page_fields p span {
	font-weight: bold;
}
.page_fields p input,
.page_fields p textarea,
.page_fields p select
{
	border: 1px solid #CCC;
	color: #555555;
	font-size: 16px;
	margin-top: 5px;
}
.page_fields p input {
	height: 20px;
	padding: 3px 0 3px 5px;
}
.page_fields p textarea {
	width: 425px;
	height: 150px;
	overflow: auto;
	padding: 3px 0 0 5px;
}
.page_fields p select {
	height: 30px;
	padding: 3px 3px 3px 5px;
}
.page_texts {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.page_texts input {
	border: 1px solid #CCC;
}
.page_border_bottom {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.page_buttons {
	width: 100%;
	float: left;
}
/*----------------------------------------------------------------------*/
.page_table {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.page_table table {
	width: 100%;
}
.page_table table tr td {
	padding: 5px 0 0 5px;
	font-size: 12px;
	text-align: left;
}
.page_table table tr th {
	padding: 5px 0 0 5px;
	font-size: 14px;
	text-align: center;
}
.page_table table tr td input,
.page_table table tr td select
{
	border: 1px solid #CCC;
	color: #555555;
	font-size: 12px;
	height: 20px;
}
/*----------------------------------------------------------------------*/
.button_grey {
	background: transparent url('../images/submit.png') no-repeat scroll 0 0;
	margin-right: 20px;
}
.button_grey:hover {
	background-position: 0 -40px;
}
.button_grey {
	border: medium none;
	cursor: pointer;
	float: right;
	height: 40px;
	text-indent: -9999px;
	width: 130px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#footer_bottom_text {
	width: 100%;
	float: left;
}
#footer_copywrite {
	width: 480px;
	float: left;
	font-size: 12px;
	text-align: left;
}
#footer_copywrite a {
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
#footer_menu {
	width: 500px;
	float: left;
	font-size: 12px;
	text-align: right;
}
#footer_menu a {
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
#footer_copywrite a:hover,
#footer_menu a:hover
{
	color: #000;
	border-bottom: 1px dotted #000;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#footer_box {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.footer_box {
	width: 310px;
	float: left;
}
.footer_box_pad_right {
	padding-right: 25px;
}
/*----------------------------------------------------------------------*/
.round_red_left {
	width: 280px;
	float: left;
	height: 28px;
	margin-bottom: 20px;
	background: left no-repeat url('../images/round_red_left_bg.jpg') #952900;
}
.round_red_right {
	width: 280px;
	float: left;
	height: 28px;
	background: right no-repeat url('../images/round_red_right_bg.jpg');
}
.round_red {
	float: left;
	height: 26px;
	padding: 2px 15px 0 15px;
}
.round_red h3 {
	color: #FFF;
	padding: 0;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#resource_links {
	width: 100%;
	float: left;
}
#resource_links li {
	width: 285px;
	float: left;
	list-style: none;
	font-size: 13px;
	text-align: left;
	padding: 0 0 8px 25px;
	background: top left no-repeat url('../images/small_icons/world_link.png');
}
#resource_links li a {
	text-decoration: none;
}
#resource_links li a:hover {
	color: #000;
}
#resource_links li a b {
	color: #518807;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#most_popular_blogs,
#most_popular_news
{
	width: 100%;
	float: left;
}
#most_popular_blogs li,
#most_popular_news li
{
	width: 285px;
	float: left;
	list-style: none;
	font-size: 13px;
	text-align: left;
	padding: 0 0 8px 25px;
}
#most_popular_blogs li {
	background: top left no-repeat url('../images/small_icons/page_edit.png');
}
#most_popular_news li {
	background: top left no-repeat url('../images/small_icons/page_white_text.png');
}
#most_popular_blogs li a,
#most_popular_news li a
{
	float: left;
	color: #518807;
	text-decoration: none;
}
#most_popular_blogs li a:hover,
#most_popular_news li a:hover
{
	color: #000;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/

