/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
/*	color: #800000; */
	color: #A0A0A0;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFDD;
}

a{
/*	color: #800000; */
	color: #A0A0A0;
	text-decoration: none;
}

a:link{
/*	color: #800000; */
	color: #808080;
	text-decoration: none;
}

a:visited{
	color: #2A1FFF;
	text-decoration: none;
}

a:hover{
	color: #808080;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #808080;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #808080;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #808080;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #A0A0A0;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #A0A0A0;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #A0A0A0;
}

.style1{
 color: #A0A0A0;
 font-size: medium;
}

.style2 {
  font-size: x-small;
}

.style3 {
  font-size: 100%;
}

.style4 {
	color: #A0A0A0;
	font-weight: bold;
}

.style5 {
	color: #A0A0A0;
	font-weight: bold;
	text-shadow:#000000;
}

.style6 {
	font-size: xx-large;
}

.style7 {
	font-size: small;
	color: #A0A0A0;
}

.style8 {
	color: #A0A0A0;
	font-family: "Monotype Corsiva";
	font-style: italic;
}

.style9 {
	font-size: xx-large;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	position: fixed;
}

#navBar{
	float: left;
	width: 15%;
	top:11em;
	padding: 0px;
	background-color: #F0F0F0;
	position: fixed;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-left-color: #808080;
}

#headlines{
    float:right;
	width: 15%;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-right: 10px;
}

#headlines_index{
    right:0em;
	float:right;
	top:14em;
	width: 15%;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-right: 10px;
	position: fixed;
}

#content{
    padding: 10em 0px 0px 16%;
	width: 67%; 
	font-size: 20px;
}
#content2{
	float:left;
	padding:10em;
	top:20em;
	left:10em;
	width: 67%; 
	font-size: 20px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #A0A0A0;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: fixed;
	background-color: #FFFFDD;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/************** .tableborder styles ***************/
.rightborder {
border-right: 1px solid #000000;
}

.leftborder {
border-left: 1px solid #000000;
border-style: dashed;
}

/************** .feature styles ***************/

.feature{
	float:left; 
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	top:20em;
	padding: 10px 0px 0px 10px;
	font-size: 80%; 
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #A0A0A0;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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 {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
#navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	font-style: normal;
	font-weight: normal;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #000000;
	border: thick none #F0F0F0;
}

#sectionLinks a:hover{
	background-color: #ffffdd;
	border: thick none #000000;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #headlines_index styles **************/

#headlines_index{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines_index p{
	padding: 5px 0px 5px 0px;
}

/************** #title max image size **************/
.tjop_img {
	max-width: 800px;
	max-height: 72px;
	/* Resize the image for IE6 */
	width: expression(this.width > 800 ? 800: true);
}

.solex_img {
	max-width: 110px;
	max-height: 110px;
	/* Resize the image for IE6 */
	width: expression(this.width > 110 ? 110: true);
}

.tjop_img66 {
	max-width: 800px;
	max-height: 140px;
	/* Resize the image for IE6 */
	width: expression(this.width > 800 ? 800: true);
}
