/******** Enporion.com Styles - Redesign V1 ********/

/******************** Begin Global Styles *********************/

/**** Begin Elements ****/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	background: #eee6c5;
	color:#000;
	text-align: center;
	height:100%;
}
a:link, a:visited, a:active {
	color:#3c5a7d;
	text-decoration: underline;
}
a:hover {
	color:#e89d00;
	text-decoration: underline;
}

/**** End Elements ****/


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

.main #container { 
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #wrapper { 
   background: url(../images/mainback.gif) repeat-y;
	padding: 10px;
	height: 100%;
} 
.main #header { 
	position:relative;
	height:58px;
	padding: 5px 10px 0 20px;
	background: url(../images/headerback.gif) no-repeat;
}
.main #headerlogo {
	float:left;
}
.main #headerlinks {
	position:absolute;
	top: 5px;
	right: 20px;
	font-size:90%;
	padding-bottom: 5px; 
}
.main #header a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #header a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }


/* header search form */
.HeaderSearch form, .HeaderSearch input {
   margin: 0;
	padding: 0;
}
.HeaderSearch {
	position: absolute;
	top: 30px;
	right: 15px;
}
.HeaderSearch img, .HeaderSearch input {
   vertical-align: top;
	margin-right: 4px;
}
.HeaderSearch .TxtField {
   width: 150px;
   height: 15px;
   font-size: 90%;
   padding: 3px 0px 0px 3px;
   border: 1px solid #969696;
}
/* end header search form */

.main #footer { 
	font-size: 90%;
	margin:20px 10px 0 10px;
	padding-top: 10px;
	border-top: 1px dotted #000;
} 
.main #footer p {
	margin: 0;
	padding: 5px 0;
}


/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
#menuwrapper {
	display: block;
	text-align: left;
	float:right;
	z-index: 200;
	font-size:90%;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: -2px 6px 0 0;
	z-index: 200;
	list-style: none;
}
#p7menubar a {
	display: block;
	text-decoration: underline;
	padding: 4px;
	color: #000;
}
#p7menubar li {
	float: left;
	z-index: 200;
	text-decoration: none;
	width: 90px;
}
#p7menubar li {
	position: relative;
	text-decoration: none;
}

/* hide from IE mac \*/

#p7menubar li {
	position: static;
	width: auto;
	text-decoration: none;
}

/* end hiding from IE5 mac */

#p7menubar li ul  {
	width: 90px;
	text-decoration: none;
	border: 1px solid #bbb;
}
#p7menubar ul li {
	width: 90px;
	text-decoration: none;
}
#p7menubar ul li a  {
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	padding: 3px 5px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	text-decoration: none;
	background: #dcdde2;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar a:visited, #p7menubar li.p7hvr a {
	color: #000;
	text-decoration: none;
	background: transparent;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	text-decoration: none;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000;
	text-decoration: none;
	background: transparent;
}
#p7menubar ul a:hover {
	background: #89A1B4 !important;
	text-decoration: none !important;
	color: #000 !important;
}

/******************** End Global Styles *********************/

/******************** Begin Two Column Main Left/Home Styles *********************/
.main #rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 10px;
	height:100%;
}
.main #mainContent { 
	margin: 0 225px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 100%;
	background-image: url(../images/backhomedivider2.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.main #rightcolint {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height:100%;
	margin-right: 10px;
	padding-left:10px;
	border-left: 1px dotted #000;
}
.main #mainContentint { 
	margin: 0 230px 0 10px;
	height:100%;
}
.main #mainContent h1 { 
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.main #mainContentint h1 { 
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
/******** Home Only Styles *********/
.main #wrapperhome { 
	padding: 0 10px;
	height:100%;
}
.main #wrapperhome h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.main #wrapperhome h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapperhome p{ 
	padding: 0;
	margin: 10px 0;
}
.main #wrapperhome ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #wrapperhome ul li{ 
	padding: 0;
	margin: 0 0 10px 20px;
	list-style: none url(../images/bullet_arrow.gif);
}
.main #wrapperhome a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #wrapperhome a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }

.main #leftcolhome {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	height:100%;
}
.main #rightcolhome {
	float: right; /* since this element is floated, a width must be given */
	width: 205px;
	padding-left:20px;
	height:100%;
}
.main #centercolhome { 
	margin: 0 245px 0 225px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:20px;
	height:100%;
}

/******* Home Modules ********/


/* News, Press, Events Tabs */
.TabbedPanels {
	margin: 0px 0 10px 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
	z-index:-100;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	color: #3c5a7d;
	float: left;
	padding: 4px 4px;
	font-weight: bold;
	margin: 0;
	background:#b2b5bc;
	list-style: none;
	border-right: solid 2px #FFF;
	cursor: pointer;
}
.TabbedPanelsTabHover {

}
.TabbedPanelsTabSelected {
	border-bottom: 2px solid #b2b5bc;
}
.TabbedPanelsTab a {
	color: #3c5a7d;
	font-weight: bold;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #b2b5bc;
	border-right: solid 1px #b2b5bc;
	border-left: solid 1px #b2b5bc;
	background-color: #FFF;
}
.TabbedPanelsContent {
	padding: 0;
}
.TabbedPanelsContent p {
	font-size:100%;
	padding: 0;
	margin: 12px 0;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #FFF;
	position: relative;
	border: solid 1px #b2b5bc;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0 0 10px 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: solid 1px #b2b5bc;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* End Tabs */

.rounded {background: transparent; margin:0 0 10px 0; font-size:90%;}
.rounded h1, .rounded p {margin:0;}
.rounded h1 {font-size:110%; font-weight:bold; color:#3c5a7d; background:#b2b5bc; padding:4px 5px;}
.rounded p {padding:5px 8px;}

.rounded .top, .rounded .bottom {display:block; background:transparent; font-size:1px;}
.rounded .b1, .rounded .b2, .rounded .b3, .rounded .b4, .rounded .b1b, .rounded .b2b, .rounded .b3b, .rounded .b4b {display:block; overflow:hidden;}
.rounded .b1, .rounded .b2, .rounded .b3, .rounded .b1b, .rounded .b2b, .rounded .b3b {height:1px;}
.rounded .b2 {background:#b2b5bc; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}
.rounded .b3 {background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}
.rounded .b4 {background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}
.rounded .b4b {background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}
.rounded .b3b {background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}
.rounded .b2b {background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc;}

.rounded .b1 {margin:0 5px; background:#FFF;}
.rounded .b2, .rounded .b2b {margin:0 3px; border-width:0 2px;}
.rounded .b3, .rounded .b3b {margin:0 2px;}
.rounded .b4, .rounded .b4b {height:2px; margin:0 1px;}
.rounded .b1b {margin:0 5px; background:#b2b5bc;}
.rounded .boxcontent {display:block;  background:#FFF; border-left:1px solid #b2b5bc; border-right:1px solid #b2b5bc; border-bottom:1px solid #b2b5bc;}

.rounded a:link, a:visited, a:active {font-size:100%; color:#000; text-decoration: underline; }
.rounded a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }


/******** End Home Only Styles *********/

/******************** End Two Column Main Left/Home Styles *********************/

/******************** Begin Two Column Main Right Styles ********************/
.main #wrapper2col { 
   background: url(../images/mainback.gif) repeat-y;
	padding: 10px 20px;
	height:100%;
} 
.main #leftcol2col {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	height:100%;
}
.main #centercol2col { 
	margin: 0 10px 0 185px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:20px;
	border-left: 1px dotted #000;
	height:100%;
}
.main #wrapper2col a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #wrapper2col a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }
.main #wrapper2col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.main #wrapper2col h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper2col p{ 
	padding: 0;
	margin: 10px 0;
}
.main #wrapper2col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #wrapper2col ul li{ 
	padding: 0;
	margin: 0 0 10px 8px;
	font-size:95%;
	list-style: none;
}
.main #wrapper2col ul li li{ 
	padding: 0;
	margin: 8px 0 8px 8px;
	font-size:100%;
	list-style: none;
}
/******************** End Two Column Main Right Styles *********************/


/******************** Begin Three Column Styles ********************/
.main #wrapper3col { 
   background: url(../images/mainback.gif) repeat-y;
	padding: 10px 20px;
	height:100%;
} 
.main #leftcol3col {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	height:100%;
}
.main #rightcol3col {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left:10px;
	height:100%;
}
.main #centercol3col { 
	margin: 0 210px 0 185px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 20px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	height:100%;
}
.main #centercol3col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	list-style: disc;
}
.main #centercol3col ul li{ 
	margin: 0 0 10px 28px;
}
.main #wrapper3col a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #wrapper3col a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }
.main #wrapper3col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.main #wrapper3col h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col h3{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col h4{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col p{ 
	padding: 0;
	margin: 10px 0;
}
.main #leftcol3col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #leftcol3col ul li{ 
	padding: 0;
	margin: 0 0 10px 8px;
	font-size:95%;
	list-style: none;
}
.main #leftcol3col ul li li{ 
	padding: 0;
	margin: 8px 0 8px 8px;
	font-size:100%;
	list-style: none;
}
/******* End Two Column Main Right Styles ********/

/******************** Begin One Column Styles ********************/
.main #wrapper1col { 
   background: url(../images/mainback.gif) repeat-y;
	padding: 20px;
	height:100%;
} 
.main #col1col { 
	padding: 0 10px 0 10px;
	height:100%;
} 
.main #wrapper1col a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #wrapper1col a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }
.main #wrapper1col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #3c5a7d;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.main #wrapper1col h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col h3{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col h4{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col p{ 
	padding: 0;
	margin: 10px 0;
}
.main #wrapper1col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #wrapper1col ul li{ 
	padding: 0;
	margin: 0 0 10px 8px;
	font-size:95%;
	list-style: none;
}
.main #wrapper1col ul li li{ 
	padding: 0;
	margin: 8px 0 8px 8px;
	font-size:100%;
	list-style: none;
}
/******* End One Column Styles ********/

/******* Begin Right Side Module Styles ********/

.main #module {background:#FFF; margin:0 0 20px 0; font-size:90%;}
.main #module h1, .main #module p {margin:0;}
.main #module h1 {font-size:110%; font-weight:bold; color:#3c5a7d; background:#b2b5bc; padding:4px 8px; border-bottom:1px solid #b2b5bc;}
.main #module p {padding:5px 8px;}
.main #modulewrapper {padding:0;margin:0;clear:both;}

.main #module a:link, a:visited, a:active {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #module a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }

.main #module ul{ 
	padding: 0;
	margin: 10px 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #module ul li{ 
	padding: 0;
	margin: 0 0 10px 20px;
	font-size:100%;
	font-weight: bold;
	list-style: none url(../images/bullet_arrow.gif);
}

.moduleicons {
	float:right;
	margin-right:5px;
	margin-top:5px;
}

/******* End Right Side Module Styles ********/


/******************** Begin Other Styles *********************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
.smalltext {
	font-size: 75%;
}
.leftnavbrk {
	border-bottom:1px dotted #000;
}
 div.hr {
  height: 1px;
  margin:8px 0 5px 0;
  border-top: 1px dotted #000;
}
div.hr hr {
  display: none;
}
.execcontent {
	border:1px solid #3c5a7d;
	background: #FFF;
	padding:10px;
}
.execheader {
	border-top:1px solid #3c5a7d;
	border-right:1px solid #3c5a7d;
	border-left:1px solid #3c5a7d;
	background: #dcdee1;
	padding:10px;
}
.execpics {
	margin-right:10px;
	margin-bottom:5px;
}
#lcwrapper {
	margin: 0;
}
#lcwrapperl {
	width: 230px;
}
#lcwrapperr {
	width:230px;
	float:right;
}
.lccontainer {
	border:1px solid #ccc;
	background: #FFF;
	width: 230px;
	margin-bottom:20px;
}
.lcheader {
	padding:10px;
}
.lccontent {
	padding:10px;
	background: #e2e2e2;
}
.stockname {
	font-weight: bold;
	color: #3c5a7d;
}
.headimage {
	border:1px solid #3c5a7d;
}
.headcontent {
	border:1px solid #3c5a7d;
	background: #dcdee1;
	padding:5px 10px;
}
.main #leftcolsitemap{
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height:100%;
}
.main #rightcolsitemap {
	float: right; /* since this element is floated, a width must be given */
	width: 305px;
	padding-left:20px;
	height:100%;
}
.main #centercolsitemap { 
	margin: 0 350px 0 275px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:20px;
	height:100%;
}
/******************** End Other Styles *********************/