/******** 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: #252525 url(../images/back_gradient.gif) repeat-x;
	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: 952px;
	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. */
	background: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.main #wrapper { 
	padding: 10px 0;
	height: 100%;
} 
.main #header { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height:125px;
	width:954;
}
.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; }

.main #footer { 
	width:954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 90%;
	color: #FFF;
	padding-top:10px;
} 
.main #footer p {
	margin: 0;
	padding: 5px 0;
}
.main #footer a:link, a:visited, a:active {font-size:100%; color:#FFF; text-decoration: underline; }
.main #footer a:hover {font-size:100%; color:#e89d00; text-decoration: underline; }

/******************** 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: 210px;
	margin-right: 10px;
	height:100%;
}
.main #mainContent { 
	margin: 0 235px 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: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.main #mainContentint h1 { 
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	color: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #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: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #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 ********/

.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:#FFF; background:#faaf3e; border-top:1px solid #000; border-bottom:1px solid #000; padding:4px 5px;}
.rounded p {padding:5px 8px;}

.rounded .top, .rounded .bottom {display:block; background:transparent; font-size:1px;}
.rounded .boxcontent {display:block; background:#FFF; border-left:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #000; padding-bottom:5px;}

.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; }

.Accordion {
	overflow: hidden;
	margin-bottom: 10px;
}
.Accordion p {
	margin: 0 0 10px 0;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #faaf3e;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	margin: 0px;
	color:#FFF;
	font-weight: bold;
	padding: 3px 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0 0 1px 0;
	padding: 0px;
	height: 450px;
	font-size: 90%;
}
.AccordionPanelContentPad {
	padding: 5px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #faaf3e;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #faaf3e;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #faaf3e;
}

/******** 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: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #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 { 
	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 solid #000;
	border-right: 1px solid #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: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #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: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #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 h2, .main #module p {margin:0;}
.main #module h2 {font-size:110%; font-weight:bold; color:#fff; background:#faaf3e; padding:4px 8px;}
.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;
	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;
}
.piccontainer {
	border:1px solid #faaf3e;
	background: #FFF;
	float:right;
	width: 200px;
	padding:3px;
	margin-bottom:10px;
	margin-left: 10px;
}
.piccontent {
	padding:5px;
	margin-top:3px;
	background: #eaeaea;
	font-size:90%;
	font-style: italic;
}
.managepiccontent {
	padding:5px;
	margin-top:3px;
	background: #eaeaea;
}
.staffpiccontainer {
	border:1px solid #faaf3e;
	background: #FFF;
	width: 467px;
	padding:3px;
	margin-bottom:10px;
}
#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 *********************/