/* normalizing */
body, div, h1, h2, h3, h4, h5, h6, pre, blockquote, th, td, span, p, form, input, fieldset, select, textarea, label, table { margin:0; padding:0;}

/* normalize font-sizes for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}

/* normalize font-style & weight */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }

/* remove border from fieldset & img */
fieldset, img { border: 0; }
img { margin:0; padding: 0;}

/* font-size: 81%, or 13px */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 81%; 
	color: #333;
	background-color: #FeFeFe;
	min-width: 55em;
	position: relative;
}

#header {width:100%;background-color: #276AB8;height: 58px;overflow:hidden;}	
.bannerImage {
	position: absolute;
	top: 0;
	left:0;
	margin: 0;
	padding: 0;
}
#header ul#siteTools {
	text-align:right;
	padding:0px;
	margin: 0;
	top: 2px;
	right: 10px;
	list-style-type: none;
	position: absolute;
	overflow: hidden;
}

#header ul#siteTools li {
	background-image: url(../images/whitebullet.gif);
	background-repeat: no-repeat;
	background-position: 100% .5em;
	padding-right: 1em;
	list-style-type: none;
	font-size: 90%;
}
#header ul#siteTools a { color:#fff; font-weight:bold; text-decoration:none;}

/******** blackbar nav **********/
#nav {
	margin:0;
	padding:0px;
	width:100%;
	background-color:#000;
	margin-bottom: 18px;
	height: 1.4em; /* 18px */
	text-align: left;
}

#nav ul { margin: 0; padding:0; }

#nav li { 
	list-style-type:none; 
	margin:0; 
	padding: 0 14px 0 0; 
	display: inline; 
 }

#nav li.inline {  
	display: inline;  
	padding: 0 20px 0 0;  
 }

#nav li.first {
	display: inline;
	margin-top: 0px;
	padding: 0 16px 0 41px;
}

#nav a:link {
	color:#fff;
	font-size: 90%;
	text-decoration:none;
	padding-top: 0;
	margin-top: 0;
}	

#nav a:visited { 
	color:#fff; 
	font-size:12px; 
	text-decoration:none;	
}	

#nav a:hover {
	color: #FC6;
	font-size: 90%;
	text-decoration:none;
	padding-top: 0px;
}	

#nav a:active { color:#fff; font-size: 90%; padding-top:0px; text-decoration:none;	}

/*********layout container/content/footer ****************/
#container {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 45em;
	max-width: 70em;
}

#content {	
	margin: 0 1em 20px 160px;
} 

#rightSidebar {
	float: right;
	width: 275px;
	margin: 1em 2em 1em 1em;
}

#rightSidebar h3 {
	font-size: 1em;
	font-weight: bold;
	color: #2E40BC;
	margin: .5em 0;
}

#rightSidebar img {
	padding: 1em 1em 0 0;
	margin: 0 1em;
}

#news {
	width: 240px;
	background-color: #D7DFE8;
	padding: 1em;
	border: 1px solid #276AB8;
	margin: 0 1em;
}

#news h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #22308D;
	margin: .5em 0;
}

#news h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #22308D;
	margin: .5em 0;
}

#news h3 {
	font-size: 1em;
	font-weight: bold;
	color: #22308D;
	margin: 0;
	border-bottom: 1px dashed;
}

#news h4,h5,h6 {
	font-size: .9em;
	font-weight: bold;
	color: #22308D;
	margin: .5em 0;
}

#news p {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	padding: .5em 0;
}

#news a:link {
	color: #22308D;
	text-decoration: underline;
}

#news a:hover {
	color: #900;
}
#news ul {
	margin-right: 5px;
	margin-left: 13px;
	list-style-type: none;
}
#news ul li {
	color: #006;
	text-decoration: none;
	padding-left:9px;
	background-image:url(../images/nav_arrow1.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
#footer {
	clear:both;
	margin: 0 2% 0 160px;
	padding:1em 0;
	border-top: 1px solid #999;
	color:#999;
	font-size: .9em; 
}
#footer p {	
	margin: .5em 0;
	padding: 0;
}

#footer a:link {  color: #666; text-decoration: underline; padding: 0; }
#footer a:visited { text-decoration: underline; color: #797982;padding: 0; }
#footer a:hover { color:#900; text-decoration: underline;  padding: 0;  }

/***** skip navigation ********/
a.skip {position: absolute; left: -1000em; width: 20em;color: #FFF}
p.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
	color: #fff;
	margin: 0;padding: 0;}

/************** styles **********/
#content h1 {
	font-size: 1.85em;
	color: #900;
	margin-bottom: 0.5em;
} 
#content h2 {
	font-size: 1.38em;
	color: #2E40BC;
	margin-bottom: .5em;
} 
#content h3 {
	font-size: 1.23em;
	color: #2E40BC;
	margin-bottom: .5em;
	border-bottom: 1px dashed;
	width: 60%;
}
#content h4 {
	font-size: 1.08em; 
	margin-bottom: .5em;
	color: #2E40BC;
}
#content h5 {
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1em;
}
#content h6 {
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1em;
}	
#content p {margin-bottom: 1em;	margin-top: 0px;}

#container #content li { margin-bottom: 5px; padding-left: .5em;}

#content a:link {  color: #23308D; text-decoration: underline; padding: 0; }
/* #content a:visited { text-decoration: underline; color: #6370CD;padding: 0; } */
#content a:hover { color:#900; text-decoration: underline;  padding: 0;  }

#content ul.pdf {
	margin: 2em 0 1em 2em;
	list-style-image: url(../images/icon_pdf.gif);
}

#content ul li.pdf {
	margin: 2em 0 1em 2em;
	list-style-image: url(../images/icon_pdf.gif);
}

.medtext { font-size: .8em; color: #333; }
.smalltext {font-size: .65em; color: #333;}

.clear {clear: both;margin-top: 15px;margin-bottom: 10px;}
.bold { font-weight:bold;}
.italic { font-style:italic;}

/******** IMAGE STYLES ******/
.imgRight {	margin-left: 20px;	margin-bottom: 10px;float: right;padding: 0px;}
.imgRightBord {	margin: 0 30px 10px 20px; float: right;padding: 0; border: solid 1px #999;}
.imgLeft {float: left;margin-top: 5px;margin-right: 20px;	margin-bottom: 10px;padding: 0;}
.imgReg { float: none; margin:10px 0; padding:0;}
.imgLeftBord { float: left;margin-top: 5px;margin-right: 15px;border: solid 1px #999;}
.imgBord { border: solid 1px #999;}

/****************** leftSidebar ******************/
#leftSidebar {
	position: absolute;
	left: 0px; 
	width: 140px;
	padding: 0;
	margin: 0;
	text-align: right;
	top: 0px;
}

#leftSidebar ul {margin:0; padding: 0;	width: 140px;list-style-type: none;}

#leftSidebar ul li {
	margin:0;
	padding: 1% 0 2% 0; 
	list-style-type: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: .85em; /* 85%; */
	line-height: 1.5em;
}

#leftSidebar ul li a.sidelinkSelected {  
	color: #006; 
	text-decoration: none; 
	padding-left:8px;
	font-weight: bold;
	background-image:url(../images/nav_arrow.gif); 
	background-position: top left; 
	background-repeat:no-repeat; 
}
#leftSidebar ul li a.sidelinkSelected:hover {  text-decoration: underline; }
#leftSidebar ul li a.sidelink {  color: #006; text-decoration: none;  }
#leftSidebar ul li a.sidelink:hover { color: #900; text-decoration: underline;  } 

#leftSidebar ul.subnav { list-style-type: none; background-color:#f1f1f1; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

#leftSidebar ul.subnav li {
	padding: 1% 2% 2% 0; 
	list-style-type: none;
	text-align: right;
}

#leftSidebar ul.subnav li a { color: #003; text-decoration: none; }

#leftSidebar ul.subnav li a.sidelinkSelected:hover {  text-decoration: underline; }

#leftSidebar ul.subnav li a.subnavCategory { color: #039; text-decoration: none; font-weight: bold; } 

#leftSidebar ul.subnav li a.subnavCategory:hover { text-decoration: underline; font-weight: bold;} 

#leftSidebar ul li.last  {
	padding-bottom: 1em;
	border-bottom: 1px dashed #33679B;
}

#leftSidebar ul li a.sidelinkExternal {  
	color: #006; 
	text-decoration: none; 
	padding-left:15px;
	background-image:url(../images/globe_sm.gif); 
	background-position:top left;
	background-repeat:no-repeat; 
}

#leftSidebar ul li a.sidelinkExternal:hover {color: #900; text-decoration: underline;  } 

#leftSidebar h2 {
	color:#900;
	font-size:100%;
	margin:0;
	padding-bottom: .5em;
	text-decoration: none;
	font-weight: bold;
}

#leftSidebar h3 {
	color:#900;
	font-size:90%;
	margin:0;
	padding: 1em 0 .5em 0;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************************************/

#nav ul#link1 {	padding-left: 20px;}
#nav li a.first {padding-left: 0px;}
ul#siteTools img {	float: left; margin-top: -2px;}

#leftSidebar p.skip {
	margin: 0px;
	padding: 0px;
}
#section p.skip {
	margin: 0px;
	padding: 0px;
}

.bord {	border: 1px solid #666; margin-right: 15px;}
.broom { margin-top: 15px; margin-right: 15px;}

.textBlock {top:145px; 
	position:relative; 
	color:#FFC; 
	font-family:Verdana, Arial, Helvetica, sans-serif;}
.textBlock a {color:#ffc;}
.textBlock a:visited {color:#ffc; font-variant:small-caps;font-weight:bold;}
.textBlock p {margin:0px; margin-top:10px; margin-left:10px; font-size:11px; width:250px;}
.date {color:#FF6; font-weight:bold; font-size:20px; }

.indent {
	margin-left: 2em;
}

.redBold {
	color: #BD1C18;
	font-size: 1em;
	font-weight:bold;
}

.precinct td {
	padding: .5em 1em;
	background-color: #f1f1f1;
}

.precinct th {
	text-align: left;
	padding-left: .5em;
	font-size: .9em;
}

#container #content .video {
	width: 60%;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 20px 8px;
}

#container #content .video h2 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #2E40BC;
	font-weight:bold;
	font-size: 120%;
	font-variant: small-caps;
}

#container #content .video p {
	margin-bottom: 25px;
}

#container #content .video ul {
	margin: 0;
	padding: 0;
}

#container #content .video ul li {
	list-style-type: none;
}

#container #content .video ul li a.play {
	padding: 0 0 0 20px;
	background: url(../images/play_blue.gif) no-repeat left;
}

#container #content .video img {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #666;
}

#container #content .video .aired {
	font-size: 80%;
	color: #333;
	font-variant: normal;
	font-weight:normal;
}
