﻿/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px; font-size:15px;
}
a {
	color:  #fffddd;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.link { color:#444444; text-decoration: underline }
.link:hover { color:#000000; text-decoration: none }
.link1 { color:#444444; text-decoration: none }
.link1:hover { color:#000000; text-decoration: underline}

h1{
 font-family: Verdana,Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 15px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #444444;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
	width: 100%; height:125px; background: #0095b6
}

#navBar{
	float: left;
	width: 19%;
	margin: 0px;
	padding: 0px;
	background-color: #0095b6;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #cccccc;
}
#navBar a { text-decoration:none;
  color:#fffddd; font-size:13px
}
#navBar a:hover { 
text-decoration: none;
  color:#333333
}
#headlines{
  float:right;
	width: 18.6%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc;
	padding-right: 5px; 
}
#headlines a { font-size:11px;
  color: black ;
 text-decoration: none;
}
#headlines a:hover {
  text-decoration: underline;
  color:black
}
#content{
	float: left;
  width: 60.8%; border-right: 1px solid #cccccc;border-left: 1px solid #cccccc;
}
#content a {
  color: black ;
text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
  color:black
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 10px 0 10px 25px;
}


/************* #globalNav styles **************/

#globalNav{ 
padding: 2px 0px 5px 10px;
border-bottom: 1px solid #ffffff; border-top: 1px solid #ffffff;
color: #ffffff;
}

#globalNav img{
 display: block;
}

#globalNav a {color: #fffddd; 
text-decoration:none;
font-size: 90%;
padding: 0 4px 0 0;
}

#globalNav a:hover {
  text-decoration: underline;
  color:#ffffff
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px; text-align: inherit;
	font-size: 95%;
}
.feature h2{
	padding: 10px 0px 8px 0px; color:#666666; font-size:110%
}
.feature h3{
	padding: 10px 0px 8px 0px; color:#666666; font-size:105%
}

/*.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
*/

/************** .story styles *****************/

.story{
	clear: both; text-align:justify;  
	padding: 10px 10px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{ text-align: left;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #777777;
	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 */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #669999;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{ margin-bottom:2px; border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 0px 0px 4px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{margin-top:10px;
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 5px 8px;
	font-size: ;
}

#headlines div {
	padding: 2px 0px 1px 0px;
}
.span-1{
float:right; margin-right:30px; color:#fffddd; font-size:90%;
}

.div-1{
background:#c7d0d7; font-weight:bold; font-style:italic 
}
.div-2{ font-family: "Courier New", Courier, monospace  ; font-size:36px;
background:#0095b6; color: #fffddd; margin:12px auto 12px 5px; padding:1px 2px 1px 2px
}
.div-3{
 font-weight:bold 
}
.vibor { font-size: 82%; font-weight: bold; height: 1.5em; margin-top:3px; margin-bottom:15px}
.vibor a { background-color: #c7d0d7; border-top: 2px solid #c7d0d7; color: #586875; text-decoration: none; margin-right: 3px; text-align: center; display: block; line-height: 2em; float: left; padding: 0 0px 3px 11px; width:22.5% }
.vibor a:hover {  background-color: #F0F5F9; border-top: 2px solid #439bcb; color: #000 }
#vibor1_selected { background-color: #fff }
.p { color:#555555; font-weight: bold}

.p-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
/*#new {

        width:100%;
        padding-left:0px;
        padding-right:0px;
        padding-top:0px;
        padding-bottom:0px;
        text-align: left;
 }*/

/*#new1{width:230px;height:300px;overflow: hidden;
}*/