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

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}
#bodyContent {
	width: 724px;
	margin: 0 auto;
	background: url(../images/bg/gray_border.png) center top repeat-y;
}
#globalNav {	/* practicaly header */
	height:78px;
	overflow:hidden;
	background: url(../images/bg/top_bg_blue.png) 0 0 no-repeat;
}
#logo {
	margin-left: 20px;
	margin-top: 20px;
}
div#footer {
	clear:both;
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #B2B2B2;
	border-top:0px solid #ffffff;
	padding:30px 17px 20px 17px;
	background: #f5f5f5 url("../images/bg/footer_bg.png") no-repeat bottom;
	font-size: 10px;
	text-align: left;
}
/* IE7でpadding指定 */
*:first-child+html #globalNav,
*:first-child+html #footer {
	position: relative;
	left: 1px;
}

/* IE6以下でpadding指定 */
*html #globalNav,
*html #footer {
	position: relative;
	left: 1px;
}


div#footer ul
	{
	display:inline;
	background-color:#ffffff;
	}
div#footer ul li
	{
	display:inline;
	margin-left: 10px;
	}
div#footer ul li a
	{
	text-decoration:none;
	color:#B2B2B2;
	}
div#footer p
	{
	margin: 3px 0px;
	color: #B2B2B2;
	background-color:#ffffff;
	}
/* title */
div#featureL3{
	background: url(../images/bg/solutions_l3_titlebar.jpg) no-repeat!important;
	width: 686px;
	height: 35px;
	background-color: #D6B60D;
}
div#featureL3 h2 {
	color: white;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	text-align: left;
}
#main {
	position: relative;
	padding-top: 10px;
}
#main h3 {
	padding-top: 10px;
}
#main h3 span {
	color: #666;
}
#main {
	margin: 0 20px;
}
#main h1 {
	padding: 20px 0;
}
#main h1#pageTitle {
	display: none;
}
#main #body {
	width: 540px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: left;
}
#main #lowerArea {
	padding-top: 12px;
	text-align: left;
}
.headlineImg {
	text-align: center;
	padding: 20px 0;
}


div.leftColumn{
	float:left;
	width:260px;
	text-align:left;
}
div.rightColumn{
	float:right;
	width:260px;
	text-align:left;
}
.strong{
	font-weight:bold;
}
.download{
font-weight:bold;
text-align:center;
margin-top:2em;
}


/* two column style */
.twoColumn #main #midCol {
	width: 470px;
	float: left;
}
.twoColumn #main #rightCol {
	width: 200px;
	float: right;
}
#sidebar {
	width: 200px;    
}
#sidebar div {
	padding: 5px 16px 12px 16px;
	margin:0;
	border-bottom: 2px solid #fff;
}
#sidebar div h4 {
	padding-top: 0px;
}
#sidebar ol, #sidebar ul {
	padding: 0 0 0 20px;
	margin: 5px 0 5px 0;
}
#sidebar li {
	font-size: 10px;
	line-height: 13px;
	padding: 5px 0 0 0;
	color:#666;
}
#sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0px 0;
}
#sidebar h5, #sidebar h6 {
	margin: 0 0 0px 0;
}
#sidebar p {
	font-size: 10px;
	padding: 6px 0 6px 0;
	margin: 0;
	color:#000;
	line-height: 14px;
}
#sidebar a {
	font-weight: bold;
	color: #6b90b2;
	color: #336699;
}
#sidebar img {
	float: right;
	padding: 0px 0 0px 0;
	border: 0;
}
#sidebar img.miniPill {
	float:none;
	border: 0;
	margin: 0px 0 0px 5px;
	padding: 0;
}
/* commented backslash hack to hide next bit from IE/Mac \*/
#sidebar img.miniPill {
	margin: 2px 0 0 5px;
}
/*  end hack */
div#rightCol #sidebartop ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-weight: bold;
}
div#rightCol #sidebartop ul li {
	line-height: 18px;
	padding: 0 0 0px 20px;
	margin: 0 0 0px 0;
}
#sidebartop ul li a {
	color: #336699;
	font-size: 12px;
}
#sidebar ol {
	margin-top: 10px;
}
/*SIDEBAR by default set to FMP Style*/
#sidebar {
   	background: #e9f2f6;
}
/*
#sidebartop {   
	background: #e9f2f6 url("/images/sidebar/bkgd/sidebar_top_blue.png") no-repeat top;
	padding-top: 12px;
}
#sidebarbottom {   
	background: #e9f2f6 url("/images/sidebar/bkgd/sidebar_bottom_blue.png") no-repeat bottom;
	padding-bottom: 12px;
}
*/
/* ********** removes "float:right" for link arrows or h4 "new!" gfx *********** */
#sidebar a img, #sidebar h4 img {
	float: none;
}
/* ********** establishes style for sidebar quotes & attribution *********** */
.quote { display:block; margin: 8px 0 8px 0; font-family: Times, 'Times New Roman', serif; font-size: 1.4em; line-height: 1.2em; color: #336699; color:#1a2147; }
.attribution { display:block; margin:8px 0 8px 12px; font-family: Times, 'Times New Roman', serif; font-size: 1.2em; line-height: 1.1em; color: #336699; color:#1a2147; }
/* ********** resolves IE PC issue. Somewhere the margin is being set that should not be *********** */
div#sidebar div#sidebarbottom{margin-bottom:0px;}




/** Creating_Guidebook  **/
div#rightCol div.guide{
	width:200px;
	background:url(/solutions/creating/images/guidebook_bg.gif) repeat-y;
	}
	div#rightCol div.guide_inside{
		font-size:84%;
		width:170px;
		margin:0 15px 1em 15px;	
		}
	div#rightCol div.guide_top{
		height:10px;
		margin-bottom:0;
		background:url(/solutions/creating/images/guidebook_bg_top.gif) no-repeat top;
		}
	div#rightCol div.guide_bottom{
		height:10px;
		margin-bottom:10px;
		background:url(/solutions/creating/images/guidebook_bottom.gif) no-repeat bottom;
		}
	div#rightCol div.linkBox{
		border-top:#CCCCCC solid 1px;
		font-size:84%;
		line-height:1.5em;
		}
	div#rightCol div.linkBox img{
		float:left;
		margin:0 5px 0 0;
		}
	div#rightCol div.linkBox p{
		margin:0 10px;
		}


