@charset "utf-8";
/* CSS Document */


/* General */

html {
	font-family:			"tahoma", "arial", "helvetica", sans-serif;
	font-size:				12px;
	line-height:			18px;
}

body {
	margin:					0px;
	border-top:				5px solid #eaa432;
	background:				#FFFFFF;
}

a {
	color:					#00679f;
	text-decoration:		none;
	outline: none;

	
}

a:hover {
	text-decoration:		underline;
}

h3 {
	display:				block;
	font-size:				22px;
	color:					#d19124;
	font-weight:			normal;
	padding: 				0px;
	margin:					0px 0px 20px 0px;
	letter-spacing: 		0.05em;
}

img.font_text {
	display:				block;
	border:					0px;
	position:				relative;
	width:					158px;
	height:					24px;
	margin:					0px 0px 4px 0px;
	padding:				0px;
}

div#whitespace {
	background:				#fff;
	width:					100%;
}

div#head {
	position:				relative;
	width:					990px;
	height:					71px;
	margin:					auto;
	background:				#FFF;
}

div#head img {
	position:				absolute;
	top:					11px;
	left:					24px;
	border:					0px;
}

div#head div#navigation {
	position:				absolute;
	top:					23px;
	right:					39px;
	font-size:				12px;
	font-weight:			normal;
	color:					#707070;
}

div#head div#navigation a {
	color:					#707070;
	text-decoration:		none;
}

div#head div#navigation a:hover {
	/*color:				#0f71a3;*/
	text-decoration:		underline;
}

div#head div#navigation a.selected {
	color:					#0f71a3;
	text-decoration:		none;
	font-weight:			bold;
}

div.foot {
	position:				relative;
	width:					990px;
	margin:					auto;
}

div#footwrapper_1 {
	position:				relative;
	width:					100%;
	border-top:				#d5d4d2 1px solid;
	border-bottom:			#e0e0e0 1px solid;
	background:				#f6f6f6;
}

div#footwrapper_2 {
	position:				relative;
	width:					100%;
	background:				#eaeaea url("/framework/images/footer_bg.jpg") repeat-x;
	border-bottom:			#eaeaea 10px solid;
}

div.foot div#partners {
	display:				block;
	padding:				20px 0px 0px 28px;
	height:					65px;
	color:					#bbbbbb;
	font-weight:			bold;
	float:					left;
	width:					94px;
}

div.foot div#partners_logos {
	display:				block;
	height:					65px;
	width:					859px;
	float:					right;
}

div.foot div#bottom {
	height:					214px;
	font-size:				11px;
	color:					#8f8f8f;
}

div.foot div#bottom h3 {
	display:				block;
	font-size:				15px;
	padding: 				0px 0px 10px 0px;
	margin:					0px;
	color:					#cecece;
	text-transform:			uppercase;
}

div.foot div#bottom a {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	line-spacing:			18px;
	display:				block;
	color:					#8f8f8f;
	font-weight:			normal;
}

div.foot div#bottom div.box {
	display:				block;
	float:					right;
	height:					180px;
	background:				url("/framework/images/footer_line.png") top left no-repeat;
	padding:				0px 30px 10px 30px;
	margin-top:				12px;
}

div.foot div#bottom div.box1 {
	width:					160px;
}

div.foot div#bottom div.box2 {
	width:					160px;	
}

div.foot div#bottom div.box3 {
	width:					360px;	
}

div.foot div#bottom div.box3 b {
	color:					#c99b4f;
	font-weight:			normal;
}

div.clearup {
	clear:					both;	
}

/* Footer Rollovers */

a.footer_logo1{
	width:					118px;
	height:					65px;
	background:				url("/framework/images/footer_logos_01.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo2 {
	width:					160px;
	height:					65px;
	background:				url("/framework/images/footer_logos_02.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo3 {
	width:					147px;
	height:					65px;
	background:				url("/framework/images/footer_logos_03.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo4 {
	width:					147px;
	height:					65px;
	background:				url("/framework/images/footer_logos_04.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo5 {
	width:					129px;
	height:					65px;
	background:				url("/framework/images/footer_logos_05.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo6 {
	width:					108px;
	height:					65px;
	background:				url("/framework/images/footer_logos_06.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo7 {
	width:					124px;
	height:					65px;
	background:				url("/framework/images/footer_logos_07.jpg") top left no-repeat;
	display:				block;
	float:					left;
}
a.footer_logo1:hover {
	background:				url("/framework/images/footer_logos2_01.jpg");
}
a.footer_logo2:hover {
	background:				url("/framework/images/footer_logos2_02.jpg");
}
a.footer_logo3:hover {
	background:				url("/framework/images/footer_logos2_03.jpg");
}
a.footer_logo4:hover {
	background:				url("/framework/images/footer_logos2_04.jpg");
}
a.footer_logo5:hover {
	background:				url("/framework/images/footer_logos2_05.jpg");
}
a.footer_logo6:hover {
	background:				url("/framework/images/footer_logos2_06.jpg");
}
a.footer_logo7:hover {
	background:				url("/framework/images/footer_logos2_07.jpg");
}

