
* { padding: 0; margin: 0; /*resets all to zero*/ }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images_new/back1.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

#container{
	width:895px;
	margin: 0px auto;
	position: relative;
}

#container2{
	width:895px;
	clear:both;
	margin: 0px auto;
	position: relative;
	background-image:url(../images_new/back.jpg);
	min-height:1000px;
	height:100%;
	border-top: 1px solid #FFFFFF;
	z-index:1;
}

#logo{
	float:left;
}

#leftnav{
	float:left;
	width:130px;
}
#leftnav p{
	float:left;
	width:130px;
	padding-left:5px;
	font-size:0.8em;
	line-height:1.5em;
}




/**********top menu*************/


/*Logo bar and text resize section*/

#header_menu{
	width: 760px;
	margin-left:132px;
	position:relative;
	z-index:500;
	height:100px;
}
#header_menu img.logo{
	float:left;

}
#header_menu a img,#logo a img{
	border:none;

}
#header_menu p a {
	color:#1d2475;
	font-size:1.0em;
	text-decoration:none;
}
#header_menu p a:hover {
	text-decoration:underline;
}
#header_menu p a.font {
	font-size:14px;
	color:#1d2475;
}
#header_menu p a.font2 {
	font-size:19px;
	color:#1d2475;
}
#header_menu p a.font3 {
	font-size:24px;
	color:#1d2475;
}

#header_menu p{
	text-align:right;
	padding-top:10px;	
	color:#1d2475;


}

/*Positioning of all buttons*/

#header_menu2{
	width: 750px;
	margin-left:132px;
	position:relative;
	z-index:500;
	font-weight:bold;
	}
	
/*Main blue buttons - positioning*/
#header_menu2 ul li {
	position: relative;
	display:inline;
	float:left;
	}
	
/*Drop-down list - positioning*/	
li ul {
	position: absolute;
	left: -1px;
	display:none;
	}

/*General Styling*/

ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff; 
	display:block;
	font-size:0.78em;
	text-decoration: none;
	text-align:center;
	padding-top: 8px;
	width: 120px;
	padding-bottom: 8px;
	}

/*Styling - Blue buttons*/
ul li a.on {
	background-image:url(../images_new/but.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	}
ul li a.on:hover{
	background-image:url(../images_new/but-hover.jpg);
	background-repeat:no-repeat;
	color:#1d2475;
	}
	
/*Styling - Blue on*/	
ul li a.onpage {
	background-image:url(../images_new/but-hover.jpg);
	background-repeat:no-repeat;
	color:#1d2475;
	}	
	
/*Styling - drop-down*/	
ul li a.drop{
	background: #dadce9;
	color:#1d2475;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	font-size:0.7em;
	}
ul li a.drop:hover{
	background: #c9cedd; 
	}


	
/*The magic that makes the drop-down work*/

* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
li:hover ul, li.over ul { display: block; } 





/***********main content************/	

#main-txt{
	margin-right: 20px;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:170px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:30px;
	background-color:#3f488f;
	height:100%;


}


#main-txt img.left1{
	float:right;
	z-index:1;
}


#box{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7b81b1;
	padding-top:0.7em;
	padding-bottom:0.7em;
	width:400px;
	z-index:500;
}




/***********font styling************/

p {
	font-size: 0.7em;
	line-height:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	text-align: left;
	color:#ffffff;
}
pre
{
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

p.view a:link,p.view a:visited,p.view a:hover{	
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#000000;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
}

p.view a:hover{	
	background-color:#CCCCCC;
}


table td p a:link,p a:visited,p.free a:link,p.free a:visited{
font-size:1.0em;
color:#d6d8ed;
text-decoration:underline;
}

table td p a:hover,p.free a:hover{
color:#22348a;
background-color: #FFFFFF;
}




h2 {
	font-size: 1.0em;
	text-align: left;
	line-height:1.3em;
	padding-bottom:10px;
	font-weight:bold;
	color: #ffffff;
}

h2 a:link,h2 a:visited{
	color: #ffffff;
	text-decoration:none;
}

h2 a:hover{
	text-decoration: underline;
}

h1 {
	color: #ffffff;
	font-weight:normal;
	font-size: 1.8em;
	line-height:70px;
}


/*TO MAKE DROP DOWNS WORK....

html page:- add <ul><li> within <li>,  link page to javascript file,  add id=Nav to main ul.
css file:- add positioning and styling to css coding, ie all of top menu styling above.
save javascript file to main directory  *************/


#table{
	text-align: left;
	background-color:#3f488f;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;


}
#table p.col{
	color:#ffffff;
	text-align:right;
	font-size:0.7em;
font-weight:bold;
	margin-right:5px;

}
#table p{
	color:#ffffff;
	font-size:0.7em;

}
#table form select{
	color:#000;	
	font-weight:bold;
}


p.cent{
text-align:center;

}
table td.tab{
	font-size:0.7em;
	color:#fff;
}

table td.tab a:link,table td a:visited{	
	font-size:1.0em;
	color:#d6d8ed;
	text-decoration:underline;
}

table td.tab a:hover{	
	color:#22348a;
	background-color: #FFFFFF;
}


table input{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
img.hh
{
padding-left:20px;

}

/*** editor styles ***/
#editor-area { color:#ffffff; width: 95%; }
#editor-area a { color:#ffffff; }
#editor-area a:link, #editor-area a:active, #editor-area a:visited, #editor-area a:hover { color:#ffffff; text-decoration:underline; }
#editor-area p { margin-top: 0px; margin-bottom: 0px; }

#editor-area ul { padding-left: 24px; list-style-type: disc; list-style-image: url(none); list-style-position: outside; padding-top: 13px; }
#editor-area ul li { padding-left: 5px; color:#ffffff; font-size: 0.7em; line-height:1.6em; position: static; float:none; }

#editor-area ol { margin-left: 30px; list-style-position: outside; padding-top: 13px; }
#editor-area ol li { padding-left: 0px; color:#ffffff; font-size: 0.7em; line-height:1.6em; }

.editor_smlheader { color:#ffffff; font-weight: bold; font-size: 1.1em; line-height:1.6em }
.editor_smlheader a { color:#ffffff; font-weight: bold; font-size: 1.1em;  line-height:1.6em }
.editor_smlheader a:link, .editor_smlheader a:active, .editor_smlheader a:visited { text-decoration:none; color:#ffffff; font-weight: bold; }
.editor_smlheader a:hover { text-decoration:underline; color:#ffffff; font-weight: bold; }
.editor_lrgheader { color:#ffffff; font-weight: bold;  font-size: 1.3em; line-height:1.8em }
.editor_lrgheader a { color:#ffffff; font-weight: bold;  font-size: 1.3em; line-height:1.8em }
.editor_lrgheader a:link, .editor_lrgheader a:active, .editor_lrgheader a:visited { text-decoration:none; color:#ffffff; font-weight: bold; }
.editor_lrgheader a:hover { text-decoration:underline; color:#ffffff; font-weight: bold; }

div.row {background:#3f488f;border:0px solid #ffffff;margin:0 0 5px 0;float:left;width:100%;padding:3px 0; color:#ffffff; font-size: 0.7em;}
div.row label {float:left;display:block;width:19em;font-weight:bold;padding:0 0px; font-size: 1em; color: #ffffff; }
div.row label:hover {cursor:pointer;}
div.row fieldset {border:1px solid gray;margin:0 6px;}
div.row fieldset span {display:block;}
div.row fieldset span label {float:none;display:inline;}
div.row fieldset legend {font-weight:bold;}
div.requiredRow {border:0px solid #ffffff;}
select { font-size: 100%; color: #000000; }
.bookinginput { width:250px; color: #000000; }
.bookinginputlarge { width:350px; color: #000000; }
