@charset "utf-8";
/* CSS Document */

#contentBox{
	width: 782px;
	margin-top: 8px;
	padding: 20px 0 20px 0; 
	border-bottom: 1px #ececec solid;
	text-align:left;
	font-size:12px;

}
	.boxTop{
		background:url(../images/blueboxtop_contact.jpg) top left no-repeat;
		height:56px;
	}

	.boxTop2{
		background:url(../images/blueboxtop_contact2.jpg) top left no-repeat;
		height:26px;
	}

	.boxTop h1{
		font-size:16px;
		padding:18px 10px 10px 10px;

		}		
	.boxBody{
		background:url(../images/blueboxbody_contact.jpg) top left repeat-y;
		}	


	.boxBottom{
		background:url(../images/blueboxbottom_contact.jpg) top left no-repeat;
		height:25px;
		}	


	#leftPanel {
		float: left; 
		width: 383px;		
		color:#363636;

		}
	

	#leftPanel a, #rightPanel a {
		color: #e45a0f;
		text-decoration: none;
		}
		
	#leftPanel a:hover, #rightPanel a:hover {
		text-decoration: underline;
		}
	

		.columnlist2 ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		 
		.columnlist2 li {
			list-style-type: none;
			margin: 2px 0;
			background: url(../images/arr_1.gif) 0 3px no-repeat;
			padding: 0 0 0 15px; /* left padding moves the text away from the bullet */
			}
		
		.columnlist2 a {
			color: #363636 !important;
			text-decoration: none !important;
			}
			
		.columnlist2 a:hover {
			text-decoration: underline !important;
			}


	.columnlist ul {
		float: left;
		width: 15em; /* width is changed */
		margin: 0;
		padding: 0;
		list-style: none;
		}
	 
	.columnlist li {
		list-style-type: none;
		float: left;
		width: 200px;
		margin: 2px 0;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		padding: 0 0 0 15px; /* left padding moves the text away from the bullet */
		}
	
	.columnlist a {
		color: #363636;
		text-decoration: none;
		}
		
	.columnlist a:hover {
		text-decoration: underline;
		}
		
	.horizontalist li {
		display: inline;
		list-style-type: none;
		margin-right: 20px;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		padding: 0 0 0 15px; /* left padding moves the text away from the bullet */	
		}
	
	.horizontalist li a {
		color: #e45a0f;
		}
	
	.horizontalist li a:hover {
		color: #42b7d0;
		}
	
	#rightPanel {
		float: right; 
		width: 383px; 
		}
/*		#formBox{ we can this in the future
			margin-top:50px;
		}
			#formBox #formHolder #formLeftPanel ul li{
				height:29px;
				margin:0pt 0pt 7px;
			}
			#formBox input {
				height:18px;
				padding:0pt 0pt 4px;
				width:195px;
				}
			input, textarea, select {
				border:1px solid #6B6B6B;
				color:#6B6B6B;
				font-family:arial;
				line-height:0.875em;
				vertical-align:top;
				}
			#formBox textarea {
				font-size:1em;
				height:161px;	
				overflow:auto;
				padding:0pt 0pt 4px;
				width:199px;
				}
			#formHolder{
				width:408px;
				margin:0 auto;	
			}
				#formLeftPanel{
					float:left;
					width:195px;
				}
				#formRightPanel{
					float:right;
					width:199px;
				}
				*/


	
