/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.85em;
}
p{
	margin-top: 2px;
	font-size: 1em;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color:#006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Verdana, Arial,sans-serif;
	font-size: 114%;
	color: #334D55;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	
}

#navBar{
	float: left;
	width: 26%;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-left: 0px;
}

#content{
line-height: 14px;
	float: left;
	width: 51.5%;
	margin-left: 10px;
	margin-bottom: 0px;
}
#content ul li, #content ol li{
	color: #334d55;
	font-weight: bold;
	padding-bottom: 4px;
}
#content ul li a{
	color: #0068CC;
	background-color: #F0F0F0;
	
}
#content ul li a:hover{
margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	color: #0068CC;
	text-decoration: none;
	border: 2px dotted;
	border-color: #026F02;
	list-style-type: square;
}
#content a, a:visited{
	color: #0068CC;
	font-weight: bold;
}
#content img{
	border: 0;
}
#contentScr{
	overflow: scroll;
	height:500px;
	}
#contentScr ul li{
	font-weight: normal;
	list-style-type: none;
}	
#content ol li{
	font-weight: normal;
}
.tips{
	border-style: solid;
	border-color: #BCC5D9;
	border-width: 5px;
	padding: 10px;
}
.tips h2{
	text-decoration: underline; 
}
/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	text-align: center;
	padding: 5px 0px 5px 2px;
	margin-top: 1px;
	margin-left: -15px;
	margin-right: -8px;
	color: #F5F7FA;
	background-color: #BAC3D8;
	font-weight: bold;
	font-size: 1.0em;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-weight: bold;
	color: #2E3583;
}
#globalNav a:hover{
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #2F3D59;
	text-decoration: none;
	color: #ffffff;
}
	
	
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 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;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
text-align: center;
	clear: both;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 3px;
	padding-top: 1px;
	font-weight: bold;
	font:  Verdana,sans-serif;
	font-size: 0.8em;
		color: #2E3583;
	background-color: #BAC3D8;
}

/*********** #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: 1.1em;
}

#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: #dddddd;
}
#sectionLinks li{
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-color: #ffffff;	
}

/*********** .relatedLinks styles ***********/

.relatedLinksTips a:hover{
	color: red;
}
.relatedLinksTips{
font-size: 0.8em;
height: 220px;
overflow: scroll;
padding-bottom: 5px;
}
.relatedLinksTips img{
float: left;
padding-right:10px;
	padding-top: 0px;
	border: 0px;
	margin-top: 0px;
}
.relatedLinksTips h5{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px px 0px;
}
.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	margin-bottom: 5px;
	background-color: #E8EBF2;
}

.relatedLinks h3, .relatedLinks h2{
	padding: 5px 0px 2px 0px;
}

/*********
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}****/
.relatedLinks img{
padding-top: 0px;
	border: 0px;
	margin-top: 0px;
}




/************** #headlines styles **************/

.headlinetxt{
	font-size: 0.8em;
	padding: 5px 0px 8px 0px;
	margin: 2px 0px 0px 5px;
}
#headlines p{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
#headlines{
	font-size: 0.9em;
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	margin: 0px;
	padding:0px 
}
#headlines h3{
	text-align: center;
	margin-top: 6px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
	font-family:  Arial, Helvetica, sans-serif;
}
#headlines h2{
	color: #2E5F82;
	margin-top: 8px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
#headlines h4{
	color: #2E5F82;
	margin-top: 0px;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	
}

#headlines a:link, #headlines a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #EEEEEE;
	font-size: 0.9em;
	padding: 3px 0px 2px 10px;
	color: #000000;
}

#headlines a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #BAC3D8;
	padding: 3px 0px 2px 10px;
	text-decoration: none;
}



div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {
	position: absolute;
	top: 140px;
	right: 21%;
	height: 348px;
	width: 460px;
	border-left-color: silver;
	border-left-style: solid;
	border-left-width: 30px;
	border-bottom-color: #B6B6B6;
	border-bottom-style: solid;
	border-bottom-width: 30px;
	border-top-color: #B6B6B6;
	border-top-style: solid;
	border-top-width: 30px;
	border-right-color: silver;
	border-right-style: solid;
	border-right-width: 30px;
}
div#links a:visited{
	font-weight: normal;
}
#banner {
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F3F3F3;
	color: #b4b4b4;
	height: 90px;
	border-bottom: 3px solid #f3f3f3;
}
.img1{
	float: right;
	right: 10px;
}
.img2{
	float: left;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 10px;
	border-bottom: 1px solid #f3f3f3;
	}
	
#banner h1{
	background-color: #f3f3f3;
	color: #364336;
	font-family: "Baskerville Old Face",Arial, Helvetica,Verdana, Geneva, sans-serif;
	;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 105px;
	font-size: 1.7em;
}

.logo1{
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 105px;
	color: #8A8A8A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

	
	.mindre2{
	position: absolute;
	margin-left:5px;
	padding-left:-105px;
	font-size: 0.8em;
	margin-bottom: 0px;
	font-family:  Arial, Helvetica,Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 2px;
	margin-top: 5px;
	color: #595959;
}

#infobox, #infobox1, #infobox2{
	position: relative;
	top: 15px;
	
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(infbox-tm.gif);
	background-repeat: repeat-x;
	font-size: 75%;
	background-color: #E8EBF2;
}
#infobox2{
	margin-bottom: 30px;
	}


#infobox img,#infobox1 img,#infobox2 img{
	margin-bottom:-4px;
	
	}	
	
#infobox h1,#infobox1 h1,#infobox2 h1,#content h1{

	font-size: 1.2em;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

	
#infobox p,#infobox1 p,#infobox2 p,#content p{
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	color: #000000;
}
	
	
	
#gnl2,#gnl3,#gnl4,#gnl5 {
	position: absolute;
	top: 0px;
	left:0px;
	}

#gnr2,#gnr3,#gnr4,#gnr5 {
	position: absolute;
	top: 0px;
	right: -1px;
		
	}
.img2{
	float: left;
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 10px;
	}
	.imgCont1{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	}

		.imgCont2{
	float: right;
	padding-left: 10px;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: -5px;
}
	.imgCont3{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	}
	.imgContPres{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom:15px;
	padding-right: 15px;
	}
	.webogit{
	text-align: center;
	padding-top: 3px;
	font-size: 0.7em;
	
}
.webogit a{
	text-decoration: none;
}

