/* CSS Document */

body{
margin:0px;
padding:0px;
line-height: 1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#edf4fc;
color:#9e9481;
background-image:url(images/bgr.jpg);
background-position: top right;
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:16px;
}
a{color:#89acce;}
strong{font-size:110%}
p{font-family:Arial, Helvetica, sans-serif; font-size:14px}
h1{color:#b0736e; font-weight:normal;}
h2{color:#b0736e; font-weight:normal; font-size:20px}
h2 a{color:#b0736e; font-weight:normal; text-decoration:none}
h3{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b0736e; font-weight:normal}

#top-bar{
	padding:0px 15px 0px 25px;
	background-color:#eef4fb;
	color:#89acce;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/top-bar-bgr.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:11px;
}

#maincontainer{
width: 82%; /*Width of main container
/*margin: 0 auto;*/
margin-left:25px; /*Center container on page*/
}
#tagline{
position:absolute;
text-align:right;
font-size:28px;
padding-top:120px;
padding-bottom:25px;
width:82%;
margin-left:25px;

	}


#nav{
height:31px;
list-style-type:none;
padding:0px;
width:100%;
border-bottom:1px dotted #cee3f8;
border-top:1px dotted #cee3f8;
	}

#topsection{
height: 176px; /*Height of top section*/
margin:0px 0px 0px 15px;
padding:0px;
width:100%;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 250px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/

}

#contentcolumn2{
margin-right: 0px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/

}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
clear: left;
padding: 10px 0px 20px 25px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#footer-nav ul{
	border-top:1px dotted #cee3f8;
	list-style:none;
	margin:0px;
	padding: 10px 0px 0px;
	}
#footer-nav ul li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 5px;
		margin-left:-5px;
	}

.innertube{
margin: 40px 40px 40px 25px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#members td{
	border-bottom:1px dotted #cee3f8;
	padding:10px 20px 10px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
#members th{
	text-align:left;
	border-bottom:1px dotted #cee3f8;
	background-color:#eef4fb;
	color:#89adcf;
	font-weight:normal;
	padding-left:10px;
	}
.classes th{
	text-align:left;
	border-bottom:1px dotted #cee3f8;
	background-color:#eef4fb;
	color:#89adcf;
	font-weight:normal;
	padding-left:10px;
	}
.classes td{
	border-bottom:1px dotted #cee3f8;
	padding:10px 20px 10px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
.location{
	color:#b0736e;
	}
	

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	padding:0px;
	margin:0px;

	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0px; 
	padding:0px;
	list-style-type:none;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; 
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;  
	padding:3px 10px 3px 10px;
	color:#89adcf;	
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#98be85;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	color:#E88A00;
	}
.menu ul ul :hover > a.drop {
	background-color:#98be85;
	color:#E88A00;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#98be85;
	color:#FFFFFF;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#ffffff;
	color:#f1f1f1;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0;
	margin:0px;
	padding:0px;
	}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:28px;}

/* position the third level flyout menu */
.menu ul ul ul{left:165px; top:0px; width:135px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-165px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0px; 
	left:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
	line-height:1em; 
	padding:5px 15px;
	width:135px; 
	color:#89adcf;
	height:auto;
	font-weight:normal;
	}

/* style the top level hover */
.menu a:hover{
	text-decoration:underline;
	
	}
.menu ul ul a:hover{
	text-decoration:underline;
	}
.menu :hover > a {
	color:#89adcf;
		text-decoration:underline;
	}
.menu ul ul :hover > a {
	color:#E08B26;
	background-color:#ffffff;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul{
	visibility:visible; 
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: CSS Menu System by Isaac Rowntree, www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
	background-color:#eef4fb;
	text-decoration:underline;
}

.menu .current_page_item a {
	background-color:#eef4fb;
	text-decoration:underline;}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/*=================================================================== */

