/********************************************/
/*                      Meyer CSS Reset     */
/********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************/
/*                  end Meyer CSS Reset     */
/********************************************/

body
{
    background: url('/App_Images/Internet/body-bg.jpg') repeat-x #e7ecf3;
    font-family: arial;
}

h1
{
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
}

h2
{
    color: #284970;
    font-size: 95%;
    margin: 5px 0 9px;
}

h3 {
	font-size: 75%;
	color: #284970;
	text-transform: uppercase;
}

p
{
    font-family: arial;
    font-size: 75%;
    line-height: 16px;
	margin: 5px 0 15px;
}

p strong, p b, li strong, li b {
	color: #193C66;
}

ul
{
}

ol { list-style-type: decimal; }

ul li {
	padding-left: 25px;
	background: url(/App_Images/Internet/blue-bullet.gif) no-repeat 16px 5px;
	margin-bottom: 8px;
}

ol li { margin-left: 25px; }

li
{
    font-size: 75%;
    font-family: arial;
	margin-bottom: 0.5em;
	line-height: 16px;
}

li li, li p, li h2{
	font-size: 100%;
}

#main-content a:link, #main-content a:visited, #right-column a:link, #right-column a:visited {
	color: #298ad2;
	text-decoration: none;
}

#main-content a:hover, #right-column a:hover {
	text-decoration: underline;
}

#wrapper
{
    width: 999px;
    margin: 30px auto;
}

#primary-navigation {
	font-size: 75%;
}

#footer {
	font-size: 70%;
}

#footer a {
	color:#4E4E4E;
    text-decoration: none;
}

#footer a:hover {
	color:#294A6E;
    text-decoration: underline !important;
}

#primary-navigation, #footer
{
    float: right;
    color:#4E4E4E;
}

#primary-navigation a
{
    margin-right: 15px;
	color:#4E4E4E;
    text-decoration: none;
}

#primary-navigation a:hover, #secondary-navigation a:hover, #secondary-navigation a.secondary:hover
{
	color:#294A6E;
    text-decoration: underline !important;
}

#primary-navigation a.selected {
	color:#294A6E;
	font-weight:bold;
}

#container
{
    background: url('/App_Images/Internet/container-bg.png') repeat-y;
    margin-top: -3px;
}



#content
{
    width: 965px;
    margin: 0px auto;
    position: relative;
}

#top
{
    height: 75px;
}

.logo
{
    position: absolute;
    top: -35px;
    left: 10px;
}

#secondary-navigation
{
	float: right;
	color: #B1B1B1;
	font-size: 65%;
	margin-right: 25px;
	position: relative;
}

#secondary-navigation a
{
    margin: 0 5px;
    text-decoration: none;
    color: #4e4e4e;
	color: #B1B1B1;
}

#secondary-navigation a.selected
{
    font-weight: bold;
    color: #294a6e;
}

.top
{
    height: 37px;
    background: url('/App_Images/Internet/heading-bar-bg.jpg') repeat-x;
}

#context-navigation{
width:205px;
float:left;
margin-top: 15px;
}

#context-navigation ul{
list-style:none;
padding-left:0px;
margin:0px;
}

.context-navigation-item{
padding-left: 0;
background: url('/App_Images/Internet/context-navigation-item.jpg') no-repeat;
width:203px;
margin-bottom:3px;
line-height: 1;
font-weight: bold;
}

.context-navigation-item .level-3 {
font-weight: normal;
}

.context-navigation-item a{
font-size:11px;
color:#454545;
text-decoration:none;
padding:7px 8px;
}

.context-navigation-item a:hover{
color:#294A6E;
}

#context-navigation li{
font-family:arial;
}

#context-navigation li a {
display: block;
}

#context-navigation li a.selected{
background: url('/App_Images/Internet/context-navigation-item-on.jpg') no-repeat;
font-weight:bold;
}

.context-navigation-item a.selected,
.context-navigation-item a.selected:hover{
color:#fff;
}

#context-navigation ul .context-navigation-expanded{
background-color:#ededed;
background-image:none;
}

#context-navigation ul .context-navigation-expanded li{
background: url('/App_Images/Internet/bullet.jpg') no-repeat 10px 8px;
font-size:11px;
padding:3px 0px 3px 20px;
border-bottom:1px solid #fff;
margin: 0;
height: auto;
width: 185px;
}

#context-navigation ul .context-navigation-expanded li.selected a {
background: none;
}

#context-navigation ul .context-navigation-expanded li a{
color:#207bc8;
text-decoration:none;
padding: 0;
width: 185px;
display: block;
}

#main-content
{
    width: 480px;
    margin-top: 10px;
    padding: 0px 45px 35px 14px;
    float: left;
}


#right-column
{
    width: 201px;
    padding-bottom: 80px;
    float: left;
    border-left: 2px solid #e5e5e5;
    margin-top: -37px;
    float: right;
	overflow: hidden;
}

#right-column .content
{
	margin-top: 10px;
    padding: 0px 10px;
}

.rss-icon
{
    float: left;
    padding: 0px 15px 0px 10px;
}


#footer
{
	width: 96.2%;
	margin-right: 20px;
	font-size: 90%;
}
#footer #f-left
{
	float: left;
	width: 48%;
}
#footer #f-right
{
	float: right;
	width: 48%;
	text-align: right;
}

.link
{
    float: right;
}

.inner-image-container {
	float: left;
	margin: 0 10px 10px 0;
	width: 180px;
	background: #dfdfdf;
	color: #4a4a4a;
	overflow: hidden;
}

.inner-image-container img {
	display: block;
}

.inner-image-container p {
	margin: 0;
	padding: 8px 6px;
}

/* pullout quotes */
.inner-quote {
	float: left;
	width: 180px;
	color: #4a4a4a;
	background: #dfdfdf;
	margin: 10px 10px 10px 0;
	padding: 30px 20px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	color: #0775c2;
}

.align-right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

/* forms */

.inner-form {
	width: 400px;
}

.inner-form .form-section {
	margin: 30px 0;
}

.inner-form  .row {
	height: 50px;
}

.inner-form .half-row {
	width: 45%;
	padding-right: 5%;
	float: left;
}

.inner-form label {
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5em;
}

.inner-form .field, .inner-form .field-comments {
	border: 1px solid #737373;
	padding:2px 0;
}

.inner-form .field-comments {
	height: 67px;
}


.inner-form .fullwidth {
	width: 95%;
}

.inner-form .half-row .fullwidth {
	width: 100%;
}

.inner-form .checkboxes {
	width: 630px;
}

.inner-form .checkboxes label {
	font-weight: normal;
}

/* advisors only login */
.login {
	margin: 40px 0 40px 120px;
}

.login td {
	color:#284970;
	font-size:95%;
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}

.login label {
	font-weight: bold;
	color: #000;
	font-size: 83%;
	
}

.login input {
	vertical-align: middle;
}

.login input[type=password] {
	visibility: visible;
	border: 1px solid #737373;
	padding: 2px 0;
}

sup {vertical-align: super; font-size: 70%;}