/* BASIC HTML DEFINITIONS */

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	background-image: url(../images/bg_blue.gif);
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 75%;
	text-align: left;
	background-repeat: repeat;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0px;
	text-align: left;
}

hr {
	background-color: #005596;
	color: #005596;
	height: 1px;
	width: 100%;
	text-align: center;
}

blockquote {
	margin-bottom: 0;
}

form {
	margin: 10px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #C0C0C0;
	padding: 2px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

.contact label {
	width: 75px; 
	float: left; 
	text-align: right;
	margin: 3px 5px 5px 5px; 
	clear: both
}

.contactbutton {
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;	
}

/* BASIC LINK COLORS */

A:LINK    {color: #190775; text-decoration: none; font-weight: bold;}
A:VISITED {color: #190775; text-decoration: underline; font-weight: bold;}
A:HOVER   {color: #190775; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #190775; text-decoration: none; font-weight: bold;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Georgia, Georgia, serif; 
	color: #190775; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
	padding: 0px 0px 0px 10px; 
	margin: 0 0 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #190775; 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	margin: 10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #190775; 
	text-align: left; 
	text-transform: lowercase; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 10px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #190775; 
	margin: 10px 0;
}

h5 {
	font-size: 120%; 
	font-weight: bold; 
	color: #190775; 
	margin: 10px 0;
}

h6 {
	font-size: 120%; 
	font-weight: bold; 
	color: #000000; 
	margin: 10px 0;
}

span.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif; 
	float: left; 
	color: #7F2C00; 
	font-size: 58px; 
	font-weight: bold; 
	line-height: 45px; 
	padding: 0 2px 0 0;
}

span.heading {
	color: #7F2C00;
}

/* PROPERTIES FOR PAGE LAYOUT SECTIONS */

.wrapper {
	width: 750px; 
	background-color: #FFFFFF; 
	background-image: url(../images/background2_darkBlue.gif); 
	color: #000;
    text-align: left; 
	border: 1px solid #000; 
	margin: 0 auto;
}

.wrapper_cal {
	width: 750px; 
	background-color: #FFFFFF; 
	background-image: url(../images/background2_darkBlue.gif); 
	color: #000;
    text-align: left; 
	border: 1px solid #000; 
	margin: 0 auto 0 auto;
	position: absolute;
	left: 15%;
	top: 0px;
}

.header  {
	background-image: url(../images/logoimage_bwtpc_darkBlue.gif);
	text-align: right;
	padding: 20px 20px 0 0;
	color: #FFFFFF;
	height: 175px;
	font-size: 90%;
	background-repeat: no-repeat;
}

.header A:LINK    {color: #FFFFFF; text-decoration: none;}
.header A:VISITED {color: #FFFFFF; text-decoration: none;}
.header A:HOVER   {color: #FFFFFF; text-decoration: underline;}
.header A:ACTIVE  {color: #FFFFFF; text-decoration: underline;}

.header_cal  {
	background-image: url(../images/logoimage_bwtpc_darkBlue.gif);
	text-align: right;
	padding: 20px 20px 0 0;
	color: #FFFFFF;
	height: 185px;
	font-size: 90%;
	background-repeat: no-repeat;
}

.header_cal A:LINK    {color: #FFFFFF; text-decoration: none;}
.header_cal A:VISITED {color: #FFFFFF; text-decoration: none;}
.header_cal A:HOVER   {color: #FFFFFF; text-decoration: underline;}
.header_cal A:ACTIVE  {color: #FFFFFF; text-decoration: underline;}


.navigation {
	background-color: #FFF; 
	background-image: url(../images/navigation_darkBlue.gif); 
	text-align: center; 
	padding: 15px 0 0 0; 
	color: #FFF; 
	height: 35px; 
	font-size: 90%; 
	word-spacing: normal;
}
.navigation A:LINK    {color: #FFF; text-decoration: none; word-spacing: 2px;}
.navigation A:VISITED {color: #FFF; text-decoration: none; word-spacing: 2px;}
.navigation A:HOVER   {color: #FFF; text-decoration: underline; word-spacing: 2px;}
.navigation A:ACTIVE  {color: #FFF; text-decoration: none; word-spacing: 2px;}

.content {
	width: 425px;
	float: left;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
}

.content_firm {
	width: 450px;
	float: left;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
}

.content_cal {
	width: 100%; 
	/*float: left; */
	padding: 0px 5px 0 10px; 
	line-height: 18px; 
	text-align: justify;
}

.sidebar {
	float: right;
	width: 250px;
	font-size: 100%;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.sidebar_firm {
	float: right;
	width: 225px;
	font-size: 95%;
	text-align:left;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.footer {
	clear: both;
	background-image: url(../images/footer_darkBlue.gif);
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	height: 125px;
	padding: 20px 0 0 0;
	line-height: 12px;
}

.footer_cal {
	background-image: url(../images/cal_footer.gif);
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	height: 125px;
	width: 725px;
	padding: 10px 0 0 0;
	line-height: 12px;
	background-position: left;
}


/* ASSIGN CLASSES TO IMAGES TO PLACE THE PHOTOS' BORDER AND ALIGNMENT */

.imageleft {
	float: left;
	margin: 2px 10px 2px 0px; 
	border: 1px inset #666666;	
}
.imageright {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px inset #666666;
}


.imagecenter {
	margin: 2px 0px 2px 15px; 
	/*float:none;*/
}
.imagecenter A:LINK    {color: #FFFFFF; text-decoration: none;}
.imagecenter A:VISITED {color: #FFFFFF; text-decoration: none;}
.imagecenter A:HOVER   {color: #FFFFFF; text-decoration: none;}
.imagecenter A:ACTIVE  {color: #FFFFFF; text-decoration: none;}

.image_contact {
	background-image:url(../images/stock_photos/photo.gif);
	margin-left: 3px;
	float:none;
}

.image_contact A:LINK    {color: #FFFFFF; text-decoration: none;}
.image_contact A:VISITED {color: #FFFFFF; text-decoration: none;}
.image_contact A:HOVER   {color: #FFFFFF; text-decoration: none;}
.image_contact A:ACTIVE  {color: #FFFFFF; text-decoration: none;}

/* ASSORTED STYLES */

.stock_photos {
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;
}
.org_chart {
	background-image: url(../images/organzational_chart.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 425px;
	width: 385px;
}
.newsletter_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.newsletter_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}

