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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

a:hover {
	text-decoration: underline;
	color: #660033;
}
/* 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: #CC99FF;
}

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

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #CC99FF;
}

h5{
 font-size: 100%;
 color: #CC99FF;
}

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: #006600;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-position: center;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #CABAC8;
	border-left: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#content{
	float:left;
	width: 75%;
	margin: 0;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	background-color: #FFFFFF;
}


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

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


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

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


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

#globalNav{
color: #FFFFFF;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}
/* '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{
 display: block;
}

#globalNav a {
	font-size: 85%;
	padding: 0px 4px 0px 0px;
	color: #660033;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

#breadCrumb a:link, a:visited{
	color: #5B266E;
}

#breadCrumb a:hover{
	color: #58206B;
	text-decoration: underline overline;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 85%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F314E;
	letter-spacing: 0.6px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #660033;
}

.feature img{
	float: left;
	padding: 0px 10px 0px -10px;
	margin: 0 15px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .story styles *****************/

.story{
	clear: both;
	padding: 6px 20px 5px 20px;
	font-size: 0.8em;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F314E;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color: #663366;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #660033;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 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 a{
	color: #5B266E;

}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar 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;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #5B266E;
	background-color: #A084AA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAE3E9;
	border-bottom-color: #5B266E;
}

#sectionLinks a:hover{
	background-color: #91719D;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B266E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B266E;
}



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

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

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #5B266E;
}

.relatedLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #5B266E;
	background-color: #CABAC8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAE3E9;
	border-bottom-color: #5B266E;
}

.relatedLinks a:hover{
	background-color: #91719D;
	background-image: none;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B266E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B266E;
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 4px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #660033;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #660033;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

.foot{
background-color:#58206B;
}


 
 /* common styling */
.bubble {
font-family: verdana, sans-serif; 
width:450px;
height:660px;
margin:10px 145px;
}
.bubble ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
.bubble ul li {
float:left;
margin:5px;
width:124px;
height:124px;
border:1px solid #4F314E;
text-decoration:none;
}
.bubble ul li a, .bubble ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:124px; 
height:124px; 
color:#000; 
background:#fff;
}
.bubble ul li a img, .bubble ul li a:visited img {
border:0;
text-decoration:none;
}

.bubble ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}

.bubble dl {width:200px; padding:0 0 20px 0; background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dt {margin:0; padding:5px; font-size:1.2em; font-weight:bold; color: #000; background:transparent url(top.gif) no-repeat top left; text-align:center;}
.bubble dd {margin:0; padding:5px 15px; color:#000; font-size:0.8em; border:1px solid #4F314E; border-width:0 1px; background:#fff url(../sites/info.gif) no-repeat bottom right;}
.bubble dd p {padding:0; margin:10px 0; line-height:1.5em;}
.bubble dl#web2 {background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dl#web3 {background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dl#web4 {background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dl#web5 {background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dl#web6 {background:transparent url(bottom.gif) no-repeat bottom left; height:auto;}
.bubble dl#web2 dt {background:transparent url(top.gif) no-repeat top left;}
.bubble dl#web3 dt {background:transparent url(top.gif) no-repeat top left;}
.bubble dl#web4 dt {background:transparent url(top.gif) no-repeat top left;}
.bubble dl#web5 dt {background:transparent url(top.gif) no-repeat top left;}
.bubble dl#web6 dt {background:transparent url(top.gif) no-repeat top left;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.bubble ul li:hover,
.bubble ul li a:hover {
color:#000; 
position:relative;
text-decoration:none;
}

.bubble ul li:hover dl,
.bubble ul li a:hover dl {
visibility:visible;
color:#000;
top:-75px;
left:120px;
cursor:default;
text-decoration:none;
}

.bubble ul li:hover dl em,
.bubble ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
text-decoration:none;
}

.bubble ul li:hover dl a,
.bubble ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
display:inline;
text-decoration:none;
}

.bubble ul li:hover dl a:hover,
.bubble ul li a:hover dl a:hover {
background:transparent;
text-decoration:underline;
}

