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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
img {
	display: inline;
	border: none;
}


a:link, a:visited, a:hover {
	color: #129E49;
	text-decoration: none;
}
a:hover, area:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #094621;
	text-align: center;
}

h2{
	font-size: 114%;
	color: #0B5B2B;
}

h3{
	font-size: 120%;
	color: #325635;
	text-decoration: underline;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	margin-top: -10px;
}

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{
	padding: 10px 0px;
	width: 100%;
	text-align: center;
}

#navBar{
	margin: 0 77% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width: 210px;
}
#container {
	margin: 0 auto;
	width: 960px;
}

#content{
	width: 740px;
	float: left;
}
.content-bizcard {
	width: 900px;
	position: relative;
}

#jgnhochnavimage {
	float: left;
	margin-top: 40px;
}




#buttons {
	width: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	float: left;
}
#buttons ul, #buttons li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bizcardhome {
	text-align: right;
	margin-right: 10px;
	float: left;
	position: relative;
	width: 880px;


}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0 auto;
	padding: 0px 0px 10px 10px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #094621;
	text-align: center;
	font-weight:bold;
}
#navlist {
	float: left;
}



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

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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; 
}


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

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	vertical-align: top;
	clear: both;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}
.imghead {
	font-size: 80%;
	clear: both;
	text-align: center;
	padding: 10px 0px 0px 10px;
	;
}

.calendar {
	float: right;
	clear: right;
	position: absolute;
	right: 38px;
	top: 128px;
	width: 328px;
	height: 156px;
}
ul.links  {
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	margin: 8px;
	padding: 0;
}
ul.links   li            {
	display: inline;
	margin: 0px 10px;
}
ul.links li img {
	display: inline;
	margin: 0px 10px;
}






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

.storyAlert {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color:#DDFFFF;
	border-color:#666666;
	border-style:solid;
	border-width:thick;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* 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;}
#navBar ul ul {
	padding-left: 20px;
}

/* 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 0px 15px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	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 0px 15px 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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

.supportLinks ul{
	font-size: 110%;
	font-weight: bold;
}

.supportLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}
.supportLinks, #sectionLinks, .relatedLinks {
	background-color: #E3E8E3;
	border-bottom: 1px solid #cccccc;
}



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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
.forceclear {
	clear: both;
}
.center {
	text-align: center;
	margin: 0 auto;
}
img:active {
}
img:hover {
}

.statcounter {
	display: inline;
}


#m-east {
	position: relative;
	margin: 2em auto;
	padding: 0;
	background-color: #5ae;
	background-image: url(images/jgnhoch%20nav%20image.jpg);
	background-repeat: no-repeat;
	width: 167px;
	height: 292px;
}
 
#m-east li {
display:block;
position:absolute;
list-style:none;
margin:0;
padding:0;
}
 
#m-east a {
display:block;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor:pointer;
}
#techtrainer a:hover, #baby a:hover, #grant a:hover, #mover a:hover, #handy a:hover, #anything a:hover, 
#tutor a:hover, #collage a:hover, #comptech a:hover, #editor a:hover, #test a:hover, 
#actor a:hover, #photo a:hover, #home a:hover, #web a:hover 
{
	background-repeat:no-repeat;
	background-image: url(../images/jgnhoch-hover-nav-image.png);
	background-position: 0px 0px;
}

#techtrainer a, #baby a, #grant a, #mover a, #handy a, #anything a, 
#tutor a, #collage a, #comptech a, #editor a, #test a, 
#actor a, #photo a, #home a, #web a 
{margin-top:-10px;}

#home {left:36px; top: -12px; width: 99px; height: 29px; } 
#home a {height: 40px;margin-top:0px;}
#home a:hover {background-position:-33px 3px;}

#actor {left: 1px; top: 24px; width: 158px; height: 20px;}
#actor a {height: 40px; width:175px; margin-left:-10px;}
#actor a:hover {background-position:-3px -42px;}

#photo {left:0px; top: 48px; width: 165px; height: 20px;}
#photo a {height: 40px;margin-left:-10px;width:190px;}
#photo a:hover {background-position:6px -87px;}

#comptech {left: 15px; top: 75px; width: 144px; height: 20px; z-index: 10;}
#comptech a {height: 40px;width:165px;}
#comptech a:hover {background-position:-14px -130px;}

#web {left: 33px; top: 94px; width: 100px; height: 17px; z-index: 10;}
#web a {height: 24px;width:100px;margin-top:-4px;}
#web a:hover {background-position:-36px -178px;}

#handy {left: 37px; top: 114px; width: 87px; height: 20px;}
#handy a {height: 32px;width:90px;margin-top:-8px;}
#handy a:hover {background-position:-41px -230px;}

#grant {left: 29px; top: 129px; width: 76px; height: 20px;}
#grant a {height: 40px;width:165px;margin-left:-12px;}
#grant a:hover {background-position:-44px -270px;}

#editor {left: 52px; top: 148px; width: 123px; height: 20px;}
#editor a {height: 35px;width:140px;margin-left:-10px;}
#editor a:hover {background-position:-33px -321px;}

#mover {left:39px; top: 165px; width: 48px; height: 20px;}
#mover a {height: 39px;width:85px;margin-left:-15px;}
#mover a:hover {background-position:-214px -2px;}

#tutor {left: 100px; top: 162px; width: 38px; height: 20px; z-index: 10;}
#tutor a {height: 36px;width:65px;margin-left:-15px;margin-top:-8px;padding-top:0px;}
#tutor a:hover {background-position:-222px -49px;}

#collage {left: 24px; top: 184px; width: 96px; height: 20px;}
#collage a {height: 27px;width:130px;margin-top:-5px;margin-left:-5px;}
#collage a:hover {background-position:-205px -92px;}

#techtrainer {left: 29px; top: 204px; width: 120px; height: 20px; z-index: 10px;}
#techtrainer a {height: 36px;width:140px;margin-left:-16px;}
#techtrainer a:hover {background-position:-187px -131px;}

#baby {left: 65px; top: 219px; width: 70px; height: 20px; z-index: 10px;}
#baby a {height: 40px;width:92px;margin-left:-8px;}
#baby a:hover {background-position:-215px -179px;}

#anything {left: 4px; top: 236px; width: 128px;	height: 20px;}
#anything a {height: 60px;width:165px;}
#anything a:hover {background-position:-194px -233px;}

#test {left: 33px; top: 273px; width: 96px; height: 20px;}
#test a {height: 55px;width:165px;margin-top:-10px;margin-left:-25px;}
#test a:hover {background-position:-187px -298px;}
