/*****************Top Navigation Colors***********************/

#topnav ul {
}

#topbtn1 
{
	background:transparent url(../images/sitewide/rss_logo.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
	/*padding: 0 0 5px 0;*/
}

#topbtn2 
{
	background:transparent url(../images/sitewide/blogs_logo.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn3 
{
	background:transparent url(../images/sitewide/tw_logo.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn4
{
	background:transparent url(../images/sitewide/fb_logo.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn5
{
	background:transparent url(../images/sitewide/yt_logo.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn6
{
	background:transparent url(../images/sitewide/googleplus_icon.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn7
{
	background:transparent url(../images/sitewide/pinterest_icon.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn8
{
	background:transparent url(../images/sitewide/instagram_icon.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}

#topbtn9
{
	background:transparent url(../images/sitewide/snapchat.gif) no-repeat scroll 0 0;
	margin: 5px 5px 0 5px;
}


#RSS_Feeds
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Blogs
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Tweets
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Facebook
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Video
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_GooglePlus
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Snapchat
{
	display:block;
	width:19px;
	height: 23px;
}


#PageHeader_Pinterest
{
	display:block;
	width:19px;
	height: 23px;
}

#PageHeader_Instagram
{
	display:block;
	width:19px;
	height: 23px;
}


#topbtn1 a 
{
}

#topbtn1 a:hover
{
}

#topbtn2 a {
}

#topbtn2 a:hover
{
}

#topbtn3 a 
{
}

#topbtn3 a:hover
{
}

#topbtn4 a 
{
}

#topbtn4 a:hover
{
}

#topbtn6 a 
{
}

#topbtn6 a:hover
{
}

#topbtn7 a 
{
}

#topbtn7 a:hover
{
}

#topbtn8 a 
{
}

#topbtn8 a:hover
{
}

#topbtn9 a 
{
}

#topbtn9 a:hover
{
}


/* color specific */
#topbtn1 ul, 
#topbtn1 ul li, 
#topbtn2 ul, 
#topbtn2 ul li, 
#topbtn3 ul, 
#topbtn3 ul li, 
#topbtn4 ul, 
#topbtn4 ul li, 
#topbtn5 ul, 
#topbtn5 ul li, 
#topbtn6 ul, 
#topbtn6 ul li, 
#topbtn7 ul, 
#topbtn7 ul li, 
#topbtn8 ul, 
#topbtn8 ul li, 
#topbtn9 ul, 
#topbtn9 ul li 
{
}

#topbtn1 ul li div div div a, 
#topbtn2 ul li div div div a, 
#topbtn3 ul li div div div a, 
#topbtn4 ul li div div div a, 
#topbtn5 ul li div div div a,
#topbtn6 ul li div div div a,
#topbtn7 ul li div div div a,
#topbtn8 ul li div div div a,
#topbtn9 ul li div div div a
{
	text-decoration:none; 
	padding:3px 0px 3px 5px;
}

#topbtn1 ul li div div div a:hover, 
#topbtn2 ul li div div div a:hover, 
#topbtn3 ul li div div div a:hover, 
#topbtn4 ul li div div div a:hover, 
#topbtn5 ul li div div div a:hover,
#topbtn6 ul li div div div a:hover,
#topbtn7 ul li div div div a:hover,
#topbtn8 ul li div div div a:hover,
#topbtn9 ul li div div div a:hover
{
	color:#003366;
	background: url("../images/sitewide/dropdownBg.gif") top left repeat;
}

.lightBlue
{
	background:#EAF3FF;
}

li.separator {
}


/*End Top Navigation Colors*/	

#shadow-container,
#shadow-container1,
#shadow-container2
{
	position: relative;
}

.container
{
	position: relative;
	left: -1px;
	top: -1px;
	background: #ffffff;
	border: 1px solid #003366;
}
.shadow1 {
	position: relative;
	left: 1px;
	top: 1px;
	background: #003366;
}


/*
this is a nice transition shadow
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}*/