/* remember to define focus styles! */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, codedel, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}


body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* restore some necessary styles   */

#pageContentMain ul{
	list-style: disc;
	margin-bottom:10px;
}

#pageContentMain ol{
	list-style: decimal;
	margin-bottom:10px;
}


#pageContentMain li, dd, blockquote { margin-left: 40px; }

strong{
	font-weight:bold;
}

em{
	font-style: italic;
	
}


/* html elements */

body{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align:center;
	color:#333333;
}



#mainContent p{
	margin-bottom:10px;
}

/* some random common styles */

.noMargin{
	margin:0 !important;
}

.spacer{
	padding-left:10px;
	padding-right:10px;
}

.floatLeft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.floatRight{
	float:right;
		padding-left:10px;
	padding-bottom:10px;
}

.small{
	font-size:10px;
}

/* main structure */

#container{
	margin:auto;
	width:976px;
	/*border:1px solid red;*/
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

  * html #container {
    \width: 996px; /* for IE5 and IE6 in quirks mode */
    w\idth: 976px; /* for IE6 in standards mode */
  }

#header{
	width:976px;
	height:88px;
}

#mainContent{
	float:right;
	width:762px;

	/*margin-left:214px;*/
	line-height:1.5em;
	font-size:12px;
	color:#7a7a7a;
}

#leftNav{
	float:left; display:inline;
	width:192px;
	height:610px;
	background-image: url(images/left-nav/left-nav-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding:11px;
}



#homeImage{
	float:left; display:inline;
	width:392px;
	
}

#homeContent{
	float:right;
	width:358px;
	padding-left:12px;
}



.contentInner{
	padding-left:15px;
}


#pageImage{
	float:left;
	width:761px;
	height:193px;
}

#pageContentMain{
	float:left;
	width:500px;
	padding: 20px 0 20px 46px;
}

#pageContentSide{
	float:left;
	width:185px;
	padding-left:30px;
	/*padding-top:56px;*/
	padding-top:10px;
}

#pageContentWide{
	float:left;
	width:700px;
	padding: 40px 15px 20px 46px;

}

#pageContentWide2{
	float:left;
	width:550px;
	padding: 40px 15px 20px 46px;

}

  * html #pageContentWide {
    \width: 761px; /* for IE5 and IE6 in quirks mode */
    w\idth: 700px; /* for IE6 in standards mode */
  }


#footer{
	float:left;
		width:976px;
		padding-top:20px;
		padding-left:10px;
		padding-bottom:20px;
		font-size:10px;
		color:#666666;
}

/* logo-----------*/

#logo{
	float:left;
	padding-top:35px;
}

/*news Item styles ---------------*/



.newsEntry{
	/*float:left;*/
	padding-top:20px;
	border-bottom:1px solid #d6d6d6;
	padding-right:20px;
	/*margin-bottom:20px;*/
}

.newsExcerpt img{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.newsHeading{
	padding-bottom:20px;
}

 .newsEntry a:link{
		color:#b8604a; 
		text-decoration:none;
	}

 .newsEntry a:visited{
		color:#d1806c;
		text-decoration:none;
}

 .newsEntry a:hover {
		color:#155786;
		text-decoration:underline;
}
 
 
 .newsEntry a:active {
	color:#155786;
	text-decoration:underline;
}

/* pageContentSide styles --------*/

#pageContentSide li{
	margin-bottom:10px;
}

	#pageContentSide a{
		font-weight:normal;
	}

 #pageContentSide a:link{
		color:#8a8989;
		text-decoration:none;
	}

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

 #pageContentSide a:hover {
		color:#434242;
		text-decoration:underline;
}
 
 #pageContentSide a:active {
	color:#155786;
	text-decoration:underline;
}


/* ------- pageContentWide styles ------------*/

#pageContentWide .textArea{
	padding-right: 75px;
}

#pageContentWide .text, #pageContentWide .text {
	/*padding-right: 75px;*/
	font-size:16px;
}

.text2 {
	font-size:16px;
}

.colContainer{
	float:left;
	margin-bottom:30px;
	width:718px;
}

 * html .colContainer {
    \width: 690px; /* for IE5 and IE6 in quirks mode */
    w\idth: 718px; /* for IE6 in standards mode */
  }

.colImage{
	float:left;
	margin-top:25px;
	width:257px;
	padding-left:7px;
}

.colContent{
	float:left;
	margin-top:25px;
	margin-left:42px;
	width:353px;
	padding: 0 45px 45px 0;
	border-bottom:1px solid #d5d5d5;
}

span.filmDate{
	font-size:18px;
	padding-left:10px;
	color:#515151;
	font-weight:normal;
}

.smColImage{
	float:left;
	width:82px;
	margin-right:28px;
}

.bigColContent{
	float:left;
	width:563px;
}

.title{
	font-weight:normal;
	font-style: italic;
}




/* links -----------*/

	a{
		font-weight:bold;
	}

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

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

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


 a:active {
	color:#b75f4a;
	text-decoration:underline;
}


/* top nav ---------*/

#topNav{
	float:right;
	color:#888888;
	font-family:"Helvetica neue LT", Helvetica, Verdana, Geneva, Arial, sans-serif;
	
}

	#topNav ul{
		padding-top:48px;
		padding-bottom:8px;
		/*border:1px solid red;*/
	}

	#topNav  ul li {
		float:left;
		display: inline;
		list-style: none;
		font-size:16px;
		padding-bottom:7px;
		margin:0;
		background-position: bottom right;
		background-repeat: no-repeat;
		/*border:1px solid red;*/
	}
	
	#topNav  ul li {
		background-image: url(images/top-nav/top-nav-divider.png);
	}
	
	#topNav  ul li#last{
		background-image: url(images/top-nav/top-nav-no-divider.png);
	} 
	
	
	
	
	#topNav a, #topNav .topNavCurrent{
		font-weight: lighter;
		text-decoration:none;
		padding-left: 30px;
		padding-right:30px;
	}
	
	#topNav a:link{
		color:#929292;
	}

	#topNav a:visited{
		color:#929292;
}

	#topNav a:hover, #topNav .topNavCurrent, #topNav .topCurrentActive a {
		color:#b75f4a;
}



	#topNav a:active {
	color:#b75f4a;
}


/* leftNav -----------------------------------------*/

.bigButton{

	width:192px;
	height:147px;
	
	/*margin-bottom:11px;*/
	margin-bottom:6px;
	
	background-image: url(images/left-nav/button-bg2.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	font-weight:bold;
	font-size:14px;
}

.bigButton img{
	margin-top:7px;
}



.bigButton a, .bigButtonCurrent{
	display:block;
	/*width:170px;
	height:128px;*/
	width:182px;
	height:131px;
	text-decoration:none;
	/*padding: 6px 20px 20px 5px;*/
	padding: 8px 5px 8px 5px;
	margin:0;
}

.bigButton a:link{

	color:#000000;


}

.bigButton a:visited{
	color:#000000;
}


.bigButton a:hover, .bigButtonCurrent{
	color:#b75f4a;
}



/* small button */

.smallButton{

	width:192px;
	height:73px;
	
	background-image: url(images/left-nav/sm-button-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	font-weight:bold;
	font-size:14px;
	
	margin-bottom:11px;

}

.smallButton img{
	float:right;
	/*border:1px solid red;*/
	width:59px;
}

.smButtonText{
	float:left;
	width:105px;
	padding-top:20px;
	/*border:1px solid red;*/
}


.smallButton a, .smallButtonCurrent{
	display:block;
	width:169px;
	height:59px;
	text-decoration:none;
	padding: 9px 9px 5px 14px;

}

  * html .smallButton a {
    \width: 192px; /* for IE5 and IE6 in quirks mode */
    w\idth: 168px; /* for IE6 in standards mode */
  }

.smallButton a:link{
	color:#000000;
	/*border:1px solid green;*/
}

.smallButton a:visited{
	color:#000000;
}



.smallButton a:hover, .smallButtonCurrent{
	color:#b75f4a;
}





/*--------------- highlight 1 ------*/

.highlight1Top{
	width:358px;
	height:8px;
	background-image: url(images/highlight-1/top.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.highlight1Main{
		width:326px;
		padding: 15px 15px 5px 15px;
		background-image: url(images/highlight-1/background.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		
		border-left:1px solid #bfbfbf;
		border-right:1px solid #bfbfbf;
		background-color: #f1f1f1;
}

  * html .highlight1Main {
    \width: 358px; /* for IE5 and IE6 in quirks mode */
    w\idth: 326px; /* for IE6 in standards mode */
  }



.highlight1End{
	width:358px;
	height:8px;
	background-image: url(images/highlight-1/end.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom:20px;
}


/*-- headings -------*/

#mainContent h1{
	font-size:16px;
	margin-bottom:10px;
	color:#155786;
	font-weight:bold;
}

#mainContent h2{
	font-size:18px;
	margin-bottom:10px;
	color:#155786;
	font-weight:bold;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:2px;
}

#mainContent h1.newsHeading{
	/*font-size:18px;*/
	font-size:16px;
	margin-bottom:20px;
	color:#155786;
	font-weight: normal;
	/*font-variant: small-caps;*/
	text-transform: uppercase; 
	padding-bottom:0;
}

#mainContent h1.section{
	border-bottom:1px solid #D5D5D5;
	padding-top:20px;
	padding-bottom:5px;
	/*text-transform: uppercase;*/
	font-weight:normal;
	/*color:#B8604A;*/
	color:#155786;
	font-size:20px;
	
}

/* news heading link styles */

#mainContent h1.newsHeading a{
	font-size:16px;
	color:#155786;
	font-weight: normal;
}


 #mainContent h1.newsHeading a:link{
		color:#155786;
		text-decoration:none;
	}

 #mainContent h1.newsHeading a:visited{
		color:#6382ab;
		text-decoration:none;
}

#mainContent h1.newsHeading  a:hover {
		color:#b75f4a;
		text-decoration:underline;
}

/*---------*/

/* back to top */

.backToTop{
	text-align:right;
	/*width:718px;*/
	/*border-bottom:1px solid #D5D5D5;*/
	float:left;
}

.backToTop p{
	width:315px;
	text-align:left;
	margin-left:257px;
	padding-left:45px;
	font-size:10px;
}




/*  -------------- */



#pageContentSide h1{
	color:#8a8989;
	text-decoration:underline;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:45px;
}

#pageContentMain .newsEntry h1{
	/*font-size:18px;*/
	font-size:16px;
	color:#b9624d;
	/*font-variant: small-caps;*/
	text-transform: uppercase; 
	font-weight:normal;
	display:inline;
	padding-right:20px;
}

/* news entry heading link styles */

#pageContentMain .newsEntry h1 a{
	font-weight: normal;
}


#pageContentMain .newsEntry h1a:link{
	
		color:#b8624e;
		text-decoration:none;
	}

#pageContentMain .newsEntry h1 a:visited{
		color:#b8624e;
		text-decoration:none;
}

#pageContentMain .newsEntry h1  a:hover {
			color:#155786;
		text-decoration:underline;
}

/*---------*/

#pageContentWide .colContainer h1{
	/*display:inline;*/
	color:#515151;
	margin-bottom:0px;
}

h3{
	font-size:18px;
	margin-bottom:10px;
}

#pageContentWide .colContainer h1.people{
	font-size:12px;
	
}


span.homeDate{
	font-size:14px;
	padding-left:10px;
	color:#515151;
	font-weight:normal;
}


/*-------- newsItem ---------*/

.newsItem{
	padding-bottom:2px;
	border-bottom:1px solid #d5d5d5;
	margin-bottom:20px;
}


.postmetadata{
	font-size:10px;
	line-height:1.2em;
}

.navigation{
		border-bottom:1px solid #d5d5d5;
		float:left;
}

#comments{
	padding-top:30px;
}

textarea#comment{
	width:490px;
}

.navLeft{
	float:left;
}

.navRight{
	float:right;
}

 .sidebarMessage{
 	margin-top:45px;
		color:#515151;
 }
 
 /*--- comments ---------------*/
 
 .commentlist li{
	 padding-top:10px;
	 	padding-bottom:10px;
 	border-bottom:1px solid #D5D5D5;
 }
 
  .commentlist li p{
	margin-top:10px;
	margin-bottom:10px;
 }
 
 .commentmetadata{
	font-style: italic;
	font-size:10px;

}

.authcomment{
	background-color:#f1f1f1;
	padding-left:10px;
	padding-right:10px;
}

#respond{
	padding-top:20px;
}

/*------ search page ---------*/

.padTop{
	padding-top:20px;
}
