/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 90%;
 font-weight: bold;
 font-style: italic;
 text-decoration: underline;
 color: #333333;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
    font-size:          80%;
    font-weight:        bold;
    color:              #334d55;
}

span.link {
	color: #006699;
}

p {
    margin:             0 0 1em 0;
    text-align:         justify;
}
/* Width Classes ----------------------------------------------*/
.w100 {
    width:              98%;
}
.w90 {
    width: 88%;
}
.w80 {
    width: 78%;
}
.w70 {
    width: 68%;
}
.w67 {
    width: 65%;
}
.w60 {
    width: 58%;
}
.w50 {
    width: 48%;
}
.w40 {
    width: 38%;
}
.w34 {
    width: 32%;
}
.w33 {
    width: 31%;
}
.w30 {
    width: 28%;
}
.w25 {
    width: 23%;
}
.w20 {
    width: 18%;
}
.w10 {
    width: 8%;
}
a.del {
    color:  #aa0000;
}/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
    background:     url(/art/bluesky.png) top left repeat-x;
}

#masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5 {
    color: #eeeeee;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0;
    background: #eeeeee url(/art/navbar_gray.png) top left repeat-y;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 76%;
	margin: 0;
	padding: 10px 2% 0 1%;
}

/************************************************/
/*  Audience Section                            */
/************************************************/

#audience {
    background: #ffffaa url(/art/audience_yellow.png) top right repeat-y;
    color: #555555;
    font-size: 90%;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 5px;
    margin: 0;
}

#audience ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

#audience p {
    margin: 0;
    padding: 0 10px 0 5px;
}

#audience a:link, #audience a:visited, #audience a:hover {
    display: block;
    color: #806000;
    text-decoration: none;
	padding: 2px 0px 2px 30px;
	border-top: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\"";
    voice-family:inherit;
	width: auto;
}

#audience img {
    display: inline;
    margin: 0 4px 0 -20px;
    vertical-align: middle;
    border: none;
}

#audience a:hover {
    color: #000000;
    background: transparent url(/art/audience_gold.png) top left repeat-y;
    text-decoration: underline;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0 0 0 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
background: #eeeeee;
padding: 5px 0px 5px 10px;
white-space: nowrap;
border-bottom: #cccccc 1px solid;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
    padding: 0 10px 0 0;
    vertical-align: middle;
}


/************* #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: center;
}

.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 p {
    margin: 0;
    padding: 2px 0;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar img {
    display: inline;
    vertical-align: middle;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul,
#navBar div ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************************************************/
/*  Security Styles                             */
/************************************************/

#security {
	margin: 0;
    padding: 0;
	font-size: 90%;
    border-bottom: 1px solid #cccccc;
    background: #446688 url(/art/security.png) top left repeat-y;
    color: #ffff00;
}

#security h3 {
    margin: 0;
    padding: 2px 2px 2px 10px;
    color: #ffff00;
}

#security ul a:link, #security ul a:visited {
    border-top: 1px solid #cccccc;
    padding: 2px 10px;
    color: #ffff00;
    margin: 0;
}

#security ul a:hover {
    background: #334c66 url(/art/security_hilite.png) top right repeat-y;
}

#navBar a:link img, #navBar a:visited img, #navBar a:hover img {
    border: none;
}

#security img {
    vertical-align: middle;
    padding: 0 5px 0 0;
    margin: 0;
}

/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background: #dddddd url(/art/sectionlink.png) top right repeat-y;
	padding: 2px 0px 2px 10px;
}

/************************************************/
/*  Departments Styles                          */
/************************************************/

#departments, #contentmgr {
	margin: 0px;
	padding: 5px 0px 10px 10px;
	font-size: 90%;
    border-bottom: 1px solid #cccccc;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0 0 10px 0;
	padding: 2% 0 0 0;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines p{
    margin: 0;
	padding: 5px 0;
}
#headlines ol {
    display:    block;
    list-style: none;
    margin: 0 0 0 40%;
    padding: 0;
    float:  none;
    width:  auto;
}
#headlines ol li {
    display:    none;
    border:     none;
    background: none;
    width:      auto;
    height:     auto;
    text-align: justify;
}
#headlines div#hll {
    display:    block;
    width:      38%;
    float:      left;
    list-style: none;
    margin: 0 2% 0 0;
    padding: 0;
}
#headlines div#hll p {
    margin: 0;
    padding: 0;
}
#headlines div#hll p.deptname {
    font-size: 100%;
}
#headlines div#hll div {
    display:    block;
    border:     1px solid #cccccc;
    margin:     0 2% 2% 0;
    padding:    2%;
    background: #ddeeff;
}
#headlines div#hll div.w100 {
    width:      90%;
}
/* Upcoming Events --------------------------------------------*/
#UpcomingEvents {
    border:     1px solid #cccccc;
    background: #666666;
    color:      #eeeeee;
    padding:    1%;
    margin-left: 2%;
    margin-bottom: 2%;
    float:      right;
    width:      25%;
}
#UpcomingEvents a:link,
#UpcomingEvents a:visited,
#UpcomingEvents a:hover {
    color:      #bbeeff;
}
#UpcomingEvents h1,
#UpcomingEvents h2 {
    color:      #aaffff;
    font-size:  125%;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica;
}
#UpcomingEvents ul {
    border-top:  1px solid #bbeeff;
    padding: 2% 0 0 5%;
    margin: 0;
}
#UpcomingEvents li {
    border-bottom: 1px dotted #cccccc;
    padding: 0;
    margin: 0 0 2% 0;
}

