/*
	CSS Stylesheet
	=========================================================
	2008	Christopher Cheng
	=========================================================
*/

.wrapper-mid {				
	text-align:				left;
	display: 				inline-block;
	margin:					0 auto;
	width:					918px;
	background: 			url(../images/bg_white.png) repeat-y;
}

#image {
	min-height:				452px;
	margin-left:			5px;
	padding-top:			12px;
	width:					906px;	
	background: 			url(../images/sub_bg.jpg) no-repeat;
}

#menu {
	float:					left;
	margin-top:				1px;
	margin-left:			28px;
	height:					293px;
	width:					167px;	
	list-style-type:		none;
	background: 			url(../images/sub_menu.jpg) no-repeat;
}

#pic {	
	float:					left;
	margin-left:			28px;

	height:					123px;
	width:					315px;	
	/*background: 			url(../images/contact_image.jpg) no-repeat; */
}

#flash {	
	float:					left;
	height:					123px;
	width:					535px;	
	background: 			url(../images/sub_red.jpg) no-repeat; 
}
	
#content {
	width:					650px;
	padding:				25px 30px 0 25px;
}

#content a{
color:#666666;
font-size:11px;
border:none;
}

#content a:hover{
color:#b51e23;
	border-bottom:			1px dotted #7f1414;

}
.title {
	font: 					italic 1em Verdana, sans-serif; 
	color: 					#b51e23;
	margin:0;
	padding:0;
}

.heading {
	font: 					ITALIC 1em Verdana, sans-serif; 
	color: 					#666666;
	padding-bottom:			15px;
	line-height:			14px;	
	font-size:11px;
	letter-spacing:0.05em;

}


p {
	padding-bottom:			20px;
	line-height:			19px;	

}

.list {	padding-left:15px;
padding-top:4px;
	line-height:			19px;	

}

.list li {
	padding-bottom:			14px;
	padding-left:6px;

}

.list2 {	padding-left:15px;
padding-top:4px;
	line-height:			19px;	

}

.list2 li {
	padding-bottom:			8px;
	padding-left:6px;

}
.listtitle {
	font: 					bold 1em Verdana, sans-serif; 
	padding-bottom:			3px;
	line-height:			14px;	
	font-size:11px;
	letter-spacing:0.05em;

}

input, textarea,SELECT, OPTION{
	font:normal 12px  Arial, Helvetica;
	color: #333;
	padding:3px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	
	
}

#submit {
	padding:2px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #e0e0e0;
	background-color:#322f2f;
	color:#e0e0e0;			
}
#submit:hover {
font: bold;
	background-color:#9b9c85;
	color:#333333;			
}


.formstyle {	list-style-type:		none; padding-top:5px;
}

.formstyle li{	padding-bottom:3px;
}

#theform { padding: 17px 15px 0px 20px;float:right;
text-align:left;		
width:200px;
border-left:dotted #9b9c85 1px;
}