
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/images/bg_body.gif) repeat-x #76aaf9;
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 786px;
}

#bar_left {
	width: 10px;
	height: 800px;
	float: left;
	background-image: url(/images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 800px;
	float: right;
	background-image: url(/images/bar_right.gif);
}

/************************** header and top navigation ******************/
#header {
	width: 766px;
	height: 105px;
	float: left;
}

#topnavigation {
	width: 760px;
	height: 18px;
	float: left;
	background-color: #1b4fc5;
	border: 3px solid #ffffff;
}

.topnav {
	height: 18px;
	border-left: 1px solid #ffffff;
	float: left;
}

.leftnav {
	height: 18px;
	float: left;
	background-image: url(/images/top_nav_left_off.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.rightnav {
	height: 18px;
	border-left: 1px solid #ffffff;
	float: left;
	background-image: url(/images/top_nav_right_off.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.topnav a,
.leftnav a,
.rightnav a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.topnav a:hover,
.topnav a#currentnav {
	background: #01317a;
}

.leftnav a:hover,
.leftnav a#currentnav {
	background-color:  #01317a;
	background-image: url(/images/top_nav_left_on.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.rightnav a:hover,
.rightnav a#currentnav {
	background-color:  #01317a;
	background-image: url(/images/top_nav_right_on.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/************************** content ******************************/
#wrapper_home {
	width: 766px;
	float: left;
	background-color: #eaeaea;
}

#wrapper {
	width: 766px;
	float: left;
	background-image: url(/images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: 3px 0px;
}

#wrapper_top {
	width: 760px;
	float: left;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-image: url(/images/bg_wrapper_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#bar {
	width: 15px;
	height: 600px;
	float: left;
}

#main-wrapper {
	width: 573px;
	float: left;
	padding: 10px 0px 20px 0px;
}

/****************** breadcrumbs ***********************/
#breadcrumbs {
	width: 753px;
	height: 25px;
	float: left;
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	color: #999999;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a:hover { color: #000000; }

/****************** navigation ***********************/
#navigation {
	width: 150px;
	float: left;
	padding-top: 3px;
	text-transform: lowercase;
}

#navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}

#navigation li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
}

#navigation li a
{
	display: block;
	width: 140px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #01317a;
}

#navigation li a:hover,
#navigation li a#current1
{
	color: #ffffff;
	background-color: #01317a;
}

#navigation ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ffffff;
}

#navigation li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#navigation li li a
{
	display: block;
	width: 135px;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	color: #01317a;
}

#navigation li li a:hover,
#navigation li li a#current2
{
	color: #000000;
	background-color: #eaeaea;
}

/****************** footer ***********************/
#footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 766px;
	height: 80px;
	float: left;
	padding: 60px 0px 10px 0px;
	color: #ffffff;
	background-color: #76aaf9;
}

#footer a { color: #ffffff; text-decoration: none; }

#footer_left {
	width: 500px;
	float: left;
	padding-left: 4px;
}

#footer_right {
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 4px;
}




.buttons {
	text-align: left;
	padding-bottom: 20px;
}

.button {
	background-color: #1b4fc5;
	border: none;
	background: url(/images/bg_button.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	width: 68px;
	cursor: pointer;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
}

.button_on {
}

/************* hidden stuff ***************/
#printheader,
#printfooter {
	display: none;
	visibility: hidden;
}

/***************************** homepage ****************************/
form#interested { float: right; margin-bottom: 13px; margin-top: 7px; padding-right: 7px; }
form#interested label { color: #1b4fc5; font-size: 14px; font-weight: bold; }
form#interested select { width: 288px; height: 18px; font-size: 11px; }

#feature-list {
	clear: right;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#feature-list strong { font-weight: bold; }
#feature-list ul {margin:0; padding:0;}

.homepageBox {
	background: url(/images/bg_feature_list_item.gif) no-repeat #ffffff 24px 80px;
	_display: inline; /* ie 6*/
	float: left;
	min-height: 215px;
	_height: 215px; /* ie 6*/
	margin: 0 5px;
	padding: 0px 0px 0px 75px;
	position: relative;
	width: 265px;
}

.homepageBox h2{
	display: block;
	height: 80px;
	margin-left: -75px;
}
.homepageBox h2 a{
	display: block;
	height: 80px;
}
.homepageBox h2 span{
	display: none;
}

#j1-scholar-insurance h2 { background: url(/images/h2_feature_1_j1_scholar.png) no-repeat; }
#travel-insurance h2 { background: url(/images/h2_feature_2_travel_insurance.png) no-repeat; }
#int-student-insurance h2 { background: url(/images/h2_feature_3_international_student_insurance.png) no-repeat; }
#assistance-plan h2 { background: url(/images/h2_feature_4_assistance_plan.png) no-repeat; }

.feature-details {
	margin: -25px 0px 0px 0px;
}

.feature-details ul { list-style-image: url(/images/li_feature_bullet_list.gif); margin: 15px 0px 0px 0px; }

#feature-list a.learnMoreBox {
	background: url(/images/a_learn_more.gif) no-repeat;
	display: block;
	height: 14px;
	position: absolute;
	bottom: 10px;
	right: 125px;
	text-indent: -9999px;
	width: 68px;
}

#welcome {
	background: url(/images/bg_homepage_welcome.gif) no-repeat #eaeaea 485px 50px;
	clear: both;
	padding: 20px 275px 0px 7px;
}