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

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

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

a{
	color: #006699;
	text-decoration: none;
}

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

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

a:hover{
	color: #003366;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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;
}


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

#outer {
	width: 760px;
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#masthead{
	padding: 12px 0px 0px;
	border-bottom: 2px dotted #cccccc;
	width: 100%;
	margin: 0px;
}

#navBar{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 10px 0px 0px;
}

#headlines{
	float:right;
	width: 150px;
	border-left: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#content{
	float: left;
	width: 390px;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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


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

#globalNav{
	padding: 5px 0px 4px 190px;
	border-bottom: 2px solid #000000;
	color: #999999;
	background-color: #FFCC00;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #000000;
	font-weight: bold;
}

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

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

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

#breadCrumb{
	font-size: 11px;
	padding: 6px 6px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}


/************** .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;
	font-size: 11px;
	color: #999999;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-top: 1px solid #cccccc;
	border-right: #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: #cccccc;
	text-align: center;

}

#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 ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#sectionLinks h3{
	padding: 5px 0px 5px 10px;
	color: #FFCC00;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #CCCCCC;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

#sectionLinks a:hover{
	background-color: #FFCC00;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 10px 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#topbanner {
	height: 35px;
	margin: 0px;
	padding: 95px 0px 0px 570px;
	background-image: url(images/ladder-banner.jpg);
	background-repeat: no-repeat;
	width: 190px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
#banner-outer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/ladder-banner-r.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#topright {
	margin: 0px;
	padding: 0px 0px 0px 552px;
	background-image: url(images/topright-welcome.gif);
	background-repeat: no-repeat;
	float: right;
	height: 130px;
	width: 200px;
}
.relatedLinks p {

	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.drmedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.drmedia A {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;

}
.drmedia A:link {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;

}
.drmedia A:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;

}
.drmedia A:visited {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;

}
#maincontent {

	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
#headlines h3 {
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
}
#point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	text-align: center;
	color: #000000;
}
#toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #999999;
	float: right;
	width: auto;
}
#ladder-safety {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}
#breadCrumb a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.medium {
	font-size: 11px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#background {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	width: 100%;

}
.tabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.surface {
	color: #000000;
	background-color: #E6E6E6;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 11px;
	font-weight: bold;


}
