body {
	margin: 0;
	padding: 0;
	background-color: #ed760d;
	background-image: url(/img/site/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

body,td,th,input,textarea,select {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #a5a5a5;
}

input,textarea,select {
	color: #000000;
}

h1,h2,h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6e00;
	margin: 0 0 12px 0;
	padding: 0;
}

img {
	border-style: none;
}

a:link {
	color: #ff6e00;
	text-decoration: underline;

}
a:visited {
	color: #ff6e00;
	text-decoration: underline;
}
a:hover {
	color: #ff6e00;
	text-decoration: none;
}
a:active {
	color: #ff6e00;
	text-decoration: underline;
}

#main_container {
	float: left;
	clear: none;
	width: 100%;
}

#header_bg {
	float: left;
	clear: both;
	width: 100%;
	min-width: 1000px;
	height: 190px;
	background-image: url(/img/site/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#header1 {
	float: left;
	width: 100%;
	height: 190px;
	background-image: url(/img/site/header1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header2 {
	float: left;
	width: 100%;
	height: 190px;
	background-image: url(/img/site/header2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#header3 {
	float: left;
	width: 1000px;
	height: 146px;
	clear: both;
	position: relative;
}

.header_link:link, .header_link:visited, .header_link:hover, .header_link:active {
	position: absolute;
	display: block;
	width: 385px;
	height: 55px;
	top: 45px;
	left: 44px;
	text-decoration: none;
}

#header_banner {
	position: absolute;
	top: 44px;
	left: 421px;
}

#menu {
	float: left;
	width: 100%;
	clear: both;
}

#menu #ul_container {
	width: 97.5%;
	margin: 0 1% 0 1%;
}

#menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 32px;
	overflow: hidden;
}

#menu ul li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	/* set by PHP app -- width: 20%; */
	background-image: url(/img/site/menu_sp.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menu ul li div {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
}

#menu ul li.active div {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background-image: url(/img/site/menu_active_l.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menu ul li.first, #menu ul li.afteractive {
	background-image: none;
}

#menu ul li.active {
	background-image: url(/img/site/menu_active.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#menu ul li.active a:link, #menu ul li.active a:visited, #menu ul li.active a:hover, #menu ul li.active a:active {
	background-image: url(/img/site/menu_active_r.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #000000;
	text-decoration: underline;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	float: left;
	/* text-transform: lowercase; */
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	line-height: 27px;
	text-decoration: none;
	color: #f0f0f0;
	white-space: nowrap;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content1l {
	float: left;
	clear: both;
	width: 100%;
	min-width: 1000px;
	background-image: url(/img/site/content1l.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000000;
}

#content2l {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(/img/site/content2l.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#content1r {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(/img/site/content1r.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#content2r {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(/img/site/content2r.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	position: relative;
}

#content_mrg {
	margin: 0 8px 8px 8px;
}

#content_tbl {
	width: 100%;
	border-collapse: collapse;
}

#content_tbl td {
	vertical-align: top;
}

#content_tbl_right_td {
	width: 256px;
}

#content_sp {
	float: left;
	clear: both;
	width: 15px;
	height: 13px;
}

#content_sp2 {
	float: left;
	clear: both;
	width: 15px;
}

.left_banners {
	float: left;
	clear: both;
	width: 99%;
	text-align: center;
}

#left_content_container {
	float: left;
	clear: both;
	width: 99%;
	background-color: #2c2c2c;
}

#left_content_top {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(/img/site/content_brd.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#left_content_top_l {
	float: left;
	width: 100%;
	background-image: url(/img/site/content_crn_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#left_content_top_r {
	float: left;
	width: 100%;
	height: 13px;
	background-image: url(/img/site/content_crn_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#left_content_content_l {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(/img/site/content_brd.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#left_content_content_r {
	float: left;
	width: 100%;
	background-image: url(/img/site/content_brd.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#left_content_content_txt {
	margin: 0 10px 0 10px;
}

#left_content_btm {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(/img/site/content_brd.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#left_content_btm_l {
	float: left;
	width: 100%;
	background-image: url(/img/site/content_crn_btm_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left_content_btm_r {
	float: left;
	width: 100%;
	height: 13px;
	background-image: url(/img/site/content_crn_btm_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#left_disclaimer {
	float: left;
	clear: both;
	width: 100%;
}

#left_disclaimer_txt {
	margin: 20px 14px 0 14px;
}

.right_red_box_top {
	float: left;
	clear: both;
	width: 100%;
	height: 27px;
	background-image: url(/img/site/right_red_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.right_red_box_top_txt {
	margin: 7px 15px 0 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.right_red_box_content {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(/img/site/right_red_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.right_red_box_content2 {
	float: left;
	width: 100%;
	background-image: url(/img/site/right_red_box_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.right_red_box_content_txt {
	margin: 14px 3px 14px 3px;
	color: #feb8b8;
}

.right_red_box_content_txt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right_red_box_content_txt li {
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}

div.right_sp {
	float: left;
	width: 100%;
	height: 10px;
}

.right_grey_box_top {
	float: left;
	clear: both;
	width: 100%;
	height: 27px;
	background-image: url(/img/site/right_grey_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.right_grey_box_top_txt {
	margin: 7px 15px 0 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.right_grey_box_content {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(/img/site/right_grey_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.right_grey_box_content2 {
	float: left;
	width: 100%;
	background-image: url(/img/site/right_grey_box_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.right_grey_box_content_txt {
	margin: 14px 7px 14px 7px;
}

.right_grey_box_content_txt img {
	border: 1px solid #ff9f5d;
}

.right_grey_box_content_txt ul {
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
}

.right_grey_box_content_txt li {
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}

#footer1 {
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
	background-image: url(/img/site/footer_bg_l.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer2 {
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
	background-image: url(/img/site/footer_bg_r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer3 {
	margin: 0 6px 0 6px;
}

#footer4 {
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
	background-image: url(/img/site/footer_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer5 {
	float: left;
	width: 988px;
}

#copyright {
	float: left;
	clear: both;
	width: 100%;
	min-width: 1000px;
}

#copyright2 {
	text-align: center;
	margin: 0 10px 10px 10px;
	color: #000000;
}

#copyright2 a:link, #copyright2 a:visited, #copyright2 a:active {
	color: #000000;
	text-decoration: underline;
}

#copyright2 a:hover {
	color: #000000;
	text-decoration: none;
}

div.news_index {
	float: left;
	width: 100%;
	clear: both;
}

div.news_index_txt {
	margin: 0 4px 0 4px;
}

div.news_index a:link, div.news_index a:visited, div.news_index a:active {
	color: #ff6e00;
	font-weight: bold;
	text-decoration: none;
}

div.news_index a:hover {
	color: #ff6e00;
	font-weight: bold;
	text-decoration: underline;
}

div.news_index .news_subject:link, div.news_index .news_subject:visited, div.news_index .news_subject:active {
	color: #feb8b8;
	font-weight: bold;
	text-decoration: none;
}

div.news_index .news_subject:hover {
	color: #feb8b8;
	font-weight: bold;
	text-decoration: underline;
}

div.news_index img {
	border: 1px solid #feb8b8;
	float: left;
	margin: 0 5px 4px 0;
}

img.news_index_hr {
	margin: 9px 0 4px 0;
}

.form_table {
  margin     : 0 auto 0 auto;
  text-align : left;
}

table.gallery_item_table2 {
	width: 98%;
	margin: 5px auto 10px auto;
}

.gallery_item_table2 th {
	width: 70%;
	margin: 0 0 2px 0;
	border: 1px solid #000000;
	background-color: #474747;
	color: #adaba9;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-indent: 4px;
}

.gallery_item_table2 td {
	width: 30%;
	margin: 0 0 2px 0;
	border: 1px solid #535353;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-indent: 4px;
}

.gallery_item_table2 td a:link, .gallery_item_table2 td a:visited, .gallery_item_table2 td a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.gallery_item_table2 td a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

table.gallery_item_table {
	width: 98%;
	margin: 5px auto 10px auto;
}

.gallery_item_table th {
	width: 50%;
	margin: 0 0 2px 0;
	border: 1px solid #000000;
	background-color: #474747;
	color: #adaba9;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-indent: 4px;
}

.gallery_item_table td {
	width: 50%;
	margin: 0 0 2px 0;
	border: 1px solid #535353;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-indent: 4px;
}

.gallery_item_table td a:link, .gallery_item_table td a:visited, .gallery_item_table td a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.gallery_item_table td a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

table.gallery_item_rates_table {
	width: 98%;
	margin: 5px auto 10px auto;
}

.gallery_item_rates_table th {
	width: 33.33%;
	border: 1px solid #000000;
	margin: 0 1px 2px 1px;
	background-color: #474747;
	color: #adaba9;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.gallery_item_rates_table td {
	width: 33.33%;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.gallery_item_photos {
	float: left;
	width: 452px;
	text-align: center;
}

.gallery_item_photos img {
	margin: 0 2px 4px 2px;
	border: 2px solid #ffffff;
}

table.agencies_right_table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
}

.agencies_right_table td {
	/*width: 50%;*/
	text-align: center;
}

#quick_links ul {
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0;
}

#quick_links li {
	margin: 0 12px 0 12px;
	padding: 0;
	display: inline;
	line-height: 20px;
}

#quick_links a:link, #quick_links a:visited, #quick_links a:active {
	font-weight: bold;
	color: #ff6e00;
	text-decoration: none;
	font-size: 11px;
}

#quick_links a:hover {
	font-weight: bold;
	color: #ff6e00;
	text-decoration: underline;
	font-size: 11px;
}

.gallery_item_reviews_txt {
	margin: 10px 10px 10px 10px;
	color: #ffffff;
}

.gallery_item_reviews_txt a:link, .gallery_item_reviews_txt a:visited, .gallery_item_reviews_txt a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.gallery_item_reviews_txt a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.tinyInput {
  width: 50px;
} 
.smallInput {
  width: 150px;
} 
.mediumInput {
  width: 200px;
} 
.bigInput {
  width: 400px;
} 
.tinyTArea {
  width  : 400px; 
  height : 100px;
}
.smallTArea {
  width: 400px; 
  height: 200px;
}
.bigTArea {
  width  : 400px;
  height : 200px;
}