/* web.css - Basic CSS Sheet */
/*************************/
/* Reset Basic Elements */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
     padding: 0;
     margin: 0;
     font-size: 1em;
     font-weight: normal;
}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}
td, th, caption { 
    font-weight: normal; 
    text-align: left; 
}
img, fieldset { 
    border: 0; 
}
ol { 
    padding-left: 1.4em; 
    margin: 0.5em 0.5em 0.5em 0.5em;
    list-style: decimal; 
}
ul { 
    padding-left: 1.4em; 
    margin: 0.5em 0.5em 0.5em 0.5em;
    list-style-type: disc; 
}
q:before, q:after { 
    content: ''; 
}
/*********************************/
/* Import of other style sheets */

/*******************************/
/* Specific Elements Setting */
/************/
/* Headers */
h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}
/*****************/
/* End of Reset */
/***************/
/* Paragraphs */
p {
    text-indent: .5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    padding: 0;
}
p.privacy {
	color: #73AFB7;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 0.85em;
}
p.description {
    text-indent: 0px ;
    padding-left: 1em ;
    font-size: .9em ;
    line-height: .9em ;
    letter-spacing: -1px ;
    font-style: italic ;
}
  
p.bold {
    font-weight: bold ;
    font-size: 1.1em ;
    line-height: .85em ;
    font-family: verdana, arial, sans-serif ;
    color: #7FFF7F;
}
p.italic {
    text-styling: italic ;
}
/*******/
/* br */
br.clear {
	height:1px;
	clear: both;
	line-height: 1px;
	background-color: #99CC99;
}
br.line {
	width: 400px ;
	border-bottom: 1px dashed ;
	clear: both;
	color: black ;
	background-color: #99CC99;
}
/***********/
/* Images */
.imgLeft {
    float: left;
}
.imgRight {
    float: right;
}
.imgRightContent {
    margin-left: 25px; 
    margin-top: 10px ;
    float: right;
}
.imgLeftContent {
    margin-right: 25px; 
    margin-top: 10px ;
    float: left;
}
 
/**********/
/* Links */
a:link {
    color: blue;
}
 a:visited {
    color: purple;
}
a:hover {
    color: red;
}
a:active {
    color: white;
}
/***********/
/* Others */
/* Hilight text with yellow backround */
.hiyellow {
    background-color: #FF0;
}
.search {
    background-color: #E4B378;
    width: 250px ;
} 
.factoid {
    text-align: left ;
    font: italic 1em Georgia, Times, "Times New Roman", serif ;
    font-size: .9em ;
    line-height: .9em ;
    font-weight: normal ;
    float: left ;
    color: #69F ;
    padding-bottom: 5px ;
     
} 
.note {
    text-align: justify ;
    text-indent: -5px ;
    font-family: verdana, arial, sans-serif ;
    font-size: 1.25em ;
    font-weight: bold ;
    line-height: .9em ;
    float: left ;
    color: #000 ;
    padding: 10px ;
    border: 1px solid ;
    
}
.note a {
    font-size: .75em ;
    font-weight: normal ;
    line-height: 1em ;
    vertical-align: bottom ;
}
.notenorm {
    margin: 5 auto 5 auto ;    
    width: 480px ;
    float: left ;
    text-align: center ;
    text-indent: 5px ;
    font-family: verdana, arial, sans-serif ;
    font-size: 1em ;
    font-weight: bold ;
    line-height: .9em ;
    color: #000 ;
    padding: 5px 5px 5px 5px ;
    border: 1px solid ;
    
}
.address {
    text-align: justify ;
    margin: 5px;
    float: left;
    text-indent: 5px ;
    font-family: verdana, arial, sans-serif ;
    font-size: 65% ;
    color: #000 ;
    padding: 5px ;
    border: 1px solid ;
}
.event  {
    text-indent: 0px ;
    float: left ;
    clear: both ;
}
.first-line {
    font-weight: bold;
    text-indent: 0px;
    font-size: 1.1em ;
    padding-bottom: 0px ;
}
.second-line {
    float: left ;
    font-style: italic ;
    text-indent: 0px ;
    font-size: 1.1em ;
}
.coursenote {
    float: right ;
    clear: both ;
    width: 475px ;
    text-align: center ;
    text-indent: 0px ;
    font-family: verdana, arial, sans-serif ;
    font-size: 1.1em ;
    font-weight: normal ;
    line-height: .9em ;
    color: #000 ;
    padding: 5px ;
    border: 1px solid ;
    margin-top: .5em ;
    margin-bottom: .5em ;
}
.coursepresenter {
    font-weight: bold ;
    font-size: 1.0em ;
    font-style: italic ;
    text-indent: 0px;
    
}
.coursecost {
    font-weight: bold ;
    font-size: 1.1em ;
    text-indent: 0px ;
}
.courselink {
    clear: both ;
    float: left ;
    margin-bottom: .5em ;
}

#coursemenu p {
 display: none;
}
#coursemenu {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 width: 16em; 
 border-right: 1px solid #666; 
 padding: 0; 
 margin-bottom: 1em; 
 background-color: #9cc; 
 color: #333; 
}
#coursemenu ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#coursemenu ul li {
 margin: 0; 
 border-top: 0px solid #003;
}
#coursemenu ul li a {
 display: block; 
 padding: 2px 0px 2px 2px; 
 border-left: 10px solid #369; 
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036; 
 color: #fff; 
 text-decoration: none; 
 width: 100%; 
}

html {
    margin-left: 0;
    padding: 0;
    position: relative;
    background-color: #99CC99;
    top: 0;
    left: 0;
}

body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
    line-height: .9em;
    background-color: #99CC99;
	color: #000;
    margin: 0 auto;
}

blockquote {
	float: left;
	margin: 10px;
	padding: 0 0 0 4px;
	text-indent: 16px;
	text-align: left;
	font-size: 1em;
	font-style: italic;
	clear: both;

}
blockquote .source {
 text-align: right;
 font-style: normal;
 margin-right: 2em;
}

table {
  display: block;
  float: left;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 5px ;
  padding-right: 4px;
  
}  
th {
    font-size: 1.25em ;
    padding-right: 15px ;
}
td {
    padding-right: 15px ;
}
tr.odd {
    background-color: #D4FFFF ;
}
tr.evn {
    background-color: #99CC99 ;
}
tr.hdr {
    background-color: #D4AAFF ;
}
hidden {
    display: none ;
}

/****************/
/* Form Fields */
form {
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 400px; 
}
input { 
    width: 400px;
}
input.search {
    background-color: #E4B378;
    width: 225px ;
}
input.text250 {
	float: left;
	width: 250px;
	margin-right: 5px;
	text-align: left;
	font-weight: bold;
	clear: left;
}
textarea {
    width: 400px;
}
textarea.textarea250 {
    width: 250px;
}
 subForm { 
    margin: 0;
  
    .input {
        float: left;
        width: 250px;
        margin-right: 5px;
        text-align: left;
        font-weight: bold;
        clear: left;
    } 
    .prompt {
        width: 75px;
        text-align: left ;
        padding-left: 0px ;
    }
    .radioinput {
        width: 15px;
        text-align: left ;
        padding-left: 0px ;
    }
    .chkinput {
        width: 15px;
        text-align: left ;
        padding-left: 0px ;
    }
    .print {
        clear: both ;
        float: left ;
        width: 100px ;
    }
    .email {
        clear: both ;
        float: left ;
        width: 100px ;
    }
}
 
dl.newsmenu
{
    margin: 0em 0;
    padding: 0;
    font-family: georgia, times, serif;
}

.newsmenu dt
{
    position: relative;
    left: 0;
    top: .1em;
    width: 5em;
    padding-left: 5px ;
    font-weight: bold;
}

.newsmenu dd
{
    border-left: 1px solid #000;
    margin: 0 0 0 6em;
    font-size: 1em;
    padding: 0 0 .5em .5em;
}
.newsmenu ul {
    border: 0 0 0 0 ;
    margin: 0 0 0 0 ;
}
.topic {
    font-style: italic ;    
}
.title {
    font-weight: bold ;
    letter-spacing: -1px ;
}
/***************************/
/* Page Header Definition */
#header {
  width: 920px;
  height: 100px;
  padding: 0px 0 0 0px;
//  background: url(../images/header.png) no-repeat;
 }

#header h1 {
  margin: 0px;
  padding: 20px 25px 0px 90px;
  font-size: 48px;
  font-style: bold;
  color: #000;
}

#header h2 {
  margin: 0;
  padding: 0 0 0 580px;
  font-size: 16px;
  font-style: italic;
  color: #00F;
}

#header a {
  text-decoration: none;
  color: #FFFFFF;
}
/***************************/
/* Page Footer Definition */
#footer {
    clear: both;
	width: 920px;
	height: 100px;
    background: url(../images/footer.png) no-repeat;
;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	text-indent: 0em;
	font-size: 85%;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.footeraddress {
    padding-left: 0px;
    font-size: 10px;
    line-height: 90%;
}
/* Page Panels */
/***************************/
#page {
    background-color: #99CC99;
	color: #000;
	font-size: .8em;
	width: 852px;
	margin: 0 0px 0 0 ;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#content{
    background-color: #99CC99;
	color: #000;
	font-size: .8em;
	width: 900px;
	margin: 0 0px 0 0 ;
	padding: 0px 0px 0px 0px;
    float: left ;
	clear: both;
}
#content h1 {
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 36px;
  color: #2D2D2D;
  letter-spacing: -2px;
  border-bottom: none;
}
#content h2 {
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
  font-size: 24px;
  color: #2D2D2D;
  letter-spacing: -2px;
  border-bottom: 1px dashed;
}

#content h3 {
  color: #6C6C6C;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0px;
}
#content h4 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-transform: capitalize;
}
#content h5 {
  color: #000;
  float: right;
  font-weight: bold;
  font-size: 4em;
  padding-top: 15px;
  padding-left: 400px;
  border-bottom: 1px dashed;
}
.course {
    background-color: #99CC99;
	color: #000 ;
	font-size: 1em ;
	line-height: 1em ;
	width: 852px ;
	margin: 0 0px 0 0 ;
	padding: 0px 0px 0px 0px ;
	clear: both ;
	float: left ;
	padding-bottom: 1px;
}

#text {
  line-height: .8em;
}

#sidebar {
  margin-top: 20px;
  float: left;
  width: 200px;
}
#sidebar.desc {
    text-indent: 5px ;
    padding: 0px 5px 5px 5px ;
    font-size: .9em ;
    line-height: .9em ;
    letter-spacing: -1px ;
    font-style: italic ;
}
#colLeft {
  float: left;
  width: auto;
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
}

#colMiddle {
  float: left;
  width: 530px;
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

#colWide {
  float: left;
  width: auto;
  margin-top: 0px;
  padding-left: 50px;
}

#colRight {
  float: left;
  width: auto;
  margin-top: 0px;
  padding-left: 5px;
}
#colOne {
	float: right;
	width: 400px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 400px;
	margin-top: 20px;
}


#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/**********/
/* Menus */
/* Navigation - For sidebar */
#navsite p {
 display: none;
}
#navsite {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 width: 12em; 
 border-right: 1px solid #666; 
 padding: 0; 
 margin-bottom: 1em; 
 background-color: #9cc; 
 color: #333; 
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#navsite ul li {
 margin: 0; 
 border-top: 1px solid #003;
}
#navsite ul li a {
 display: block; 
 padding: 2px 2px 2px 0.5em; 
 border-left: 10px solid #369; 
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036; 
 color: #fff; 
 text-decoration: none; 
 width: 90%; 
}
html>body #navsite ul li a { 
 width: 90%; 
}
#navsite ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369; 
 background-color: #69f; 
 color: #fff; 
}

/* Simple Horizontal Menu */
#menu {
	background: #9C9;
	width: 850px;
	height: 52px;
	margin: 0px;
}

#menu ul {
	margin: 0 0 0 2px;
	padding: 0px;
	list-style: none;
}

#menu li {
 	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 121px;
	height: 52px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: -2px;
	background: url(../images/btngreen.jpg) no-repeat;
}
#menu a:link {
    color: #000;
}
#menu a:hover {
	color:#FFF;
}
/*****************/
/* 2 Level Menus */
/*****************/
/* 2 Level Menus */
#cssdropdown, #cssdropdown ul {
padding: 0px;
margin-top: 0px;
list-style: none;
}
#cssdropdown a:link {
    color: black;
}
#cssdropdown a:hover {
  color: white;
}
#cssdropdown li {
float: left;
position: relative;
list-style: none;
}

.mainitems{
  margin-bottom: 10px;
  border: none;
  background-color: #FFEEC6;
  width: 122px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  letter-spacing: -2px;
  background: url(../images/btnltgreen.jpg) no-repeat;
}

.mainitems a{
padding: 0px;
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
}
#mainitems a:link {
    color: black;
}
#mainitems a:hover {
    color: white;
}
.subuls{
display: none;
position: relative;
left: 0;
}

.subuls li{
  float: left;
  width: 120px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  letter-spacing: -1px;
  background: url(../images/btnltgreen.jpg) no-repeat;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
margin-top: 15px;
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
