/*
 * @author: Nanae Toyozato
 * @created: 09/17/2006
 * @modified: 10/09/2006
 * @file: style-global.css
 * @description
 * Set global style
 */
 
/***************************
 * GENERAL STYLE
 ***************************/
body
{
	margin: 0px;
	padding: 0px;
	background: url(images/background-image.gif) #dbd7cc repeat-y center 50%;
	text-align: center;
}
h1, h2, h3, h4	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #3F3F3F;
}
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	font-size: 80%;
	text-align: left;
	line-height: 1.5em; 
}
ul, ol{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em; 
	color: #3F3F3F;
}
a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #29548F;
	text-decoration: underline
}
a:hover	{
	text-decoration: none;
}

 /***************************
 * LAYOUT
 ***************************/
#wrapper	{
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
}

/***************************
 * MENU
 ***************************/
#topmenu	{
	width: 100%;
	height: 37px;
	padding-left: 20px;
}
#topmenu ul	{
	margin: 0px;
	padding: 0px;
}
#topmenu li	{
	display: inline;
	line-height: 37px;
	padding-right: 20px;
}
#topmenu li a	{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
 }
#topmenu li a:hover	{
	text-decoration: underline;
}
#topmenu li a.on	{
	color: #FFFFFF;
	text-decoration: underline;
}

/***************************
 * SUB MENU
 ***************************/
#submenu	{
	height: 70px;
	text-align: right;
}
ul#submenu	{
	margin:0;
	padding:0;
}
ul#submenu li	{
	display: inline;
	padding: 0 10px 0 0;
}
ul#submenu li a	{
	color: #29568F;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}
ul#submenu li a:hover	{
	text-decoration: underline;
}

/***************************
 * CONTENT LISTS
 ***************************/
#content-lists ul	{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
#content-lists ul li	{
	font-size:80%;
	margin-bottom: 15px;
}
#content-lists .desctitle	{
	font-weight: 600;
	font-size: 105%;

}
/*************************
 * SIDEBAR BOX
 *************************/
.sidebarTitleBg	{
	width: 200px;
	height: 35px;
	background: url(images/sidebarTitle.gif);
}
.sidebarTitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.sidebarTopBg
{
	width: 200px;
	height: 12px;
	margin-top: 10px;
	background: url(images/sidebarTop.gif);
}
.sidebarContentBg	{
 	width: 180px;
	height: auto;
	margin: 0px;
	padding: 10px;
	background: url(images/sidebarContent.gif) repeat-y;
}
.sidebarContentBg p	{
	font-size: 70%;
}
.sidebarBottomBg	{
	width: 200px;
	height: 12px;
	margin-bottom: 10px;
	background: url(images/sidebarBottom.gif);	
}

/*************************
 * FOOTER
 *************************/
#footer	{
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: right;
	border-top:1px solid #CCCCCC;
}
#footer span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 70%;
	color: #3F3F3F;
}

/*************************
 * BUG/ERROR
 *************************/
.bug	{
 	color: #0000FF;
	font-weight: bold;
 }
.err	{
	color: #FF0000;
	font-weight: bold;
}
.require	{
	color: #FF0000;
	font-weight: 600;
}

ul.consulting_services li {line-height: 1.3em;font-size:small;}

