@charset "UTF-8";
/* CSS Document */

.city {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
.text1 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.city:hover {
	color: #62727d;
}
.pulldown {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border: thin solid #074977;
	background-color: #62727d;
	color: #FFFFFF;
	height: 20px;
	width: 200px;
}

a.text1:hover {
	color: #62727d;
}
.text2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	text-align: justify;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
a.footer:hover {
	color: #62727d;
}
.searchbox {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border: thin solid #074977;
	background-color: #62727d;
	color: #FFFFFF;
	height: 15px;
	width: 200px;
}
.text3 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.searchfield {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border: thin solid #074977;
	background-color: #62727d;
	color: #FFFFFF;
	width: 200px;
}
.text4 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.field {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border: thin solid #074977;
	background-color: #62727d;
	color: #FFFFFF;
	height: 20px;
}
a.text2:hover {
	text-decoration: underline;
}

.title1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
a.text5:hover {
	text-decoration: underline;
}


.ddsmoothmenu{
	font-size:12px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	text-align:left;
	border-radius:7px;
	background-image:url(../images/menubg_rep.jpg);
	background-repeat:repeat-x;
	width: 96%;
	display:block;
	clear:both;
	height:46px;
	margin:0px 0 10px 0px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding:8px 0 0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

/*Top level list items*/
.ddsmoothmenu ul li.last{border:none;}
.ddsmoothmenu ul li{
position: relative;
border-right:1px solid #000000;
display: inline;
 padding: 0 3px;
float: left; text-shadow:  -1px #81b33b;
}
.ddsmoothmenu ul li ul{list-style-type:disc; margin:0px; padding:0px; 
 color:#fff;}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: white;
	color: #fff;
	text-decoration: none;
	padding:0px 14px 8px  19px;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;

}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #d42672;
color: white;
}

.ddsmoothmenu ul li ul li a:hover{
background:#cecece; /*background of menu items during onmouseover (hover state)*/
color: #000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left:20px !important ;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;  
}
.ddsmoothmenu ul li ul li ul{left:168px !important ;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
 padding: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 5px 5px 5px 15px;
font-size:15px;
margin-left:-18px;
border-top-width: 0;
border-bottom: 1px solid #000;
background-color: #111111; 
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
/***************************************************************inner page css start here**********************************/

