/* CSS Document */

body {
	display: block;
	position: relative;
	float: none;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #716C59 url(/_images/backgrounds/body.jpg) top left no-repeat;
}

h1 { font-family: arial; font-size: 18px; color: #823237; }
h2 { font-family: arial; font-size: 16px; color: #823237; }
h3 { font-family: arial; font-size: 14px; color: #000000; }


a, a:link {
	color: #272525;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

label {
	display: block;
	font-size: 98%;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0;
	background-image: url(/_images/elements/not_required_dot.jpg);
	background-position: center left !important;
	background-position: middle left;
	background-repeat: no-repeat;
}

label.required {
	background-image: url(/_images/elements/required_dot.jpg);
	color: #ff0000;
}

input {
	margin-bottom: 4px;
}

.clear {
	clear: both;
}

.post {
	display: block;
	margin: 0;
	padding: 0;
}

.post .item {
	display: block;
	padding: 20px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px dashed #ccc;
}

.post .item .title {
	font-size: 160%;
	color: #823237;
	margin: 0;
	padding: 0;
}

.post .item .post_info {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 95%;
	font-style: italic;
}

.post .item .content {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #823237;
}

#page {
	display: block;
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

#page .header, #page .page_body, #page .footer {
	display: block;
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

/* HEADER */

#page .header {
	height: 100px;
}

#page .header #img-mastergard_logo {
	display: block;
	float: left;
	width: 760px;
	height: 100px;
	margin: 0;
	padding: 0;
}


/* PAGE_BODY */

#page .page_body {
	background: #fff;
	padding-top: 4px;
	background: #fff url(/_images/backgrounds/page_body.jpg) top left repeat-y;
}

#page .page_body .col_left {
	display: block;
	float: left;
	width: 171px;
	margin: 0;
	padding: 0 4px 0 3px;
}

#page .page_body .col_left #nav_main {
	display: block;
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #fff;
	background: #fff;
}

#page .page_body .col_left #nav_main a {
	display: block;
	float: none;
	width: 134px;
	height: 24px;
	margin: 0 0 1px 0;
	padding: 10px 0 0 26px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/_images/buttons/nav_main-1_1.jpg);
	color: #813236;
	text-decoration: none;
}

#page .page_body .col_left #nav_main a:hover, #page .page_body .col_left #nav_main a:active {
	background-image: url(/_images/buttons/nav_main-1_2.jpg);
	color: #fff;
}

#page .page_body .col_left #nav_main a.active, #page .page_body .col_left #nav_main a.active:hover {
	background-image: url(/_images/buttons/nav_main-1_3.jpg);
	color: #fff
}

#page .page_body .col_left #excitement {
	display: block;
	position: relative;
	float: left;
	width: 183px;
	margin: 16px 0 4px 0;
	padding: 0;
}

#page .page_body .col_left #excitement a {
	display: block;
	float: none;
	width: 160px;
	height: 92px;
	margin: 4px 0 0 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top: 1px solid #fff;
	border-bototm: 1px solid #fff;
}

#page .page_body .col_right {
	display: block;
	position: relative;
	float: left;
	width: 562px;
	margin: 0;
	padding: 0;
}

#page .page_body .col_right .page_content {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}

#page .page_body .col_right .page_content .page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #272525;
	margin: 0 0 12px 0;
	padding: 0;
}

#page .page_body .col_right #excitement {
	display: block;
	position: relative;
	float: left;
	width: 183px;
	margin: 0;
	padding: 0;
}

#page .page_body .col_right #excitement a {
	display: block;
	float: none;
	width: 175px;
	height: 100px;
	margin: 0 auto 4px auto;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#page .page_body .col_right #logos {
  display:block;
  position:relative;
  float:right;
  width:175px;
  margin:0 auto 4px auto;
  text-align:center; }

/* FOOTER */

#page .footer {
	position: relative;
	text-align: center;
	padding: 4px 0 20px 0;
	color: #ccc;
}

#page .footer p {
	margin: 0;
}

#page .footer a {
	color: #fff;
}


#page .footer #auto_logos {
	display: block;
	position: absolute;
	width: 760px;
	height: 100px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: url(/_images/footer/auto_logos.gif) top left no-repeat;
	text-indent: -9999px;
}

#page .footer #right_corner {
	display: block;
	position: absolute;
	width: 10px;
	height: 58px;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

#page #a-vsib {
	display: block; 
	padding: 10px 10px 10px 26px; 
	background-image: url(/_images/footer/footer_vsib.gif); 
	background-postion: center left !important; 
	background-position: middle left; 
	background-repeat: no-repeat; 
	color: ##fff;
}
	