@charset "utf-8";
/* BlueSkyIV.com CSS Document */
body
{
	background: #FFFFFF url(images/body-bg.jpg) repeat-x top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a
{
	color: #0085C8;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	padding: 5px 0;
	margin: 10px 0;
}

p
{
	padding: 0;
	margin: 0;
}

#logo
{
	background: url(images/logo-clouds.jpg) no-repeat top;
	width: 820px;
	padding: 50px 0;
}
.topmenus
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.topmenus li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 12px;
}
.topmenus li a
{
	color: #D2EDF9;
	text-decoration: none;
}
.topmenus li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenus li a.topselected
{
	color: #FFFFFF;
	text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 5px;
/*THEME CHANGE HERE*/
line-height:18px;
z-index: +1000;
background-color: #6EBAE0;
visibility: hidden;
text-align: left;
border: solid 1px #FFFFFF;
}
.dropmenudiv a{
margin-top: 0px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #D6EBF6; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
z-index: +1000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0085C8;
color: #FFF;
z-index: +1000;
}
/* MENUS END HERE */

#leftpane
{
	background: #0085C8 url(images/lp-bot.jpg) no-repeat bottom;
	width: 200px;
}
#leftpane-top
{
	background: url(images/lp-top.jpg) no-repeat top;
}
#left-nav
{
	padding: 0 5px;
	margin: 45px 0;
	list-style: none;
}
#left-nav li
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	border-bottom: dotted 1px #70C7EB;
}
#left-nav li a
{
	display: block;
	background: url(images/arrow.jpg) no-repeat left;
	color: #B5E1F4;
	text-decoration: none;
	padding-left: 20px;
}
#left-nav li a:hover
{
	background: url(images/arrow-h.jpg) no-repeat left;
	color:  #FFFFFF;
	text-decoration: none;
}
#left-nav li a.leftselected
{
	display: block;
	background: url(images/arrow-h.jpg) no-repeat left;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}
#footer
{
	background: #0085C8 url(images/footer-bg.jpg) repeat-x top;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}
#footer a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}