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

/* GLOBAL STYLES */

body {
	background-color: #fff;
	margin: 12px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; 
	}

a { color: #05497b; font-size: 10px; text-decoration: none; text-transform: uppercase; }
a:hover { color: #B23533; }

.linkarrow { display: inline-block; text-align: right; padding-right: 15px; background-image: url(/images/partnerportal/blue_arrow.gif); background-repeat: no-repeat; background-position: right; }
.linkarrow:hover { background-image: url(/images/partnerportal/red_arrow.gif); background-repeat: no-repeat; background-position: right; }

.linkbutton { 
	display: inline-block; 
	text-align: right; 
	padding-left: 50px;
	padding-right: 30px; 
	padding-top: 1px;
	background-image: url(/images/partnerportal/button_bg.gif); 
	background-repeat: no-repeat; 
	background-position: right; 
	color: #ffffff;
	}
.linkbutton:hover { background-image: url(/images/partnerportal/button_bg_on.gif); background-repeat: no-repeat; background-position: right; color: #ffffff; }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #005699; margin: 0px; margin-bottom: 10px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #ffffff; margin: 0px; margin-bottom: 5px; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; margin: 0px; }

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	clear:both;
	z-index: 1;
}

#frame_top {
	width: 950px;
	height: 22px;
	position: relative;
	margin: 0px;
	background-image: url(/images/partnerportal/blue_frame_top.gif);
	background-repeat: no-repeat;
}

#frame_bottom {
	width: 950px;
	height: 15px;
	position: relative;
	margin: 0px;
	background-image: url(/images/partnerportal/blue_frame_bottom.gif);
	background-repeat: no-repeat;
}

#frame_main {
	width: 950px;
	position: relative;
	margin: 0px;
	background-image: url(/images/partnerportal/blue_frame_edge.gif);
	background-repeat: repeat-y;
	}
	
#content_box {
	width: 950px;
	min-height: 546px;
	position: relative;
	margin: 0px;
	background-image: url(/images/partnerportal/blue_gradient_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
	
#content_header {
	width: 950px;
	height: 88px;
	position: relative;
	margin: 0px;
	text-align: left;
	}
	
#content_header_title {
	width: 442px;
	height: 29px;
	position: absolute;
	left: 35px;
	top: 35px;
	}
	
#content_menu {
	width: 935px;
	height: 27px;
	position: relative;
	margin: 0px;
	margin-left: 7px;
	background-image: url(/images/partnerportal/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	z-index: 100;
	}
	
#content_main {
	width: 875px;
	height: auto;
	position: relative;
	margin: 34px 37px 0px;
	text-align: left;
	}
	
#content_left {
	width: 430px;
	height: auto;
	position: relative;
	margin: 0px;
	padding-right: 46px;
	text-align: left;
	}
	
#content_right {
	width: 350px;
	height: auto;
	position: relative;
	margin: 8px 0px 0px 46px;
	text-align: left;
	}
	
.content_table {
	width: 875px;
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.content_table_left {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-right: 1px dotted #ffffff;
	vertical-align: top;
	}

.content_table_right {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	}
	
.leftbox {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	border: 0px;
	color: #123962;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	}
	
.leftbox p { margin: 17px 0px 0px 0px; line-height: 20px; }
.leftbox ul { margin: 0px; padding: 0px; }
.leftbox li { color: #5c5c5c; font-size: 11px; font-weight: bold; line-height: 22px; list-style-image: url(/images/partnerportal/blue_bullet.gif); list-style-position: inside; padding: 0px; }

.header { font-size: 14px; margin: 0px !important; }

.rightbox {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
	color: #123962;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	}

.rightbox p { margin: 5px 0px; }

.linkbox { margin: 0px !important; text-align: right; }
	
.img_square {
	border: 3px double #ffffff;
	margin: 0px 15px 15px 0px;
	float: left;
	}

