@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4f4f4f;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4f4f4f;
}
.twoColFixLtHdr #container { 
	width: 983px; 
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #4f4f4f url(images/header.jpg) no-repeat left top; 
	height: 174px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.twoColFixLtHdr #nav {
	margin: 0;
	height: 36px;
}

.twoColFixLtHdr #bgContent {
	background: #ffffff url(images/leftCross.jpg) no-repeat ;
	font-size: 12px;
}

.twoColFixLtHdr #sidebar1 {
 float: left;
	width: 200px; 
	padding: 15px 50px 15px 20px;
}


#sidebarTop {
height: 275px; 
}

#sidebarSearch {
	height: 40px;
	text-align:right;	
}
		#sidebarSearch  a {
			color: #4f4f4f;
			font-size:9px;	
		}

		#sidebarSearch  a:hover {
			font-size:9px;
			color: #c43932;
			text-decoration: none;
		}
		
		#sidebarSearch input {
			border: solid thin #999;
		}
		
		.titleTextLarge { 
			font-size:16px; 
			color: #74292e;
			font-weight: bold;
		}

#sidebarAddress {
		height: 150px;
		text-align:right;
		padding: 45px 0px 0px 0px;
}

	.titleText { color: #74292e; }


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; 
	padding: 0px 40px 20px 5px; 	
	font-size: 12px;
	line-height: 22px;
	color: #4f4f4f;
} 

.twoColFixLtHdr #mainContentSub {
	margin: 0 0 0 220px; 
	padding: 20px 20px 20px 5px; 	
	font-size: 12px;
	line-height: 22px;
	color: #4f4f4f;
}

	#imgLeft  {
		background-image: url('images/greyBox.jpg');
		background-repeat: no-repeat;
		padding-top: 20px;
		height: 317px;
		width: 244px;
		text-align: center; 	
	}
		#col ul {
			list-style: none;
			margin: 0;
			padding: 10px 5px 10px 18px;
			border: none;
			text-align: left;
			}
			
			#col li {
			/*border-bottom: 1px solid #90bade;*/
			margin: 10px;
			font-weight: bold;
			}
			
			#col li a {
				font-weight: bold;
				text-decoration: none;
				color: #4f4f4f;
			}
			
			#col li a:hover {
				font-weight: bold;
				color: #c43932;
				text-decoration: none;
			}
	
	
	#imgRight {
		
		padding: 0px 10px 0px 0px; 	

		height: 317px;
		width: 346px;
	}


	.subTitle {
		font-weight: bold;
		font-size: 24px;
		height: 50px;

	}




.twoColFixLtHdr #footer { 
	padding: 10px 10px 10px 20px; 
	background:#000000; 
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	height: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;	
}

.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px; 
}

.twoColFixLtHdr #footer a:hover {
	color: #c43932;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
