/* Korea Stylesheet */

body, .btmCol h1 {
	font-family: 'Malgun Gothic', arial,helvetica,FreeSans,sans-serif;
}

#thirdCol p {
	font-weight: normal;
}

#partnerLists h4 {
	padding-bottom: .25em;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}


.indent {
    margin-left: 2em;
}

/*****************************
* Home - Main Content Styles 
*****************************/

/*These can be removed once added to the international.css file */

#fpMain {
	clear: both;
	margin: 2px 0 0 0;
}

#fpImage {
	float: left;
	margin: 0 2px 0 0;
}

#fpContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 298px;
	height: 400px;
	background: #d0d7dd url('/www_images/home/mainContentBack09.jpg');
	overflow: auto;
}

#fpContent * {
	margin: 1em 25px 0 25px;
}

#fpContent * * {
	margin: 0;
}

#fpContent h1 {
	margin-top: 3em;
	margin-bottom: 1em;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
}

#fpContent p {
	font-size: 95%;
	line-height: 1.3em;
	color: #484a4d;
	margin-bottom: 1.5em;
}

/*****************************
* Primary Nav - have to override international.css
*****************************/

#primaryNav li {
	width: 148px;
}

#primaryNav a {
	_font-size: 10px;
}

/* This changes the background of the primary nav tab to show the section you are currently in */

#home #homeNav, #about #aboutNav, #news #newsNav, #solutions #solutionsNav, #partners #partnersNav, #resources #resourcesNav, .about #aboutNav, .news #newsNav,  .resources #resourcesNav  {
	background: #8B1D1E url('/www_images/navigation/primaryNav_back_over.jpg') repeat-x;
}

