﻿body{
margin:0;
padding:0;
color: #000066;
}

b{font-size: 110%;}
em{color: dark blue;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
font-family: georgia;

color: #ffffff;
background: #ffffff;
height: 250px; /*Height of top section*/
}
/*
#topsection h1{
margin: 0;
padding-top: 15px;
}
*/
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
font-family: verdana;
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}



#menu {
  padding:1;
  margin:0;
  width:0;
  }
#menu li {
  margin:0 0 0.25em 0; 
  list-style-type:none;
  }

  #menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #3333CC;
  font-family:arial, verdana, sans-serif;
  font-size:0.9em; 
  text-align:center;
  text-decoration:none;
  padding:0.1em;
  }

#menu a:hover {
  background:#66FFFF;
  color:#808;
  }
.imgfloatLeft {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  margin: bottom 5 px;
   
}
.imgfloatRight {
	float: right;
	margin-left: 15px;
	margin: bottom 5 px;
}

#footer{
clear: left;
width: 100%;
background: #3300CC;
color: #ffffff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.ctr {text-align: center;}

p#paragraph-1 {
	 font-size: 115%;
	 padding: 10px;
	 width: 120px;
	 border: 1px solid black;
	 margin: 10px;
	 color: #ffffff;
	 background: #003471;
	 margin-right: 20;
	 float: right;
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #ffffff;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #ffffff; /*background of tabs (default state)*/
color: black;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: blue;
}

.jqueryslidemenu ul li a:hover{
background: white; /*tab link background during hover state*/
color: black;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 12px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 