/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 12/27/2008 */   

/* Color Schemes


 
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

div.newsFlash-Content ul {
	padding-left: 5px;
	margin-left: 0px;
}

div.newsFlash-Top h3 {
	color: Red;
}

body
{
	background: #e7e6e9  ;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:1.5em;
	color:#333;
}

div#page
{
    background-position: left top;
    background: #F7F3F0 url(/Template/Cobanc/images/cobancbg.jpg) no-repeat top left;
    color: #505050;
    font-family: Arial,Sans-Serif;
  
}

div#content
{


}

div#header
{

}

div#footer
{
    background-position: center bottom;
    color: #F7F3F0;
    background-repeat: no-repeat;
    padding-top: 0px;
    background-image: url('/Template/Cobanc/images/footer.jpg');

}

div#footer li
{
   color:White;
  
}
div#nav .curvy
{
    width: 155px;
    
 
}

/*new icon*/
.newIcon
{
	color: red; 
	margin-left: 6px;
}

/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

div
{
	font-size:1em;
}

p
{
	font-size:1.1em;
	line-height:1.4em;
	margin:0 10px 1.5em 0;
	padding:0;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{
    font-size: 3em;
    line-height: 1.5em;
    color: #000;
    text-align: left;
    margin: 0 0 0.5em;
    padding: 0;

}


h2
{
    font-size: large;
    line-height: 1.5em;
    color: #26438E;
    text-align: left;
    margin: 5px 0 0;
    padding: 0;
    font-style: normal;
    font-weight: bold;
}



h3
{
    font-size: 1.4em;
    line-height: 1.3em;
    color: #26438E;
    margin: 22px 0 ; 
    border-bottom: 3px #FFD800 solid;
    border-bottom-style: solid;
    padding-right: 5px;

}



h4
{
	font-size:1.2em;
	line-height:1.3em;
	color:#000;
	margin:0 0 0.25em;
	padding:0;
}

h5
{
	font-size:1.1em;
	line-height:1.3em;
	color:#000;
	margin:0 0 0.25em;
	padding:0;
}

h6
{
	font-size:1em;
	line-height:1.3em;
	color:#000;
	margin:0 0 0.25em;
	padding:0;
}

hr
{
	color:#5E0807;
	background-color:#5E0807;
}

/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.center
{
	text-align:center;
}

div#search
{
    color: #FFF;
    font-weight: 700;
    margin-top: -15px;
    margin-left: -160px;
    padding-left: 0px;
    width: 205px;
    text-align: justify;
}

.small
{
	font-size:0.8em;
	color:#666;
	line-height:1;
	padding-bottom:10px;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}

.watermarked
{
	color:#666;
}

div#loginBox
{
	width:200px;
	background-color:#123658;
	color:#FFF;
	font-size:8pt;
	border-color:#8A2529;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
}
div#loginBox a {
	color:#FFF;
}

/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color:blue;
	font-size:1em;
}

a:visited
{
	color:blue;
	background-color:transparent;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}

/* Header LINKS */
#header a,#header a:link,#header a:active
{
	text-decoration:none;
	color:#D1232A;
	font-size:.9em;
}

#header a:visited
{
	color:#D1232A;
	background-color:transparent;
}

/* END Header LINKS 
 Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color:#005982;
	font-size:.9em;
}

#footer a:visited
{
	background-color:transparent;
}

/* END Footer LINKS */


/* END LINKS 
 ///////////////////////////LISTS */
ul
{
    line-height: 1.7em;
    list-style-type: none;
    margin-left: 15px;
    text-align: left;
    color: #FFFFFF;
}

ul li
{
    margin: 0px;
    padding-right: 3px;
    display: inline;
    list-style-type: none;
 
}
div.newsFlash-Content ul li
{
	margin-bottom: 15px;
	display: block;
}

/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


