/* Start of CMSMS style sheet 'newv12-2009' */
@charset "utf-8";
body  {
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: ##373700;
	line-height: 18px;
	background-color: #F9F9F7;
	background-image: url(uploads/images/a1.gif);
	background-repeat: repeat-x;
}

.twoColElsRtHdr #container {
	width: 747px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
sup
{
       font-size: 11px;
}
       p
{
       margin-bottom: 14px;
       text-align: left;
}
.twoColElsRtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: auto;
	background-color: #ff7800;
	background-image: url(uploads/images/header_bg.gif);
} 
.twoColElsRtHdr #header span{
	font-weight: normal;  
}
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	font-size: 23px;
	letter-spacing: -1px;
	top: 5px;
	height: 34px;
	width: 242px;
	left: 20px;
}
.twoColElsRtHdr #header h2 {
	position: relative;
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFF;
	top: -40px;
	left: 420px;
	text-align: left;
}
.twoColElsRtHdr #header sup {
	color: #FCE2CA; 
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/

.topmeubar {
	background-image: url(images/top_menubar.gif);
	height: 36px;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	padding-top: 6px;
	padding-left: 50px;
}
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;

}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   
   width: 100%;
    
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 130px;  

}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   background-image: url(images/menulevel2_BG);
   background-repeat: x-repeat;
   list-style: none; 
   margin: 0px; 
   padding: 0px; 

}
#primary-nav ul { 
   position: absolute; 
   top: auto; 

   display: none;
  
}
#primary-nav ul ul {

   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: -2px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 

}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 

}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin-top: -3px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #ffffff;
}
#primary-nav li a { 
   border-right: 1px solid # ;
   border-left: 1px solid # ;
}
#primary-nav li li a { 
   border: 1px solid # ;
}	
#primary-nav li, #primary-nav li.menuparent { 
    background-image: url(images/menulevel2_BG);
    background-repeat: x-repeat;  
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
  background-image: url(images/mouse_over.gif);
    background-repeat: x-repeat;  
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/menulevel2_BG);
   background-repeat: x-repeat;

}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
    background-image: url(images/mouse_over.gif);
    background-repeat: x-repeat;  
    text-decoration:none; 
    font-weight: bold;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

#date

{
      position: absolute;
      top: 0px;
      line-height: 52px;
      color: #BDBDA2;
      right: 30px;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: -1px;
}
.twoColElsRtHdr #sidebar1 {
	float: right;
	width:175px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #373700;
        text-align: left;
}
.twoColElsRtHdr #sidebar1 h3{
        margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: left;
	color: #C30;
} 
.twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: left;

}



.twoColElsRtHdr #sidebar1 a:link {
	color: #333;
}
.twoColElsRtHdr #sidebar1 a:visited {
color: #333;
}
.twoColElsRtHdr #sidebar1 a:hover {
	color: #660;
}
.twoColElsRtHdr #sidebar1 a:active {color: #333;}




/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
	margin-top: 0;
	margin-right: 17em;
	margin-bottom: 25px;
	margin-left: 10px;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColElsRtHdr #container #footer {
	text-align: center;
}
.h1_LJ {
	text-align: left;
	color: #C30;
}
.twoColElsRtHdr #container #mainContent h2 {
	text-align: left;
}

body,td,th {
	color: #C30;
	font-size: 12px;
}
a:link {
	color:#F63;
}
a:visited {
	color: #FC6;
}
a:hover {
	color: #c30;
}
a:active {
	color: #F63;
}
h1 {
	color: #C30;
}
h2 {
	color: #C30;
}
h3 {
	color: #f63;
}
p {
        font-size: 14px;
       color: #373700;
       text-align: left;
 } 
#footer a:link {
	color: #333;
}
#footer a:visited {
color: #333;
}
#footer a:hover {
	color: #660;
}
#footer a:active {color: #333;}

/* End of 'newv12-2009' */

