/***********************************************/
/* 2col_leftNav_dir.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	color: #000000;
        cursor: url(saxophone.cur), auto;
	background-color: #FFFFFF;
	line-height: 1.166;
        margin-top:5px;
        padding:0;
	padding-left: 210px;
        min-width: 550px;
}

table.item{ width: 100%;
  border-bottom: 2px solid #AA00AA ;
  border-right: 2px solid #AA00AA ;
  border-top: 2px solid #FF00FF ;
  border-left: 2px solid #FF00FF ;
  background-color: #CC00CC;
  border-spacing: 3px; margin-bottom: 9px; max-height: 160px; }
table.item td{ 
  border-top: 2px solid #AA00AA ;
  border-left: 2px solid #AA00AA ;
  border-bottom: 2px solid #FF00FF ;
  border-right: 2px solid #FF00FF ;
  background-color: white; text-align: center; vertical-align: top; }
table.item td.pic{ vertical-align: middle; }
table.item td.pic img{ max-width: 248px; max-height: 150px; vertical-align: middle; }
table.item td div.scroll{ overflow: auto; max-height: 96px; }

span.nobreak{
    white-space: nowrap;
}

table{
/*    margin-left: auto;
    margin-right: auto;*/
}

a, a:visited {
    text-decoration: none;
    Color:darkblue;
}

#navBar a, #navBar a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
        color: #CC00CC;
        
}

#navBar a:hover {
	text-decoration: none;
        color: #CC00CC;
        
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 140%;
 color: #660099
}

h2{
 font-family:"Times New Roman", Times, serif;
 font-size: 125%;
 color: #6633CC;
}

h3{
 font-family: "Verdana", Arial, Helvetica, san serif;
 font-size: 110%;
 color: #006699;
}

h4{
 font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 font-weight: normal;
 color: #6633CC;
}

h5{
 font-size: 88%;
 color: #006699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	font-family: "Times New Roman", Times, serif;
        padding-left:auto;
        padding-right:auto;
 
}

#navBar{
        font-family: "Times New Roman", Times, serif;
        font-size: 20pt;
        Color: white;
	margin: 0 84% 0 0;
	padding: 0pt;
	background-color: #CC00CC;
	border-right: 2px solid #AA00AA;
	border-bottom: 2px solid #AA00AA;
        border-left: 2px solid #FF00FF ;
        border-top: 2px solid #FF00FF ;
        Width: 210px;
        Height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        display: block;
        font-weight: bold;
        overflow: auto;
}

#content{
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
/*	border: 1px solid #cccccc;*/
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a, #siteInfo a:visited {
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: none;
        color: #CC00CC;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar a:hover {background-color: white;}

#sectionLinks ul li {
        border-right: 2px solid #AA00AA;
	border-bottom: 2px solid #AA00AA;
        border-left: 2px solid #FF00FF ;
        border-top: 2px solid #FF00FF ;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#ad_rotate{
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    background-repeat:no-repeat;
    background-position: center;
    border-right: 4px solid #AA00AA;
    border-bottom: 4px solid #AA00AA;
    border-left: 4px solid #FF00FF ;
    border-top: 4px solid #FF00FF ;
    margin-top:16px;
    margin-bottom:16px;
    width: 175px;
    height: 175px;
}

#ad_rotate div.ad_button:hover{
    border-bottom: 2px solid white;
}

#ad_rotate #left{
    background-image: url(ad_rotate/left.png);
    margin-top: 75px;
    margin-left: 10px;
    display: none;
}

#ad_rotate #right{
    background-image: url(ad_rotate/right.png);
    margin-top: 75px;
    margin-left: 140px;
    display: none;
}

#ad_rotate #pause{
    background-image: url(ad_rotate/pause.png);
    margin-left: 75px;
    margin-top: 140px;
    display: none;
}
/*updates bellow*/
#ad_rotate div.ad_button{
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    width: 25px;
    height: 25px;
    z-index: 1;
}
#ad_rotate a img{
    position: absolute;
    border:none;
}

a img{
    border:none;
}

#ad_rotate a, #ad_rotate a:hover{
     padding:0px;
}

#ad_rotate a img{
    max-height: 175;
    max-width: 175;
    margin: auto;
}

