@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #header #topnav {
	margin-left: 700px;
	margin-top: 20px;
	padding: 0px;
	display: block;
	width: 200px;
}
/*start menu styles */

#globalnav {
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
}

.menu{
	padding:0;
	height:30px;
	width:100%;
	display:inline-block;
	background-image: url(images/topMenuImages.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.menu li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	text-align: center;
}
.menu li a{
	float:left;
	padding-left:8px;
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	background-image: url(images/topMenuImages.png);
	background-position: 0px -30px;
}
#advisors_list {
	text-align: center;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #949494;
}

.menu li a span{line-height:30px; float:left; display:block; padding-right:10px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{
	background-position:0px -60px;
	color:rgb(255,255,255);
	background-image: url(images/topMenuImages.png);
}
.menu li a:hover span{
	background-position:100% -60px;
	background-image: url(images/topMenuImages.png);
}
.menu li a.active, .menu li a.active:hover{
	line-height:30px;
	color:#88BBD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	font-weight: bold;
}
.menu li a.active span, .menu li a.active:hover span{
	background-image: url(images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 100% -90px;
}
#join {
	text-align: center;
}
#join a {
	background-color: #285F7B;
	color: #FFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #66C1EE;
	border-right-color: #0C4D6B;
	border-bottom-color:#0C4D6B;
	border-left-color: #66C1EE;
	margin: 0px;
	padding: 5px;
}
#join a:hover {
	background-color: #DAEBF3;
	color: #333;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #10658D;
	border-right-color: #EEF8FD;
	border-bottom-color:#EEF8FD;
	border-left-color: #10658D;
	margin: 0px;
	padding: 5px;
}





/* end menu styles */
.twoColFixRtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 130px;
	width: 940px;
	background-color: #666;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -3000px;
	font-size: 9px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 22px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	font-size: 80%;
	color: #5C5C5C;
	background-color: #EBEBEB;
	margin: 0px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noticeme {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
.indent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
