﻿/* -----------------------------------------------
   CB&T - Chesapeake Bank and Trust
   http://chesapeaketrust.com/
   
   Developed by SOLEIO
   http://soleio.com/

   TEASER Style Definitions
   filename:    cbt.css
   author:      Oswald Cuervo - email@soleio.com
   version:     15 December 2004
   ----------------------------------------------- */

/* -----------------------------------------------
    GENERAL
   ----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html body {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #eee;
	background: #235;
	padding: 25px 0 0 25px;
}

/* -----------------------------------------------
    LINKAGE
   ----------------------------------------------- */

a {
	text-decoration: none;
}

.navholder a {
	color: #bdc2cc;
	border-bottom: 1px solid #bdc2cc;
}

.navholder a:hover {
	background: #394866;
	color: #ddd;
	border-bottom: 1px solid #ddd;
}

/* -----------------------------------------------
    LAYOUT
   ----------------------------------------------- */

#wrapper {
	width: 750px;
/*	background: #eee; */
}

#header {
	font-size: medium;
	font-weight: bold;
}

#logo {
/*	width: 50px;
	height: 50px; */
	float: left;
	border: 0;
}

#banner {
	border: 0px solid #9199aa;
}

.navholder {
	width: 450px;
	float: right;
	padding-top: 50px;
	margin: 0;
	color: #9199aa;
/*	background: #fee; */
}

.leftcol {
	width: 275px;
	float: left;
	padding-top: 0px;
}
.rightcol {
	padding: 0px 0px 0px 20px;
	width: 450px;
	float: left;
/*	background: #9199aa; */
}

/* -----------------------------------------------
    TEXT
   ----------------------------------------------- */

h1 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 30px;
	color: #9199aa;
	clear: both;
	padding: 75px 0 80px 0px;
/*	background: #efe; */
}

h2 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 21px;
	color: #fff;
	margin: 1.0em 0;
	padding-bottom: 1.0em;
	border-bottom: 1px solid #394866;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

h3 {
	font-size: 11px;
}

p {
	font-size: 11px;
	margin-bottom: 1.0em;
}

.leftcol p {color: #9199aa}

.leftcol h3 {
	color: #eee;
	font-size: 11px;
}

.rightcol h2 {
	width: 425px;
}

.rightcol p {
	width: 425px;
}

.rightcol ul {
/*	list-style: disc url(../identity/_img/bullets/diamond_black.gif) inside; */	list-style: square inside;
	font-size: 11px;
	margin: 1.0em;
}

.rightcol li {
	line-height: 1.5em;
}

p.copyright {
	margin-top: 8.0em;
	color: #394866;
}


/* -----------------------------------------------
    MISCELLANY
   ----------------------------------------------- */

