/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
  background: #f3ebe0 url(/media/1062/bg.gif) repeat-x;
  font: 12px/170% 'Arial','Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #666666; 
  text-align: center;  
}
.clear {clear: both;}
/* links */
a, a:visited {  
  color: #306495;
  background: inherit;
  text-decoration: none;
}
a:hover {
  color: #73471B;
  background: inherit;
  text-decoration: underline;
}

/* headers */
h1, h2, h3 {
  font-family: 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  font-weight: Bold;   
  padding: 10px;    
  color: #444;  
}
h1 {
  font-size: 2.2em;    
}
h2 {
  font-size: 2em;
  color: #88ac0b;
}
h3 {
  font-size: 1.4em;
  font-weight: normal;  
  padding: 16px 10px 4px 10px;
}
.CommitteeList{
display: inline-block;
margin-bottom:20px;
}
/* Paragraph */
p { padding: 12px 10px;  }

/* Lists */
ul, ol {
  margin: 10px 20px;
  padding: 0 20px;  
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
imgp {
  background: #fafafa;
   border: 1px solid #dcdcdc;
  padding: 7px;
}
img.float-right {
    margin: 5px 0px 10px 10px;  
}
img.float-left {
    margin: 5px 10px 10px 0px;
}

code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Arial','Lucida Console', 'Courier New', monospace ;
    /* white-space: pre; */
    border: 1px solid #deedae; 
  background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
  margin: 15px 10px;
   padding: 5px 7px 5px 40px;    
   font-weight: normal;
  font-size: 17px;
  line-height: 1.6em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;    
  color: #80614D;  
  border: 1px solid #DFF4B5; 
  background: #F0FFD2 url(/media/1072/quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
  border-collapse: collapse;
  margin: 15px 10px;    
}
th {
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  /*text-align: left;*/
  background: #ADD163;  
  border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #93C138 #93C138 #C4DE8F;  
}
tr {
  height: 34px;
  background: #fff;
}
td {
  padding-left: 11px;
  padding-right: 11px;
  border: 1px solid #E7F0CC;  
}  
/* end - table */

/* form elements */
form {
  margin: 15px 10px; 
  padding: 5px 10px 20px 10px;
  border: 1px solid #D8E99E; 
  background: #deedae;   
}
label {
  display: block;
  font-weight: bold;
  margin: 8px 0 5px 0;
  color: #895F30;
}
input, textarea, select {
  padding: 4px;
  color: #666666;    
  background: #fff;
  
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
  
  font: normal 11px Verdana, sans-serif;
}
textarea {
  width: 400px;  
  height: 100px;
  display: block;  
}
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 30px;
  margin: 0;
  padding: 2px 3px; 
  color: #fff;
  background: #A6CD56;
  
  border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
  position: relative;
  width: 920px;
  background: #edf8c7 url(/media/1075/wrap.gif) repeat-y center top;
  margin: 35px auto;
  text-align: left;  
}
#content-wrap {
  position: relative;
  clear: both;
  float: left;  
  width: 920px;  
  padding: 0px 0;   
  background: #edf8c7 url(/media/1064/content.gif) repeat-y;  
}
#header {
  position: relative;
  width: 920px;
  height: 205px;
  background: #317cb1 url(/media/1068/header.jpg) no-repeat;  
  color: #fff;  
  padding: 0;  
  margin: 0;
}
#header h1#logo-text a {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 56px 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  letter-spacing: -3px;
  text-decoration: none;
  color: #fff;
  
  /* change the values of top and left to adjust the position of the logo*/
  top: 58px; left: 190px;  
}
#header p#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 15px 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  color: #D6EBAB;
  letter-spacing: -0.5px;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 122px; left: 210px;    
}

/* header quick search */
#header form#quick-search {
  position: absolute;
  top: 155px; right: 55px;
  padding: 0; margin: 0;
  border: none;
  width: 223px; height: 33px;
  background: white url(/media/1069/header-search.gif) no-repeat;  
  z-index: 999999;
}
#header form#quick-search p {
  margin: 0; padding: 0;    
}
#header form#quick-search input {
  border: none;
  background: transparent;
  color: #0e5792;
  float: left;
}
#header form#quick-search .tbox {
  margin: 5px 0 0 5px; 
  width: 170px;  
  display: inline;  
}
#search form#quick-search .btn{
  width: 25px; height: 25px;    
}
#header form#quick-search label {
  display: none;
}

/* Navigation */
#nav {
  clear: both;  
  padding: 0;  margin: 0;
  width: 920px;
  height: 50px;
  background: #0e609e url(/media/1070/nav.gif) no-repeat;    
}
#nav ul {
  float: left;
  list-style: none;  
  margin: 0;
  padding: 0 0 0 40px;      
  height: 50px;  
}
#nav ul li {
  display: inline;
  margin: 0; padding: 0;
}
#nav ul li a {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 14px;
  color: #fff;
  font: bold 14px/50px 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;  
  letter-spacing: -0.0px;
}
#nav ul li a:hover, 
#nav ul li a:active {
  color: #edf8c7;  
}
#nav ul li.Selected a {  
  background: #0c4e80 url(/media/assets/pointer2.gif) no-repeat center bottom;  
  color: #93DAFF;
}
/* 2nd Nav */
/* Navigation */
#nav2 {
  clear: both;  
  padding: 0;  margin: 0;
  width: 920px;
  height: 50px;
  background: #0B4B7C url(/media/assets/nav2.gif) no-repeat;    
}
#nav2 ul {
  float: left;
  list-style: none;  
  margin: 0;
  padding: 0 0 0 40px;      
  height: 50px;  
}
#nav2 ul li {
  display: inline;
  margin: 0; padding: 0;
}
#nav2 ul li a {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 14px;
  color: #0B4B7C;
  font: bold 14px/50px 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;  
  letter-spacing: -0.0px;
}
#nav2 ul li a:hover, #nav2 ul li a:active {
  color: #0B4B7C;  
}
#nav2 ul li.Selected a {  
  background: #ADD163 url(/media/1071/pointer.gif) no-repeat center bottom;  
  color: white;
}
/* Main Column */
#main {
  float: left;
  width: 625px;
  padding: 0; margin: 0 0 0 45px;
  display: inline;  
}
#main h2 {
  font: bold 2.25em 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  color: #115280; 
  padding: 10px 0 5px 5px;   
  margin-left: 5px;    
  letter-spacing: -1px;
  border-bottom: 1px solid #D2E9A4;
}
#main h2 a {
  color: #115280;
  text-decoration: none;    
}
#main h3 {
  font: bold 1.5em 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  color: #115280; 
  padding: 10px 0 5px 5px;   
  margin-left: 5px;    
  letter-spacing: 0px;
  border-bottom: 1px solid #D2E9A4;
}
#main h3 a {
  color: #115280;
  text-decoration: none;    
}
#main ul li {
  list-style-image: url(/media/1063/bullet.gif);
}

#sidebar {
  float: right;
  width: 170px;
  padding: 0; 
  margin: 0 45px 0 0;
  display: inline;  
}
#sidebar h3 {
  color: #115280; 
  font: normal 1.6em 'Arial','Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  text-transform: none;
  padding: 10px 0 2px 0; 
  margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
  margin: 5px 10px 8px 7px; padding: 0;
  text-decoration: none;    
  border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
  list-style: none;
  margin: 0;
  padding: 7px 10px;       
  border-bottom: 1px solid #DAEBA3;  
}
* html body #sidebar .sidemenu li {
  height: 1%;
}
#sidebar .sidemenu li a {
  text-decoration: none;  
  color: #684F3E;  
}
#sidebar .sidemenu li a span {
  color: #A98D76;  
  font-size: .9em;
  
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: normal;    
}
#sidebar .sidemenu li a:hover {  
  color: #000;  
  background: none;  
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

#sidebar #NewsList  {
  margin: 5px 10px 8px 7px; padding: 0;
  text-decoration: none;    
  border-top: 2px solid #D0E89F;
}
#sidebar #NewsList  li {
  list-style: none;
  margin: 0;
  padding: 7px 10px;       
  border-bottom: 1px solid #DAEBA3;  
}
* html body #sidebar #NewsList  li {
  height: 1%;
}
#sidebar #NewsList  li a {
  text-decoration: none;  
  color: #684F3E;  
}
#sidebar #NewsList  li a span {
  color: #A98D76;  
  font-size: .9em;
  
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: normal;    
}
#sidebar #NewsList  li a:hover {  
  color: #000;  
  background: none;  
}
#sidebar #NewsList  ul { margin: 0 0 0 5px; padding: 0; }
#sidebar #NewsList  ul li { border: none; }


/* search form */
#sidebar .searchform {
  background-color: transparent;
  border: none;  
  margin: 0 0 0 5px; 
  padding: 10px 0 10px 10px;  
  width: 260px;  
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
  width: 180px;
  height: 18px;
  padding: 2px;  
  vertical-align: top;
}
#sidebar .searchform input.button { 
  width: 60px;
  height: 24px;
  padding: 2px 4px;
  vertical-align: top;
}

/* footer */
#footer-wrap {
  clear: both;
  width: 920px;
  text-align: left;
  padding: 0;  margin: 0;
  background: url(/media/1066/footer-bottom.gif) no-repeat left bottom;    
}
#footer-content {
  width: 920px;
  background: url(/media/1067/footer-top-sep.gif) no-repeat;  
  padding: 30px 0 35px 0;
}

#footer-wrap p {
  padding:10px 0;
}
#footer-wrap h3 {
  color: #145F94; 
  margin: 0;
  padding: 5px 0 5px 10px; 
  text-transform: uppercase;
}
#footer-wrap a:hover { 
  color: #000; 
  text-decoration: none;
}

#footer-columns {
  color: #888;
  margin: 0 auto; 
  padding: 0;  
  width: 800px;    
}
#footer-columns ul {
  list-style: none;
  margin: 0; 
  padding: 0;  
  border-top: 1px solid #BFD286;
}
#footer-columns li {
  border-bottom: 1px solid #CCDA9E;    
}
#footer-columns li a {
  display: block;
  font-weight: normal;
  padding: 8px 0 8px 10px;
  width: 96%;
  color: #666666;  
}

#footer-columns .col3, .col3-center {
  float: left;
  width: 32%;
}
#footer-columns .col3-center { 
  margin: 0 15px; 
}

/* bottom */
#footer-bottom {
  clear: both;
  color: #555;  
  margin: 0 auto; 
  width: 920px;
  padding: 15px 0 10px 0;
  text-align: center;  
  font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
  padding: 8px 5px; 
  margin: 5px 10px 10px 10px;  
  color: #A2745D;
  border: 1px solid #deedae; 
  background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;  }
.post-footer a.comments { margin: 0 10px 0 5px;  }
.post-footer a.readmore { margin: 0 10px 0 5px;  }

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {  display:inline-block; }
.clear:after {
  display:block; 
  visibility:hidden; 
  clear:both; 
  height:0; 
  content: "."; 
}



/* Base Typography
*****************************************/
pre {
  background: #FCFBF5;
  border-top: 3px solid #F9F6EB;
  border-bottom: 3px solid #F9F6EB;
  margin: 0px 0px 15px 0px;
  padding: 10px;
}
pre p {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  color: #FFFFFF;
  margin: 0;
  padding: 10px 10px 10px 20px;
}
blockquote.quote {
  color: #666;
  font-style: italic;
  font-size: 100%;
  line-height: 110%;
  width: auto;
  padding: 0;
  margin: 0;
  background: #1a1a1a;
  border: 1px solid #2c2c2c;
  font-style: normal;
}
blockquote.quote p {
  padding: 15px 50px 15px 15px;
  margin: 0;
  background: url(/assets/lightpathit/icon-blockquote.jpg) 100% 10% no-repeat;
  border: 1px solid #000000;
  color: #FFFFFF;
}
blockquote {
  background: #ceedff url(/assets/lightpathit/blockquote.png) no-repeat 97% 10px;
  border: 1px solid #6699cc;
  padding: 10px 60px 10px 10px;
}
p.color-green {
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 15px 0;
  border-top: 3px solid #98cb00;
  border-bottom: 3px solid #98cb00;
  background: #ffffff;
  color: #010101;
}
p.color-blue {
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 15px 0;
  border-top: 3px solid #7db6fb;
  border-bottom: 3px solid #7db6fb;
  background: #ecf2fe;
  color: #010101;
}
p.color-orange {
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 15px 0;
  border-top: 3px solid #f18b41;
  border-bottom: 3px solid #f18b41;
  background: #fdf6e4;
  color: #010101;
}
p.color-pink {
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 15px 0;
  border-top: 3px solid #d5688f;
  border-bottom: 3px solid #d5688f;
  background: #fae8e8;
  color: #010101;
}
p.color-grey {
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 15px 0;
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  background: #fafafa;
  color: #010101;
}
/* @group Notice Styles */
p.error,
p.tips,
p.info {
  display: block;
  padding: 8px 10px 8px 35px;
  margin: 15px 0;
}
p.error {
  color: #cd3301;
  border-top: 3px solid #cd3301;
  border-bottom: 3px solid #cd3301;
  background: #fae8e8 url(/assets/lightpathit/icon-typo-error.jpg) 10px 50% no-repeat;
}
p.errwarning{
  color: #cd3301;
  border-top: 3px solid #cd3301;
  border-bottom: 3px solid #cd3301;
  /*background: #fae8e8 url(/assets/lightpathit/icon-typo-error.jpg) 10px 50% no-repeat;*/
}
p.tips {
  color: #2d84e3;
  border-top: 3px solid #adcefb;
  border-bottom: 3px solid #adcefb;
  background: #ecf2fe url(/assets/lightpathit/icon-typo-tips.jpg) 10px 50% no-repeat;
}
p.info {
  color: #ca6701;
  border-top: 3px solid #f2a378;
  border-bottom: 3px solid #f2a378;
  background: #fdf6e4 url(/assets/lightpathit/icon-typo-info.jpg) 10px 50% no-repeat;
}

ul.li-round1,
ul.li-round2,
ul.li-arrow,
ul.li-star {
  padding-left: 10px;
  margin-left: 0;
}
ul.li-round1 li,
ul.li-round2 li,
ul.li-arrow li,
ul.li-star li {
  list-style: none;
  margin-left: 0;
  padding-bottom: 3px;
  margin-bottom: 5px;
  padding-left: 20px;
}
ul.li-round1 li {
  background: url(/assets/lightpathit/icon-li-blue.jpg) 2px 4px no-repeat;
}
ul.li-round2 li {
  background: url(/assets/lightpathit/icon-li-pink.jpg) 2px 4px no-repeat;
}
ul.li-arrow li {
  background: url(/assets/lightpathit/icon-li-arrow.jpg) 2px 4px no-repeat;
}
ul.li-star li {
  background: url(/assets/lightpathit/icon-li-star.jpg) 2px 4px no-repeat;
}






































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

