/* ----------- Restart-----------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	outline: 0;
}

/* ----------- End Restart-----------------*/
	/*---------------------------- TEXT STYLES ----------------------------*/
a {
	color: #4c77ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #484848;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
	text-shadow: 1px 1px #fff;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #484848;
	text-decoration: none;
}

h1 a:hover {
	color: #4c77ab;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

hr {
	background-color: #c9c9c9;
	border-style: solid;
	height: 2px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #c9c9c9;
	border: #c9c9c9;
	background-image: url(../images/border_w.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
}

ol {
	margin-left: 35px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

code {
	background-color: #f1f2f4;
	border: 1px dashed #d3d3d3;
	font: normal 13px;
	padding: 2px;
}

.hihglight1 {
	background-color: #CCFF33;
	border: 1px solid #b1de2c;
	padding: 2px;
	color: #000000;
}

.hihglight2 {
	background-color: #FFCC33;
	border: 1px solid #deaf22;
	padding: 2px;
	color: #000000;
}

blockquote {
	margin: 20px;
	border-left: 5px solid #d0d4d8;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	background: transparent url(../images/quote.png) no-repeat scroll top
		left;
	background-position: top left;
}

/*---------------------TABLES------------------------*/ /* Blue table */
.blue_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.blue_table,td,th {
	vertical-align: middle;
}

.blue_table th {
	padding: 10px;
	color: #fff;
	background-color: #4b76ab;
	background-image: url(../images/table_blue_bg.png);
	background-repeat: repeat-x;
}

.blue_table tr {
	background-color: #f7f7f7;
	border-left: 1px solid #fff;
}

.blue_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.blue_table tr:hover {
	background-color: #fff;
}

/* Red table */
.red_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.red_table,td,th {
	vertical-align: middle;
}

.red_table th {
	padding: 10px;
	color: #fff;
	background-color: #8a1514;
	background-image: url(../images/table_gr_bg.png);
	background-repeat: repeat-x;
}

.red_table tr {
	background-color: #fbfaf6;
	border-left: 1px solid #fff;
}

.red_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.red_table tr:hover {
	background-color: #fff;
}

/* Gr2 table */
.gr2_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.gr2_table,td,th {
	vertical-align: middle;
}

.gr2_table th {
	padding: 10px;
	color: #fff;
	background-color: #539290;
	background-image: url(../images/table_gr2_bg.png);
	background-repeat: repeat-x;
}

.gr2_table tr {
	background-color: #fbfaf6;
	border-left: 1px solid #fff;
}

.gr2_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.gr2_table tr:hover {
	background-color: #fff;
}

/* Green table */
.green_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.green_table,td,th {
	vertical-align: middle;
}

.green_table th {
	padding: 10px;
	color: #fff;
	background-color: #869a42;
	background-image: url(../images/table_green_bg.png);
	background-repeat: repeat-x;
}

.green_table tr {
	background-color: #f7f7f7;
	border-left: 1px solid #fff;
}

.green_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.green_table tr:hover {
	background-color: #fff;
}

/* Light Blue table */
.lblue_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.lblue_table,td,th {
	vertical-align: middle;
}

.lblue_table th {
	padding: 10px;
	color: #fff;
	background-color: #399bb7;
	background-image: url(../images/table_lblue_bg.png);
	background-repeat: repeat-x;
}

.lblue_table tr {
	background-color: #f7f7f7;
	border-left: 1px solid #fff;
}

.lblue_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.lblue_table tr:hover {
	background-color: #fff;
}

/* Silver Blue table */
.silver_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.silver_table,td,th {
	vertical-align: middle;
}

.silver_table th {
	padding: 10px;
	color: #fff;
	background-color: #899097;
	background-image: url(../images/table_silver_bg.png);
	background-repeat: repeat-x;
}

.silver_table tr {
	background-color: #f7f7f7;
	border-left: 1px solid #fff;
}

.silver_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.silver_table tr:hover {
	background-color: #fff;
}

/* Black table */
.black_table {
	width: 100%;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 18px;
	padding: 1px;
}

.black_table,td,th {
	vertical-align: middle;
}

.black_table th {
	padding: 10px;
	color: #fff;
	background-color: #1d1d1e;
	background-image: url(../images/table_black_bg.png);
	background-repeat: repeat-x;
}

.black_table tr {
	background-color: #f7f7f7;
	border-left: 1px solid #fff;
}

.black_table td {
	padding: 10px;
	color: #888;
	border-top: 1px solid #ccc;
}

.black_table tr:hover {
	background-color: #fff;
}

.border_img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
}

.two_columns_1 {
	width: 464px;
	float: left;
	margin-right: 32px;
}

.two_columns_2 {
	width: 464px;
	float: left;
}

.three_columns_1 {
	width: 277px;
	float: left;
	margin-right: 1px;
}

.three_columns_2 {
	width: 594px;
	float: left;
	margin-right: 34px;
}

/*.three_columns_3 {
	width: 297px;
	float: left;
	margin-right: 0px;
}*/

.columns_wrapper {
	width: 960px;
	float: left;
	margin-bottom: 30px;
}

.four_columns_1,.four_columns_2,.four_columns_3,.four_columns_4 {
	width: 216px;
	float: left;
	margin-right: 32px;
}

.four_columns_4 {
	margin-right: 0px;
}

#about .columns_wrapper {
	margin-top: 32px;
}

/*---------------------------- END TEXT STYLES ----------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d555b;
	line-height: 1.5em;
	background-color: #eef1f5;
}

#main_container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.center {
	height: auto;
	width: 960px;
	margin: auto;
	text-align: left;
	padding: 0px;
}

/*-------------------------MENU---------------------------------*/
#menu_container {
	height: 37px;
	width: 960px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	z-index: 999;
	float: left;
}

#menu ul {
	float: left;
	padding: 0px;
	position: relative;
	left: 2px;
	height: 35px;
}

#menu ul li {
	display: inline;
	position: relative;
	float: left;
	border-right: 1px solid #39628e;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	display: block;
	height: 35px;
	line-height: 35px;
	border-right: 1px solid #668bb8;
	text-shadow: 1px 1px #39628e;
}

#menu ul li a:hover {
	background-image: url(../images/menu_hover_bg.png);
	background-repeat: repeat-x;
}

#menu ul li a:active {
	background-image: url(../images/menu_active_bg.png);
	background-repeat: repeat-x;
}

#menu_home {
	background-image: url(../images/menu_home.png);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	margin-top: 7px;
}

#menu_twitter {
	background-image: url(../images/menu_facebook.png);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 22px;
}

#twitter_status {
	position: absolute;
	right: 0px;
	top: 52px;
	width: 280px;
	background-color: #f5f5f5;
	border: 1px solid #ccdce2;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/twitter_status_bg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#twitter_status_top {
	width: 16px;
	height: 16px;
	background-image: url(../images/twitter_status_top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	right: 40px;
	background-color: transparent;
}

#menu_icon_right a {
	display: block;
	padding-left: 30px;
	height: 28px;
	padding-top: 7px;
	margin-right: 2px;
	border-left: 1px solid #668bb8;
}

#menu_icon_right a:hover {
	background-image: url(../images/menu_hover_bg.png);
	background-repeat: repeat-x;
}

#menu_icon_right a:active {
	background-image: url(../images/menu_active_bg.png);
	background-repeat: repeat-x;
}

#menu_icon_right {
	float: right;
	height: 35px;
	width: 82px;
	border-left: 1px solid #39628e;
}

/*---------------------------- LOGO ----------------------------*/
#logo_container {
	margin-bottom: 23px;
}

#logo a {
	width: 231px;
	height: 40px;
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

/*---------------------------SLIDER----------------------------*/
#slider_container {
	width: 100%;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.nivo-controlNav {
	position: absolute;
	bottom: -30px;
}

.nivo-controlNav a {
	width: 15px;
	height: 15px;
	background-image: url(../images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	display: block;
}

.nivo-controlNav a.active {
	background-image: url(../images/page_nav_active.png);
}

#slider {
	position: relative;
	z-index: 10;
	height: 330px;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#corner_left_top {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/slider_corners.png);
	background-position: 0px 0px;
	z-index: 100;
}

#corner_right_top {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/slider_corners.png);
	background-position: -10px 0px;
	z-index: 100;
}

#corner_left_bottom {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	background-image: url(../images/slider_corners.png);
	background-position: 0px -7px;
	z-index: 100;
}

#corner_right_bottom {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	background-image: url(../images/slider_corners.png);
	background-position: -10px -7px;
	z-index: 100;
}

.nivo-caption {
	padding: 10px;
}

/*-------------------------END SLIDER----------------------------*/
#site_intro_container {
	background-image: url(../images/intro_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 960px;
	float: left;
	margin-top: 0px;
}

#site_intro {
	width: 960px;
	display: block;
	min-height: 112px;
	background-image: url(../images/intro_top_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin-top: -5px;
}

#site_intro_bottom {
	width: 960px;
	display: block;
	height: 10px;
	background-image: url(../images/intro_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-bottom: -10px;
}

#intro_icon {
	background-image: url(../images/intro_icon.jpg);
	display: block;
	width: 255px;
	height: 340px;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}

#intro_text {
	float: left;
	width: 570px;
	position: relative;
	left: 90px;
	top: 5px;
}

#intro_text h2 {
	margin-bottom: -7px;
}

.page_spacer {
	height: 400px;
	width: 100%;
	display: block;
	float: left;
}

.page_container {
	float: left;
	padding-top: 65px;
}

/*---------------------------Portfolio----------------------------*/
#portfolio_pagination {
	display: block;
	height: 50px;
	float: left;
	width: 960px;
	margin-top: 20px;
}

#portfolio_pagination ul {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-left: 48%;
}

#portfolio_pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(../images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

#portfolio_pagination ul li:hover,#portfolio_pagination ul li.selected {
	background-image: url(../images/page_nav_active.png);
}

.portfolio_item {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	display: none;
	border: 0px solid #eef1f5;
	width: 217px;
	height: 120px;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 4px #c3c3c3;
	-webkit-box-shadow: 1px 1px 4px #c3c3c3;
	-khtml-box-shadow: 1px 1px 4px #c3c3c3;
	box-shadow: 1px 1px 4px #c3c3c3;
}

.portfolio_item a {
	width: 217px;
	height: 120px;
	display: block;
}

#portfolio {
	width: 960px;
	overflow: hidden;
	position: relative;
}

#page_holder {
	width: 50px;
	height: 430px;
	float: left;
}

.page_wrapper {
	width: 988px;
	float: left;
}

#portfolio_categories {
	background-image: url(../images/portfolio_navigation_bg.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 37px;
	display: block;
	float: left;
	margin-bottom: 30px;
}

#portfolio_categories ul {
	float: left;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 37px;
	padding-left: 12px;
}

#portfolio_categories ul li {
	display: inline;
	position: relative;
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	margin-top: 9px;
	text-shadow: 1px 1px #fff;
}

#portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: 1px 1px #436e9c;
	position: relative;
	top: -1px;
}

#portfolio_categories ul li:hover a {
	text-decoration: none;
}

.port_cat_active {
	float: left;
	height: 22px;
}

.port_cat_l {
	background-image: url(../images/portfolio_hover_l.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.port_cat_r {
	background-image: url(../images/portfolio_hover_r.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.port_cat {
	background-image: url(../images/portfolio_hover_bg.png);
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	float: left;
	padding-top: 1px;
}

/*---------------CONTACT SECTION-----------------*/
#contact {
	padding-top: 85px;
}

#contact_form {
	background-image: url(../images/contact_form_bg.gif);
	background-repeat: repeat-y;
	width: 464px;
	float: left;
}

#contact_form_top {
	background-image: url(../images/contact_form_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 464px;
	display: block;
	position: relative;
	top: -7px;
}

#contact_form_bottom {
	background-image: url(../images/contact_form_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	width: 464px;
	display: block;
	position: relative;
	bottom: -7px;
	float: left;
}

.contact_form_content {
	padding-left: 32px;
	padding-right: 32px;
}

.contact_form_textarea {
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	float: left;
}

#contact_form .title {
	margin-top: 9px;
	margin-bottom: 24px;
}

.contact_form_textarea textarea {
	margin-top: 32px;
	margin-bottom: 32px;
	width: 392px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contact_form_icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}

.contact_form_input {
	width: 398px;
	background-color: #e6eaef;
	display: block;
	padding: 13px 32px;
	border: 1px solid #c7c7c7;
	background-image: url(../images/border_w.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -1px;
	float: left;
	position: relative;
}

input.text {
/*	width: 284px;
	height: 24px; */
	border: 1px solid #ccc;
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}

input.button {
/*	width: 284px;
	height: 24px; */
	border: 1px solid #ccc;
	background-color: #4b76ab;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	margin-top: 16px;
	margin-right: 34px;
}

textArea {
	width: 250px;
	height: 150px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #ccc;
	padding-left: 5px;
}

.contact_form_input h6 {
	float: left;
	margin-top: 9px;
	margin-bottom: 6px;
}

.contact_form_input input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 32px;
	float: right;
}

.contact_message {
	z-index: 1000000;
}

.check {
	width: 24px;
	height: 24px;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
}

.contact_loader {
	width: 32px;
	height: 32px;
	background-image: url(../images/contact-loader.gif);
	background-repeat: no-repeat;
}

#contact_status {
	float: right;
}

.invalid {
	border: 1px solid #ff6666;
}

#invalid_input {
	display: none;
}

#sent_successful {
	display: none;
}

.question_icon {
	width: 14px;
	height: 13px;
	background-image: url(../images/question_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 2;
}

.contact_form_textarea .question_icon {
	top: 40px;
}

.contact_message {
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100px;
	position: absolute;
	top: 37px;
	right: 15px;
	z-index: 1;
	margin-bottom: 0px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 3000;
}

.contact_form_textarea .contact_message {
	top: 57px;
}

.contact_message p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact_status div {
	float: left;
}

#contact_status span {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

#contact_details {
	margin-top: 26px;
}

.title_icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	position: relative;
	top: -8px;
	margin-right: 10px;
	background-repeat: no-repeat;
}

.contact_icon {
	background-image: url(../images/contact_icon.png);
}

.about_icon {
	background-image: url(../images/about_icon.png);
	top: 6px;
}

.contact_det_icon {
	background-image: url(../images/comment_user_info_32.png);
}

.profiles_icon {
	background-image: url(../images/profiles_icon%20.png);
}

#profiles_icons {
	margin-top: 20px;
}

#profiles_icons li {
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
	list-style: none;
}

#profiles_icons a img:hover {
	opacity: 0.7;
	filter: alpha(opacity =     50);
}

#coaching_container {
	background-image: url(../images/intro_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 960px;
	float: left;
	margin-top: 0px;
}

#coaching_intro {
	width: 960px;
	display: block;
	min-height: 112px;
	background-image: url(../images/intro_top_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin-top: -5px;
}

#coaching_intro_bottom {
	width: 960px;
	display: block;
	height: 10px;
	background-image: url(../images/coaching_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-bottom: -10px;
}

#coaching_icon {
	background-image: url(../images/coaching_icon.png);
	display: block;
	width: 255px;
	height: 340px;
	float: left;
	margin-left: 30px;
	margin-top: 35px;
}

#coaching_text {
	float: left;
	width: 570px;
	position: relative;
	left: 90px;
	top: 5px;
}

#intro_text h2 {
	margin-bottom: -7px;
}

/* --------------------- END CONTACT SECTION --------------------- */
	/* --------------------- NEWS PAGE --------------------- */
.post_info {
	font-size: 11px;
	margin-top: -5px;
	color: #418fd1;
	margin-bottom: 15px;
}

.post_info a {
	color: #418fd1;
	text-decoration: none;
}

.news_posts {
	margin-top: 15px;
	float: left;
	margin-right: 20px;
}

#news_wrapper {
	width: 10px;
	height: 410px;
}

.prev_post {
	display: block;
	width: 432px;
	height: 82px;
	background-image: url(../images/prev_news.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 16px;
	margin-bottom: 24px;
}

.prev_post img {
	float: left;
	padding-right: 12px;
}

#prev_post_nav {
	width: 84px;
	height: 29px;
	float: right;
}

#prev_post_l {
	width: 43px;
	height: 29px;
	display: block;
	background-image: url(../images/prev_post_nav_l.png);
	float: left;
}

#prev_post_l:hover {
	background-image: url(../images/prev_post_nav_l_hover.png);
}

#prev_post_r {
	width: 41px;
	height: 29px;
	display: block;
	background-image: url(../images/prev_post_nav_r.png);
	float: left;
}

#prev_post_r:hover {
	background-image: url(../images/prev_post_nav_r_hover.png);
}

#news .two_columns_2 {
	overflow: hidden;
	position: relative;
}

#news_post_wrapper {
	position: relative;
}

.prev_post_hover {
	background-position: 0px -114px;
}

/* --------------------- BUTTONS --------------------- */
a.button,a.button,a.btn,a.btn {
	background: transparent url(../images/buttons_a.gif) no-repeat scroll top right;
	display: inline-block;
	height: 35px;
	margin-right: 6px;
	margin-left: 30px;
	margin-top: 10px;
	padding-right: 20px;
	/* the same value as the width of buttons_a.gif  */
	text-decoration: none;
	color: #fff;
}

a.button span,a.button span,a.btn span,a.btn span {
	background: transparent url(../images/buttons_span.gif) no-repeat top
		left;
	display: block;
	line-height: 14px;
	padding: 11px 5px 10px 24px;
	text-shadow: 1px 1px #305a87;
}

a.button:hover,a.button:hover,a.btn:hover,a.btn:hover {
	color: #fff;
	background-position: bottom right;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover span,a.button:hover span,a.btn:hover span,a.btn:hover span
	{
	color: #fff;
	background-position: bottom left;
	cursor: pointer;
}

a.blue_button,a.blue_button {
	background: transparent url(../images/buttons_a.gif) no-repeat scroll
		top right;
}

a.blue_button span,a.blue_button span {
	background: transparent url(../images/buttons_span.gif) no-repeat top
		left;
	text-shadow: 1px 1px #305a87;
}

a.black_button,a.black_button {
	background: transparent url(../images/buttons_a_black.gif) no-repeat
		scroll top right;
}

a.black_button span,a.black_button span {
	background: transparent url(../images/buttons_span_black.gif) no-repeat
		top left;
	text-shadow: 1px 1px #000;
}

a.red_button,a.red_button {
	background: transparent url(../images/buttons_a_gr.gif) no-repeat scroll
		top right;
}

a.red_button span,a.red_button span {
	background: transparent url(../images/buttons_span_gr.gif) no-repeat top
		left;
	text-shadow: 1px 1px #6b0d0c;
}

a.mint_button,a.mint_button {
	background: transparent url(../images/buttons_a_gr2.gif) no-repeat
		scroll top right;
}

a.mint_button span,a.mint_button span {
	background: transparent url(../images/buttons_span_gr2.gif) no-repeat
		top left;
	text-shadow: 1px 1px #3e7674;
}

a.green_button,a.green_button {
	background: transparent url(../images/buttons_a_green.gif) no-repeat
		scroll top right;
}

a.green_button span,a.green_button span {
	background: transparent url(../images/buttons_span_green.gif) no-repeat
		top left;
	text-shadow: 1px 1px #536e11;
}

a.lblue_button,a.lblue_button {
	background: transparent url(../images/buttons_a_lblue.gif) no-repeat
		scroll top right;
}

a.lblue_button span,a.lblue_button span {
	background: transparent url(../images/buttons_span_lblue.gif) no-repeat
		top left;
	text-shadow: 1px 1px #187b94;
}

a.silver_button,a.silver_button {
	background: transparent url(../images/buttons_a_silver.gif) no-repeat
		scroll top right;
}

a.silver_button span,a.silver_button span {
	background: transparent url(../images/buttons_span_silver.gif) no-repeat
		top left;
	text-shadow: 1px 1px #737a83;
}

/* --------------------- END BUTONS --------------------- */
	/* --------------------- BULLETS --------------------- */
ul.bullet_check li {
	list-style: none;
	background: transparent url(../images/bullets/check.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_arrow li {
	list-style: none;
	background: transparent url(../images/bullets/arrow.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_arrow_2 li {
	list-style: none;
	background: transparent url(../images/bullets/arrow_2.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_numeric li {
	list-style: none;
	list-style: decimal;
	padding-left: 20px;
}

ul.bullet_lblue li {
	list-style: none;
	background: transparent url(../images/bullets/lblue.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_dblue li {
	list-style: none;
	background: transparent url(../images/bullets/dblue.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_ddblue li {
	list-style: none;
	background: transparent url(../images/bullets/ddblue.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_brown li {
	list-style: none;
	background: transparent url(../images/bullets/brown.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_dbrown li {
	list-style: none;
	background: transparent url(../images/bullets/dbrown.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_green li {
	list-style: none;
	background: transparent url(../images/bullets/green.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_llblue li {
	list-style: none;
	background: transparent url(../images/bullets/llblue.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

ul.bullet_orange li {
	list-style: none;
	background: transparent url(../images/bullets/orange.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

.info_box,.note_box,.tip_box,.error_box,tip_box {
	padding: 20px;
	margin: 20px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 10px;
	border-radius: 7px;
	padding-left: 55px;
	background: #eee;
}

.info_box {
	background: #ddf3fc url(../images/icons/info.png) no-repeat scroll 10px
		14px;
	border: 1px solid #8ed9f6;
	color: #2e6093;
}

.note_box {
	background: #fffadb url(../images/icons/note.png) no-repeat scroll 10px
		15px;
	border: 1px solid #f5d145;
	color: #9e660d;
}

.error_box {
	background: #ffdede url(../images/icons/error.png) no-repeat scroll 10px
		15px;
	border: 1px solid #d97676;
	color: #cd0a0a;
}

.tip_box {
	background: #eff7d9 url(../images/icons/tip.png) no-repeat scroll 10px
		15px;
	border: 1px solid #b7db58;
	color: #5d791b;
}

/*-------------------- OTHER ---------------------*/
.hidden {
	display: none;
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 450px;
	top: 150px;
}

.shadow {
	-moz-box-shadow: 1px 1px 4px #c3c3c3;
	-webkit-box-shadow: 1px 1px 4px #c3c3c3;
	-khtml-box-shadow: 1px 1px 4px #c3c3c3;
	box-shadow: 1px 1px 4px #c3c3c3;
}

.corner_wrapper {
	position: relative;
}