/* Start of CMSMS style sheet 'jic_style' */
/*--------------- Global -----------------*/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/main_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#333333;
}

a, a:visited{
	color:#006699;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
	outline:none;
}

h1, h2, h3, p, form{
	margin:0px;
}

h1{
	font-size:120%;
	font-weight:normal;
	color:#006699;
	padding:0px 0px 4px 0px;
	text-transform:uppercase;
}

h2{
	font-size:140%;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}

h3{
	background-image:url(images/subheader_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:160%;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 0px 0px 10px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}



form{
	padding:0px 0px 0px 10px;
}

.clear{
	clear:both;
}

img{
	border:0px;
}

/*---------------- Structure ----------------*/

#wraper{
	width:900px;
	margin:auto;
}

.headerSection{
	background-image:url(images/full_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:138px;
	width:auto;
	padding:25px 0px 0px 106px;
	width:794px;
}

.headerTab{
	background-image:url(images/top_tab.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:227px;
	height:39px;
	line-height:39px;
	color:#FFFFFF;
	text-align:center;
	font-size:110%;
	float:left;
	
}

.headerTab a, .headerTab a:visited, .headerTab a:hover{
	color:#FFFFFF;
	outline:none;
}

.headerTab a:active{
	color:#FFFFFF;
	font-weight:bold;
	outline:none;
}

.rightPannel{
	background-image:url(images/right_pannel.jpg);
	background-position:right top;
	background-repeat:repeat-x;
	background-color:#333333;
}

.title01{
                font-family:Helvetica;
                font-size:14px;
                color:#006699;
                text-transform: uppercase;
                font-weight:bold;
}

.title02{
	font-family:Verdana;
	font-size:18px;
	color:#000000;
}

.bodyHeader{
	height:40px;
	line-height:40px;
	background-color:#d9e3ee;
                font-family:Arial;
	font-size:16px;
	width:auto;
	padding:0px 10px 0px 10px;
}
.bodyHeader span{
	float:right;
}
.bodySection{
	background-color:#FFFFFF;
	background-image:url(images/bodycontent_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 0px 60px 0px;
}
.bodyContainer{
	padding:10px;
	width:auto;
}

.generalRightPadding{
	padding:0px 10px 10px 10px;
}

.menuBlock{
	margin:auto;
	margin-bottom:30px;
	color:#FFFFFF;
}

#footer{
	padding:20px 4px 10px 4px;
	color:#FFFFFF;
	font-size:80%;
}

#footer a, #footer a:visited, #footer a:hover{
	color:#FFFFFF;
}

/********************************************************/
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
	width: 100%; 
	font-size:100%
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
/* margin-left: -1px; */
   margin-right: -1px;
}

#primary-nav ul { 
   position: absolute; 
   top: 0; 
/* left: 100%; */
   right: 100%; 
   display: none; 
}

#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   /*border: 1px solid #006699; */
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #ffffff;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
	/*background-color: #ececec;*/
	min-height:1em; /* Fixes IE7 bug*/
   background-image: url(images/menu_normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
   padding-left:15px;
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
background-color: #515151; 
   background-image: url(images/menu_normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
   padding-left:15px;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/menu_normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
   padding-left:15px;
}


/* 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-color: #515151;
   background-image: url(images/menu_normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
   padding-left:15px;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#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; 
   background-color:#262626;
}
li ul li {
   background-image: url(images/menu_normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
   padding-left:15px;
} 

#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 Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/***************************************************/

.blankTD{
	height:10px;
}

/* End of 'jic_style' */

