/* CSS Document                                                   */
/* by: Ing. Juan C. Mena G.                         */
/* to: onetravelnetwork.com */

/* Start Cleaning Default Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*vertical-align: baseline;*/
	color:#FFF;
}

body {
	line-height: 1;
	background-color:#000;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
a {
	text-decoration:none;

}
#menu #current,
#menu a:link.currentAncestor,
#menu a:visited.currentAncestor {
	color: #ACD83E;
}
#menu a, #menu a:active {
	color:#FFF;
}

/* End */
#header {
	display:block;
	width:100%;
	height:80px;
	background:url(../images/navbar.jpg) repeat-x bottom;
}

.navbar {
	display:block;
	margin:0 auto;
	width:800px;
	height:80px;	
	background:url(../images/navbar.jpg) repeat-x bottom;
}

#logo {
	display:block;
	float:left;
	width:177px;
	height:109px;
}

#menu {
	width:623px;
	float:left;
}


.menu ul{
	margin:0 auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin:0 auto;
	display: inline;
	float: left;
}
#menu a {
	display: block;
	margin-top:50px;
	padding: 6px 12px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#menu a:hover {
	background: transparent;
	color: #ACD83E;
}
#menu #current,
#menu a:link.currentAncestor,
#menu a:visited.currentAncestor {
	color: #ACD83E;
}

/* End */
/* Start Index Styles */
#main_content {
	display:block;
	clear:both;
	width:800px;
	height:690px;
	margin:0 auto;
}
#main_content2 {
	display:block;
	clear:both;
	width:800px;
	height:auto;
	margin:0 auto;
}
#footerWrapper {
	display:block;
	clear:both;
	width:800px;
	height:30px;
	margin:0 auto;
	text-align:right;
	font-weight:bold;
}
#greenbar {
	display:block;
	clear:both;
	width:100%;
	height:6px;
	background-color:#ACD83E;
}

#container {
	margin: 0 auto;
	width:100%;
	height:auto;
	margin:0 auto;
	clear:both;
}

.form {
	display:block;
	width:800px;
	height:540px;
	padding-top:40px;
	margin:0 auto;
}
.form_title{
	margin-left:0px;
}
.form_body{
	width:800px;
	height:500px;
	padding-top:0px;
}
.form_set {
	margin-left:8px;	
}
#left_top_corner {
	background:url(../images/form_background_left_top_corner.jpg) no-repeat;
	width:4px;
	height:4px;
	float:left;
}
#top_side {
	background:url(../images/form_background_top_side.jpg) repeat-x;
	width:792px;
	height:4px;
	float:left;
}
#right_top_corner {
	background:url(../images/form_background_right_top_corner.jpg) no-repeat;	
	width:4px;
	height:4px;
	float:left;
}
#left_side {
	background:url(../images/form_background_left_side.jpg) repeat-y;
	width:4px;
	height:518px;
	float:left;
}
#center_side {
	background:url(../images/form_background_center.jpg) repeat;
	width:792px;
	height:518px;
	float:left;
}
#right_side {
	background:url(../images/form_background_right_side.jpg) repeat-y;
	width:4px;
	height:518px;
	float:left;
}
#left_bottom_corner {
	background:url(../images/form_background_left_bottom_corner.jpg) no-repeat;
	width:4px;
	height:4px;
	float:left;
}
#bottom_side {
	background:url(../images/form_background_bottom_side.jpg) repeat-x;
	width:792px;
	height:4px;
	float:left;
	margin-bottom:20px;
}
#right_bottom_corner {
	background:url(../images/form_background_right_bottom_corner.jpg) no-repeat;	
	width:4px;
	height:4px;
	float:left;
}
#county_drop_down, #no_county_drop_down, #loading_county_drop_down{
	display:none;
	color:#000;
}
#no_county_drop_down {
	color:#F00;
	font-weight:bold;
	font-size:11px;
	padding-top:8px;
}
#all_destinations {
	font-size:12px;	
}
#pageHeader {
	position: relative;
	height:115px;
}

#pageHeader img {
}

#pageHeader h1 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

#pageHeader h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	padding-left: 6px;
	letter-spacing: 1px;
}

#contentContainer {
	line-height: 1.5;
}

#content {
	padding: 20px 15px 30px 0;
	font-size: 0.9em;
}


/* @end */


/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

/* VIP Program */
#body_content {
	display:block;
	margin:0 auto;
	width:800px;
	height:auto;
}
#body_content {
	display:block;
	margin:0 auto;
	width:800px;
	height:auto;
}
#vip_image_title {
	display:block;
	margin-bottom:3px;
	width:442px;
	height:24px;
}
.dynamic_table {
	display:block;
	margin:0 auto;
	width:792px;
	height:auto;
	padding-bottom:10px;
	font-size:12px;
}
.dynamic_table table{
	background:#CCC;
}
.color1{
	background:#fff;
}
.color2{
	background:#0D447F;
	text-align:right;
	font-weight:bold;
	color:#FFF;
}
.paragraph {
	margin-left:10px;	
	font-size:12px;
}
/* Db tables Master */
.tabs_tables {
	display:block;
	clear:both;
	margin: 0 auto;
	width:800px;
	height:500px;
}
#status {
	width:800px;
	height:auto;
	text-align:left;
	color:#F00;
}
