/* CSS Document */

BODY {
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-color:#365990;
	top:0px;
	left:0px;
	margin-left:0px;
	margin-top:0px;
	margin: 0;
	padding: 0;
	
	font-size:12px;
	font-family: arial, geneva, sans-serif;
}
 

.background2{
	background-image:url(background2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.body-copy {
	padding-right:15px;
}


.tl{ width:13px; height:13px; background-image:url(shadow_tl.jpg); background-repeat:no-repeat;}
.tr{width:13px; height:13px; background-image:url(shadow_tr.jpg); background-repeat:no-repeat; }
.left_repeat{width:13px; background-image:url(shadow_left.jpg); background-repeat:repeat-y;}
.left_over{width:13px; height:592px; background-image:url(shadow_left_over.jpg); background-repeat:no-repeat; }

.banner_sep{height:5px;}
.columnSep{width:16px; }
.dot_columnSep{width:1px; background-color:#cccccc; }

.right_repeat{width:13px; background-image:url(shadow_right.jpg); background-repeat:repeat-y;}
.right_over{width:13px; height:592px; background-image:url(shadow_right_over.jpg); background-repeat:no-repeat;}
.bl{width:13px; height:13px; background-image:url(shadow_bl.jpg); background-repeat:no-repeat;}
.bottom_sh{height:13px; background-image:url(shadow_bottom.jpg); background-repeat:repeat-x;}
.br{width:13px; height:13px; background-image:url(shadow_br.jpg); background-repeat:no-repeat;}



.title{
	font-family:arial, sans-serif;
	font-size:18px;
	color:#34679e;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

.hor_sep{
 	height:16px; 
	 background-image:url(dot_separator.gif); 
	 background-repeat:repeat-x; 
}


a:link, a:hover, a:active{
	text-decoration:none;
	color:#ec6e00;
}

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

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

P.actionLink A:link,
P.actionLink A:active,
P.actionLink A:visited {
	font: 12px/20px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	background: url(arrow_link.gif) no-repeat right;
	padding: 4px 30px 4px 0;
}

P.actionLink A:hover {
	text-decoration: underline;
}

.bottom-menu-container {
	padding-top:10px; 
	border-top:1px solid #efefef;
	vertical-align:bottom;	
}

.footer-filler {
	 height:60px;
}


/* Menu */
#menu-link  {
	font-size:15px;
	background-color:#ffffff;
	color:#ec6e00;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:4px;
	padding-left:7px;
	font-weight:bold;
	border-left:1px solid #FF9335;
	
}

#dropmenudiv{
position:absolute;
border-left:1px solid #FF9335;
border-right:1px solid #FF9335;
border-bottom:1px solid #FF9335;
border-bottom-width: 0;
font:normal 12px arial,sans-serif;
line-height:18px;
background-color:#EC6E00;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFEEE0;
border-right: 1px solid #FFEEE0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#EC6E00;
background-color:#FFFAF6;
padding-left:3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ec6e00;
color:#ffffff;
}
