/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	color: #222;
	font-family: arial;
	font-size: 9pt;
	text-align: center;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	color: #028235;
	font-weight: normal;
	font-size: 18pt;
}

h2 {
	color: #028235;
	font-weight: normal;
	font-size: 14pt;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #028235;
	font-weight: normal;
	font-size: 10pt;
}

.subhead {
	font-size:1.25em;
	font-style:italic;
	font-weight:bold;
}

strong {
	color: #028235;
}

span.subheading_01 {
	text-decoration: underline;
	font-weight: bold;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #98750a;
	text-decoration: none;
}

a:hover {
	color: #98750a;
	text-decoration: underline;
}

a.white_01:link, a.white_01:active, a.white_01:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14pt;
}

a.white_01:hover {
	color: #98750a;
	text-decoration: none;
	font-size: 14pt;
}

a.grey_01:link, a.grey_01:active, a.grey_01:visited {
	color: #ccc;
	text-decoration: none;
}

a.grey_01:hover {
	color: #ccc;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.header_wrapper_01 {
	display: none;
	height: 300px;
	width: 100%;
}

div.header_content_01 {
	width: 900px;
	margin: 0px auto;
}

div.top_bar_01 {
	display: none;
	height: 21px;
	width: 900px;
	text-align: right;
	line-height: 20px;
	color: #fff;
}

div.banner_01 {
	position: relative;
	width: 900px;
	height: 224px;
	background: #222 url("../images/standard/banner_bg_02.jpg") top left no-repeat;
}

div.gold_bar_01 {
	position: relative;
	width: 900px;
	height: 5px;
	background: #c8a63a;
}

div.menu_01 {
	width: 900px;
	height: 50px;
	background: #222 url("../images/standard/menu_bg_01.jpg") top left no-repeat;
}

div.menu_item_01 {
	float: left;
	width: 150px;
	height: 50px;
	padding-top: 5px;
	color: #028235;
}

div.content_wrapper_01 {
	width: 100%;
	padding: 10px 0px 30px 0px;
	background: #fff;
}

div.content_01 {
	margin: 0px auto;
	text-align: left;
}

div.left_column_01 {
	width: 100%;
}

div.right_column_01 {
	margin-top: 30px;
	width: 100%;

}

div.whole_column_01 {
	width: 100%;
}

div.feature_01 {
	min-height: 70px;
}

div.killallfloats {
	clear: both;
}

div.canvas_01 {
	margin: 0px auto;
	text-align: left;
}

div.footer_wrapper_01 {
	width: 100%;
}

div.footer_content_01 {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	line-height: 15px;
	font-size: 8pt;
	color: #666;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.vip_cards_01 {
	border-collapse: collapse;
	
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input.paddo_mail_01 {
	border: 1px solid #444;
	background: #c3a954;
	color: #fff;
	font-size: 8pt;
	padding-left: 3px;
	margin-top: 1px;
}

input.paddo_mail_02 {
	border: 1px solid #444;
	background: #008438;
	color: #fff;
	font-size: 8pt;
	margin-top: 1px;
}

form.contact_01 input {
	width: 200px;
}

form.contact_01 textarea {
	width: 300px;
}

form.contact_01 input.submit_01 {
	width: 80px;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.thumb_01 {
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #9a750b;
	width: 61px;
	height: 61px;
	float: left;
}

img.shadow_left_01 {
	position: absolute;
	top: 45px;
	left: -120px;
}

img.shadow_right_01 {
	position: absolute;
	top: 45px;
	right: -120px;
}

img.shadow_bottom_01 {
	position: absolute;
	top: 55px;
	left: 0px;	
}

img.subiaco_lions_01 {
	position: absolute;
	right: -10px;
	bottom: 30px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/



/*-----------------------------------------
  9. Lists
-----------------------------------------*/

div.anyClass ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.anyClass ul li {
	float: left;
	margin-bottom: 5px;
}
