/***********************************************/
/* 3col_leftNav_barts.css (user modified)      */
/* Use with template 3col_leftNav_barts.html   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	text-align: left; /* The text is then set to the left aligned default in the #container  */
	
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	
	
	background-image: url(../css/BJ_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-family: Arial, sans-serif;
}

/***********************************************/
/* Heading Styles                              */
/***********************************************/

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2{
    font-family: Arial,sans-serif;
    font-size: 120%;
    color: #006699;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

h3{
    font-family: Arial,sans-serif;
    font-size: 114%;
    color: #334d55;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding: 15px 0px 3px 0px;
}

h5{
    font-family: Verdana,Arial,sans-serif;
    font-size: 70%;
    color: #334d55;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

/***********************************************/
/* Heading Style Classes                       */
/***********************************************/


.name {
	font-size: 200%; 
	padding: 10px 5px 5px 5px;
}

.tagline {
	font-size: 150%; 
	padding: 5px 5px 3px 5px;
}

label{
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
}

/***********************************************/
/* Bullets                                     */
/***********************************************/

ul{
	list-style-image:  url("liststyleimage.png");
	font-family: Arial, sans-serif;
}

ul ul{
    list-style-type: disc;
}

ul ul ul{
    list-style-type: none;
}


/*********************************************************************************************/
/* Layout Divs       SEE #navbar to set width pixels of left navigation panel                */
/*********************************************************************************************/

#masthead{
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
    float: right;
	width: 25%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#columnleft{
    float: left;
	width: 50%;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
}

#columnright{
    float: right;
	width: 50%;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;	
}

#content{
	float: left;
    width: 70%;
	padding: 3px 1px 3px 1px;
}

#contenthead{
	float: left;
    width: 100%;
	padding: 3px 1px 3px 1px;
}

#contenttables{
	float: left;
    width: 85%;
	padding: 3px 1px 3px 1px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
    color: #334d55;
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
     padding: 0px 0px 5px 10px;
     border-bottom: 1px solid #CCC;
	 width: 1000px;
     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;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 10px 0px 10px;
	border-bottom-color: #ECE9D8;
}

.copy{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
}

.copy p{
	padding: 0px 10px 0px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 5px 10px 5px 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 ***********/

#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 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



/***********************************************/
/* AllForOne.dwt Styles                        */
/***********************************************/




.twoColFixRtHdr #container { 
	width: 1024px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 left; /* change "left" to "auto" to center the entire page (the entire "#container) */
	font-size: 85%; /* this is the reduced default base text size for everything in the container (85% copies/pastes well to Word docs and InDesign book/chapter/pages) */
} 

.twoColFixRtHdr #breadcrumb {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 85%;
	font-family: Arial, sans-serif;
} 
.twoColFixRtHdr #breadcrumb h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	align: absmiddle;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

