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

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

html{
	background-color: #F7F5E1;
}
body{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	width: 840px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

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

a:link{
	color: #003399;
}

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

a:hover{
	color: #999999;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 200%;
	color: #000099;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	color: #006699;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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;
	text-indent: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
}


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

#masthead{
	border-bottom: none;
	width: 100%;
	height: 75px;
}

#navBar{
	float: left;
	width: 9em;
	padding-right: 6px;
	border-right: 3px solid #0076EC;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	margin-left: 11em;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
.image{
	padding: 6px 6px 6px 6px;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFCC;
	font-color: #000000;
}
/***********************************************/
/************** #masthead styles ***************/
/***********************************************/

#masthead h1{
	background-image: url(images/graphix/title.gif);
	background-repeat: no-repeat;
	margin: 0 10px -4px 10px;
	color: #FFFFFF;
}
#masthead h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0 0 0 -5px;
	padding: 5px;
	padding-left: 10px;
	background-color: #0076EC;
}
#masthead a{
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
}
#masthead a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#cbj_logo{
	width: 127px;
	height: 85px;
	float: right;
	margin: -10px 0 0 0;
	background-image: url(images/graphix/logo_map.gif);
}

/***********************************************/
/************* #content_town div & styles **************/
/***********************************************/

#content_town{
	margin-right: 10em;
	margin-left: 11em;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_town p{
	margin-top: 0;
	margin-bottom: 0;
}

#content_town h1{
	color: #60382D;
	font-size: 400%;
	font-family: "Palatino Linotype", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: -10px;
}

#content_town h2{
	color: #60382D;
	font-size: 200%;
	font-family: "Palatino Linotype", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;	
}
#content_town h2:first-letter{
	font-weight: bold;
	color: #A40000; 
}

#content_town p{
	color: #3F241D;
	margin-top: 0px;
}

/***********************************************/
/******* #content_articles div & styles ********/
/***********************************************/

#content_article{
	margin-right: 10em;
	margin-left: 11em;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_article p{
	margin-top: 0;
	margin-bottom: 0;
}

#content_article h1{
	color: #0066FF;
	font-size: 300%;
	font-family: "Palatino Linotype", Times, serif;
	line-height: 75%;
	margin-bottom: -10px;
}
#content_article h2{
	color: #0066FF;
	font-size: 150%;
	font-family: "Palatino Linotype", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 0;	
}
#content_article h2:first-letter{
	font-weight: bold;
	color: #CC6600; 
}

#content_article p{
	color: #001E3C;
	margin-top: 0px;
}


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

#pageName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

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

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


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

.story{
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

.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;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #000000
}
#navBar h4{
	padding-left: 10px;
	font-size:90%;
}

/* 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: 90%;
	background-color: #FFFFFF;
}

#sectionLinks a {
	display: block;
	/*border-top: 1px solid #cccccc;*/
	padding: 2px 0 2px 0;
}

#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 img{
	display: block;
}
#sidead {
	background-color: #FFFFCC;
	padding: 5px;
	border: thin solid #000066;
}
*/



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

#headlines{
	font-size: 80%;
	width: 10em;
	padding: 10px, 0, 20px, 10px;
	background-color: #FEFDED;
	border-width: 1px;
	border-color: #0D74BB;
	margin-top: 10px, 10px, 0, 0;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D74BB;
}
#headlines ul{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	padding-right: 0.5em;
	list-style-position: inside;
	list-style-image: url(images/directory/arrow.gif);
}
#headlines ul li{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 95%;
	color: #58443F;
	}
#headlines ul li a{
	font-size:100%;
	color: #OD74BB;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#headlines ul li a:hover{
	color: #EC450D;
	text-decoration: underline;
}
.sidead {
	background-color: #FFFF99;
	margin: 5px;
	padding: 5px;
	border: thin solid #000099;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
#article {
	margin-left: 11em;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
.spacedlist {
	vertical-align: baseline;
	padding-top: 10px;
}
.leftimage {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 2px solid #666666;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
}
.photoleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 220px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.articlelist {
	text-align: left;
	list-style-type: disc;
	text-indent: 70px;
	font-size: 80%;
}
.left {
	float: left;
	padding-right: 10px;
}
#headlines a {
	padding: 5px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #0D74DB;
	text-decoration: underline;
}
#headlines h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000099;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headlines .sidead p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	margin-top: 2px;
	margin-bottom: 2px;
}
.imageright {
	float: right;
	margin: 3px;
}
.left {
	float: left;
}
#videoscreen {
	float: left;
	width: 68%;
}
#videolist {
	float: right;
	width: 30%;
}
#article #videolist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
	font-weight: normal;
}
#content .home_itemrt {
	float: right;
	width: 45%;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0033CC;
}
.clearflt {
	clear: both;
}
.whatson {
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
}
.breton {
	font-family: "Palatino Linotype", Times, serif;
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	color: #60382D;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	line-height: 100%;
}

.culture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content .story ul {
	padding-left: 20px;
}
#article ul {
	margin-left: 275px;
}
.stop_press {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}
#content .headlines {
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.itemlft {
	float: left;
	width: 50%;
	margin-left: 5px;
}
#content  .itemlft  .headlines  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	padding-left: 5px;
}
#content  .itemlft  .headlines  p {
	padding-left: 5px;
	color: #000000;
	margin-right: 5px;
	font-size: small;
}
#content .itemlft .headlines h3 {
	padding-left: 5px;
}
#content .wotson {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(callacois/color.gif);
	background-repeat: repeat;
}
.news {
	background-color: #40668C;
	margin-top: 5px;
	margin-right: 7px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 5px;
}
#content .itemlft .news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 4px;
}
#content .itemlft .news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	font-variant: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	display: inline;
}
#content .itemlft .news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
#content .itemlft .news ul {
	list-style-type: none;
	text-indent: -20px;
}
.breton.caption {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
}
.bar {
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #60382D;
}
.topimage {
	float: none;
	line-height: 5px;
	background-position: center;
}
#content .itemlft .news p {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.img_right{
	float: right;
	width: 255px;
}
.img_left{
	float: left;
	width: 255px;
}
.img_r_portrait{
	float: right;
	width: 230px;

}
.img_l_portrait{
	float: left;
	width: 230px;
}
.img_div{
}
.img_right, .img_left, .img_r_portrait, .img_l_portrait, .img_div{
	margin-right: 8px;
	margin-left: 8px;
	padding: 6px 6px 6px 6px;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
.intro_blurb{
	margin-right: 25px;
	margin-left: 25px;
	font-size: 90%;
}
