/***********************************************/
/* kajita-token.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	line-height: 1.166;
	margin: 0px;
	background-image: url(1bg.gif);
	background-attachment: fixed;
	color:#FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #863F2B;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
/* overrides decoration from previous rule for hovered links */

/* h1, h2, h3, h4, h5, h6 {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	margin: 0px;
	padding: 0px;
}
*/

h1{
 DISPLAY: none;
 elevation:nene;@
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
 font-size: 120%;
 color: #660000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
	font-size: 100%;
	color: #FFFFFF;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background-image: url(thema.gif);
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: none;
	text-indent: -40px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	background-attachment: fixed;
	border-bottom-color: #cccccc;
}

#masthead a{
	color: #990000;
}

#masthead a:hover{
	color:#CCCCCC;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navBar a:hover{
	color: #00FFFF;
}
#content{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#content1 {
	left: 0px;
	margin-left: 10px;
}

#content2{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	padding-left: 5px;
	width: 81%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FCFBCB;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	background-image: url(nav.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	visibility: visible;
	color: #863F2B;
}


#globalNav a:hover{
	font-size: 100%;
	background-image:url(nav2.gif);
	background-repeat:repeat-x;	
	padding: 0px 4px 0px 0px;
	visibility: visible;
	color: #863F2B;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
}

.story img{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.story h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	margin-left: 300px;
	background-image: url(theme1.gif);
	background-repeat: repeat-x;
}

.story p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
}

/************** .story2 styles *****************/

.story2{
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.story2 img{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.story2 h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	background-image: url(h2tagIMG.jpg);
	background-repeat: repeat-x;
}

.story2 p{
	padding: 0px 0px 10px 0px;
	font-size: 100%;
}

/************** .story3 styles *****************/

.story3{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}

.story3 img{
	float: left;
	padding: 20px 15px 0px 0px;
	margin: 0px 0px 0px 0;
	right: 5px;
}
.story3 h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.story3 p{
	padding: 0px 0px 10px 0px;
}
/************** .story4 styles *****************/
.story4 a{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	color:#FFFFFF;
}

.story4 a:visited{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	color:#FFFFFF;
}

.story4 a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link#navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#content .feature2 {
	padding-left: 100px;
}
#content2 .feature2 {
	padding-left: 100px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 90%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	font-size: 80%;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 15%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-top: 30px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: dotted;
	border-top-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFCC00;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead img {
	padding-left: 30px;
}
#masthead #globalNav a {
}
#content .story4 {
	padding-left: 50px;
	padding-right: 30px;
	
}
#content2 .story4 {
	padding-left: 50px;
	padding-right: 30px;
}
.feature p {
	padding-right: 7px;
	padding-left: 5px;
}
.feature table {
	padding-right: 10px;
}
#content2 .story table {
	float: none;
	width: 90%;
	margin-left: 20px;
}
#content2 .feature .txt2 {
	font-size: 70%;
	float: right;
}
#content .feature .style1 {
	color: #000000;
}
.story5 {
	color: #CC0000;
}
#headlines li {
	list-style-type: circle;
	list-style-position: inside;
}

