/* CSS Document */

/*a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
*/


a:link {
	font-family							: Tahoma;
	font-size								: 11px;
	color 									: #5BAACF;
	text-decoration					: none;
}
a:visited {
	font-family							: Tahoma;
	font-size								: 11px;
	color 									: #5BAACF;
	text-decoration					: none;
}
a:hover {
	font-family							: Tahoma;
	font-size								: 11px;
	color 									: #4693FF;
	text-decoration					: underline;
}
a:active {
	font-family							: Tahoma;
	font-size								: 11px;
	color 									: #5BAACF;
	text-decoration					: none;
}
body {
	margin									: 0px;
	text-align							: center;
	font-family							: Tahoma;
	font-size								: 11px;
	color 									: #737373;
	background							:	url(../img/bg_top.gif) no-repeat top center;*/
}
table {
	text-align							: left;
	font-family							: Tahoma;
	font-size								: 11px;
}
.topbar-bg {
	/*background							:	url(../img/topbar_bg.gif) repeat-x;*/
}
.topbar-area {
	background							:	url(../img/topbar_bg_color.gif) repeat-x;
	border-left 						: solid 1px #C7C7C7;	
	border-right 						: solid 1px #C7C7C7;
}
.topbar-area-flash {
	border-left 						: solid 1px #C7C7C7;	
	border-right 						: solid 1px #C7C7C7;
}
.menu-area {
	float										: left; 
	width										: 511px; 
	height									: 120px; 
	background							: url(../img/temp_menu_bg.jpg) no-repeat;
}
.logo-area {
	float										: left; 
	width										: 259px;
	height 									: 120px;
	text-align							: left; 
	padding-left						: 10px;
}
.content-area {
	/*width 									: 770px;*/
	height 									: auto;
	border-left 						: solid 1px #C7C7C7;	
	border-right 						: solid 1px #C7C7C7;
	text-align							: left;	
	background 							: #FFFFFF;
}
.content-left {
	border-right 						: solid 1px #ECECEC;
	width 									: 258px;
}
.content-left-content {
	padding									: 18px 0px 23px 14px;
}
.content-left-content p{	
	margin 									: 10px 0;
}
.content-left-content img{	
	border 									: solid 1px #C7C7C7;
/*	margin-bottom 					: 14px;*/
}

.content-left-wide {
	width 									: 587px;
	border-right 						: solid 1px #DAE8EF;
}
.content-left-wide-content {
	padding									: 18px 14px 23px 14px;
}
.content-left-wide-content img{
	border 									: solid 1px #C7C7C7;
}
.content-left-wide-content img.noborder {
	border 									: none 0px;
}
.content-left-wide-content-p {
	margin 									: 10px 0;
}
.content-left-wide-img-box {
	margin 									: 0 35px 10px 0;
	float										: left;
	width 									: auto;
}


.content-center {
	border-right 						: solid 1px #DAE8EF;
	/*padding-bottom					: 15px;*/
	width 									: 328px;
}
.content {
	padding			 						: 11px 10px 2px 12px;
	margin 									: 0px;
}
.content-block {
	margin-bottom						: 6px;
}
.content-block img{
	margin									: 2px 13px 0px 0px;
}
.content-block-promotion {
	border 									: solid 1px #DEDEDE;
	/*margin-bottom						: 12px;*/
}
.content-block-promotion img{
	padding 								: 6px 13px 6px 5px;
}
.content-promotion {
	padding									: 5px 10px 10px 0px;
}

.footer {
	height 									: 50px;
	background							: #F1F1F1;
}
.copyright {
	height 									: 70px;
	border-left 						: solid 1px #C7C7C7;	
	border-right 						: solid 1px #C7C7C7;
	background							:	url(../img/footer_bg_color.gif) repeat-x;
	color										: #FFFFFF;
	padding									: 20px 34px 0px 0px;
	
}
.title {
	font-size								: 16px;
	font-weight							: bold;
	color										: #FF742B;
}
.bold {
	font-weight							: bold;
	color										: #000000;
}
.hilight {
	color										: #FF742B;
}
.bold-hilight {
	font-weight							: bold;
	color										: #FF742B;
	text-decoration 				: none;
}
a.bold-hilight:link {
	font-weight							: bold;
	color										: #FF742B;
}
a.bold-hilight:visited {
	font-weight							: bold;
	color										: #FF742B;
}
a.bold-hilight:hover {
	font-weight							: bold;
	color										: #FF742B;
	text-decoration 				: underline;
}
a.bold-hilight:active {
	font-weight							: bold;
	color										: #FF742B;
}
.underline {
	text-decoration					: underline;
}
.block-hilight {
	border									: 1px dotted #FF9900; 
	padding									: 5px; 
	margin									: 20px; 
	width										: 250px; 
	height									: auto; 
	text-align							: center;
	color										: #FF742B;
}

