/*
These are the colors I used for the bridgeportcentral.com site

Dark Red = 4C1C1C
Red = B72025
Tan = F9F8E1
Darker Tan = F4E295
Brown = BB8C46
Gray = 666666
Dark Gray = 2C2C2C

*/
body
	{
	margin: 0;
	padding: 0;
	background: #BB8C46;
	background-image:url(images/bcbc_bg_pattern.png);
	background-repeat:repeat;
	font: 12px/1.5em arial, sans-serif;
	color: #2C2C2C;
	text-align: center;
	}
	
a
	{
	color: #4C1C1C;
	text-decoration: none;
	border-bottom: 1px solid #4C1C1C;
	}
	
a:visited
	{
	color: #CEC7B5;
	border: none;
	}
	
a:hover
	{
	color: #BB8C46;
	border-bottom: 1px solid #BB8C46;
	background-color: #F4E295;
	}

#header
	{
	width: 886px;
	height: 216px;
	background: #D6CFBC url(images/bcbc_header.gif) no-repeat;
	}

#footer
	{
	width: 886px;
	height: 57px;
	background: #000 url(images/bcbc_footer.gif) no-repeat;
	margin: 0 30 0 0;
	font: 12px/1.5em arial, sans-serif;
	letter-spacing: 1px;
	vertical-align:bottom;
	
	}

p
		{
	padding: 40px;
	width: 400px;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	text-align: left;
		}

form
		{
		padding: 40px;
		width: 400px;
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 0 0.6em 0;
		}
		
#container
		{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 886px;
		background: #FFFFFF url(images/bcbc_bodybg.gif) repeat-y;
		}

.title {
		font-size: 18px;
		font-weight: bold;
		color: #4C1C1C;
}
		
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #4C1C1C;
}
.subtitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #BB8C46;
}
.navigation {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.form {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#linkList {
	position: absolute;
	top: 216px;
	left: 560px;
	width: 280px;
	margin-right: 30px;
	height: 734px;
		}

#footer a
			{
			padding: 2px 5px;
			border: none;
			margin: 0;
			}

		#footer a:hover
			{
			background: #000;
			border: none;
			}

		#linkList h3
			{
			width: 210px;
			height: 25px;
			margin: 1em 0 0 0;
			padding: 0;
			}

		#linkList ul
			{
			/*background-image:url(images/bcbc_nav_top.gif);
			background-repeat:no-repeat;*/
			list-style: none;
			margin: 0;
			padding: 0;
			/*background: #F9F8E1;*/
			}

		#linkList li
			{
			background-image:url(images/bcbc_nav_bg.gif);
			background-repeat:repeat-y;
			color: #000000;
			/*border-bottom: 1px solid #BB8C46;*/
			line-height: 1.25em;
			padding: 0.5em 17px;
			/*background: #F9F8E1;*/
			}

			/* #linkList li top {
				height: 29px;
				background: url(images/bcbc_nav_top.gif) no-repeat;
			}
			
			#linkList li bg {
				background: url(images/bcbc_nav_bg.gif) repeat-y;
			}
			
			#linkList li bottom {
				height: 11px;
				background: url(images/bcbc_nav_bottom.gif) no-repeat;
			}
			*/
		/* #linkList li:hover
			{
			background: #BB8C46;
			} */

		#linkList li a
			{
			
			display: block;
			border: none;
			color: #000000;
			font-weight: bold;
			margin-left: -12px;
			padding-left: 12px;
			/*background: #F9F8E1;*/
			}

		#linkList li a:hover
			{
			color: #2C2C2C;
			background: #CCC;
			}
			
			/*
			These are the colors I used for the bridgeportcentral.com site

			Dark Red = 4C1C1C
			Red = B72025
			Tan = F9F8E1
			Darker Tan = F4E295
			Brown = BB8C46
			Gray = 666666
			Dark Gray = 2C2C2C

			*/

