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

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

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/bottom-border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
iframe
{
	border-style:none;
	overflow:hidden;
}
p
{
	text-indent:3em;
}
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: "Monotype Corsiva";
 font-size: 200%;
 color:#cc0000;
}

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

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

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

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

ul{
list-style-image:url(images/red-square.gif);
}

ul ul{
list-style-image:url(images/red-square.gif);
}

ul ul ul{
 list-style-type: none;
}
.redtop
{
	border-top-color:#FF0000;
	border-top-style:solid;
	border-top-width:thin;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cc0000;
	width: 100%;
	background-image:url(images/marble-background.jpg);
	background-repeat:repeat;
}

#navBar{
	padding: 0px;
	background-color:#eeecec;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	width:250px;
	top:300px;
	left:0px;
	position:absolute;
}

#content{
left:252px;
top:300px;
position:absolute;
margin:0px;
min-width:50%;
width: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth -275 +'px' : body.clientWidth -275 +'px');
	padding: 0 3% 0 0;
	background-image:url(images/pole-barn.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
	min-height:364px;
	height:364px;
}


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

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


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

#pageName{
	padding: 0px 0px 10px 10px;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
background-image:url(images/filmstrip.jpg);
background-repeat:repeat-x;
height:113px;
}
/* '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 */

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

/*********** #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 #cc0000;
	font-size: 90%;
}

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

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

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

#sectionLinks a:hover{
	border-top: 1px solid #cc0000;
	background-image:url(images/body-background.gif);
	padding: 2px 0px 2px 10px;
}

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

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

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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}