/* CSS
----------------------------------------------------------------------------- */

body {
	text-align: center;		/* Fix to centre page in IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
	background-color: #FFFFFF;
}

p{
	font-size: 1.2em;
}
	
#page {
	width: 920px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
	padding-left: 10px;
	padding-right: 10px;
}
#header {
	width: 920px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	/*overflow: hidden;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#header #head-top #logo {
	float: left;
	width: 620px;
}

#header #top_links {
	float: left;
	width: 300px;
	text-align: right;
}
	
#header  #head-top  #powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #363636;
	padding-top: 7px;
	text-align: right;
	width: 300px;
}
#header a:link, #header a:visited {
	color: #5190cd;
}
#header #head-top #registered {
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #363636;
	padding-top: 14px;
	text-align: right;
	width: 300px;
}
#header #nav {
	background-image: url(../images/nav_bg.gif);
	height: 30px;
}
#header #head-top {
	height: 60px;
	padding-top: 10px;
}
#header #head-image {
	padding-top: 0px;
}
#content {
	width: 920px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
	background-image:url(../images/maingrad_white.png);
	background-repeat:repeat-x;
}


/* One column */

#one-block #block1 {
	float: left;
	width: 920px;			/* Width - (left + right padding) */
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#one-block #block1 ul li {
	padding-left: 16px;
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #195996;
	background-repeat: no-repeat;
	background-position: left 12px;
	background-image: url(../images/bullet.jpg);
	padding-top: 9px;
}
#one-block #block1 ul li ul li {
	background-image: none;
	font-size: 1.1em;
}

#one-block #block2 {
	float: left;
	width: 920px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}


/* Two columns */

#two-blocks #content {
}
/* #two-blocks #page #content ul li {

} */
#two-blocks #block1 {
	float: left;
	width: 457px;			/* Width - (left + right padding) */
	background-image: url(../images/div_grad.jpg);
	background-repeat: no-repeat;
	background-position: right 86px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#two-blocks #block2 {
	float: left;
	width: 422px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#two-blocks #block1 ul li {
	padding-left: 16px;
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #195996;
	background-repeat: no-repeat;
	background-position: left 12px;
	background-image: url(../images/bullet.jpg);
	padding-top: 9px;
}

#two-blocks #block2 ul li {
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #195996;
	padding-top: 5px;
}

#two-blocks #block3 {
	display: none;
}

/* Three columns */

#three-blocks #content {
}
#three-blocks #block1 {
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 155px;			/* Width - (left + right padding) */
}

#three-blocks #block1 a{
	font-size: 1.1em;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-weight:300;
}


#three-blocks #block2 {
	float: left;
	width: 440px;			/* Width - (left + right padding) */
	padding: 20px;
}
#three-blocks #block3 {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 200px;			/* Width - (left + right padding) */
}

#footer {
	clear: both;
	width: 900px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	background-color:#191919;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3;
	padding-left: 10px;
	font-size: 1em;
	color: #5c5c5c;
	font-weight: lighter;
}
#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}

#footlinks {
	width:380px;
	padding-top:67px;
	float: left;
}

#footimage {
	width:200px;
	float:right;
}

#footer #footnav {
	color: #5c5c5c;
	font-size: 1.1em;
	width: 580px;
	float: left;
	
}
#footer #footnav a {
	padding-right: 3px;
	padding-left: 3px;
	color: #5c5c5c;
	font-weight: lighter;
}
#sub-footer {
	font-size: 1em;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 30px;
    padding-top:10px;
	background-image: url(../images/footer_bott.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    height: 31px;
	width:920px;
}

#footer #footstrap {
	padding-top:67px;
}

#footer #footstrap a:link, #footer #footstrap a:hover {
	color: #5c5c5c;
	text-decoration:none;
}

/* Menu CSS
----------------------------------------------------------------------------- */


#nav {
	width: 920px;					/* If you need borders then the page width needs
									   to be reduced by the widths of the borders */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: .1em;
	font-weight: lighter;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#nav li {
	float: left;
	/*margin-right: 1px;*/
}
#nav a {
	display: block;
	text-decoration: none;
	width: 5em;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	border-left:#0f0f0f 1px solid;
	border-right:#262626 1px solid;
}
html>body #nav li:hover {
	/*background: url(../images/menu_background.png) repeat left top;*/
}

#nav a:link, #nav a:visited {
	color: #e9e9e9;
	/*background-image: url(../images/nav_hover.gif);
	background-position: right top;*/
}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_selected.gif);
	background-repeat: repeat-x;
	
}
#nav .selected a:link , #nav .selected a:visited  {
	color: #FFFFFF;
	background-image: url(../images/nav_selected.gif);
	background-repeat: repeat-x;
}

.bluetext {
	color: #5190cd;
}

#nav .lit {
color: #FFFFFF;
	background-image: url(../images/nav_selected.gif);
	background-repeat: repeat-x;
	}
	
#block1 .lit a{
color:#363636;
}

#block1 ul {
	list-style-type: none;
}	
	


/* Sub menus
------------------------------------- */
#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
	padding: 0px;
	margin-top: -1px;
	margin-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #084885;
}
html>body #nav li ul {
	background-image: url(../images/menu_background.png);
	background-repeat: repeat;
	background-position: left top;
}
#nav li ul li {
	float: none;
	font-weight: lighter;
}
#nav li ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #519bdd;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul a, #nav li ul a:link, #nav li ul a:visited {
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: lighter;
	text-align: left;
	background-image: none;
	letter-spacing: .1em;
}
#nav li ul a:hover {
	color: #FFFFFF;
	background-color: #3d7dbf;
}



/* Search form CSS
----------------------------------------------------------------------------- */

.searchform label {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
#ajaxSearch_input {
	background-color: #FFFFFF;
	width: 140px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
}
#ajaxSearch_submit {
	width: 27px;
	height: 26px;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* Design specific CSS
============================================================================= */
.home-bullets {
	float: left;
	width: 200px;
}
.home-bullets a:link, .home-bullets a:visited {
	color: #195895;
}
.home-banners {
	padding-top: 30px;
	clear: left;
	text-align: center;
}
.ditto_summaryPost {
	margin-bottom: 10px;
	padding-bottom: 15px;
	/*font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b1b1b1;*/
	margin-top: 10px;
	line-height: 1.3em;
    float: left;
}

#block2 .ditto_summaryPost h2 {
       background-image:none;
       padding-left: 10px;
       margin-bottom: 10px;
}
.ditto_summaryPost p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.ditto_summaryPost a:link, .ditto_summaryPost a:visited {
    line-height:20px;
	color: #5190cd;
	text-decoration: underline;
	font-weight: lighter;
}
.ditto_summaryPost a:hover {
	text-decoration: underline;
	color: #195895;
}
.ditto_info {
	font-size: 1em;
	color: #5190cd;
}
.ditto_summaryPost h2 {
	font-weight: bold;
	color: #195895;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ditto_summaryPost2 {
    float: left;
	display:block;
}



.ditto_summaryPost2 h2{
  margin-bottom:5px;
 margin-top:10px;
}

.sidelink {
font-size:1.0em;
line-height:1.6em;
letter-spacing:0.1em;
}

#block2 ul {
font-size:1.2em;
list-style-type:none;
line-height:1.6em;
}

#block2 ul li ul{
font-size:1.0em;
padding-left:40px;
}

.news_info2 {
float:left;
}

.news_info2 p {
padding-top:8px;
line-height:1.2em;
}

.news_info2 h2 {
font-size:11px;
}


.read_more {
padding-bottom:20px;
text-align:right;
}

/* news section list
----------------------------------------------------------------------------- */


.ditto_item {
	/*background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;*/
	padding-top: 0px;
	padding-bottom: 10px;
}

h3.ditto_pageTitle {
	font-weight: lighter;
	font-size: 1.6em;
	margin-bottom: 0px;
	color: #b1b1b1;
	padding-bottom: 3px;
}

h3 a:link, h3 a:visited {
	color: #b1b1b1;
	font-weight: lighter;
	font-size: 0.8em;
}

.ditto_documentInfo {
	color: #b1b1b1;
	font-size: 1em;
}

.ditto_documentInfo strong {
	color: #b1b1b1;
}

.ditto_introText {
	padding-top: 3px;
	color: #b1b1b1;
}

#block2 h2 {
       padding-left: 0px;
       /*background-image: url(../images/news_icon.gif);
       background-position: left top;
       background-repeat: no-repeat;*/
}

/* Contact form CSS
----------------------------------------------------------------------------- */

form th {
	text-align: left;
	vertical-align: top;
	font-weight: lighter;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
form table {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
form {
	margin-top: 50px;
}
#form-background {
	background-color: #e9e9e9;
	padding: 16px;
}
form td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
form input, form textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form .input-medium {
	width: 180px;
	padding: 4px;
	font-size: 1.1em;
}
form td.button  {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
form .button input {
	width: 119px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #0B3C84;
	background-color: #e9e9e9;
}
form .button label {
	visibility: hidden;
}
#contact-table td {
	padding: 8px;
	vertical-align: top;
}

fieldset {
	border: solid 1px #ffffff;
	margin-top: 12px;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

legend {
	font-size: 1.4em;
	color: #195895;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E9E9E9;
}

.news-listing {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-listing img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#news-panel {
	background-color: #FFFFFF;
	padding: 10px;
}
.ltblue-text {
	color: #5090cd;
}
#breadcrumb {
	font-size: 1.1em;
	margin-top: 20px;
	padding-left: 20px;
}
#breadcrumb a:link {
	color: #195895;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}
#pagination {
	font-size: 1.1em;
	margin-top: 20px;
	padding-left: 20px;
	clear: both;
	text-align: right;
}
#pagination a:link {
	color: #195895;
	text-decoration: underline;
}
#pagination a:hover {
	text-decoration: none;
}

.news_wrap {
        width:100%;
}

.news_wrap p{
margin-top:-6px;
margin-bottom:-2px;
padding-left:10px;
}

.news_wrap a{

padding-left:10px;
}

.news_info {
	width:250px;
	float:left;
	margin-top:-16px;
	padding-left:10px;
}

.news_info h2{
      margin-left:-10px;
}

.news_img {
      width:30%;
      float:left;
}

.news_info2 {
       width:60%;
       float:left;
	   margin-top:-14px;
	padding-bottom:6px;
}

.news_img2 {
      width:35%;
      float:left;
margin-top:-10px;
}

.ddd img {
width:60px;
padding-bottom:10px;
}

.eee p {
margin-bottom:-2px;
}
.ditto_summaryPost img {
       width:100px;
       padding-left:10px;
       /*border-right: 3px solid #57b3ff;*/
       padding-right:2px;
}

.ditto_summaryPost2 img {
       width:60px;
       margin-left:-10px;
       padding-bottom:25px;
}

table.pricing {
		color: #ffffff;
		background-color: #000000;
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
}

th.pricetop {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		background-color: #383838;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

th.pricetopend {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		background-color: #383838;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		border-right:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

td.pricemain {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

td.pricemainend {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		border-right:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

td.pricemainbase {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		border-bottom:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

td.pricemainendbase {
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		color: #ffffff;
		border-collapse: collapse;
		border-spacing: 0px;
		border-top:#484848 solid 1px;
		border-left:#484848 solid 1px;
		border-right:#484848 solid 1px;
		border-bottom:#484848 solid 1px;
		text-align:left;
		font-size:1.2em;
		font-weight:lighter;
}

/* FLIGHT FORM STYLES
----------------------------------------------------------------------------- */

#flight_form {
	width:465px;
}

div.row {
  	clear: both;
  	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: left;
	color: #383838;
	font-size: 1.1em;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;*/
	padding-left:2px;
}

div.row span.formw {
	float: right;
  	width: 335px;
  	text-align: left;
}

select {
background-color:#000000;
color:#ffffff;
width:147px;

}

input {
color:#000000;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	border-width:0;
}
img { 
	border:0;
}

ol {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1 {
	font-weight: lighter;
	font-size: 2.8em;
	margin-bottom: 14px;
	color: #dedede;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #363636;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 16px;
	color: #707070;
}
h3 {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 20px;
}
h4 {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 20px;
}
p {
	/*font-weight: lighter;*/
	font-size:1.1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
	line-height: 1.6em;
	color:#363636;
}
abbr,acronym { border:0;
}
a:link, a:visited {
	color: #5190cd;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #5190cd;
	text-decoration: underline;
}


hr {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
}
