/* Start of CMSMS style sheet 'pneuma_style' */
body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#214d72;
}

a, a:visited{
	color:#b60030;
	text-decoration:none;
}

a:hover{
	color:#214d72;
	text-decoration:underline;
}

h1, h2, p, form{
	margin:0px;
}

h1{
	padding:0px 0px 0px 0px;
	font-size:130%;
	text-transform:uppercase;
	color:#39383d;
}

h2{
	padding:5px 0px 20px 0px;
	font-size:160%;
	color:#214d72;
}

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

form{
	padding:0px;
}


.clear{
	clear:both;
	height:0px;
}

img{
	border:0px;
}

/*--------------------------*/

.leftChannel{
	background-image:url(images/left_channel_bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.rightChannel{
	background-image:url(images/right_channel_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.topHeaderChannel{
	background-image:url(images/header_channel.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	height:61px;
	line-height:61px;
	padding-right:15px;
	width:auto;
}

.floatingLink{
	float:right;
	color:#FFFFFF;
	font-size:120%;
}
.floatingLink a, .floatingLink a:visited{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.floatingLink a:hover{
	color:#b60030;
	font-weight:bold;
	text-decoration:none;
}

.headerFeatured{
	height:110px;
	background-color:#edf3f3;
}
.headerFeatured img{
	float:right;
}
.headerFeaturedTextOne{
	margin:10px 0px 5px 20px;
	width:auto;
	color:#666666;
	font-size:150%;
}
.headerFeatured a, .headerFeatured a:visited{
	font-size:120%;
	font-weight:bold;
	color:#b60030;
}
.headerFeatured a:hover{
	color:#666666;
}
.SmallfontSize{
	font-size:12px;
}

.leftPannel{
	background-image:url(images/left_pannel.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#edf3f3;
}

.menuHolder{
	padding:5px 15px 0px 15px;
}

.contentHolder{
	padding:30px;
	width:auto;
}

.footer{
	border:1px solid #c5c5c5;
	background-color:#edf3f3;
	height:79px;
	line-height:79px;
	text-align:center;
	color:#000000;
}
.footer a, .footer a:visited{
	color:#000000;
}

/*------------ Custom CSS Ends ----------------*/

/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 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;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border-bottom: 1px solid #ffffff; 
   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/normal.gif); 
   background-position: center left; 
   background-repeat: no-repeat; 
padding-left:10px;
}

#primary-nav a:hover{
color:#b0e3ea;
}
#primary-nav .menuactive {
color:#b0e3ea;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
  /*background-color: #C7C7C7; */
background-image: url(images/over_.gif); 
background-position: center left; 
background-repeat: no-repeat; 
padding-left:10px;
}


/* 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/normal.gif); 
background-position: center left; 
background-repeat: no-repeat; 
padding-left:10px;
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactive { 
  /*background-color: #265275;*/
background-image: url(images/over_.gif); 
background-position: center left; 
background-repeat: no-repeat; 
padding-left:10px;
}


/* 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: #255075;
}
#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;
}
/* Form Styling */
form fieldset {
	border: none;
}

form legend {
	display: none;
	visibility: hidden;
}

form textarea, input {
	padding: 2px;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
        font-family:Arial, Helvetica, sans-serif;
}

form label {
	display: none;
	visibility: hidden;
}

#form p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#form {
	float: left;
}

.redletters {
	color: #FF0000;
}


/* End of 'pneuma_style' */

