* {
	margin: 0;
	padding: 0;
}

html, body { 
	height:100%;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.wrapper-1 {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #d52d00;
	line-height: 1.333em;
  	font-size: 1em;
  	color: #2298a4;
}
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	padding: 0 0 10px 0;
	line-height: 1.25em;
	font-size: 2.333em;
	font-weight: 400;
	color: #800033;
}

	h2 strong {
		display: block;
		padding: 0 0 5px 0;
		font-weight: 400;
	}
	
	h2 em {
		display: block;
		margin: 0 0 -3px 0;
		font-style: normal;
	}

h3 {
	padding: 0 0 6px 0;
	line-height: 1.25em;
	font-size: 2.333em;
	font-weight: 400;
	color: #2196a2;
}

	h3 strong {
		display: block;
		padding: 0 0 5px 0;
		font-weight: 400;
	}
	
	h3 b {
		display: block;
		padding: 0 0 9px 0;
		font-weight: 400;
	}

h4 {
	padding: 0 0 11px 0;
	line-height: 1.25em;
	font-size: 2.333em;
	font-weight: 400;
	color: #bdbb13;
}

	h4 span {
		display: block;
		margin: -7px 0 0 0;
	}
	
	h4 strong {
		display: block;
		padding: 0 0 4px 0;
		font-weight: 400;
	}

h5 {
	padding: 1px 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #2196a2;
}

	h5 a {
		color: #2196a2;
	}
	
	h5 span {
		display: block;
		padding: 0 0 5px 0;
	}
	
		h5 span a {
			color: #800033;
		}
		
	h5 em {
		display: block;
		margin: 0 0 -10px 0;
		font-style: normal;
	}
	
	h5 small {
		font-size: 1em;
		color: #bdbb13;
	}
	
		h5 small a {
			color: #bdbb13;
		}
		
	h5 strong {
		display: block;
		padding: 0 0 8px 0;
	}

h6 {
	padding: 0 0 7px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #a9a9a9;
}

	h6 strong {
		display: block;
		padding: 0 0 3px 0;
	}
	
	h6 b {
		display: block;
		padding: 0 0 9px 0;
	}
	
	h6 big {
		display: block;
		padding: 0 0 7px 0;
		font-size: 1em;
	}

.fleft {
	float: left !important;
}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 42px 15px 0 !important;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 58px;
}

#main-bg-bot {
	background: url(images/main-bg-bot.jpg) no-repeat 50% 100%;
	width: 100%;
}

#main {
	width: 948px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 587px;
}

#menu {
	position: absolute;
	top: 18px;
	left: 1px;
}

	#menu li {
		float: left;
		padding: 0 1px 0 0;
	}
	
		#menu li a {
			display: block;
			height: 41px;
			padding: 0 35px 0 36px;
			overflow: hidden;
			float: left;
			line-height: 40px;
			font-size: 1.333em;
			font-weight: 600;
			text-decoration: none;
			color: #800033;
		}
	
		#menu li.act a {
			background: url(images/menu-tail.gif) repeat-x 0% 0%;
			padding: 0;
			color: #fff;
		}
		
			#menu li.act a span {
				background: url(images/menu-left.gif) no-repeat 0% 0%;
				display: inline-block;
			}
			
				#menu li.act a span span {
					background: url(images/menu-right.gif) no-repeat 100% 0%;
					display: inline-block;
					height: 41px;
					overflow: hidden;
					padding: 0 35px 0 36px;
				}
				
		#menu li a:hover {
			background: url(images/menu-tail.gif) repeat-x 0% 0%;
			padding: 0;
			color: #fff;
		}
		
			#menu li a:hover span {
				background: url(images/menu-left.gif) no-repeat 0% 0%;
				display: inline-block;
			}
			
				#menu li a:hover span span {
					background: url(images/menu-right.gif) no-repeat 100% 0%;
					display: inline-block;
					height: 41px;
					overflow: hidden;
					padding: 0 35px 0 36px;
				}

#logo {
	position: absolute;
	top: 119px;
	left: 0;
}

#head-box {
	background: url(images/header-box.gif) no-repeat 0% 0%;
	width: 315px;
	height: 308px;
	overflow: hidden;
	position: absolute;
	top: 103px;
	left: 633px;
}

	#head-box .inner {
		padding: 25px 27px 10px 27px;
	}

	
#search-form {
	width: 100%;
	overflow: hidden;
}

	#search-form img {
		margin: 0 0 17px 0;
	}

	#search-form label {
		display: block;
		width: 100%;
		height: 32px;
		overflow: hidden;
		clear:both;
	}
	
	#search-form span {
		display: block;
		width: 100%;
		height: 56px;
		overflow: hidden;
	}
	
	#search-form strong {
		display: block;
		width: 54px;
		height: 24px;
		overflow: hidden;
		float: left;
		line-height: 24px;
		font-size: 1em;
		color: #2196a2;
	}
	
	#search-form small {
		display: block;
		width: 80px;
		height: 24px;
		overflow: hidden;
		float: left;
		line-height: 24px;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}
	
	#search-form big {
		display: block;
		overflow: hidden;
		line-height: 24px;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}
	
	#search-form b {
		display: block;
		width: 72px;
		height: 24px;
		overflow: hidden;
		float: left;
		line-height: 24px;
		font-size: 1em;
		color: #2196a2;
	}
	
	#search-form select {
		background: none;
		width: 207px;
		float: left;
		margin: 2px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #939393;
	}
	
		#search-form select.date {
			width: 189px;
		}
		
		#search-form select.month {
			width: 81px;
			margin: 1px 6px 0 0;
		}
		
		#search-form select.day {
			width: 81px;
			margin: 1px 6px 0 0;
		}
		
		#search-form select.year {
			position: relative;
			width: 87px;
			margin: 1px 0 0 0;
		}
		
	#search-form i {
		background: url(images/search-input.gif) no-repeat 0% 0%;
		display: block;
		width: 181px;
		height: 24px;
		overflow: hidden;
		float: left;
		font-style: normal;
	}
	
		#search-form i input {
			background: none;
			width: 171px;
			height: 16px;
			padding: 4px 6px 4px 6px;
			float: left;
			border: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #939393;
		}
	
	#search-form input.radio {
		float: left;
		width: 11px;
		height: 11px;
		margin: 6px 0 0 0;
	}
	
	#search-form input#search-submit {
			background: url(images/search-submit.gif) no-repeat 0% 0%;
			width: 90px;
			height: 24px;
			padding: 0;
			float: right;
			border: none;
			cursor: pointer;
	}
	
	/*Quick Search form*/
	#quickSearch-form {
	width: 100%;
	overflow: hidden;
}




	#quickSearch-form select {
		background: none;
		width: 50px;
		margin: 2px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #939393;
	}
	
	/*login  form*/
	#login-form {
	width: 100%;
	overflow: hidden;
}




	#login-form select {
		background: none;
		width: 50px;
		margin: 2px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #939393;
	}
/*
	#quickSearch-form input#search-submit {
			background: url(images/search-submit.gif) no-repeat 0% 0%;
			width: 90px;
			height: 24px;
			padding: 0;
			float: right;
			border: none;
			cursor: pointer;
	}
	*/

/*end quick search form*/

#banners {
	background: #fff url(images/banners-bg.gif) no-repeat 100% 0%;
	padding: 1px 0 0 0;
	position: absolute;
	top: 400px;
	right: 0;
}

	#banners li {
		float: left;
		padding: 0 0 0 1px;
	}

#content {
	width: 100%;
}

	#content .indent {
		padding: 25px 0 29px 0;
	}
	
	#content .indent-1 {
		padding: 10px 24px 0 26px;
	}
	
		#content .indent .indent {
			padding: 0 24px 0 26px;
		}
		
	#content p {
		padding: 0 0 6px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #a9a9a9;
	}
	
		#content p.extra {
			padding: 0 0 13px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 15px 0;
		}
		
	#content blockquote p {
		background: url(images/mark.gif) no-repeat 2px 0%;
		padding: 1px 0 7px 2px;
		text-indent: 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #a9a9a9;
	}
	
		#content blockquote p em {
			font-weight: bold;
			font-style: normal;
			color: #800033;
		}
		
		#content blockquote p b {
			display: block;
			padding: 2px 0 0 0;
			text-align: right;
			color: #800033;
		}

.line-ver-1 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-hor {
	background: url(images/line-hor.gif) repeat-x 50% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.line-hor1 {
	background: url(images/line-hor.gif) repeat-x 50% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.gallery {
	height: 177px;
	padding: 0 0 29px 0;
}

.link {
	float: right;
	line-height: 1.3em;
	font-size: 1.167em;
	font-weight: 400;
	text-decoration: none;
	color: #800033;
	border-bottom: 1px solid #9f3f65;
}

	.link:hover {
		border-bottom: 1px solid #fff;
	}

.link-1 {
	float: right;
	line-height: 1.3em;
	font-size: 1.167em;
	font-weight: 400;
	text-decoration: none;
	color: #2196a2;
	border-bottom: 1px solid #2196a2;
}

	.link-1:hover {
		border-bottom: 1px solid #fff;
	}

.link-2 {
	float: right;
	line-height: 1.3em;
	font-size: 1.167em;
	font-weight: 400;
	text-decoration: none;
	color: #aeac12;
	border-bottom: 1px solid #aeac12;
}

	.link-2:hover {
		border-bottom: 1px solid #fff;
	}

.login {
background-image:url(images/login-submit.gif);
background-repeat:no-repeat;
float: right;
width:90px;
height:24px;
}
.list {
	padding: 0 0 10px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/marker.gif) no-repeat 0% 9px;
		padding: 0 0 0 12px;
		line-height: 2em;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}
	
		.list li a {
			color: #2196a2;
		}

.list-1 {
	width: 100%;
	padding: 0 0 19px 0;
	overflow: hidden;
}

	.list-1 li {
		float: left;
		width: 125px;
		padding: 0 12px 0 0;
		line-height: 1.333em;
		font-weight: bold;
		color: #800033;
		text-align: center;
	}
	
	.list-1 li.extra {
		padding: 0;
	}
	
		.list-1 li img {
			margin: 0 0 14px 0;
		}
		
		.list-1 li span {
			display: block;
			width: 100%;
			overflow: hidden;
		}
		
		.list-1 li a {
			color: #800033;
		}

.list-indent {
	padding: 0 0 26px 0 !important;
}

#search-form1 {
	width: 262px;
	padding: 13px 0 0 0;
}

	#search-form1 label {
		background: url(images/search-input1.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 43px;
		overflow: hidden;
	}
	
	#search-form1 input {
		background: none;
		width: 250px;
		height: 16px;
		padding: 4px 6px 4px 6px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #a9a9a9;
	}


#search-form2 {
	width: 578px;
	padding: 3px 0 0 2px;
}

	#search-form2 div.right {
		float: right;
		width: 294px;
		overflow: visible;
	}
	
	#search-form2 label {
		display: block;
		height: 36px;
		overflow: hidden;
	}
	
	#search-form2 p {
		height: 44px;
		overflow: hidden;
		padding: 0 !important;
	}
	
	#search-form2 strong {
		display: block;
		width: 54px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		color: #2196a2;
	}
	
	#search-form2 b {
		display: block;
		width: 77px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		color: #2196a2;
	}
	
	#search-form2 em {
		display: block;
		width: 57px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-weight: bold;
		font-style: normal;
		color: #2196a2;
	}
	
	#search-form2 i {
		display: block;
		width: 87px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-weight: bold;
		font-style: normal;
		color: #2196a2;
	}
	
	#search-form2 big {
		position: relative;
		display: block;
		width: 141px;
		height: 24px;
		margin: 0 0 0 -54px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}
	
	#search-form2 small {
		display: block;
		width: 63px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}

	#search-form2 select {
		background: none;
		width: 207px;
		float: left;
		margin: 2px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #939393;
	}
	
		#search-form2 select.extra {
			width: 217px;
		}
		
		#search-form2 select.extra1 {
			width: 237px;
		}
		
	#search-form2 input {
		width: 15px;
		height: 15px;
		float: left;
		margin: 7px 29px 0 0;
	}

#profile-form {
	width: 578px;
	padding: 3px 0 0 2px;
}

	#profile-form div.right {
		float: right;
		width: 294px;
		overflow: visible;
	}
	
	#profile-form label {
		display: block;
		height: 36px;
		overflow: hidden;
	}
	
		#profile-form label.input {
			background: url(images/profile-input.gif) no-repeat 54px 0%;
		}
		
		#profile-form div.right label.input {
			background: url(images/profile-input1.gif) no-repeat 76px 0%;
		}
		
		#profile-form label.visible {
			background: url(images/profile-input.gif) no-repeat 100% 0% !important;
		}
	
	#profile-form p {
		height: 44px;
		overflow: hidden;
		padding: 0 !important;
	}
	
	#profile-form strong {
		display: block;
		width: 54px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		color: #2196a2;
	}
	
	#profile-form b {
		display: block;
		width: 77px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		color: #2196a2;
	}
	
	#profile-form em {
		display: block;
		width: 47px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-weight: bold;
		font-style: normal;
		color: #2196a2;
	}
	
	#profile-form i {
		display: block;
		width: 87px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-weight: bold;
		font-style: normal;
		color: #2196a2;
	}
	
	#profile-form big {
		position: relative;
		display: block;
		width: 120px;
		height: 24px;
		margin: 0 0 0 -34px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}
	
	#profile-form small {
		display: block;
		width: 63px;
		height: 24px;
		line-height: 28px;
		overflow: hidden;
		float: left;
		font-size: 1em;
		font-weight: bold;
		color: #2196a2;
	}

	#profile-form select {
		background: none;
		width: 207px;
		float: left;
		margin: 2px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #939393;
	}
	
		#profile-form select.extra {
			width: 247px;
		}
		
	#profile-form input.checkbox {
		width: 15px;
		height: 15px;
		float: left;
		margin: 7px 29px 0 0;
	}
	
	#profile-form input.input {
		background: none;
		width: 199px;
		height: 16px;
		padding: 4px 4px 4px 4px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #a9a9a9;
	}
	
		#profile-form div.right input.input {
			width: 209px;
		}
		
		#profile-form div.right input.input1 {
			background: none;
			width: 199px;
			height: 16px;
			padding: 4px 4px 4px 4px;
			border: none;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #a9a9a9;
		}

.visible {
	overflow: visible !important;
}

/*--- carousel begin ---*/



.carousel-box {
	position: relative;
	height: 177px;
	padding: 0 0 29px 0;
}

	.carousel-box .inner {
		padding: 0 0 0 25px;
	}
	
		.carousel-box button {
			background: none;
			width: 23px;
			height: 26px;
			border: none;
			position: absolute;
			cursor: pointer;
			outline: none;
			z-index: 10;
		}
		
		.carousel-box button.prev {
			background: url(images/button-prev.gif) no-repeat 100% 0%;
			top: 73px;
			left: -5px;
		}
		
			.carousel-box button.prev:hover {
				background: url(images/button-prev.gif) no-repeat 0% 0%;
			}
			
		.carousel-box button.next {
			background: url(images/button-next.gif) no-repeat 0% 0%;
			top: 73px;
			right: -6px;
		}
		
			.carousel-box button.next:hover {
				background: url(images/button-next.gif) no-repeat 100% 0%;
			}
		
			.carousel-box ul li {
				position: relative;
				float: left;
				padding: 0 6px 0 0;
			}
			
			.carousel-box ul li a {
				position: relative;
				float: left;
				width: 145px;
				height: 177px;
			}
			
				.carousel-box ul li span {
					display: block;
					width: 145px;
					height: 177px;
					overflow: hidden;
					cursor: pointer;
				}
				
			.carousel-box ul li strong {
				display: block;
				width: 115px;
				height: 43px;
				padding: 7px 13px 0 17px;
				overflow: hidden;
				line-height: 1.143em;
				font-size: 1.167em;
				color: #800033;
				cursor: pointer;
				position: absolute;
				top: 127px;
				left: 0;
			}
			
				.carousel-box ul li strong b {
					display: block;
					margin: -1px 0 0 0;
					font-weight: normal;
				}
				
				.carousel-box ul li strong em {
					font-size: 0.857em;
					font-style: normal;
				}
				
				
				
/*--- carousel end ---*/



.pic-indent {
	margin: 0 0 14px 0;
}

.info-box {
	width: 100%;
	padding: 6px 0 6px 0;
	overflow: hidden;
}

	.info-box span {
		display: block;
		width: 100%;
		padding: 0 0 12px 0;
		overflow: hidden;
		font-size: 1em;
		font-weight: bold;
		color: #a9a9a9;
	}
	
	.info-box strong {
		display: block;
		float: left;
		padding: 0 15px 0 1px;
		line-height: 1em;
		font-size: 1.5em;
		color: #800033;
	}
	
	.info-box a {
		float: left;
		margin: 3px 6px 0 0;
		color: #bdbb13;
	}
	
	.info-box b {
		display: block;
		float: left;
		padding: 3px 0 0 0;
	}

#login-form {
	width: 262px;
	padding: 4px 0 0 0;
}

	#login-form label {
		background: url(images/login-input.gif) no-repeat 100% 0%;
		display: block;
		width: 100%;
		height: 36px;
		overflow: hidden;
	}
	
	#login-form strong {
		display: block;
		width: 77px;
		height: 24px;
		overflow: hidden;
		float: left;
		line-height: 24px;
		color: #2196a2;
	}
	
	#login-form input {
		background: none;
		width: 177px;
		height: 16px;
		padding: 4px 4px 4px 4px;
		float: left;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #a9a9a9;
	}
	
	#login-form b {
		display: block;
		width: 100%;
		padding: 0 0 19px 0;
		overflow: hidden;
	}
	
		#login-form b a {
			float: right;
			color: #bdbb13;
		}
		
	#login-form i {
		font-style: normal;
	}

.title {
	padding: 2px 0 14px 0;
	line-height: 1.333em;
	font-size: 1em;
	font-weight: bold;
	color: #800033;
}

	.title small {
		float: right;
		font-size: 1em;
		padding: 0 24% 0 0;
	}
	
	.title a {
		color: #800033;
	}

.privacy {
	padding: 10px 0 2px 27px;
}

	.privacy h2 {
		padding: 0 0 11px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 15px 0 !important;
	}

#footer {
	height: 72px;
	overflow: hidden;
}

	#footer .inner {
		padding: 10px 28px 0 28px;*/

	}

	#footer ul {
		float: right;
		padding: 5px 0 0 0;
	}
	
		#footer ul li {
			float: left;
			padding: 0 0 0 6px;
		}
		
	#footer p {
		line-height: 1.5em;
		font-size: 1em;
		color: #2298a4;
	}
	
		#footer p strong {
			text-transform: uppercase;
		}
		
		#footer p span {
			display: block;
		}
		
		#footer p a {
			text-decoration: none;
			color: #2298a4;
		}
		
			#footer p a:hover {
				text-decoration: underline;
			}
			
	/*Additional Styling*/
	.formText
	{
		line-height: 24px;
		font-size: 1em;
		color: #2196a2;
	}
	.hideReg
	{
		display:none;
	}
	.arrowText
	{
		background: url(images/marker.gif) no-repeat 0% 4px;
		padding-left: 12px;
	}