@charset "utf-8";
/* CSS Document */
body{ margin:0px auto; padding:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background: #ff0080 url(../images/bg.gif) top center no-repeat;}
.clear{ clear:both;}
.wrapper{ width:900px; margin:230px auto 0px auto; background:#fff;}
.header{ background:url(../images/Header.gif) no-repeat; height:230px; width:900px; float:left;}
.header h1{ text-align:center; margin:0px; font-size:48px; color:#FFF; padding:30px 0px 0px 0px; vertical-align:bottom;}
.content{ margin:0px; padding:10px; width:599px; float:left; border-right: 1px dashed #4e4e4e; text-align:justify;}
.content h2{ font-size:23px; color:#b41f24; margin:0px; padding:0px 0px 6px 0px;}
.content h3{ font-size:16px; color:#003059; margin:0px; text-align:justify;}
.content h4{ font-size:16px; color:#b41f24; margin:0px;}
.content h5{ font-size:16px; color:#036aab; margin:0px;}
.content p{ font-size:12px; color:#4e4e4e; font-size:14px; line-height:18px; margin:0px; padding:6px 0px;}
.content img { padding:6px;}
.right{ width:260px; padding:10px; float:left;}
.form{ background:#fff; color:#000; padding:10px; border:2px dashed #000; width:236px;}
.form h2{ font-size:30px; text-align:center; margin:0px; padding:4px 0px; color:#000;}
.form1{ background:#fff; color:#000; padding:10px; border:2px dashed #000; width:420px;}
input: { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.but{ border: 1px solid #000; background:url(../images/but.jpg) center repeat-x; height:30px; width:70%; cursor:pointer; font-size:16px; font-weight:bold;}
.arrow{ width:260px; text-align:center;}
.footer{ background:#9b0450; height:115px; width:900px; float:left;}
.footer h6{ font-size:18px; color:#FFF; text-align:center; margin:0px; padding:50px 0px}
.pale-red{ color:#b41f24;}
.blue{ color:#036aab;}
.only{ color:#F00;}
.twitter{padding:5px;}

/*=========================================*/
/*Slide show styles*/
/*=========================================*/
#flick-images {
	height:195px;
	margin:0px auto;
	width:400px;
	height:400px
}
#flick-images ul, #flick-images li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#flick-images li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:350px;
	height:350px;
	float:left;
}
#flick-images li img {
	border:0px;
}
#prevBtn {
	width:50px;
	margin:20px 0px 0px 80px;
	float:left;
}
#nextBtn {
	width:50px;
	margin:20px 0px 10px 140px;
	float:left;
}
#prevBtn a, #nextBtn a {
	background:#F60;
	color:#FFF;
	cursor:pointer;
	border:1px solid #760411;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:6px;
	text-decoration:none;
}
#prevBtn a:hover, #nextBtn a:hover {
	background:#090;
	border:1px solid #030;
	cursor:pointer;
	color:#fff;
}
.flick-frame {
	background-color:#fff;
	width:410px;
}
.common {
	width:400px;
	margin:0px auto;
}