@charset "utf-8";
/* CSS Document */

/* CSS Document */

/*colors*/
/*dk. purple = #663366 */
/*purple = #7F4098 */
/*lt. tan = #e0cb8e */

body{
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	margin: 0;
	background-color: #636467;
	background-image: url(../images/homebkgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	behavior: url(../csshover.htc); /* WinIE behavior call */
}

#header {
	/*height: 125px;*/
	width: 100%;
	height: 124px;
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	background-image: url(../images/homelogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #636467;
} 

#header h1 {
	float:right;
	font-size: 70%;
	color:#FFFFFF;
	margin:0;
	padding: 60px 20% 50px 20%;
}

#blueline {
	background-color: #40658C;
	height: 5px;
}

#bluelinebottom {
	background-color: #1E3853;
	height: 5px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homebodybkgrnd.gif);
	background-position: center top;
	height: 355px;
	background-repeat: no-repeat;
}

#wrapper{
	width:800px;
	margin: auto;
}


#content {
	width: 450px;
	padding: 20px;
	overflow:auto;
}


#content p{
	font-family:Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	margin: 5px 0 10px 0;
}



/*****************************************************/

/*  THREE TIER NAVIGAITON  */
/*******************************/

#nav {
	width: 800px;
	font-size: 80%;
/*	float: left */
	margin-top: 0px;
	text-align:center;
/*	font-size:12px;*/
	color:#FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float:left;
	width: auto;
	line-height:1em;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav li.end{
	position: relative;
	list-style: none;
	margin: 0;
	float:left;
	width: auto;
	line-height:1em;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40658C;
}

#nav li:hover {
	background-color: #D37F57;
/*	background-image: url(../images/buttonON.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

#nav li.submenu {

}

#nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}

#nav ul ul {
	position: absolute;
	top: 0;
	left: 7em;
	display: none;
	font-size:10px;
}

#nav ul ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0;
	width: 18em;
}

#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	margin-top: 0.5em;
	background-color: #636467;
	text-align: left;
	left: -0.1em;
	width: 18.7em;
}

/*#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
	margin-top: 1px;
	background-color: #006699;
	text-align: left;
	margin-left: 11em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}*/

#nav ul.level2 {
	top:1.4em;
	left:1px;
}

#nav ul.level3 {
	top:-1px;
	left:7em
}

/*************************************/



/*#home #mainNav .home a, 
#aims #mainNav .aims a, 
#membs #mainNav .membs a,
#admin #mainNav .admin a,
#jour #mainNav .jour a,
#meet #mainNav .meet a,
#young #mainNav .young a,
#conse #mainNav .conse a
{
	color:#fff;
	background: #D37F57 url(../images/circle-hover2.gif) no-repeat 0 0;
	padding: 4px 0 4px 16px;
	margin: 0 0 0 0;
	border-top: 0.1em solid #7d7d7f;
	border-bottom: 0.1em solid #343436;
	}*/

#flash {
	margin:0pt;
	padding:0pt;
	z-index:0;
}

#footer {
	clear: both;
	color:#CCCCCC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	font-family:Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	margin:0;
	padding: 10px;
	font-size: 60%;
	text-align:right;
	color: #fff;
}

#footer a:link, #footer a:visited{
	color:#CCFF66;
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	border-bottom: 1px dotted #999;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration: none;
	border: 1px solid #CC0033;
	padding: 2px 2px 2px 15px;
	background: #000066 url(../images/circle-hover.gif) no-repeat left top;
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*Other*/
/* Start Commented Backslash Hack if IE 6 \*/
* html #footer {height: 1%;}
/* Close Commented Backslash Hack */

/* Start Commented Backslash Hack if IE 5 \*/
#sidenav a {height: 1%;}
/* Start Commented Backslash Hack \*/

/* Start Commented Backslash Hack \*/
#sidenav a  {
position: relative;
height: 1%;
zoom: 100%;
}
/* Start Commented Backslash Hack \*/
