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

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

html {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	/* background: url("../images/background-gradient-white-to-black.png") repeat-x; */ 
	
	background-color:#F0F7FD; /* #171B22; */ 
	
	/* background: url("../images/background-gradient.png") repeat-x; */ 
	/* #CCCCCC; */

	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 0.9em; 
	
}

a.header:link, a.header:visited, a.header:hover{
	color: #96FEE3;
		font-weight:bold;
	/* color:#00CC66; */
	/* color: #006699; */
	text-decoration: none;
}

a.header:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #094663; /* #08394F; */ /* #333; */ 
	/* #006633; */
		/* color:#009999; */
	/* color: #009966; */
	font-weight:bold;
	/* color:#00CC66; */
	/* color: #006699; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: #1C94C4; 
	font-weight:bold;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana,Arial,sans-serif;
	margin: 0px; /*take out default margin and padding in browsers */ 
	padding: 0px;  
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.2em;
 color: #1C94C4; /* #3C4854; */ 
 /* color: #334d55; */
}

h2{
 font-size: 1.1em;
 font-size-adjust:none;
 color: #333333; /* #007B9B; */ 
 margin: 15px 0 15px 0; 
 /* #003300; */ 
 /* color: #006699; */
}

h2.pageName{
 font-size: 1.0em;  /* 114 */
 font-size-adjust:none;
 color: #333333; 
 margin: 30px 0 0 0; 
 /* #003300; */ 
 /* color: #006699; */
}

h3{
 font-size: 1.2em;
 color: #333;
 margin: 25px 0 15px 0; 
}

h4{
 font-size: 0.8em;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 0.7em;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p {
	line-height: 18px; 
}

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

#menu_bar_wrapper {
	background: url("../images/menu_bar_transparent.png") repeat-x;
	height: 50px; 
}

#logo_small {
	position: relative; 
	/* height: 33px; 
	width: 184px; */ 
	top: 6px; 
	left: 0px; 
}

#logo_small p {
	height: 50px;
	display: inline; 
	float: left; 
	line-height: 40px; 
	font-size: 1.3em; 
	color: #FFF;
}

#menu_bar {
	margin: 0px auto; 
	width: 900px; 
	height: 50px;
}

#menu_bar ul {
	margin: 0px; 
	padding: 0px; 
	height: 39px; 
	list-style: none;
}

#menu_bar li {
	display:inline-block; 
	
}

#menu_bar li:hover {
	background-color: #333;  
} 

#menu_bar p {
	margin: 0px; 
	padding: 0px 15px 0px 15px;
	/*height: 32px; */ 
	line-height: 40px; 
	display:inline-block;
	font-size: 0.7em; 
}

#menu_bar p {
	color: #FFF; 
}


#container-bgwrap {
	margin: 0px auto;
	padding: 0px; 
	width: 900px; 
	/* width: 768px; */ 
	background-color:#FFFFFF; 
	/*background-image:url(http://www.livdahlproductions.com/images/background2.gif);*/ 
	/* background-attachment:fixed; */
	background-repeat:repeat-y;   
	
	border: 1px solid #aaa; /* #369; */ 
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding-top: 10px; 
	/* padding-bottom: 10px; */  
	margin-bottom: 20px; 
	
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
} 

#container{
	
	border: none; 
	
	/* border-bottom: 1px solid #cccccc; */ 
	/*border: 0px;*/ 
	/* padding: 10px; */
	/* filter:alpha(opacity=85); */ 
	/*width: 100%; */ 
	/* width: 750px; */
	background-color:#FFFFFF; 
	
	/* border-top: 1px solid #666; 
	border-bottom: 1px solid #666;
	border-right: 1px solid #666; 
	border-left: 1px solid #666; */ 
	
	
	 
	
	
	 
	
	/* padding-top: 10px; 
	margin-bottom: 10px; */ 
	/* #003300;*/
	/* border: 3px solid black; */
	/* #384D35; */
	/* #2F4F26; */
	/*	 #336633; */
}

#masthead{
	/* background-color:#369; */ 
	/* background: url("../images/bg_header_dark.png") repeat-x; */	
	/* background-attachment:fixed; */
	/* margin: 0; */ 
	/* padding: 10px 0px; */ 
	border-bottom: 1px solid #aaa; /* #369; */ 
	height: 60px;
}

#logo{ 
	float:left; 
	margin-left: 22px; 
}



#content-wrap{
	padding-top: 20px; 
	padding-bottom: 30px; 
	
	background-color: #FFFFFF;
	
	padding-left: 30px; 
	padding-right: 20px;
	
		/* #FFFFEC; */ 
		/* #FFFFE1; */
}

#content{
	float: left; 
	/* width: 515px; */ 
	width: 570px; 
	margin: 0;
	padding-right: 30px; 
	/* padding: 0px 15px 5px 5px; */ 
	
	
	
	border-right: #ccc dotted 1px; 
}

#tabs_window p {
	font-size: 0.9em; 
	/*margin-top: 3px;
	margin-bottom: 20px; */ 
	line-height: 22px; 
}

#navBar{
	
	/*	margin: 0 0 0 79%; */ 
	/* width: 220px; */
	float: right; 
	width: 30%; 
	margin: 29px 0 0 0;  
	padding: 0px;
	background-color: #FFFFFF;
	/* #eeeeee; */ 
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#right_side {
	float: right;
	width: 190px; 
	padding-left: 20px; 
	padding-right: 20px;
}

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

#siteName{
	font-size:24px; 
	color:#FFF; 
	font-size-adjust:none;
	margin: 0px;
	padding: 5px 0px 0px 27px; 
}


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

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


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

#globalNav{	
	float:right; 
	margin-left:15px;
	color: #cccccc;
	padding: 0px 10px 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: 12px;
	/* padding: 0px 4px 0px 0px; */ 
}


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

#breadCrumb{

	font-size: 70%;
	/* padding: 5px 13px 5px 10px; */ 
	padding: 1px 0px 15px 10px; 
	/* width:100%;  */ 
	margin-left:15px;
	height:18px;
	font-size:10px; 
	font-size-adjust:none;  
	 

	/*margin: 0 0 0 79%;*/
	/*padding: 0px;*/
	background-color:#FFFFFF;  
	/* #eeeeee; */ 
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#breadCrumb p {
	color:#999999;
}

#breadCrumb a {
	color:#999999;
}



.feature{
	height: 60px; 
	width: 155px; 
	background-color: #727D7F; /* #3C4854; */  /* #333333; */ 
		-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	background-color: #444; 
	color: #fff; 
	margin: 10px 20px 10px 0px; 
	line-height: 60px; 
	padding-left: 0px; 
}

.feature p {
	width: 155px; 
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	line-height: 60px; 
}

.feature:hover{
	background-color: #555; 
}



.feature h3{
	padding: 0px 0px 0px 0px;
	/* text-align: center; */ 
}

.feature img{
	/* float: left; */ 
	/*padding: 0px 10px 0px 0px;*/
	margin: 0 5px 5px 5px;
	border: none; /* 1px solid gray; */ 
	/* padding:3px; */
}




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

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

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


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

#siteInfo{
	clear: both;
	border-top: 1px dotted #ccc;
	border-bottom: 0.5px solid #999;
	font-size: 90%;
	color: #999;
	padding: 18px 10px 5px 30px;
	margin-top: 5px;
	margin-bottom: 5px; 
	padding-bottom: 15px;
}
/* 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 20px 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: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;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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


/************** #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;
}


.box_float_right {
	float: right; 
}

.box_float_left {
	float: left; 
}

.clear { 
	clear: both; 
}

.indent { 
	margin-left: 25px; 
	
}


#home_buttons {
	/* position: absolute; */ 
	
}

.imageWrap {
	display: flex;
	justify-content: space-between;
}