body {
	margin:0;
	color:#585858;
	font:0.75em/1.5em Arial, Helvetica, sans-serif;
	background:#e3e3e3;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:958px;
	margin:0 auto;
}
.container {
	background:#fff;
	padding:0 11px 11px;
}
#header {
	height:223px;
	width:936px;
	/*background:url(../images/haeder-bg.jpg) no-repeat 0 100%;*/
	/*background:url(../images/conaway-composite-banner.jpg) no-repeat 0 100%;*/
	background:url(../images/conaway-banner-gray-crop.jpg) no-repeat 0 44px;
	position:relative;
	z-index:100;
	padding:44px 0 0;
}
.topbar{
	position:absolute;
	top:0;
	width:100%;
	background:#2F5886;
	height:44px;
}
.topbar .foot-nav{
	float:right;
	text-transform:uppercase;
	margin:2px 12px 0 0;
}
.navbar {
	height:46px;
	background:url(../images/top-bar.gif) repeat-x;
	width:100%;
	position:absolute;
	bottom:0;
}
#nav {
	list-style:none;
	padding:0 0 0 11px;
	margin:0;
	float:left;
}
#nav li {
	display:inline-block;
	background:url(../images/spri.gif) no-repeat;
	margin:0 0 0 -2px;
	padding:0 0 0 2px;
	position:relative;
	line-height:46px;
}
#nav li:first-child {
	background:none;
}
*+ html #nav li {
	display:inline;
	vertical-align:top;
}
#nav li a {
	font-weight:bold;
	/*padding:0 35px;*/
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	text-align:center;
}
#nav li a:hover, #nav li.active a, #nav li:hover > a {
	background:url(../images/nav-hover.gif) repeat-x;
}
#nav li:hover .dropmenu {
	display:block;
}
.dropmenu {
	position:absolute;
	left:2px;
	top:46px;
	display:none;
}
.drop-top {
	background:url(../images/drop-repeat.png) repeat-y;
	width:184px;
}
.inner-drop {
	background:url(../images/drop-top.png) no-repeat;
	min-height:50px;
	width:184px;
}
.inner-drop ul {
	list-style:none;
	padding:8px 0 0 0;
	margin:0;
}
#nav li .inner-drop ul li {
	width:183px;
	background:none;
	padding:0 0 0 1px;
	margin:0;
	line-height:normal;
}
#nav li .inner-drop ul li a {
	padding:5px 10px 5px 31px;
	text-align:left;
	background:url(../images/sprite.png) no-repeat 16px -237px;
	color:#860304;
	font-weight:normal;
	text-transform:capitalize;
}
#nav li .inner-drop ul li a:hover {
	background-color:#ebebeb;
}
.drop-bottom {
	background:url(../images/drop-bottom.png) no-repeat 0 100%;
	height:10px;
	width:184px;
}
.search-form {
	float:right;
	padding:9px 12px 0 0;
}
.search-field {
	float:left;
	height:20px;
	line-height:2.222em;
	width:135px;
	border:0;
	padding:2px 10px 2px 16px;
	background:#fff;
	font-size:0.75em;
	color:#8d8d8d;
	text-transform:uppercase;
}
.search-btn {
	background:url(../images/sprite.png) no-repeat 0 -298px;
	width:31px;
	height:25px;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.logo {
	background:url(../images/mike-conaway-logo.png) no-repeat;
	width:392px;
	height:99px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:52px;
	top:84px;
}
.logo a {
	display:block;
	height:100%;
}
#banner {
	/*background:#c6c6c6;*/
	background:#2F5886;
	width:936px;
	height:424px;
	position:relative;
	overflow:hidden;
}
#banner ul{
	list-style:none;
	margin:0;
	padding:0;
}
#banner .tab-container{
	position:absolute;
	left:0;
	top:0;
}

.slide-list{
	width:936px;
	height:424px;
	position:relative;
}
.slide-list li{
	width:936px;
	height:424px;
	position:absolute;
	left:0;
	top:0;
}

.slide-list .left-box{
	width:330px;
	padding:20px;
	position:absolute;
	top:12px;
	left:12px;
	color:#fff;
}
.slide-list h2{
	margin:0 0 8px;
	font:28px/normal Georgia, Times New Roman, Times, Serif;
}
.slide-list h2 a{
	color:#2F5886;
}
.slide-list .date{
	font:1em/normal Georgia, Times New Roman, Times, Serif;
	font-style:normal;
	color:#890302;
	margin:8px 0;
}
.slide-list p{
	margin:8px 0;
	font-size:17px;
}
.slide-list p a{
	color:#fff;
	text-decoration:underline;
}
.slide-list .right-box{
	float:right;
	margin:12px;
}
.slide-list .right-box img{
	display:block;
	border:0 none;
}
.slide-list .more-link{
	display:block;
	position:absolute;
	border:4px solid #fff;
	bottom:37px;
	left:40px;
	color:#fff;
	background:#2F5886;
	font-size:17px;
	line-height:1.5em;
	font-weight:bold;
	width:200px;
	text-align:center;
}
.slide-list .more-link:hover{
	text-decoration:none;
}
.switcher{
	position:absolute;
	bottom:24px;
	left:24px;
	z-index:10;
}
.switcher li{
	float:left;
	margin:0 0 0 8px;
}
.switcher li a{
	display:block;
	overflow:hidden;
	width:13px;
	height:13px;
	background:#adadad;
	text-indent:-100px;
	border:3px solid #fff;
}
.switcher li.activeSlide a,
.switcher li a:hover{
	background:#2F5886;
}

#carousel {
	width:100%;
}
.circle-slider {
	width:100%;
	background:url(../images/circle-slider.gif) no-repeat;
	overflow:hidden;
	padding:19px 0 0 0;
	position:relative;
	height:135px;
}
.circle-holder {
	width:832px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.inner-slider {
	margin:0 0 0 -71px;
}
#crusal-slider {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	overflow:hidden;
}
#crusal-slider li {
	width:109px;
	/*height:117px;*/
	float:left;
	margin:0 0 0 71px;
	position:relative;
}
#crusal-slider li a {
	width:109px;
	/*height:109px;*/
	height:130px;
	display:block;
}
.prev {
	position:absolute;
	left:0;
	top:51px;
	background:url(../images/sprite.png) no-repeat;
	width:33px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
  display:none;
}
.next {
	position:absolute;
	right:0;
	top:51px;
	background:url(../images/sprite.png) no-repeat 0 -49px;
	width:33px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
  display:none;
}
.hover {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	display:block;
	text-align:center;
	color:#3c434d;
	font-size:11px;
}
#crusal-slider li a:hover{
	text-decoration:none;
}
.features-row {
	background:url(../images/circle-slider.gif) no-repeat 0 100% #fff;
	padding:0 0 56px 0;
	margin:0 0 -30px;
}
.features-top {
	padding:15px 11px 26px;
	overflow:hidden;
}
.features-holder {
	margin:0 0 0 -17px;
	width:110%;
}
.feature-box {
	width:301px;
	margin:0 0 0 17px;
	float:left;
}
.feature-box h3 {
	background:url(../images/sprite.png) no-repeat 0 -382px;
	line-height:1.933em;
	font-size:1.25em;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 45px;
	margin:0 0 13px 0;
}
.feature-box p {
	margin:0 0 13px 0
}
.chronicle-form {
	padding:5px 13px 0 22px;
}
.chronicle-form p {
	margin:0 0 29px 0;
}
.list {
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}
.list li {
	background:url(../images/dotted.gif) repeat-x 0 100%;
	margin:0 0 2px 0;
	padding:0 0 0 3px;
}
.list li a {
	background:url(../images/bullet.gif) no-repeat 0 center;
	line-height:37px;
	padding:0 0 0 24px;
}
.img-frame {
	position:relative;
	height:105px;
	margin:0 0 8px 0;
}
.frame {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/sprite.png) no-repeat 100% -270px;
	width:301px;
	height:105px;
}
.readmore {
	background:url(../images/sprite.png) no-repeat 100% -417px;
	line-height:1.909em;
	float:left;
	padding:0 40px 0 9px;
	font-weight:bold;
	color:#fff;
	font-size:0.917em;
}
.feature-box .row {
	overflow:hidden;
	margin:0 0 12px -5px;
}
.text-field {
	width:93px;
	height:21px;
	line-height:2.333em;
	border:1px solid #89827c;
	padding:2px 16px;
	float:left;
	margin:0 0 0 8px;
	font-size:0.75em;
	color:#473c32;
}
.text-field1 {
	width:228px;
	height:21px;
	line-height:2.333em;
	border:1px solid #89827c;
	padding:2px 16px;
	margin:0 0 0 8px;
	font-size:0.75em;
	color:#473c32;
}
.submit-btn {
	background:url(../images/sprite.png) no-repeat 0 -148px;
	width:83px;
	height:25px;
	border:0;
	cursor:pointer;
	float:right;
	line-height:0;
	font-size:0;
}
.inner-box {
	padding:0 26px 0 17px;
}
#footer {
	background:#2d5683 url(../images/footer-1x.png) repeat-x;
	width:100%;
	height:68px;
}
.foot-nav {
	list-style:none;
	padding:10px 0 0 25px;
	margin:0;
	float:left;
}
.foot-nav li {
	display:inline;
	padding:0 6px;
	/*background:url(../images/foot-spri.gif) no-repeat 0 center;*/
	border-left:1px solid #fff;
}
.foot-nav li:first-child {
	background:none;
	border:0 none;
	padding-left:0 !important;
}
.foot-nav li a {
	color:#fff;
	font-size:0.75em;
	line-height:1.111em;
}
.social-media {
	float:right;
	list-style:none;
	padding:0;
	margin:15px 16px 0 0;
}
.social-media li {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 16px;
}
.social-media li a{
	display:block;
	height:100%;
}
.social-media li.facebook a {
	background:url(../images/ico-fb_1.png);
}
.social-media li.tweet a {
	background:url(../images/ico-twitter_1.png);
}
.social-media li.youtube a {
	background:url(../images/ico-you_tube.png);
}
/*
.social-media {
	float:right;
	list-style:none;
	padding:0;
	margin:-15px 16px 0 0;
}
.social-media li {
	float:left;
	width:53px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 16px;
}
.social-media li.facebook a {
	background:url(../images/sprite.png) no-repeat -128px -173px;
	display:block;
	height:100%;
}
.social-media li.tweet a {
	background:url(../images/sprite.png) no-repeat -195px -173px;
	display:block;
	height:100%;
}
.social-media li.youtube a {
	background:url(../images/sprite.png) no-repeat -262px -173px;
	display:block;
	height:100%;
}
/*-------------------*/
.light-box {
	width:586px;
	min-height:437px;
	background:#c3c3c3;
	border:10px solid #fff;
	padding:40px 0 0 0;
	position:absolute;
	left:-9999px;
	top:0;
	color:#4e4e4e;
	z-index:1000;
}
.light-box .logo {
	background:url(../images/logo.png) no-repeat;
	width:392px;
	height:99px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 50px 106px;
	display:block;
}
.light-box .logo a {
	display:block;
	height:100%;
}
.signup-form {
	width:528px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.signup-form h2 {
	margin:0 0 8px 19px;
	text-transform:uppercase;
	color:#890304;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
.signup-form p {
	margin:0 0 30px 19px;
}
.light-box .row {
	width:100%;
	margin:0 auto 14px;
	overflow:hidden;
}
.light-box .col {
	width:234px;
	float:left;
	margin:0 0 0 19px;
}
.light-box .col label {
	display:block;
	margin:0 0 8px 0;
	line-height:1em;
	text-transform:uppercase;
}
.txt-field {
	width:202px;
	border:0;
	background:#fff;
	height:33px;
	line-height:33px;
	padding:2px 16px;
	color:#4e4e4e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.txt-field:focus, .text-field:focus, .text-field1:focus {
	outline: none !important;
}
.submit-btn2 {
	background:url(../images/submit-btn.gif) no-repeat;
	width:92px;
	height:37px;
	border:0;
	cursor:pointer;
	float:right;
	line-height:0;
	font-size:0;
	color:#fff;
	margin: 0 21px 0 0;
}
.close {
	background:url(../images/close.png) no-repeat;
	width:42px;
	height:41px;
	position:absolute;
	right:-24px;
	top:-27px;
	text-indent:-9999px;
	overflow:hidden;
}
/*-------------------*/

#content{
	float:right;
	width:694px;
}

#sidebar{
	float:left;
	width:230px;
}

#main{
	margin:12px 0 0;
	overflow:hidden;
}

.sb-item h3{
	background:url(../images/sprite.png) no-repeat 0 -382px;
	padding:0 0 0 45px;
	line-height:29px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px;
}
.sb-item h3 a{
	color:#fff;
	text-decoration:none !important;
}
.sb-item h4{
	color:#000;
	padding:0 0 0 23px;
	margin:25px 0 10px;
	text-transform:uppercase;
}
.sb-item .menu{
	list-style:none;
	padding:0 22px 0 20px;
	margin:0 0 10px;
}
.sb-item .menu li{
	border-bottom:1px solid #777;
}
.sb-item .menu li a{
	display:block;
	padding:8px 0 8px 16px;
	color:#3c444d;
}
.sb-item .menu li a.active,
.sb-item .menu li a:hover{
	text-decoration:none;
	background:url(../images/int-link-hilite.png) repeat-x 0 100%;
}

#content h2{
	background:url(../images/int-heading.png) repeat-x;
	margin:0;
	line-height:29px;
	color:#fff;
}
#content h2 .PageLink{
	display:block;
	background:url(../images/star-on-red.png) no-repeat;
	padding:0 20px 0 45px;
	text-transform:uppercase;
	font-size:14px;
}
#content .buffer{
	padding:10px 20px;
}

.buffer a{
	color:#890304;
}

.buffer fieldset{
	margin:1em 0;
	padding:15px;
	border:1px solid #777;
}
.buffer legend{
	font-weight:bold;
}
.buffer{
	font-family:Georgia, Serif;
    font-size:1.1em;
}

#content .news-item .middleheadline{
    margin:1em 0;
    background:none;
    color:#333;
    line-height:normal;
    text-align:center;
}
.news-item .subheadline{
    margin:1em 0;
    font-weight:normal;
}

.news-item .date{
    font-weight:bold;
	margin-bottom: 0.7em;
}

.news-item .dateline{
    font-weight:bold;
    float:left;
}

#welcome {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.intpodcast
{
    background-image:url(/img/int-podcast-crop.jpg);
}
.homepodcast
{
    background-image: url(/img/btn-small-podcast2.jpg);
}
/*--- Vote Record ---*/
.VoteRecordRow > td
{
    overflow:visible;
    max-width:600px;
    padding-top:20px;
}
.voterecord
{
    width:100%;
}
.voterecord td
{
    border:1px solid black;
    padding:5px;
}
.voterecord .vrHeader
{
    font-weight:bold;
    font-size:1.3em;
    background-color:#6A535D;
    color:White;
}
.voterecord .col0,
.voterecord .col1,
.voterecord .col2,
.voterecord .col3
{
    text-transform:capitalize;
    text-align:center;
}
.voterecord .col2{
	white-space:nowrap;
}
.voterecord .col3
{
    font-weight:bold;
}
.voterecord .col0
{
    width:40px;
}
.voterecord .altvrRow
{
    background-color:#ddd;
}


.blogEntry
{
    padding-top:15px;
    margin-top:10px;
    border-top:1px dotted #67819C;
}
.blogAuthor
{
}
.blogBody
{
    margin:10px 0;
}
.blogCommentsHeader
{
    font-weight:bold;
    font-size:1.2em;
}
.blogCommentList
{
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.blogInstructions
{
    margin:3px 0;
}
.blogDate
{
    margin-bottom:10px;
}
.blogEntry div.middlecopy
{
    margin-top:10px;
}
.blogEntry .middleheadline
{
    font-weight:bold;
    font-size:1.1em;
}
.blogComments
{
    margin-bottom:10px;
}
.blogComment
{
    padding:10px 0 0 0;
}
.blogComment .commentAuthor
{
    font-weight:bold;
    padding-bottom:2px;
    /*border-bottom:1px #6e845d dashed;*/
    margin-bottom:3px;
}
.blogEntry #aspnetForm
{
    padding-top:18px;
}
.blogInput
{
    width:144px;
    margin-right:3px;
}
.blogEmail
{
    margin:5px 0;
    width:186px;
}
textarea.blogComment
{
    width:500px;
    height:150px;
    padding:3px;
    margin-bottom:4px;
    font-family:Arial,Verdana,sans-serif;
    font-size:13px;
}
.blogFooter a,
.blogEntry .middleheadline a
{
    font-weight:bold;
}
#ctl00_ctl00_blogConfirmation
{
    color:Red;
    font-weight:bold;
    font-size:1.2em;
}
#tFormIntro1 p{
	text-align:left !important;
}
.buffer .fb-comments {display:none;}