* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
body {
background-color: #E2E9EE;
}
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
}
#container{
width: 1050px;
margin: 0 auto;
}
/*--------------------- TOP ---------------------------*/
#top{
height: 160px;
padding-top: 10px;
background-color: #05162e;
color: #333366;
background-image: url('../images/banner.jpg'); }

#top h1{
	margin-left: 35px;
	margin-top: 20px;
	font-size: 36px;
display: none; 
}
#top h1 span { display: none; 
}
#top h2{
	margin-left: 35px;
	font-size: 14px;
 }

/*------------------------------dropdown css menu -----------------------------*/
.bluetabs{
border-bottom: none;
}

.bluetabs ul{
float: right;
padding: 3px 0;
margin-right: 20px;
margin-top: 4px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
} 

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
float: left;
display: block;
width: 85px;
height: 18px;
text-decoration: none;
padding: 7px 0px 5px 0px;
margin-right: 4px;
border: none;
color: #fff;
background: white url('../images/button.jpg') top left no-repeat; /*THEME CHANGE HERE*/
margin-top: 123px;
text-align: center; }

.bluetabs li a:visited{
background: white url('../images/button.jpg') top left no-repeat;
color: #fff;
}

.bluetabs li a:hover{
background: white url('../images/button.jpg') top left no-repeat;
text-decoration: none;
color: #fab044;
}

.bluetabs li.selected a, .bluetabs li.active a{
color: #fab044;
}

.bluetabs li.selected a{ /*selected main tab style */
background: white url('../images/button.jpg') top left no-repeat; /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
font-size: 10px;
width: auto;
display: block;
text-indent: 10px;
border: none; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #2875DE;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
color: #003399;
}
/*---------------------TOP RIGHT SIDE TOP (SUBMENU) ---------------------------*/
#top ul.level-1 {
color: #fff;
float: right;
padding-right: 20px; }

#top ul.level-1 li{
	color: #fff;
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
}

#top ul.level-1 li a{
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px; }
#top ul.level-1 li.active a{
color:#ca6f2c;
}


#top ul.level-1 li a:hover{
text-decoration:underline;
}

#top h1, #top h2 {
color: #fff; }

/*--------------------- MAIN NAVIGATION ---------------------------*/
#top ul.main-nav{
background:no-repeat left top;
height: 26px;
padding-left: 50px;
padding-top:10px;
float: right;
}
#top ul.main-nav li{
	color:#fff;
	margin-right: 25px;
	float:left;
	font-size: 16px;
}
#top ul.main-nav li a{
color:#fff;
}
#top ul.main-nav li.active a{
color:#FF7300;
}
#top ul.main-nav li a:hover{
text-decoration:underline;
}

/*--------------------- CONTENT ---------------------------*/
#content{
	margin-top: 0;
	width: 1050px;
	clear:left;
	background-image: url(../images/content-bk.jpg);
	background-repeat: repeat-y;
}

#full-content {
width: 900px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
min-height: 400px;
float:right;
background-color: #fff;
}

/*------pageTeaser--------*/
#content .pageTeaser {
background: url('../images/pageTeaser-bk.jpg');
width: 1000px;
height: 140px;
padding-top: 25px;
padding-left: 25px;
padding-right: 25px;
margin-top: 0;}

#content .pageTeaser h1 {
margin-top: 0;
font-size: 2.0em;
margin-bottom: 10px;
color: #003162;
text-decoration: none;}


/*---------------------main (left) content ---------------------------*/
#content .main-content{
width: 700px;
padding-top: 0px;
padding-bottom: 25px;
padding-left: 50px;
min-height: 400px;
float:left;
background-color: #fff;
}

/*------------digest content----------*/
h2.digestMonth {
background-color: #003366;
text-align: right;
text-decoration: none;
color: #fff;
font-size: 14px;
padding-right: 5px;
margin: 0;
font-family: Arial, Verdana, Helvetica, sans-serif; }

p.tagLine {
background-color: #CCC;
margin: 0;
padding: 3px;
text-align: center;}

ul.digest_TOC {
color: #fff;}

#content .main-content ul.digest_TOC li {
color: #fff;
list-style-type: none;
margin-left: 0; }

ul.digest_TOC li a {
color: #0000ee;
text-decoration: underline;
font-weight: bold;
}

#content .main-content ul.digest_TOC ul li {
list-style-type: decimal;
color: #000;
margin-left: 10px; }

ul.digest_TOC ul li a {
font-weight: normal;}

h2.sectionHead {
background-color: #003366;
text-align: left;
text-decoration: none;
color: #fff;
font-size: 13px;
padding-left: 5px;
font-weight: bold;
margin: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3.subItem {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;}

/*---------------------CONTENT RIGHT SIDE ---------------------------*/
#content .right-content{
	width: 240px;
	float:right;
         margin-top: -20px;
	padding: 0 10px 10px 10px;
	border-left: none;
	color: #46699D; 
	font-size: 12px;
	line-height: 150%;
	}

#content .right-content h3, #content .right-content h4 {
	text-transform: uppercase; 
	color: #46699D;
	font-size:14px;
	font-weight: bold;}

#content .right-content .polaris-academy span {
display: block;
float: left;
width: 40px;}

#content .right-content a {color: #FF7300;}

#content .right-content .sideBarImg {
	height: 156px;
	padding-top: 17px;
	padding-left: 15px;
	background: url('../images/picture-bk.jpg') no-repeat;}

#content .right-content .polaris-academy {
	padding-left: 15px;
	background: url('../images/right-bk.jpg') no-repeat;
	height: 180px;
	padding-top: 10px;}

#content .right-content .polaris-academy p.overview a{
	display: block;
	width: 175px;
	height: 30px;
	background: url('../images/overview-button.jpg');}

#content .right-content .polaris-academy p.overview a:hover{
	display: block;
	width: 175px;
	height: 30px;
	background: url('../images/overview-button.jpg') 0px 30px;}

#content .right-content .polaris-academy p.overview a span, #content .right-content .polaris-academy p.digest a span, #content .right-content .polaris-academy p.overview-big a span, #content .right-content .polaris-academy p.digest a span {
display: none;}

#content .right-content .polaris-academy p.digest a{
	display: block;
	width: 175px;
	height: 30px;
	background: url('../images/digest-button.jpg');}

#content .right-content .polaris-academy p.digest a:hover{
	display: block;
	width: 175px;
	height: 30px;
	background: url('../images/digest-button.jpg') 0px 30px;}
	
#content .right-content .polaris-academy p.overview-big a{
	display: block;
	width: 200px;
	height: 35px;
	background: url('../images/overview-button-big.jpg');}

#content .right-content .polaris-academy p.overview-big a:hover{
	display: block;
	width: 200px;
	height: 35px;
	background: url('../images/overview-button-big.jpg') 0px 35px;}

#content .right-content .polaris-academy p.digest-big a{
	display: block;
	width: 200px;
	height: 35px;
	background: url('../images/digest-button-big.jpg');}

#content .right-content .polaris-academy p.digest-big a:hover{
	display: block;
	width: 200px;
	height: 35px;
	background: url('../images/digest-button-big.jpg') 0px 35px;}

#content .right-content .polaris-academy p.overview a span, #content .right-content .polaris-academy p.digest a span, #content .right-content .polaris-academy p.overview-big a span, #content .right-content .polaris-academy p.digest-big a span {
display: none;}
	

/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #aaa;
                text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #111;
	}
        #photo .description{
	   width:400px; 
                margin: 1em auto; 
                font-size:0.9em; 
                text-align: center;
        }
#gallery {
margin-left: 50px; }

#content .right-side #gallery ul{
  margin: 0;
  padding: 0;
}
#content .right-side #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 150px;
    height: 155px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #ffffff;
  }

 #content .right-side #gallery ul li:hover{
      border: 1px solid #aaa;

  }


#content .right-side #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }

/******* FOOTER *********/

#footer{
	background: url('../images/footer-bk.jpg') no-repeat;
	height: 100px;
	color: #FFFFFF;
	padding: 25px 50px 50px 50px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#footer .logo {
width: 300px;
float: left;
line-height: 175%}

#footer .contact {
width: 348px;
float: left;
border-left: 1px #43576C solid;
border-right: 1px #43576C solid;
height: 125px; }

#footer .contact span {
display: block;
float: left;
height: 20px;
width: 15px;
color: #FF7300;
}

#footer .contact span img {padding-top: 8px;}

#footer .contact ul {
padding: 0 75px;
 }

#footer .contact ul li {padding-left: 15px;}

#footer .contact ul li.middle {
border-top: 1px #43576C solid;
border-bottom: 1px #43576C solid; }

#footer .contact p {text-align: center;
padding-top: 5px;}

#footer .andros {
padding-left: 50px;
width: 220px;
float: left; 
font-size: 9px;
font-weight: normal;
line-height: 175%;
color: #6c8bb0; }

#footer .andros img {padding-bottom: 7px;}

#footer ul li a {color: #fff;}

#container #footer ul li a:hover {
color: #CC6600;
text-decoration: none;}

#footer a {
	color: #CC6600;
}
#container #footer a:hover {
	text-decoration: underline;
 }

#footerlinks #admin_link {
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
float: left;
margin-right: 1em;
font-size: 0px;
text-align: center; }

#footerlinks #edit_link {
font-size: 0px;
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
display: block;
float: right;
}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
list-style-type: none;
}

