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

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

body{
	cursor: url('../justvenusflytraps/images/cursors/cursor.cur');
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a:link, a:visited, a:hover {
	cursor: url('../justvenusflytraps/images/cursors/cursor.cur');
	text-decoration: none;
}

a:hover {
	cursor: url('../justvenusflytraps/images/cursors/cursor.cur');
}
/* 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: #334d55;
}

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

h3{
 font-size: 100%;
 color: #283D42;
}

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

h5{
 font-size: 100%;
 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: #283D42;
}
				

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

#masthead{
	margin: 0;
	padding: 5px 0px 5px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/mastheadimage2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 117px;
}

#translator{
	float: right;
	display: inline;
	margin: 0px 5px 5px 0px;

}


#navBar{
	float: left;
	width: 200px;
	background-color: #7F983C;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 100%;
}



/************** #right nav bar styles **************/

#rightnav{
	float:right;
	width: 141px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ECA539;
	text-align: center;
}


/****************************/

#content{

	margin: 0px 141px 0px 200px;
	position: relative;

}


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

#siteName{
	margin: 9px 20px 9px 0px;
	text-indent: 0px;
	font-style: oblique;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: normal;
	display: block;
	padding-left: 100px;
}


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

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


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

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	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: inline;
}

#globalNav a {
	cursor: url('../justvenusflytraps/images/cursors/cursor.cur');
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	border: none;
}

#globalNav a:link, #globalNav a:visited, #globalNav a:hover {
	cursor: url('../justvenusflytraps/images/cursors/cursor.cur');
	color: #E74378;
	text-decoration: none;
}


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

#breadCrumb{
	font-size: 80%;
	padding: 10px 0px 10px 10px;
	background-color: #EAED6B;
}


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

.feature{
	padding: 20px 20px 20px 20px;
	font-size: 80%;
	background-color: #FFFFFF;
	margin-bottom: 10px;

}

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

.feature img{
	display: inline;
	padding: 0px 0px 0px 0px;

}

.feature embed{

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 10px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	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: #cccccc;
	padding: 0px 10px;
	margin-top: -1px;
	background-color: #000000;
	
	position: relative;
	height: 37px;
}
/* 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;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #7FA14E;}

/* 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 h1{
	padding: 8px 0px 8px 10px;
	background-color: #999999;
	font-size: 90%;
	font-family: Arial,sans-serif;

}

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


#sectionLinks a:visited{
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
}

#sectionLinks a:link{
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
}


#sectionLinks a:hover{
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
	background-color: #7EBB00;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
}


#navbox{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#navbox h1{
	background-color: #999999;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-size: 80%;
}
#navbox p{
	padding: 0px 10px 10px 10px;
	font-size: 75%;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}

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


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

#tools{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	border-bottom: 1px solid #cccccc;
}

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

#advert img{
	margin: 0px 0px 5px 0px;
	display: inline;
	width: 86;
}



#headlinesleft{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px 5px 5px 10px;
	font-size: 78%;
	border-bottom: 1px solid #cccccc;
}

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


/************** #new styles **************/
#table {
	clear: both;
	background-color: #999999;
	display: table;
	border: 1px solid #ccc;
	font-size: 100%;
	position: static;
	top: 200px;
}

#formdetail {
	border: 1px solid #666666;
	padding: 5px;
}



.story img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}


.itemlist {
	margin: 20px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	display: table;
	border: thin solid #666666;
	width: 97%;
}

.itemlist h3 {
	padding: 10px 0px 5px 0px;
}

.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-image: url(../images/dionaeabanner.jpg);
	font-size: x-large;
	padding: 10px 10px 5px;
	margin-top: 0px;
	margin-bottom: 0px;

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
	background-repeat: repeat-x;
}


.intratableseptop {
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.intratablesepbot {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
}

.intratableseptopbot {
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
}

.itemseparator {

	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: 0px;

}



/***********************************************/
/*additional styles                               */
/***********************************************/


.boldtext {font-weight: bold; font-size: 95%;}

.redtext {color: #FF0000}
.style2 {font-size: large}
.style3 {	font-size: xx-large;
	font-style: italic;
}
.style4 {color: #99FF33}
.style5 {font-style: italic}
.style6 {color: #4ABB00}
.style7 {color: #A0A0A0}
.style8 {
color: #F3F3EF
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}


body {
        background-image: url(url());
}


img, div { behavior: url(../justvenusflytraps/iepngfix/iepngfix.htc) }

.categorybg {
	background-color: #999999;
	padding: 5px;
	display: block;
	color: #FFFFFF;
}
.button {
	height: 25px;
	width: 30px;
	color: #F2F2ED;
}


#invoice {
	page-break-before:always;
	border: 1px solid #ccc;
	display: table;
}

/***********************************************/
/*keep footer at bottom                              */
/***********************************************/


#container {
min-height: 100%;
position: relative;	
margin-bottom: -37px;
}


html, body {
height: 100%;
}

.clearfooter {
height: 37px;
clear: both;
}
.highlight {
	background-color: #FFFF66;
}
