/* CSS Document */

body {
	background-position:center 120px;
	background-color:#ffffff;
	font-family: papyrus;
	color: #FFCC33;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	text-align:center;
}

a{
	color: #bcc3df;
	text-decoration: none;
}

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

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #660099;
	text-decoration: underline;
}

h1{
 font-family: papyrus;
 font-size: 130%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: papyrus;
 font-size: 110%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: papyrus;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: papyrus;
 font-size: 110%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: papyrus;
 font-size: 80%;
 color: #ffffff;
 margin-top: 10px;
 font-weight: bold;
}

h6{
 font-family: papyrus;
 font-size: 130%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h7{
	font-size:60%;
	color:#FFCC33;
}

p{
	font-size: 100%;
	margin-top: 10px;
	color: #0000bb;
	font-weight: bold;
}

p1{
	font-size: 80%;
	margin-top: 10px;
	color: #0000bb;
	font-weight:bolder;
}	


pre{
	font-size: 80%;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}	

#wrapper {
	background-image:url(../images/layout/bodybgrd.png);
	background-repeat: repeat-x;
	background-position:center 100px;
	width: 990px;
	/*border: 1px solid #55009d;*/
	margin: 10px auto;
	text-align:left;
}

#border_left {
	height: 150px;
	width: 25%;
	margin-top: 10px;
	text-align:left;
	float:left;
	font-size: 300%;
	font-weight: bold;
	color: #55009d;
	line-height: 60px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#border_middle {
	background-image: url(../images/layout/bgrdtop.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	margin-top: 20px;
	text-align:center;
	font-size: 300%;
	font-weight: bold;
	color: #FFCC33;
	line-height: 60px;
	
}

#border_middle span {
position: absolute;
margin-left: 25px;

}

#navtop {
	border-top: 1px solid #000000;
	clear: both;
	width: 100%;
	padding:0;
}
	
#navtopbooking {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
	width: 100%;
	padding:0;
}

#leftcol {
	/*background-image:url(../images/bgndln.jpg);*/
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 170px;
}	


#content {
	margin-left: 10px;
	width: 600px;
	background: #FFFFFF url(../images/layout/contenttopcurve.jpg) no-repeat ;
	text-align: justify;
	float: left;
	margin-top: 10px;
}


#content h1 {
padding: 0 30px 0 ;
}

#content p {
	padding: 0 20px 0 20px;
}

#content_message {
	/*margin-left: 30px;*/
	width: 600px;
	text-align: justify;
	float: left;
}

#footer {
	border-top: 1px solid #000000;
	text-align: center;
	clear: both;
	width: 990px;
	
}

#rightcol {
	float: right;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0;
	width: 200px;
	background-color: #transparent;
	
}

#copyright {
	
	text-align: center;
	font-size: 8px;
	background-color: #transparent;
	clear: both;
	width: 100%;
}

/*****************End of Layout div tags**********************/
/*****************Start of top Navigation*************************/
#navtop ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-align:right;
}	

#navtop ul li {
	display:inline;
	padding: 0;
	margin: 0;
}

#navtop ul li a {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #869bcc;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
}		

#navtop ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #55009d;
	text-decoration: underline;
	font-weight: bold;
}	

#navtopbooking ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-align:right;
}	

#navtopbooking ul li {
	display:inline;
	padding: 0;
	margin: 0;
}

#navtopbooking ul li a {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #869bcc;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
}		

#navtopbooking ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #55009d;
	text-decoration: underline;
	font-weight: bold;
}	
/*****************end of top Navigation*************************/

/*****************Start of Navigation*************************/
#leftcol #nav {
	border-bottom: 1px solid #000000;
}

#leftcol #nav ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
	list-style-type: none;
	font-size: 80%;
	border: 1px solid #000000;
}	

#leftcol #nav li {
	position:relative;
}

#leftcol #nav ul ul	{
	position:absolute;
	display:none;
	top: 0;
	left: 100%;
	width: 100%;
}

#leftcol #nav ul li:hover ul {
	display:block;
}

#leftcol #nav ul li {
	display:block;
	padding: 0;
	margin: 0;
}

#leftcol #nav ul li a {
	background-color: #869BCC;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 4px 0px 6px 4px;
	height: 1%;
}		

#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #55009d;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}	


/*****************End of Navigation*************************/

/*****************Start of Right Navigation*************************/
#rightcol #nav {
	border-bottom: 1px solid #000000;
}

#rightcol #nav ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
	list-style-type: none;
	font-size: 80%;
	border: 1px solid #000000;
}	

#rightcol #nav ul li {
	display:block;
	padding: 0;
	margin: 0;
}

#rightcol #nav ul li a {
	background-color: #869BCC;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 4px 0px 6px 4px;
	height: 1%;
}		

#rightcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #55009d;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}	


/*****************End of Right Navigation*************************/

#rightcol #heading {
	text-align: right;
	margin-top: 5px;
}

#rightcol #heading h1 {
	padding: 0 0 20px 20px;
}

#leftcol #ppal {
	text-align: center;
	margin-top: 20px;
}


/*****************Start of Content*************************/


.leftimage {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}

.rightimagec {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	
}	
	
.centerimage {
	float:inherit
	margin-left: 15px;
	border: 1px solid #000000;
	
}		
.container {
	width: 99%;
	float: right;
}

.container p {
	padding: 0 20px 0 20px;
}

.containerc {
	width: 600px;
	float: right;
	background: #FFFFFF url(../images/layout/contentbtmcurve.jpg) no-repeat bottom left;
}



/*****************End of Content*************************/

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/
.clearit {
	clear: both;
	display: block;
}

/*****************Start of right col*************************/

	
/*****************End of right col*************************/
/*****************Start of footer*************************/
#footer ul {
	padding: 0;
	margin: 0;
	background-color: #bcc3df;
}	

#footer ul li {

	display:inline;
	padding: 0;
	margin: 0;
}

#footer ul li a {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #869bcc;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
}		

#footer ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #55009d;
	text-decoration: underline;
	font-weight: bold;
}	
/*****************End of footer*************************/

/************** #advert styles **************/
#advert{
	padding: 20px 0px 10px;
	text-align: right;
	color: #000000;
}

#advert img{
	display: block;
	border: 1px solid #000000;
}

#rightcol_align {
	text-align: center;
	margin-top: 20px;
}	

#advert2{
	padding: 20px 0px 10px;
	text-align: right;
	color: #000000;
}

#advert2 img2{
	display: block;
	border: 1px solid #000000;
	text-align: right;
}

#rightcol2_align2 {
	text-align: right;
	margin-top: 20px;
}	
/************* #search styles ***************/

#search{
	padding: 10px 0px 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: left;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*form css*/
fieldset {
position: relative;
float: left;
clear: both;
width: 100%;
margin: 0 0 -1em 0;
padding: 0 0 1em 0;
border-style: none;
border-top: 1px solid #ffffff;
background-image:url(../images/brnggradient.png);
}


legend {
padding: 0;
font-family: papyrus;
color: #000000;
font-weight: bold;
}
legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 100%;
}
fieldset ol {
padding: 3.5em 1em 0 1em;
list-style: none;
color: #000000;
}
fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
fieldset.submit {
float: none;
width: auto;
padding-top: 1.5em;
padding-left: 12em;
border-style: none;
background-image: none;
}
label {
position: relative;
float: left;
width: 15em;
margin-right: 1em;
}

label em {
position: absolute;
left: 15em;
top: 0;
}

label strong {
display: block;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: uppercase;
}
/*label {
float: left;
width: 15em;
margin-right: 1em;
text-align: right;
}
/*
label {
	display:block;
}
*/
table {
position: relative;
float: right;
clear: both;
width: 100%;
border-style: none;
font-family: papyrus;
}

tr {
color: #000000;
}
th {
border-style: none;
font-size: 85%;
text-align: left;
width: 20%
}

td {
border-style: none;
font-size: 85%;
text-align: left;
}

#blocktext {
	background: #c8d5f1 url(../images/layout/bgrdboxbtm2.gif) no-repeat bottom left;
	width: 580px;
	padding: 0 0 20px;
}

#blocktext dt {
	background: url(../images/layout/bgrdboxtop2.gif) no-repeat;
	margin: 0;
	padding: 20px;
}

#blocktext dd {
	padding: 10px 20px;
	margin: 0;
}


