/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;/* font sizing in ems. If you want to change anything, just change this.*/
	color: #333333;
	line-height: 1.166;
	margin: 3px;
	padding: 3px;
	
}

a{
	color: #006699;
	text-decoration: none;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(images/icon_doc.gif) no-repeat center right;
}

a[href $='.mid'] { 
   padding-right: 18px;
   background: transparent url(images/icon_mid.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(images/icon_xls.gif) no-repeat center right;
}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(images/icon_mail.gif) no-repeat center right;
}

a[class ~="popup"] {
   padding-right: 18px;
   background: transparent url(images/icon_popup.gif) no-repeat center right;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

a.w:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.5em;
	text-align: center;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.0em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}
 hr {
 border: 0;
  width: 100%;
  background-color: #cccccc;
  height: 1px;
}
ul{
	list-style-type: square;
	text-align: left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
 .tablehead { background-image: url(images/sockendongreen2.jpg); }
 .fulltablehead { background-image: url(images/sockendongreen2.jpg);
 height:125;
 width:100%; }
 
 iframe { border:none}


.r {
	text-align: right;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 5px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#LnavBar{
	float: left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 55%;
}
#content2col{
	float: left;
	padding-left: 3px;
    width: 75%;
}

.div.clearer {clear: both; line-height: 0; height: 0;}
/* Use <div class="clearer">&nbsp;</div>

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 100%;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: medium;
	padding: 2px 0px 0 10px;
	letter-spacing: normal;
	color: #0FF;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.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;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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 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 ***********/

/*********** #LnavBar link styles ***********/

#LnavBar ul a:link, #navBar ul a:visited {display: block;}
#LnavBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#LnavBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #LnavBar li {border-bottom: none;}


/*********** #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 {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 40px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
}

#smheadlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.white {
	color: #FFFFFF;
}
.greyed {
	color:#aaaaaa;
	}
/************** #LnavBar styles **************/

#LnavBar{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
}

#smLnavBar{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}

#LnavBar p{
	padding: 5px 0px 5px 0px;
}


.white {
	color: #FFFFFF;
}
.mtitle {
	font-family: "Script MT Bold";
	font-size: 36pt;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.goldtable {
	border-color: #d0be00 #808000 #808000 #d0be00;
	border: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
.indent {
	text-indent: 20px;
}
.redbutton {
        border-style: outset;
        border-color: #CC3300;
        background-color: #ff0000;
        text-decoration: none;   
        text-align: center;

	}
.super {
	vertical-align: super;
	top: 0px;
}
.blink {
	text-decoration: blink;
}
.active {
	font-weight: bold;
	color: #CC3333;
}
/* Resizable image divs and their supporters */

div.figure {
padding: 10px; 
margin: 0.67em auto; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

div.figure img { width: 100%; }

div.figure p { /* the default "legend" style, as opposed to "caption" */
	font-family: verdana, arial, sans-serif;
	font-size: small;
	padding-left: 1%;
	padding-right: 1%;
	line-height: 1.1;
	margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: center; }
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 98%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.ninety  { width: 90%; padding: 10px; margin: 0.67em auto; }
.seventyfive { width: 75%; padding: 10px; margin: 0.67em auto; }
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.almosthalf { width: 46%; padding: 10px; margin: 0.5em 0.67em; }
.twofifths { width: 40%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }

/* end figure-divs */
td {
	vertical-align: top;
	color: #000;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
td breadcrumb{
	vertical-align: top;
	color: #000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.box {
	border:1px;
	border-color: #000;
}
span.AccordionPanelContent {
  display: block;
}
#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 200px; 
    height: 320px; 
    padding: 15px; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
