﻿/* Top Elements */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #313131;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333333; 
	text-align: center;
	margin: 45px 0;
}

/* links */
a, a:visited {	
	color: #4278ab;
/*	background: inherit;*/
	text-decoration: underline;
}
a:hover {
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}

/* headers */

h1, h2, h3 {
	font-family: verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #999999;
	/* border-bottom: solid 1px #EFEDED;*/
	padding: 0px 5px;
}
h3 {
	font-size: 1.5em;
	color: #113B92;
}

h1, h2, h3, p{
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 25px;
	padding: 0 5px;
}
ul {
	list-style: none;
}

/* images */

img {
  border:0 !important;
}

hr {
border: dashed 1px #cccccc;
}

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

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

.leftalone {
	float: left;
	display: block;
}

.center {
	display: block;
    margin-left: auto;
    margin-right: auto
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
	/*border-bottom: 1px solid #DFDFDF;*/
}
td {
/*
	padding-left: 11px;
	padding-right: 11px;
	*/

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	top: 0px;
	width: 996px;
	background: #ccc url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 996px;
	height: 25px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 946px;	
	padding: 0; 	
	margin-left: 25px;	
	display: inline;
}
#header {
	width: 996px;
	position: relative;
	height: 75px;
	filter:blendTrans(duration=2);
	background: #CCC url(../images/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 36px verdana, 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #cccccc;
}
p#slogan {
	position: absolute;
	font: normal 100% Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #cccccc;
	/* change the values of top and left to adjust the position of the slogan*/
	top: -32px; left: 290px;		
}

/* header links */
#header-links {
	position: absolute;
	top: -5px; right: 130px;	
	color: #ffffff;
	font-size: 10px;
	z-index:2;
}
#header-links a {	
	color: #ffffff;
	text-decoration: none;

}
#header-links a:hover {
	text-decoration: underline;	
}

#top-bg #header-logo {
	position: absolute;
	top: -25px; right: 5px;	
	z-index:1;
}

#top-bg #header-text {
	position: absolute;
	top: -25px; left: 20px;	
}

#top-bg #header-text h1{
font-size: 420%;
font-family:'Trebuchet MS',candara;
color: #8c791b;

}

#top-bg #header-text h1 span{
color: #f7d045;
}

	

/* header-photo */
#header-photo {
	clear: both;
	height: 190px;
	width: 946px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo.jpg) no-repeat center bottom;
	/*background-position-x: center;*/
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

* html #header-photo {
	margin: 0 15px;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 996px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #ffffff;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 926px;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}


#main h2 {
	
	line-height:inherit;
		font-size: 150%;
	text-transform: none;
	color: #113b92;
	border-bottom: solid 1px #cccccc;
		padding: 5px 10px 10px 10px;
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../images/bullet_arrow.gif);
	margin-top:5px;
	list-style-position: inside;
}

#mainSide {
	float: left;
	width: 726px;
	padding: 10px 10px 10px 0px; margin: 0 0 0 10px;
	display: inline;
}

#mainSide h2 {
	
	line-height:inherit;
		font-size: 1.6em;
	text-transform: none;
	color: #113b92;
	border-bottom: solid 1px #cccccc;

}
#mainSide h2 a {
	color: #85970C;
	text-decoration: none;	
}
#mainSide ul li {
	list-style-image: url(../images/bullet_arrow.gif);
	margin-top:8px;
		list-style-position: inside;
}

#mainSide .newsFeature ul li {

		list-style-position: outside !important;
}

/* Main Column */
#NoSideBar{
	float: left;
	width: 100%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}

#NoSideBar h2 {
	
	line-height:inherit;
		font-size: 150%;
	text-transform: none;
	color: #999999;
	border-bottom: solid 1px #e8e1d5;
}
#NoSideBar h2 a {
	color: #85970C;
	text-decoration: none;	
}
#NoSideBar ul li {
	list-style-image: url(../images/bullet_arrow.gif);
}



/* Sidebar */	
#sidebar {
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	
}	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.2em verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666; 		
	border-bottom: solid 1px #666666;
	margin-bottom: 5px;
}

#sidebar ul li {
	list-style-image: url(../images/bullet_arrow.gif);
}
.sidebox {
	background: #F5F5F5;
	margin-bottom: 10px;
}

.sidebox h2 {
background:#575656 url(../images/bg_graynav_cornrs_top.gif) no-repeat scroll left top;
color:#f7d245;
display:block;
font-size:11px;
}

.sidebox p.top{
	background:transparent url(../images/bg_sidebox.jpg) no-repeat scroll left top;
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 8px 0; padding: 0;
	text-decoration: none;		
	/*background: url(../images/dots.jpg) repeat-x left top;*/
}
#sidebar ul.sidemenu li {
display: block;
	list-style: none;
		list-style-image: none;
	/*background: url(../images/dots.jpg) repeat-x left bottom;*/
	/*padding: 4px 0 4px 5px;*/
	/*margin: 0 2px;		*/
	color: #8F8F8F;
}

#sidebar ul.sidemenu li a:link, #sidebar ul.sidemenu li a:visited {
background:#e4e6e7 url(../images/bg_graynav_bkgrd.jpg) no-repeat scroll 0 0;
color:#666666;
text-decoration:none;
}
#sidebar ul.sidemenu li a:hover, #sidebar ul.sidemenu li a:active, #sidebar ul.sidemenu li a:focus {
background-position:-175px 0;
color:#666666;
text-decoration:none;
}

#sidebar ul.sidemenu li a.current{
background-position:-175px 0;
color:#000000;
text-decoration: underline;
background-color: #ebebeb;
}

#sidebar ul.sidemenu li a {
border-bottom:1px solid #D7D8D8;
display:block;
padding:10px 5px 9px 25px;

}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */

#footer-logo {
background: transparent url(../images/logo_hillary_bottom.jpg) no-repeat scroll right bottom;
position: relative;
top: -25px;
right: 25px;
height: 40px;
}
#footer-links {
	text-align: right;
	position: relative;
	right:110px;
	top:20px;
	z-index:2;
}
#footer-wrap {
	clear: both;
	width: 996px;
	font-size: 95%;	
	text-align: left;
	/*padding: 15px 0;*/
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;

}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 10px;
		font-size: 90%;
}

#footer-wrap img {
	padding-right:10px;
}
#footer-wrap h3 {
	color: #000;
	margin: 0;
	font-size: 90%;
	text-transform: uppercase;
	padding: 8px 0px 0px 10px;
}

#footer-content {
	color: #333333;
	margin: 0 auto; 
	padding: 0;	
	width: 946px;
	display: block;
		background: url(../images/bg_footer.jpg) repeat-x left top;
		height:100px;
		background-color: #ffffff;
		color: #000;
}

* html #footer-content {
	margin: 0 15;
}

#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}

#footer-columns .col3, .col3-center {
	float: left;

	//background: url(../images/bg_footer_cols.jpg) no-repeat top center;
}
#footer-columns .col3-center { 
	margin: 0 5px; 
}

#footer-columns .col4 {
	float: left;
	width: 300px;
	height: 180px;
	margin-right: 9px;
	margin-top: 10px;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 996px;
/*	padding: 10px 0;*/
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* comments */



#CommentHolder ul {
	list-style: none !important;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #dfdfdf;
	padding-left: 40px;
	padding-right: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.even {
	background: #e4e2e2;
	padding-right: 40px;
	padding-left: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.odd p.info {
	color: #607a00;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}


/* Navigation */
#nav_sub {
	clear: both;	
	padding: 0;

}
#nav_sub ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 946px;		
	margin: 0 0 0 25px;
	padding: 0;	
	display: inline;
}
#nav_sub ul li {
	display: inline;
	margin: 0; padding: 0;
	line-height: 1.2em;
	
}
#nav_sub ul li a {
	display: block;
	float: left;
	width: auto;
	padding:15px 16px 0px 22px;
	text-align:center;
	height:28px;
/*	border-left: solid 1px #4f9bd9;*/
	border-bottom: none;
	color: #fff;
	text-decoration: none;	
	letter-spacing: 0.04em;
	margin-bottom:9px;
	vertical-align:middle;
	font-weight: bold;
}
#nav_sub ul li a:hover, 
#nav_sub ul li a:active {
text-decoration: underline;
background: url(../images/nav-hover.jpg) repeat-x;

}
#nav_sub ul li a.current{	
background: url(../images/nav-hover.jpg) repeat-x;
color: #ffffff;
text-decoration: none;
}

#nav_sub ul li a.section{	
background: url(../images/nav-hover.jpg) repeat-x;
color: #ffffff;
text-decoration: none;
}

/* header-photo */
#header-photo_sub {
	clear: both;
	height: 190px;
	width: 946px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo.jpg) no-repeat center bottom;
	/*background-position-x: center;*/
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

/* CAPTIFY styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 0.2em 1em 1em 1em;	
	font-weight: bold;
	font-size: 11px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapperLeft {
	float: left;
		margin-right: 10px !important;
}
.caption-wrapperRight {
	float: right;
		margin-left: 10px !important;
}

br.c { clear: both; }

/* CAPTIFY CAPTION -END */

/* NEW CAPTION */
#mainSide div.caption, #main div.caption {
	margin: 0px 20px 10px 15px;
	padding: 5px;
	border: solid 1px #cccccc!important;
	box-shadow: 3px 3px 8px 1px  #e1e1e1;
	-webkit-box-shadow: 3px 3px 8px 1px  #e1e1e1;
	-moz-box-shadow: 3px 3px 8px 1px  #e1e1e1;
}

#mainSide div.right, #main div.right {
	margin-right: 0;
	}
	
#mainSide div.left, #main div.left  {
	margin-left: 0;
	}

#mainSide div.caption img, #main div.caption img {
	margin: 0;
	padding: 0px 0px 5px 0px;
}

#mainSide div.caption p, #main div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px #ddd dotted;
	font-size: .9em;
}

/* NEW CAPTION -END */

/*
.home-feature {
	width: 240px;
	min-height: 220px;
	height: 220px;
	margin: 10px 10px 10px 0px;
}

.home-feature h4 {
	padding-bottom: 10px;
	font-size: 130%;
}

.home-feature h4 a{
text-decoration:none;
color: #113B92;
}
*/

.content_tile_head {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../images/bg_shdw_tl.gif) no-repeat scroll -1px 0;
margin-bottom:0;
padding:0 0 0 2px;
}

.content_tile_head .hfoot {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_shdw_br.gif) no-repeat scroll right bottom;
padding:6px 8px;
}

.content_tile .content_tile_head {
margin-left:0;
margin-right:0;
padding:11px 0 0;
}

.content_tile_head .hhead {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_shdw_tr.gif) no-repeat scroll right top;
margin-left:1px;
padding:11px 3px 0 7px;
}

.content_tile_head .hcontent {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_shdw_cr.gif) repeat-y scroll right top;
margin:0 0 0 1px;
overflow:hidden;
padding:0 6px;
}

.homeFeature {
	float:left;
	width: 222px;
	height: 220px;
	background: url(../images/bg_footer_box.jpg) no-repeat top center;
	padding: 10px 10px 10px 10px;
}

.homeFeature img {
	padding-left: 10px;
}

.homeFeature h4 {
	font-size: 120%;
	height: 30px;
	margin-bottom; 10px;
	vertical-align: middle;
	width: 200px;
	padding: 5px 10px 0px 15px;
}

.homeFeature h4 a{
color: #000000;
}

.newsFeature {
	background: transparent url(../images/bg_homemain_news.jpg) no-repeat center center;
	float: left;
	width: 323px;
	height: 90px;
	display:inline;
	margin: 0px 0px 12px 10px;
}

.newsFeature p {
/*padding: 10px 10px 10px 110px;*/
padding: 0px;
}

.newsFeature li {
	list-style-image: url(../images/bullet_arrow.gif);
	}
	
	.newsFeature ul{
		margin: 5px 0px 5px 85px;
		}

.introHomeText {
letter-spacing:1px;
}

.ticker {
/*position: relative;*/
display: inline;
float: right;
background: transparent url(../images/bg_homemain_caption.jpg) no-repeat top center;
height: 90px;
width: 340px;
margin: 0px 0px 8px 5px;
text-align: center;
color: #333;
font-family: 'Trebuchet MS';
font-size: 130%;
font-weight: bold;
padding: 20px 15px 0px 15px;
}

.ticker span{display:none;}
.ticker .active_ticker{
display:block;
}

p.quote {
	text-align: left;
	font-style: italic;
	padding: 0px 0px 0px 5px;
}

p.quoter {
	text-align: right;
	padding: 0px 35px 0px 0px;
}
