/* CSS Document 7-27*/
body {
	background-image: url(images/hdr_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #A49D92;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center
}
#wrap {
	position: relative;	
	margin: 0 auto;
	width: 800px;
	padding: 0px;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 119px;
}
#page {
	background-image: url(images/page_bkgd.gif);
	background-repeat: repeat-y;
	width: 720px;
	padding: 20px 50px 20px 40px;
	text-align: left;
}

#sidebar { display: none; }

#page.ms #main, #page.sm #main {
width: 500px; }

#page.ms #sidebar, #page.sm #sidebar {
display: block; width: 190px; }

#page.ms #main, #page.sm #sidebar {
	float: left;
}

#page.sm #main, #page.ms #sidebar {float: right;}

/*style for popup window link words*/
.window {
	color: #336699;
	text-decoration: underline;
	cursor: pointer;
}


.separator {
clear: both; height: 2em;}

#menu {
	position: absolute;
	top: 90px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
}

#menu ul{
	float: left;
	margin:0.25em 0 0 257px;
	padding: 0;
	height: 2em;
	color: #CC00CC;
	
}
#menu ul li {
	position: relative;	
	float: left;
	margin-right: .1em;
	font-size: 100%;
	list-style-type: none;
	width: 5.5em;}/*was 6em*/

li ul {
	position: absolute;
	left: -800px;
	display: none;
	}
/*styles for menu items*/	
#menu ul li a {
	float: left;
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0;
	padding: .2em .2em;
	
}
#menu ul li a:hover, li.active {
	background-image: url(images/cell-bkgd.gif);
	background-repeat: repeat-x;
	color: #FFF;
}
#menu li ul li {
	background: #5280AC;
	width: 9.3em;
	border-bottom: 1px solid #336;
}
#menu li:hover ul, li.over ul { /* The magic */
	display: block;
	position: absolute;
	left:-19.8em;
	top:1.35em;
	text-align:left;
	}
#menu ul li ul li a:hover {
	background: #16487f;
	width: 8.855em;
		text-align:left;
}
#footer {
	display: block;
	clear: both;
}
/*round box styles*/
div.box {
	width: 190px;
	background-image: url(images/box_bot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.box h3, #page.ms div.box h3 {
	font-size: 100%;
	color: #123D67;
	background-image: url(images/box_top2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 10px 0px 8px 10px;
	border-bottom: 1px solid  #A4A29F;
}
div.box p {
font-size: 90%;
line-height: 1.3em;
padding: 0 10px 0 10px;
margin: .5em 0 .5em 0;}

#sidebar p {
font-size: 90%;
line-height: 1.3em;
padding: 0 10px 0 10px;
margin: .5em 0 .5em 0;}

#main p, #fullwidth p {
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	margin-left: 0px;
	padding-left: 0px;
}
#main ul li, #fullwidth ul li {
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
#main ul {
	font-size: 90%;
}
#main a, #fullwidth a, #sidebar a, .separator a {
	color: #369;
}
#main a:hover, #fullwidth a:hover, #sidebar a:hover, .separator a:hover{
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 160%;
	color: #123D67;
	letter-spacing: .05em;
	margin-bottom: 0px;
}
h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #B73A04;
	letter-spacing: 0.04em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 1.5em;
	clear: both;
}
h4 {
	font-size: 95%;
	color: #666666;
	letter-spacing: .04em;
	margin: 0.5em 0px 0px;
}

#main h2 span {
	color:#222;
}

#main td {
	border-bottom: 1px solid #999999;
	margin-bottom: 2px;
	font-size: 90%;
}
strong {
	color: #444;
}
.sidebox a {
	color: #336699;
	text-decoration: underline;
}

#page #main ol li {
	margin-bottom: 0.7em;
	font-size: 90%;
}
#main h3, #fullwidth h3, #page.ms h3 {
	font-size: 100%;
	color: #123D67;
	letter-spacing: 0.05em;
	margin-bottom: .5em;
	margin-top: 1.2em;
	padding:0;
}
.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	clear: both;
	margin-right: 8px;
	border: 1px solid #999999;
}
.left {
	float: left;
	margin: 0 10px 10px 0px;
	clear: both;
	font-size: 85%;
	color: #555555;
}

div.box ul {
	margin: 0px;
	padding: 8px 10px;
	list-style-type: none;
}
div.box li {
	padding-top: 0px;
	font-size: 90%;
	padding-bottom: .5em;
}
div.box a {
	color: #369;
}
.indent {
	margin-left: 10px;
}
table tr.light {
	background-color: #F5EDE3;
}
table td.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.smallital {
	font-size: 90%;
	font-style: italic;
}
.small {font-size: 90%; }
#main td {
	vertical-align: top;
	font-size: 100%;
}
#sidebar a {
	border: none;
}
.initials {
	font-size: 100%;
	font-weight: bold;
	color: #369;
	letter-spacing: .2em;
	padding-top: 1em;
}
.rightpicbox {
	font-size: 80%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #444;
	line-height: 1.4em;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
#main a {
	color: #369;
	text-decoration: underline;
}
/*ROSTER and MEMBERS PAGES*/
div.new {
	float: left;
	width: 238px;
	height: 128px;
	margin: 0 12px 15px 0;
	background-color: #F5EDE3;
}
div.new p {
	padding: 0 0 6px 6px;
}
div.new h3 {
	padding-left: 6px;
}
#main h3, #fullwidth h3 {
}
.new img {
	border: 1px solid #666;
	margin: 4px 4px 0 4px;
	float:right;
}
h3.noborder {
	border: 0;
}
div.roster {
	width: 330px;
	height: 130px;
	background-color: #F5EDE3;
	float: left;
	border: 1px solid #999;
}
div.roster {
	padding: 4px 3px 6px 3px;
	margin: 4px 22px 16px 0;
}
div.roster img {
	float: left;
	margin: 10px 8px 10px 8px;
	border: 1px solid #666;
}
#main .roster h3 {
	margin: 10px 5px 0 0;
	font-weight: bold;
}
strong {
	color: #555;
}

