
body {
background-image: url('images/sky_background.jpg');
background-repeat: repeat-x;
background-color: #ccccff;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 14px;
color: #333333;
line-height: 21px;
}


h1{
font-size: 24px;
color: #0254c0;
}

h2{
font-size: 20px;
}

h3{
font-size: 18px;

}

h4{
font-size: 14px;
color: #f86922;
padding: 0;
margin: 0;
}

td.smallfont {
vertical-align: top;
font-size: 12px;
}

p.quotes {
color: gray;
font-weight: bold;
font-style: italic;
font-size: 16px;
text-align: left;
}

p.quotesname {
text-align: right;
font-weight: bold;
font-size: 12px;
}

.bluebold{
color: #0254c0;
font-weight: bold;
}



#content {

margin-left: auto;
margin-right: auto;
width: 1000px;
padding: 0;

}

#header {
margin: 0;
padding: 0;

}



#header a{
text-align: right;
text-decoration: none;
color: gray;
font-weight: bold;
margin: 0;
}

#header p{
padding: 5px;
margin: 0;
}



#bodytext {
width: 1000px;
background-color: white;
padding: 0;
margin: 0;
text-align: justify;

}

#navmenu{
float: right;
margin: 0;
padding: 0;
background-color: #0254c0;
color: white;
}

#bodytext p.subnav{
display: inline;
float: right;
margin: 0;
padding: 8px;
padding-top: 0;
background-color: #0254c0;
color: white;
}

#bodytext a.subnav {
text-decoration: none;
color: white;
font-weight: bold;
margin: 0;
}

#bodytext a.subnav:hover {
color: #f86922;
}

#bodytext p.hilight_price{
		margin-top: -20px;
		padding: 0;
		padding-right: 5px;
		font-size: 16px;
		color: #f86922;
		font-weight: bold;
		text-align: right;
	}

#left-col {

float: left;
width: 725px;
text-align:justify;
 padding: 0;
margin: 0;
 }

#right-col {

float: right;
width: 200px;
text-align:right;
padding: 0;
margin: 0;

 }

#right-col li{
list-style: none;
padding: 3px;
}

#right-col h2{
margin-left: 30px;
}

#footer {
clear: both;
}

#navbar{
margin: 0;
padding: 0;
width: 1000px; 
color: black;
padding-top: 10px;
}

#navbar td{
height: 26px;
text-align: center;
line-height: 26px;
}

#navbar a{
display: block;
padding: 0 10px;
height: 26px;
border: 1px solid white;
background-color: #c8d1d3;
text-decoration: none;
font-family: arial, verdana, sans serif;
font-size: 12px;
font-weight: bold;
color: black;
letter-spacing: 1px;
}

#navbar a:hover {
	background-color: #b8c1c3;
	
}

#right-col a{
font-weight: bold;
text-decoration: none;
color: #0254c0;
}

h2.orange {
color: #f86922;
text-align: center;
font-size: 22px;
}

h3.orange {
color: #f86922;
}

ol li{

padding: 5px;
}


#quotation
    {
background-image: url("images/startquote.jpg");
background-position: top left;
background-repeat: no-repeat;
   
}

#quotation span p{
 background-image: url("images/endquote.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
margin: 10px 30px 10px 40px;
padding-right: 45px;
text-align: justify;
}





/* -------------------------------drop-down list code -------------------------------------- */
/* -------------------------------- top navigation bar --------------------------------------- */


#menu {
list-style-type:none; 
margin:0; 
padding:0;
margin-left: 15px;
margin-right: 15px;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 14px;

}

#menu li {display:block; float:left; position:relative; z-index:100; margin: 0}
#menu li span {display:block; z-index:100; background: #0254c0; padding: 4px 12px; font-size: 14px; font-weight: bold; font-family: helvetica, verdana, arial, sans-serif; border-bottom:1px solid #0254c0;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {background: #0254c0; color: #fff; margin:0; font-weight: bold; font-size: 14px; border-bottom:1px solid #0254c0; float:left; }
#menu dd {display:none; background: #031249; border-bottom:1px solid #0254c0; clear:left; margin:0; padding:0; color: #fff; font-size: 14px; text-align:left}

#menu dt a, #menu dt a:visited {display:block; color:#fff; padding: 4px 12px; text-decoration:none; text-align: left}
#menu dd a, #menu dd a:visited {background: #031249; color:white; text-decoration:none; display:block; padding: 4px 12px; text-align: left; font-weight: normal}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}

#menu li:hover dt a {background: #031249; color: white;}
#menu li a:hover dt a {background: #031249; color: white;}
#menu dd a:hover {background: #e1e0ff; color: #031249; }




