@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page-wrapper {
	background-image: url(../images/page-wrapper-bg.gif);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#page-header .logo {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
#page-header .link {
	margin-left: 200px;
}
.link .top-links {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
}
.link .top-links a {
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
}
.link .top-links a:hover {
	text-decoration: underline;
}

.link .main-links {
	padding-top: 3px;
	text-align: right;
}
.link .main-links li {
	list-style-type: none;
	color: #B30000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	display: inline;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-right: 7px;
	margin-left: 9px;
}
.link .main-links a {
	color: #B30000;
	text-decoration: none;
}
.link .main-links a:hover {
	color: #000000;
}
#page-body {
	padding-top: 23px;
}
/* -------------- Home Page CSS Starts -------------- */
#page-body .left-content {
	float: left;
	width: 275px;
}
.left-content .left-coloumn-box {
	width: 248px;
	margin-left: 15px;
	height: 92px;
	margin-bottom: 25px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #EFEFEF;
}
.left-coloumn-box .image {
	float: left;
	width: 90px;
}
.left-coloumn-box .text {
	margin-left: 90px;
}
.left-coloumn-box .text h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
}
.left-coloumn-box .text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.left-coloumn-box .text a {
	text-decoration: none;
}
.left-coloumn-box .text a:hover {
	text-decoration: underline;
}

#page-body .right-content {
	margin-left: 280px;
	padding-left: 5px;
	background-image: url(../images/right-content-bg.jpg);
	background-repeat: no-repeat;
}
.right-content  h1 {
	color: #B30000;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 17px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 18px;
}

.right-content p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}
.right-content .flash {
	margin-top: 23px;
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.flash .heading {
	background-image: url(../images/flash-heading-bg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#page-body .contents {
	padding-left: 10px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: 400px 30px;
}
.contents  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin-bottom: 5px;
}
.contents .special-links {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contents h1  {
	color: #B30000;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 23px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 18px;
	margin-bottom: 10px;
}


.contents h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	margin-top: 7px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}
.contents h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
}
.contents h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
}
.contents  ol  {
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.contents  ol  li {
	line-height: 18px;
}
.contents ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 15px;
	margin-left: 5px;
}
.contents ul li {
	background-image: url(../images/0001_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 18px;
	padding-left: 20px;
}
.contents hr {
	height: 0px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sub-links {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #003399;
}
.contents  .sub-links li {
	display: inline;
	padding-left: 15px;
	margin-right: 30px;
	background-position: 0px 1px;
	font-size: 13px;
}
.sub-links a {
	color: #333333;
}
.sub-links a:hover {
	color: #B30000;
}


.post-msg td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}
.post-msg .textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 20px;
	width: 180px;
}
.post-msg .textarea {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.post-msg  select {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 23px;
}

.post-msg .button {
	height: 23px;
	border: 1px solid #CCCCCC;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	width: 60px;
}
.icon-table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.icon-table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.coupon {
	text-align: center;
	height: 140px;
	width: 360px;
	margin-top: auto;
}





/* ------------- Home Page CSS Ends ------------ */
/* ------------- Inner Page CSS Starts ------------- */
#page-wrapper #page-footer {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
#page-footer img {
	margin-right: 10px;
}
.post-msg {
	margin-top: 10px;
	margin-bottom: 10px;
}
