/* 
	Theme Name: Gablepr-new
	Theme URL: 
	Description: Gablepr-new is a 2-column Widget-ready theme created for WordPress.
	Author: 
	Author URI: 
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
*/


body {
/*background: #D9D9D9 url(images/body-bg.gif) repeat; */
background-image:url('images/body-bg.gif'); 
color:#010101;
font-family:"Verdana",Tahoma,Trebuchet MS,Arial,Sans-Serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:0;
text-align:left;
}

	
#wrap {
background:#FFF;
margin: 0px auto 0px;
padding: 0px;
width:900px;
overflow:hidden;
}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/
#header-wrap{
width:900px;
margin: 0px auto 0px;
padding: 0px;
position:relative;
}
#header {
	background: #FFFFFF;
	width: 900px;
	height: 126px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Verdana, Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

.headerleft {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
    overflow: hidden;
	}
.headerleft img{

}
.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding:0;
	line-height: 20px;
	}
	
.headerright {
	width: 360px;
	float: right;
	margin: 0px;
	padding: 30px 16px 0px 0px;
	text-align: right;
	}
	
.headerright div.social {
margin-bottom:25px;
     }
	
.headerright div.social span.social-text{
color:#A13128;
font-weight:bold;
font-size:12px;
position:relative;
bottom:5px;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
#feature-top{
width:900px;
height:14px;
background:transparent url(images/feature-top-bg.gif) no-repeat scroll center bottom;
color:#FFFFFF;
float:left;
margin:0;
overflow:hidden;
}
/************************************************
*	Navbar      								*
************************************************/

#navbar {
    background:transparent url(images/navbar-bg.gif) repeat-x center;
    height:36px;
	width: 900px;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
#bottom-navbar {
width: 880px;
float:left;
margin: 0px auto 0px;
padding: 0px;
}
#nav, #bottom-nav {
display:block;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul, #bottom-nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li, #bottom-nav li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	}
	
#nav li a, #nav li a:link {
	background:transparent;
	color: #FFF;
	display: block;
	font-weight: normal;
    margin: 0px 10px 0px 0px;
	padding: 10px 18px 13px 18px;
	text-decoration: none;
	}
#bottom-nav li a, #bottom-nav li a:link{
    background:transparent url(images/nab-bot-divider.gif) no-repeat left center;
    color: #231F20;
    display: block;
	font-weight: normal;
	font-size:11px;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 8px 12px;
	text-decoration: none;
	}
#bottom-nav li.home a{
 background:transparent;
}
#nav li a:hover, #nav li a:active {
	background: transparent;
	color: #FFCC00;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background:transparent;
	color: #FFCC00;
		}
	
/************************************************
*	SubNavbar      								*
************************************************/
/*
#subnavbar {
width: 900px;
	color: #FFFFFF;
background:transparent url(images/topmenu-bgr.gif) repeat-x scroll center top;
height:33px;
	margin: 0px auto 0px;
	padding: 0px;
	}


#subnav {
padding:0 0 0 25px;
width:621px;
margin-top:-10px;
}

#subnav, #subnav ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;

}
ul.subscribe {
float:right;
font-family:Verdana, Georgia,serif;
font-size:15px;
list-style-type:none;
width:230px;
margin:0;
padding:0;
}
ul.subscribe li {
color:#000;
display:block;
float:right;
font-size:13px;
font-weight:700;
line-height:27px;
padding:0 3px;
}
ul.subscribe li a {
color:#000;
display:block;
margin-top:3px;
padding:3px 0 0;
}

#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;

background:transparent url(images/topmenu-sep.gif) no-repeat scroll left center;
line-height:33px;

	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {

	color: #666666;
	display: block;
    margin: 0px;
	padding: 0px 15px;
	text-decoration: none;
	}

#subnav li a:hover, #subnav li a:active {
	color: #000000;
	display: block;
    margin: 0px;
padding: 0px 15px;

	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;	
	}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -30px 0 0 191px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}
*/
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 608px;
	margin: 0px 0px 15px 0px;
	padding: 0px 19px 0px 0px;
	}

#homepage-top {
	float: left;
	width: 608px;
	height: 172px;
	background:#B2B2B2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	*/
	}	
#r1 {
float:left;
/*
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
      border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	*/
}
/*
#homepage a, #homepage a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#homepage a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 {
	color: #222222;
	font-size: 16px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#homepage h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	}
	
#homepage h3 {
	background: #F5F5F5;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#homepage h4 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(images/arrow.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.homepageleft {
	float: left;
	width: 396px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

.homepageright {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
	
.homebox {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	}
.homepageleft .homebox img{
width:150px;
height:160px;
float:left;
margin-right:10px;

}
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
*/
/************************************************
*	Content 					     		    * 
************************************************/
#content {
    background:#FFF;
	width: 880px;
	float:left;
	margin: 0px auto 0px;
	padding: 10px 10px 0px 10px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 608px;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 20px 0px;
	}
#contentwide {
	float: left;
	width: 900px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #DDDDDD;
	}
	
#contentwide a, #contentwide a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentwide a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#contentleft h1, #contentwide h1{
	color:#A23129;
	font-size: 16px;
	font-weight:bold;
	font-family:Verdana, Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #A23129;
	text-decoration: none;
	border: none;
	font-size: 16px;
	font-weight:bold;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 16px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: -10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	color:#A23129;
	}
	
#contentleft h3, #contentwide h3 {
	color: #A23129;
	font-size: 22px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
#contentleft h2 a, #contentwide h2 a, #contentleft h3 a, #contentwide h3 a, {
color: #A23129;
}
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 22px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea {
padding:10px;
margin-bottom:20px;
}
.postarea-home {
    padding:10px;
	border-top: 1px solid #E8E6E7;
    border-left: 1px solid #E8E6E7;
    border-right: 1px solid #E8E6E7;

	/*
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	*/
}
div.postarea-bg-bottom {
width:608px;
height:23px;
background:#FFF url(images/content-bg-bottom.gif) no-repeat left top;
margin-bottom:10px;
}
div.postarea-bottom {
width:618px;
float:left;
}
div.postarea-bottom-left {
background:transparent url(images/footer-round-top.gif) no-repeat left top;
padding-top:18px;
}
div.postarea-bottom-right {
background:transparent url(images/footer-round-top2.gif) no-repeat left top;
padding-top:18px;
}
.bottom-box-left {
width:249px;
height: 173px;
float:left;
background:transparent url(images/footer-round-center.gif) repeat-y left top;
}
.bottom-box-right {
float:left;
height: 180px;
background:transparent url(images/footer-round-center2.gif) repeat-y left top;
margin-bottom:-5px;
}

#contentleft div.postarea-bottom h2{
height:20px;
color:#A13128;
font-size:17px;
padding-top:0px;
padding-left:20px;
margin-top:0px;
margin-left:5px;
margin-bottom:0px;
font-weight:normal;
border:none;
}
div.postarea-bottom img {
margin:0;
padding:0;
float:left;
}
.postarea-bottom ul {
list-style-type:none;
padding-left:10px;
}
div.postarea-bottom-left {
width:251px;
float:left;
}
div.postarea-bottom-right {
width:365px;
float:left;
}

div.postarea-bottom .testimonials_manager_widget img {
float:none;
margin:0;
padding:0;
}

.testimonials_manager_widget a{
color: #9a0f08;
}


.testimonials_manager_widget 
.bottom-box-right ul li div {
margin-top:-10px;
}
.bottom-box-right ul li div.testimonial-second-box {
width:340px !important;
margin-top:-28px;
padding-right:0px;
}
.bottom-box-right ul li div.testimonial-second-box a{
color:#9A0D06;
font-weight:bold;
text-decoration:underline;
display:block;
position:relative;
top:5px;
}
#sfstest-sidebar {
width:356px;
float:left;
margin-top:6px;
margin-left:4px;
margin-bottom:-25px;
}
.sfstst-readmore {
position:relative;
top:-40px;
}
.sfstst-readmore a{
text-align:right;
color:#980D06;
text-decoration:underline;
font-weight:bold;
display:block;
position:relative;
right:20px;
}
div.postarea-bottom-right #sfstest-sidebar blockquote{
margin:0px;
margin-bottom:-6px;
background:#transparent;
border:none;
padding-bottom:5px;
}
div.postarea-bottom-right #sfstest-sidebar blockquote cite{
position:relative;
top:-5px;
}
.postarea p, .postarea-home p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color:#990000;
	text-decoration:none;
}

div.entry a:hover,
div.entry a {
  font-family:Verdana, tahoma;
  color: #0000FF;
  font-size: 12px;
  text-decoration:underline;
}

a{
	font-family:Verdana, tahoma;
	font-size:12px;
	color:#2f2f2f;
	text-decoration:none;
}

a:hover {
	font-family:Verdana, tahoma;
	font-size:12px;
	color:#2f2f2f;
	text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
/************************************************
*	Pages 					     		    * 
************************************************/
#text_content {
color:#000000;
font-size:1.1em;
line-height:1.7em;
padding-left:22px;
padding-right:15px;
margin-top:-20px;
}
.postarea #text_content ul{
list-style-type:disc;
}
.h_menu {
color:#666666;
padding-bottom:20px;
padding-top:8px;
}
.text_message {
color:#A23129;
font-family:Verdana,Trebuchet MS,Arial,Tahoma;
font-size:16px;
font-weight:bold;
line-height:20px;
margin:0 0 5px;
padding:0;
}
.first_para {
color:#666666;
font-size:1em;
font-weight:bold;
}
span.header {
color:#666666;
font-weight:bold;
}
.postarea .first_para p{
font-size:1em;
}
.big_text {
font-size:1.3em;
}
.insight_pdf {
margin:0 1.1em;
padding:0 1.1em;
}
.postarea .insight_pdf li, .postarea .link_list li {
height:30px;
line-height:1.1em;
font-size:1em;
list-style-image:url('images/pdf_icon.gif');
margin:0.5em 0;
padding:0.5em 1em;
}
.postarea ul.news_pdf, .postarea ul.prmanual_pdf{
	padding: 0em 1.1em;
	margin: 0em  1.1em;
}
.postarea .agency_pdf {
margin:0 1.1em;
padding:0 1.1em;
}
.postarea ul.news_pdf li, .postarea .agency_pdf li, .postarea ul.prmanual_pdf li{
	padding: 5.0 1.0em;
	margin: 5.0  1.0em;
	font-size: 1.0em;
	list-style-image: url('images/pdf_icon.gif');
}
#experience_listing ul {
margin:0.5em 1.1em;
padding:0.5em 1.1em;
}
#nonpdf{
	padding: 5.0 1.0em;
	margin: 5.0  1.0em;
	font-size: 1.0em;
	list-style: none;
}
.news_pdf a{
	color: #003399;
	text-decoration: underline;
}

.news_pdf a:hover{

}
.name {
color:#666666;
font-size:1.1em;
font-weight:bold;
}
.bio_link {
color:#990000;
font-size:1em;
text-decoration:none;
}
.job_title {
color:#666666;
font-size:1.1em;
}
#bio_text {
color:#666666;
font-size:1em;
line-height:1.3em;
width:440px;
}
.pdf {
padding-left:200px;
}
.style1 {
font-size:18px;
}
.style2 {
color:#990000;
font-size:24px;
line-height:1em;
padding-bottom:15px;
padding-top:5px;
}
.style3 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.style4 {color: #CC0000}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar-home {
	float: right;
	width: 252px;
	margin: 0px -5px 0px 10px;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
	background:#FFF;
	}
#sidebar-home h2{
height:40px;
color:#A13128;
font-size:17px;
padding-top:10px;
padding-left:50px;
margin-top:0px;
margin-left:10px;
margin-bottom:0px;
font-weight:normal;
}
#sidebar-home .latest-news h2 {
margin-left:8px;
background:transparent url(images/break-news-icon.gif) no-repeat left top;
}
#sidebar-home .blog h2 {
margin-top:-7px;
background:transparent url(images/prblog.gif) no-repeat left top;
}
#sidebar-home .twitt h2 {
margin-top:-7px;
margin-left:3px;
background:transparent url(images/twitt-news-icon.gif) no-repeat left top;
}
#sidebar-home .box{
background:transparent url(images/sidebar-round-top.gif) no-repeat left top;
padding-top:18px;
margin-left:0px;
}
div.blog, #sidebar-home .twitt  {
background:transparent url(images/sidebar-round-center.gif) repeat-y left top;
}
div.latest {
padding-bottom:10px;
padding-right:5px;
padding-left:15px;
padding-right:10px;
background:transparent url(images/break-news-center.gif) repeat-y left top;
}
#sidebar-home .latest-news {
background:transparent url(images/break-news-top.gif) no-repeat left top;
padding-top:12px;
margin-bottom:5px;
}

#sidebar-home p.twitter-message {
width:225px;
margin:0px;
margin-left:8px;
padding:5px 5px;
	}

#sidebar-home img{
margin-top:-8px;
}
.home-widget {
margin-bottom:10px;
}

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

.twitt a{
color: #9a0f08;
}

.latest ul{
margin-top:-10px;
}
#sidebar-home ul li {
list-style-image:url("images/arrow.gif");
margin-right:10px;
padding-top:7px;
padding-bottom:7px;
border-bottom:1px dashed #000;
}
#sidebar {
background:#EFEFEF;
float:right;
padding:10px 15px;
width:240px;
margin-top:5px;
}	
#sidebar a, #sidebar a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#sidebar a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
#sidebar h2 {
background:transparent url(images/side_title_bg.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
font-family:Verdana, "trebuchet MS",tahoma,Verdana,Arial,Sans-Serif;
font-size:15px;
font-weight:normal;
height:30px;
padding:5px 0 0 19px;
}	

	
#sidebar h3 {
	color: #222222;
	font-size: 11px;
	font-family:Verdana, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #EFEFEF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul,  #sidebar ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar ul ul li, #sidebar ul ol li {
margin:3px 0 0;
padding:0;
}	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
#sidebar ul ul li a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li ul li {
background:transparent url(images/dotedline.gif) repeat-x scroll center bottom;
list-style-image:url(images/bullet.jpg);
list-style-type:none;
margin-bottom:15px;
padding-bottom:10px;
padding-left:10px;
}
#sidebar ul ul li, #sidebar ul ol li {
margin:3px 0 0;
padding:0;
}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	

/************************************************
*	Footer  									*
************************************************/

#footer {
   background: #FFFFFF;
	width: 900px;
	float:left;
	height: 80px;
	color: #9B9B9B;
	margin: 0px auto 0px;
	padding:10px 0px;
	border-top:2px solid #C16965;
	}
#footer-left {
width:710px;
float:left;
}
#footer-right {
color:#010101;
width:160px;
float:right;
font-size:11px;
padding-right:20px;
}
#footer-left p.footer-info {
padding-left:10px;
color:#c1b05c;
font-size:11px;
font-weight:bold;
	}
#footer-left p.footer-info a{
color:#c1b05c;
}
p.footer-copy {
width:100%;
float:left;
color:#B1B6BD;
font-size:10px;
font-weight:normal;
text-align:center;
margin:0px auto 10px;
}

#footer-right img{
position:relative;
left:14px;
	}
#footer-right p{
color:#221F1F;
text-align:right;
font-size:12px;
margin-top:6px;
padding-right:7px;
	}	

	
/************************************************
*	Search Form									*
************************************************/
/*
.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
*/	
#searchformheader {
	margin: 5px 0px 0px 0px;
	}
#searchformheader label{
font-weight:bold;
font-size:12px;
color:#221F1F;
}
#searchbox {
	width: 156px;
	color: #222222;
	font-family: Verdana, Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #BEC8D4;
	}
	
#searchbutton {
	background: #666;
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
/*	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
#comment {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
*/	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li h4{
text-align:center;
margin:5px auto;
}
.clear{
clear:both;
}
