/* CSS Document  

*/



/* Index 

	basic html 
	heading
	spacing
	containers
	
	
	blue body text	:	#16276c
	orange			:	#f77001
	light blue		:	#6da2cc
	
	
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.125em; /* 16×1.125=18 */
	font-size: 0.9em;
	color:#16276c;
	background:#fff;
	
	
}
a:link, a:visited {
	text-decoration: none;
	color:#f77001;

	}
a:hover, a:focus {
	text-decoration:underline;
	}
hr {
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	margin:0;
	padding:0 20px 20px 10px;
	font-weight:normal;
	color:#6da2cc;
}
h1{font-size:2.1em;line-height:1.5em;}
h2{font-size:1.9em;line-height:1.3em;}
h3{font-size:1.8em;line-height:1.2em;}
h4{font-size:1.1em;line-height:1.1em; color:#16276c;}
h5{font-size:1.0em;font-weight:bold;line-height:1.0em;text-transform:uppercase; color:#16276c;	border-bottom:#000 dotted 1px;
padding:0 15px 10px 15px; font-weight:bold; margin:0;}
p{ margin:0 20px 10px 10px; line-height:1.5em;}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ul, ol{

margin-bottom:20px;
margin-left:15px;

}
dd{
	padding:0 0 10px 0;
}
li{
	
	
	padding:5px 5px 5px 15px;
	background:url(/images/livery/navli.jpg) top left no-repeat;
	
}
hr {
height:1px;
border:none;
clear:both;
margin:0 0 10px 0;
}
caption{
display:none;
}
strong{
font-weight:bold;
}

/*	Containers
----------------------------------------------------------------------------------------------------*/
#wrap{
	
	margin-top:15px;
	overflow:hidden;
	font-size:0.8em;
	position:relative;
}
#header{
		
}

#hline{
	position:absolute;
	right:0;
	bottom:10px;
	
}
#hline h1, #hline h2{
font-size:0.8em;
float:left;
display:inline;
color:#16276c;
}
#logo{
	
	
}
#navbar{
		border-top:#000 dotted 1px;

}
#navbar ul{

	list-style:none;
	margin:0 0px 0 0;
	padding:0;
	
}
#navbar li{
padding:0;
margin:0;
	list-style-type:none;
	
	

}
#nav {
	padding:0;
	margin:0;
}
#nav li{
	margin:0;
	padding:5px 0 5px 15px;
	border-bottom:#000 dotted 1px;
	font-weight:bold;
	background:url(/images/livery/navli.jpg) top left no-repeat;
}
#nav li a:link, #nav li a:visited, #nav li a:active{
	text-decoration:none;
	color:#16276c;
	
	

}
#nav li a:hover, #nav li a.curractive, #nav li a.curractivepar{
	text-decoration:none;
	color:#6da2cc;
	
	

}
#nav li a strong{
	
}
#nav li ul{
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
#nav li ul.showme{
	display:block;
}
#nav li li{
	border-bottom:none;
	margin:0;
		padding:5px 0 5px 0;
	line-height:1.0em;
	background:none;
	font-weight:normal;
}
#nav li li a{
	line-height:1.0em;
	margin:0;
	padding:0 0 0 20px;

}
#telimg{
	margin-top:10px;
	border-bottom:#000 dotted 1px;
}
#body_content{
	margin-top:15px;
}
#sidead{
	margin-top:15px;
}
#content h3{
font-size:2.1em;
padding:0 0 10px 6px;
margin:0;
}

.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}

h4.faq{
		padding-left:15px;
		cursor:pointer;
		color:#6da2cc;
		background:url(/images/livery/arrow_off.jpg) no-repeat left top;
}

h4.active{
		color:#f77001;
		background:url(/images/livery/arrow_on.jpg) no-repeat left top;}
div.expander { border-bottom: 1px dashed #6da2cc; padding-bottom:10px; margin-bottom: 1em; }



#img_intro {
/*	position:relative;
	z-index:9;
	width:778px;
	margin-top:10px;
	padding:10px;
	border:1px solid #333333;
	height:330px;*/
}
#img_intro .slideimg{
/*padding:9px;*/
	
}
#gallery{
text-align:center;
	padding:0px 0 10px 20px;
}
#gallery div{
	padding-right:10px;
	float:left;
	height:70px;
	margin-bottom:20px;
}
.inside{
	
	
	
}

.footertag h1, .footertag h2{
	font-size:1em;
	color:#16276c;
	display:inline;
	margin-right:0;
	padding-right:0;
	text-align:right;
}
#footer{
clear:both;
	padding-top:5px;
	margin-top:30px;
	padding-bottom:45px;
	border-top:1px dotted #333333;
	text-align:right;	
	font-size:0.8em;
}
#footer ul{
	margin:0px;
	list-style:none;	
	width:300px;
	float:right;
}
#footer li{
	font-weight:normal;
	list-style-type:none;
	display:inline;
	background:url(/images/livery/footer_li.jpg) left no-repeat;
	padding-left:10px	;
	

}
#footer li a{
	color:#16276c;
}
#footer p{
	float:left;
	width:500px;
}
#footer p.cop{
	float:right;
	clear:right;
	width:300px;
	margin:0;
	padding:0 5px;
}
#footer .footercont{
	text-align:left;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.error{
	padding:30px;
	background:#FFCCCC;
	border:1px solid #FF0000;
}
.required{
	
	background:#FFCCCC;
	border:1px solid #FF0000;
}


/* fomr 
-----------------------------------------*/
label{
	display:block;
}	

