@import url(navbar.css);

/* DEBUG */
/*
div
{
	border: solid red 1px;
}
*/

body
{
	margin:0;
	padding:0;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color:#C0C0C0
}

h1 {
	color:#9A6803;
	font-size: 200%;
	margin: 0 0 1em 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

h2 {
	color: #987F52;
	font-size: 175%;
	margin: 1em 0 .5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h2 a:link {
	color:#987F52
}

h3 {
	font-size: 150%;
	margin: .5em 0 .5em 0;
	color:987F52;
}

h4 {
	font-size: 130%;
	margin: .5em 0 .25em 0;
	color: #987F52;
}

h4 a:link {
	color:#987F52
}

h5 {
	font-size: 120%;
	margin: .25em 0 0 0;
}

h6 {
	color: #987F52;
	margin: 0;
	font-size: 120%;
}

p {
	font-size:small;
	margin: 0 0 1em 0;
}

ul {
	padding-left: 2.5em;
}

ul li {
	font-size:small;
	list-style-type: square;
}


/* this is required to get IE to even consider redrawing the border on 
   the img. */
#maincontent a:hover
{
	background-color: #white;
}

#maincontent a img,
#maincontent a:link img,
#maincontent a:visited img {
	border: 2px solid white;
}

#pageBody a img,
#pageBody a:link img,
#pageBody a:visited img {
	border: 2px solid #ddd;
}

#pageBody a:hover img,
#pageBody a:focus img,
#pageBody a:active img {
	border: 2px solid #AABEC7;
	opacity: 1;
	filter:alpha(opacity=100);
}

.dim img {
	opacity: .5;
	filter:alpha(opacity=50);
}


.subsect {
	margin-left: .25in;
}
.topbanner
{	
	margin: 0 auto;
	width: 955px;
	border: solid black 1px;
	border-bottom: 0;
	overflow: hidden;
}

.topbanner img
{
	border: none;
}

#rightPanel
{
	float: right;
	width: 150px;
	margin-top: 0px;
	/* border: solid blue 1px; /* DEBUG */
}

a.button {
	display: block;
	width: 150px;
	background-color: #DFE7EA;
}

a.button img {
	border: none !important;
	padding: 2px;
	margin: 0 auto;
	margin-bottom: 1em;
}

a.button:hover img {
	background-color: #DFE7EA;
}

#newsbox {
	font-size: 90%;
	margin-right: 1em;
	border: 1px solid #888;
	padding: 8px;
	background-color: #D3D1C0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	left: 2px;
}

#newsbox h1 {
	margin-top: 0em;
	margin-bottom: .25em;
	text-align: center;
}

.signupform
{
	text-align: left;
	padding: 6px;
	background-color: #999999;
	color: white;
	font-weight: bold;
}

.entirePage
{
	margin: 0 auto;
	border: solid black 1px;
	width: 935px;
	padding: 10px 10px 0 10px;
	background-color:#DBD9CA;
}

a:link
{
	text-decoration: underline;
	color: #333333;
}

a:visited
{
	text-decoration: underline;
	color: #B1A17F;
}

.pageBody
{
	clear: both;
	padding-top: 10px;
	text-align: left;
	/* border: solid red 1px;	/* DEBUG */
}

.pageBody img.splash
{
	display: block;
	margin: 25px auto;
}

.pageBody ul {
	margin: 1em 0;
}

.pageBody li {
	margin: 1em 0;
}

.editablePageBody
{
	width: 778px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	/* border: solid blue 1px;	/* DEBUG */
}

/* Be sure to subtract out newsbox width */
#maincontent {
	padding-left: 20px;
}

#contentcolumn {
	float: left;
	padding-left: 40px;
	width: 450px;
}

/* override this for the homepage */
.homepage #contentcolumn {
	width: 450px;
	padding-left: 40px;
}

.blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
	color: #9A6803;
	line-height:125%;
	float: center;
	margin: 0px;
	padding: 10px;
	background-color: #D3D1C0;
	quotes: "\201C" "\201D";
}

.blockquote_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	float: center;
	margin: 0px;
	padding: 10px;
	background-color: #D3D1C0;
	quotes: "\201C" "\201D";
}

.blockquote_imgcolumn {
	width: 175px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
	color: #987F52;
	line-height:150%;
	float: center;
	margin: 0px;
	padding: 10px;
	background-color: #D3D1C0;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


#imgcolumn {
	float: left;
	width: 190px;
	background-color:#D3D1C0;
	margin-left: -10px;
}

.homepage #imgcolumn {
	float: left;
	width: 190px;
	background-color:#D3D1C0;
}

.press #leftcolumn{
	width:180px;
}

#leftcolumn {
	float: left;
	width: 190px;
	margin-top: 0px;
	background-color:#D3D1C0;
	margin-left: -10px;
}

.info{
padding: 10px;
}

#leftcolumn img {
	margin-top: 0px;
}

.announcementbox a{
	float: left;
	width: 6em;
	height: 5em;
	margin-top: 0px;
	border: 1px solid #9A6803;
	padding: .5em;
	margin: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
	text-align: center;
	background: url(../images/buttonsliver_gold_out.gif) #fff center left repeat-x;
}

.announcementbox a:hover {
	background: url(../images/buttonsliver_gold_in.gif) #fff center left repeat-x;
}

.announcementbox a:link {
	text-decoration:none;
	color: 333333;
	font-weight: normal;
	text-align:center;
}

.announcementbox a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

.floatimg {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.pagenav 
{
	padding-left: 0;
}

.pagenav li {
	list-style: none;
}

#successformula {
	font-weight: bold;
	font-size: 150%;
	white-space: nowrap;
	margin: 1.5em .25in;
}

#successformula span.result {
	color: #569FD3;
}

a.viewaspdf {
	float: right;
	margin: 0 0 5px 5px;
}

/* a link that consists of an image centered 
 * above a line of text
 */
a.combolink {
	margin: 1em 0;
	display:block;
	width: 100%;
	text-align: center;
}

a.combolink img {
	display:block;
	margin: 0 auto;
}

#leftcolumn img.pdfsmallleft {
	display: block;
	float: left;
	margin: 3px 3px 0 0;
	padding: 0;
	border: none;
}
ul#associations {
	display: block;
	clear: both;
	margin: 40px 0;
	text-align: center;
}

#associations li {
	display: inline;
	list-style: none;
	margin: 0 10px;
	line-height: 56px;
	font-size: 56px; /* HACK: needed to get the vertical centering to work in IE */
}

#associations li a {
	text-decoration: none;
}

/* HACK: reset in non-IE browsers */
#associations>li {
	font-size: inherit;
}

#associations img {
	vertical-align: middle;
}

ul.footnotes
{
	font-size: 80%;
	padding: 0;
	line-height: 1.25em;
}

ul.footnotes li {
	list-style: none;
	margin: 0 0 .25em;
}

.bottomNav
{
	clear: both;
	margin-left: 0;
	/* border: solid green 1px; /* DEBUG */
}

.bottomRow
{
	margin-top: 8px;	
	margin-bottom: 4px;
	/* border: solid yellow 1px; /* DEBUG */
}

.bottomRow ul
{
	list-style-type: square;
}

.bottomRow li
{
	display: inline;
	margin: 5px;
}

.copyright
{
	margin-left: 4px;
	margin-top: 8px;	
	margin-bottom: 4px;
}

form td {
	padding-bottom: .5em;
}

p small {
	font-family: "Small Fonts", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#clientlogon #logonerror {
	color: red;
	margin-bottom: 0.5em;
}

#clientlogon {
	margin-bottom: 20px;	
}

#clientlogon p {
	margin: 0;
}
#clientlogon input {
	padding: 2px;
	font-size: 90%;
	width: 60%;
}

.clear {
	clear: both;
}
