﻿
h1
{
   font-weight: bold;
   font-size: 16px;
   color: #3075AD;
}

h2
{
   font-weight: bold;
   font-size: 14px;
   color: #3075AD;
}

h3
{
   font-weight: bold;
   font-size: 12px;
   color: #000000;
}


td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

hr
{
   color: #898989;
   width:90%;
}

#breadcrumb
{
   background: url('Images/content1-header.gif') no-repeat;
   color: White;
   padding: 3px;
   font-size: 10px;	
   padding-left: 5px;
   height:86px;

}

#breadcrumb a
{
   color: Yellow;
}

#loginbox
{
   display:block;
   color: #333333;
   width: 180px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
   float:right;
   margin-right:110px;
   margin-top:12px;
}

#loginbox input
{
   color: #333333;
   border-color: #333333;
   background-color: #6EA8D8;
   font-size: 10px;
}

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;   
   margin-top:3px;     
}

.footermenulink a
{
   text-decoration: none;
   color: white; 
}

.headersubmenulink
{
   font-family: Arial, Serif;
   font-size: 13px;
   color:Yellow;
   /* text-transform: uppercase; */
}
.headersubmenulink a
{
   text-decoration: none;
   font-weight: bold;
   color: red;
   background: #888; 
}

.headersubmenulink a:hover
{
   text-decoration: underline overline;
   color: red; 
   background: #888;
}




.headermenulink
{
   font-family: Arial, Serif;
   font-size: 13px;
   /* text-transform: uppercase; */
}

.headermenulink a
{
   text-decoration: none;
   font-weight: bold;
   color: white;
   background: #888; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: white; 
   background: #888;
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

.highlightcity
{
   background-color: #df2e05;
}

.highlightstate
{
   background-color: #f4c977;
}

.highlightcountry
{
   background-color: #818689;
}

.articlebox
{
   background-color: #FFFFFF;
   color: #000000;
   border: solid 1px #000000;
   padding: 6px 6px 6px 6px;
   font-size: smaller;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #995117;
   text-decoration: none;
}

.articleabstract
{
   padding-top: 6px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
   background-color: White;
}

.pollquestion
{
   font-size: 12px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
   background-color: White;
}

.postinfo
{
   background-color: #f9eaa6;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #f09d35;
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}
/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}




/*---- Image Shadow --*/

div.shadow{float:left;padding:0 6px 6px 0;
    background: url(http://www.community-credit.com/images/dropshadow.png) no-repeat bottom right}
div.shadow img{display:block;position:relative;
    top: -3px;left:-3px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc}

/* summit page */
#summitContent h1
{
	font-size:large;
}

#summitContent h3
{
	font-size:medium;
}

.linkContainer 
{
	font-size:small;
	padding-bottom:10px;
}

.sectiontitle
{
   font-weight: bold;
   font-size: large;
   color: #3075AD;
}

.summitarticlebox
{
   background-color: #FFFFFF;
   color: #000000;
   border: solid 1px #000000;
   padding: 6px 6px 6px 6px;
   font-size: small;
}

.summitarticlebox h1
{
   font-size: 14px;
   font-weight: bold;
   color: #995117;
   text-decoration: none;
}

.articletext 
{
	font-size:small;
}

.summitContentUL li
{
	list-style:none;
	font-size:small;
}

/* Landing page */

.landingBodySimple body
{
	margin-top:20px;
	background-color:white;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	z-index:-2;
}
.landingBodySimple .centered
{
	margin-left:auto;
	margin-right:auto;
	width:350px;
}
.landingBodySimple .centered a
{
	text-decoration:none;
}
.landingBodySimple .centered a:hover
{
	text-decoration:underline;
}

.landingBody
{
	background-color:white;
	border:0pt solid red;
	width:660px;
	min-width:660px;
	height:538px;
	min-height:538px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-264px;
	margin-left:-322px;
}
.landingBody h2
{
	margin:0px;
}
.landingImgStartPos 
{ 
	position:absolute;
	top:210px;
	left:200px;
	z-index:1; 
}
.landingLogo 
{ 
	z-index:10; 
}


.gridImageXX li a img {
border: 0 none;
position: absolute;
width: 100px;
height: 75px;
left: -40px;
top: -55px;
}


.gridImage li a img {
width: 100px;
height: 75px;
}

.NormalBold 
{
	font-weight:bold;
}

.SubHead
{
	font-weight:bold;
	color:#5074ac;
}

.watermark
{
	color:Gray;
	font-size:small;
}

.adjustedZIndex {
    z-index: 1;
}

