/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EAEAEA;
}

a
{
	text-decoration: none;
	color: #014A8E;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	padding:0px; /* top   right	 bottom	 left */
	margin:0px;
	font-size:20px;
	color:#014A8E;
}
#callNO
{
	text-align:right;
	padding-right:10px;
	font-size:20px;
	color:#014A8E;
}
#search
{
	padding-right:10px;
}
#left-bar{
	background:url(images/left-bar.jpg) repeat-y;
	width:25px;
}
#right-bar{
	background:url(images/right-bar.jpg) repeat-y;
	width:25px;
}
#top{
	background:url(images/top-bg.jpg) top repeat-x;
	margin:0px;
}
#logo
{
	padding-left:15px;
}
#curve{
	background:url(images/curve.jpg) no-repeat;
	height:28px;
	width:19px;
}
#top-menu
{
	background:url(images/top-menu.jpg) repeat-x;
}
#top-menu a
{
	color:#000000;
}
#header
{
	height:187px;
	background: url(images/bg.jpg) repeat bottom;
}
#menus
{
	background:url(images/menu-bg.jpg) repeat-x;
	line-height:16px;
	height:  29px;
	text-align:center;
}
#navigation{
	margin: 0;
	padding:0px 0px 5px 0px;
	font-family: Arial ;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#navigation li{
display: inline;

}

#navigation li a{
	float: left;
	color: #DDD7C6;
	padding:0px 8px; /*padding of tabs*/
	text-decoration: none;
	background: transparent;
	border-right: solid 1px #DDD7C6;
}

#navigation li a#rightmostitem{ /*Extra CSS for left most menu item*/
	border-right:none; /*left border style*/
	padding:0px 8px; /*padding of tabs*/
}

#navigation li a.Selected{ /*Extra CSS for right most menu item*/
	background: transparent;
	color:#FFFFFF;
}

#navigation li a:hover{
	background: transparent ; /*background image swap on hover*/
	color: #ffffff;
}

#left-col
{
	border-right:1px solid #A29062;
	width:200px;
	vertical-align:top;
}
#left-menus
{	
}

#left-menus ul
{
	margin: 0px;
	border: none;
	padding: 0px;
	list-style-type: none;
}
#left-menus li
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	list-style-image: none;
}
#left-menus li a.selected
{
	display: block;
	padding: 0px 0px 0px 17px;
	width:173px;
	margin: 0px;
	color: #6699CC;
	line-height: 19px;
	background:url(images/left-menu-hover.jpg) no-repeat;
}
#left-menus li a 
{
	display: block;
	margin: 0;
	width:173px;
	padding: 0px 0px 0px 17px;
	background:url(images/left-menu.jpg) no-repeat;
	color: #014A8E;
	line-height:19px;
	text-decoration: none;
}
#left-menus li a:hover
{
	display: block;
	color: #6699CC;
	text-decoration: none;
	background:url(images/left-menu-hover.jpg) no-repeat;
}
#bar
{	
	background:url(images/bar.jpg) no-repeat;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
}	
#left-col-border
{
	border-bottom:1px dotted #A29062;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	padding-top:0px;
	padding-bottom:15px;
}
#container{
	padding:10px 0px;
}
#container a{
	font-weight:bold;
}
#body-mid{
	padding:0px 10px;
	text-align:justify;
}
#bottom
{
	background:url(images/bottom-bg.jpg) repeat-x;
	text-align:center;
	font-size:11px;
	line-height:14px;
	padding: 7px 0 4px 0;
	
}
#bottom a
{
	color:#Ffffff;
	text-decoration:none;
}
#bottom a:hover
{
	color:#000;
	text-decoration:none;
}



/* Dropdown menus CSS */
.chromestyle{
font-weight: bold;
text-align: center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
text-align: left;
margin-top: 5px;
 /*THEME CHANGE HERE*/
font:normal 12px Arial;
font-weight: normal;
line-height:18px;
z-index:1000;
background-color: #FFFFFF;
visibility: hidden;
}


.dropmenudiv a{
display: block;
padding: 2px 5px;
background: #A29062;
border-bottom: dotted 1px #E1DBCC;
text-indent: 3px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #DDD7C6;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
text-decoration: none;
color: #000000;
}
.dropmenudiv1{
position:absolute;
top: 0;
text-align: left;
margin-top: 5px;
 /*THEME CHANGE HERE*/
font:normal 12px Arial;
font-weight: normal;
line-height:18px;
background-color: #FFFFFF;
visibility: hidden;
z-index:1000;
}


.dropmenudiv1 a{
display: block;
padding: 2px 5px;
background: #A29062;
border-bottom: dotted 1px #E1DBCC;
text-indent: 3px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #DDD7C6;
min-width: 100px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
text-decoration: none;
color: #000000;
}