
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #582b1d url(images/bg_body.gif) repeat-x;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #801f02;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

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

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

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
    margin-right: 10px;

}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 11px;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 750px;
	text-align: left;
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

#page{
	float: left;
	width: 100%;
	background: #fff url(images/bg_page.gif) repeat-x;
}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 10px 10px 0;
	padding: 9px 10px;
	background: #462217 url(images/bg_header.gif) repeat-x left bottom;
	color: #b76d56;
}

#header a{
	color: #cb7960;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: #fff;
}

#header h1 a{
	text-decoration: none;
}

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

.skip{
	float: right;
	line-height: 16px;
}

.skip a{
	padding: 0 26px 1px 0;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

/* End Header */




/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 10px 10px 0;
	height: 110px;
	overflow: hidden;
	text-align: right;
	background-color: #d1e701;
    background: url(http://www.drramsey.com/headers/bg_banner_08b.gif) no-repeat 0 0;
}

#banner img{
	margin: 0;
}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 18.75%;
	margin: 10px 0 0 10px;
	display: inline;
	padding: 11px 0;
	background: #f8fdd3 url(images/bg_feed.gif) no-repeat;
	
}

.feed a{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
	color:#5F3427;
}

.nav{
	float: right;
	width: 78.125%;
	margin: 10px 10px 0 0;
	display: inline;
	background: #bacc3f url(images/bg_nav.gif) repeat-x left bottom;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	background: #bacc3f url(images/bg_nav.gif) repeat-x;
}

.nav ul li{
	float: left;
	margin: 10px 0 0 1px;
	display: inline;
}

.nav ul li a{
	font-size: 12px;
	display: block;
	padding: 7px 10px 8px;
	background: #d2dd87 url(images/bg_nav_li.gif) repeat-x;
	color: #000;
}

.nav ul li a:hover{
	background: #F0F6CC;
	color: #000;
}

.nav ul li .drop1{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
    border-bottom: 1px solid #999933;
    text-indent: 4px;
	width: 200px !important;
	width: 196px;
}

.nav ul li .drop1 a{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
    background: #e3e3b1;
    color: #333333;
    text-decoration: none;
	

        
}

.nav ul li .drop1 a:hover{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
    background: #ffffff;
    color: #333333;
	
        
}




.nav ul li .drop2{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
        border-bottom: 1px solid #999933;
        text-indent: 10px;
	width: 200px !important;
	width: 186px;
}

.nav ul li .drop2 a{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
        background: #e3e3b1;
	color: #333333;
        text-decoration: none;
		
        
}

.nav ul li .drop2 a:hover{
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
        background: #ffffff;
	color: #333333;
	
        
}
.nav ul li.current_page_item a{
	background: #fff;
}

/* End Horizontal Navigation Menu */



/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 8px 0 0;
}
#hmcontent{
	margin: 8px 0 0;
    width:960px;
}

.post .entry ol{
	margin: 4px 15px 4px 0px;
	}
	
.entry ul {
	margin: 4px 20px;
	padding-left: 0;
	list-style: none;
}
.entry ul li 
{
	padding-left: 15px;
	background-image: url(images/bul_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.entry ul ul{
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}
.entry ul ul li 
{
	padding-left: 15px;
	background-image: url(images/bul_grn.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

/* End content */


/* Start Sidebars */

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}
.sidebar h2{
	color: #801f02;
}
.sidebar h2 a{
	text-decoration: none;
	color:#5F3427;
}
.sidebar h2 a:hover{
	color: #000000;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 10px;
}


.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
}



.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background: #fcffe5;
}

.a ul li a:link, .b ul li a:link, .a ul li a:visited, .b ul li a:visited {
color:#5F3427;
}



.sidebar ul li a:visited a:active a{
	
text-decoration: underline;
}

.sidebar ul li a:hover{
	
text-decoration: none;
}

div#search #searchform div {
	position:relative;
right:20px;
top:70px;
	}
    
div#search #searchform div #s {
	width: 135px;
	height: 14px;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #EBF2B9;
	background: #749538;
	color: #FFFFFF;
	font-weight: normal;
	}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background: #ebf4a4 url(images/bg_h2_a.gif) repeat-x left bottom;
	color: #333;
}

.sidebar ul ul{
	line-height: 16px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 9px 10px;
	background: url(images/bg_dotted_a.gif) repeat-x;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 60px;
	height: 60px;
}

.sidebar ul ul ul li{
	padding: 5px 0 0 5px;
	background-color: transparent;
	background-image: none;
}






/*close sidebar insert highlight lists*/





.c{ /* the main column sidebars */
	width: 31.5789%;
}

.c ul li{
	background: #fff;
}

.c ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.c ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.d{ /* the bottom sidebars */
	width: 18.75%;
}

.d a{
	color: #fff;
}

.d ul li{
	background: #462115;
}

.d ul li h2{
	background: #321911;
	color: #c5ce88;
}

.d ul ul li{
	background: url(images/bg_dotted_d.gif) repeat-x;
}

/* End Sidebars */




/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 190px;
}
.fl_static {
	
	float: right;
}

/* End Main */
#maintel{
margin:0;
padding:0;
}
#headpub {
display:none;
}
#contentpub .main, #customheader .main, #customfooter .main, #headpub .main, #footpub .main {
width:880px;
}

#contentpub .main .panel_280 {
width:250px;
min-width:250px;
}



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post h2{
	font-size: 20px;
	padding: 8px 10px;
	color: #801f02;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}
.post h2 a{
	text-decoration: none;
	color:#5F3427;
}
.post h2 a:hover{
	color: #000000;
}



/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 20px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 8px 0 4px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}

.entry h2{
	font-size: 20px;
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */

/* more link */

.more {
font-size: 11px;
font-weight: bold;

}


/* End more link */



/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #888;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
}

.navigation a:link, .navigation a:visited {
	color:#5F3427;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 11px;
}

.comments_template h3{
	font-size: 16px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 16px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 22px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */




/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #462115 url(images/bg_dotted_c.gif) repeat-x;
	color: #b76d56;
}

.tertiary_content{
	background: #462115 url(images/bg_tertiary_content.gif) repeat-x;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	display: block;
	padding: 18px 20px;
	line-height: 18px;
	background: #321911 url(images/bg_dotted_e.gif) repeat-x;
	color: #b76d56;
}

#footer a{
	color: #cb7960;
}

#footer .skip a{
	background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0 2;
	font-size: 11px;
	line-height: 18px;
	display: inline;
}

/* End Footer */




/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */





/*******************************MENU*************************************************/
.pages ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 100;
	width: 100%;

}
.pages li {
	float: left;
	position: relative;
}
.pages li ul {
	display: none;
	position: absolute; 
	left: 0;
	top: 100%;
	filter: alpha(opacity=95);-moz-opacity:.95;opacity:.95;
	width: 200px !important; 
	width: 200px;
	
}
.pages li li {
	display: block;
	float: none;
	background-color: #FFFF99;
}
.pages ul li {
	position: relative;
}

.pages li:hover ul, li.over ul{
	display: block;
}
#pages .pages ul li a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding:8px;
	background: #d2dd87 url(images/bg_nav_li.gif) repeat-x;
	color:#5F3427;
}
/* Fix IE. Hide from IE Mac \*/

* html .pages ul li {  background-color: none; }
* html .pages ul li a { background-color: none; }

.pages li ul li a { padding: 4px; width: 192px; height: 18px; color: #5a5445;} /* Sub Menu Styles */

/* End */

#pages .pages a, #pages .pages a:visited{
	color:#5F3427;
	text-decoration:underline;
}
.pages ul li a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; opacity:0.75;
}
.pages li li a:hover {
	color: #000000;
	background-color: #FFFF66;
}

/*******************************MENU*************************************************/



/*******************************My additions/ Larry*********************************************/



/*******************************rd box for prduct main static page************************/

.roundcont {
	width: 100%;
	background-color: #F0F89C;
}

.roundcont p {
	margin: 0 15px;
	font-size: 12px;
	padding: 0 0 8px 0;
}
.roundcont ul li {
	font-size: 12px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.prodmain1 ul{
	margin: 0 15px;
}
.prodmain2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.prodmain2 ul li{
	font-size: 12px;
	color: #66666;
	background-image: url(images/bul_grn2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 9px;
}
/*******************************rd box*************************************************/



/*********** Larry-- top main image styles*****************/



.topimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.flashmovie {
	position: relative;
	margin: 0 auto;
	
}

/*********** Larry--IE6 width attribute*****************/

#container
{  
_width: expression(document.body.clientWidth < 900? "850px" : document.body.clientWidth > 900? "960px" : "auto");
}  





.scaling-image2  
{  
width : 100% !important;
width : 98%;
}  

.scaling-image  
{  
max-width: 100%;
}
.scaling-image  
{  
_width: expression(document.body.clientWidth < 900? "175px" : document.body.clientWidth > 950? "220px" : "auto");
}  



.scaling-image3  
{  
max-width: 100%;
}
.scaling-image3 
{  
_width: expression(document.body.clientWidth < 900? "370px" : document.body.clientWidth > 950? "430px" : "auto");
}  





/*special list style*/


#list {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
#list li 
{
	padding-left: 15px;
	background-image: url(images/bul_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


/* WP-Quotes styles */

#wp_quotes
{
	color:#F0F89C;
    margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 14px;
	line-height: 20px;
}

	
#wp_quotes div.wp_quotes_quote
{
font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin_top: 10px;
	padding-left: 0px;
	padding-right: 10px;
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 10px;
	padding-right: 10px;

}

div.wp_quotepage
{
	font-size: 16px;
	width: 80%;
	margin-left: 40px;
}

div.wp_quotepage_quote
{
}

div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}

hr.wp_quotepage_hr
{
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}
/* End WP-Quotes styles */


/* Bio sidebar styles */


#biosidebar {
	padding: 0 10px 10px;
	font-size: 10px;
	line-height: 16px;
}

#biosidebar img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 50%;
	height: 50%;
}
#biosidebar p img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 75px;
	height: 100px;
	display: inline;
}

#biosidetitle {
	font-weight: bold;
}
#biopad ul ul li{
	padding: 9px 10px 0px;
}
#biopad {
float:right;
width:180px;
}
}
/* Serv sidebar styles */


#
 {
	border-bottom:2px dotted #FFFFFF;
    padding: 0 10px 10px;
	font-size: 10px;
	line-height: 16px;
}

#servsidebar img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 50%;
	height: 50%;
}
#servsidebar p img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 75px;
	height: 100px;
	display: inline;
}

#servpad li{
	margin: 0 0 5px;
}


#servsidetitle {
	font-weight: bold;
}
#servpad ul li{
	padding: 9px 10px 0px;
}





#servpad{
margin-bottom:5px;

}


#servpad li ul {
background:#E5E9FF none repeat scroll 0 0;
padding-bottom:4px;
}
#servpad .more{
	font-size: 10px;
    font-style:italic;
}
#servsidebar p {
padding-left:10px;
padding-right:5px;
padding-top: 5px;
}
.servsidebar-bot{
height:10px
}

/* Mission sidebar styles */


#missionsidebar {
	border-bottom:2px dotted #FFFFFF;
    padding: 0 10px 10px;
	font-size: 10px;
	line-height: 16px;
}

#missionsidebar img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 50%;
	height: 50%;
}
#missionsidebar p img {
	float:left;
	margin: 2px 6px 0px 0px;
	padding:0px;
	width: 75px;
	height: 100px;
	display: inline;
}

#missiontitle {
	font-weight: bold;
}
#missionpad ul li{
	padding: 9px 10px 0px;
}

#missionpad ul {
background:#E5E9FF none repeat scroll 0 0;
}
#missionpad .more{
	font-size: 10px;
    font-style:italic;
}

#biosidebar .more{
	font-size: 10px;
    font-style:italic;
}


/*email subscription form*/
#email {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#email p {
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px;
	
}
#email ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;

}
#email li 
{
	padding-left: 15px;
	background-image: url(images/bul_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

/*sidebar insert highlight lists-- newsletter*/

#sideinsert ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideinsert ul li{
	font-size: 10px;
	line-height: 13px;
	color: #66666;
	background-image: url(images/bul_grn.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 7px;
}


#sideinsert li {
	padding: 2px 8px 10px;
}
#sideinsert p{
	margin: 0;
	font-size: 11px;
	color: #66666;
	font-weight: bold;
	padding: 5px 0px 3px 0px;
}

#newsletter {

margin: 10px 0px 0px;
}


#newsinsert {
	padding: 0 10px;
    background:#FFFFFF;
}



.post a, .post a:visited {
color:#5F3427;
}

.d ul li h2 a, .d ul li h2 a:visited {
color:#C5CE88;
}

.vid_titles{ 
	width: 48%;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}
}

.vid_titles ul li{
	background: #fff;
}

.vid_titles ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.vid_titles ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.hilightContainer {
float: left;
margin: 0 0 10px;
padding: 0;
width: 100% !important;
width: 97.5%;
display: block;
}



.hilight {
width: 48.89%!important;
width: 48%;
float: left;
margin: 0 0 10px;
padding: 0 10px 0 0;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999999;

}

.hilight .post h2 {
font-size: 16px;
	padding: 8px 10px;
	margin: 0;
	color: #801f02;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
	display: block;
}
.hilight .post h3 {
font-size: 13px;
	padding: 4px 6px;
	
}


.hilight2 {
width: 48.1% !important;
width: 48%;
float: left;
margin: 0 0 10px;
padding: 0;


}

.hilight2 .post h2 {
font-size: 16px;
	padding: 8px 10px;
	margin: 0;
	color: #801f02;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
	display: block;
}
.hilight2 .post h3 {
font-size: 13px;
	padding: 4px 6px;
	
}


.indent {
	margin: 10px 10px 0;
	padding: 0 10px;
	border-top: 1px solid #ddd;
	display: block;
	background: #FCFFE5 url(images/bg_h2_si.gif) repeat-x left bottom;
}

.indent p{ padding: 10px; }
#productlisting {
padding-left: 10px;
}

/* 12-14 test page */


#hilight_a {
width: 48.89%!important;
width: 48%;
height:900px;
float: left;
margin: 0 0 10px;
padding: 0 10px 0 0!important;
padding: 0;

border-right-width: 1px;
border-right-style: solid;
border-right-color: #999999;

}

*html #hilight_a { display:inline; }  
*html #hilight_a .post { display:inline; }  


#hilight_a .post h2 {
font-size: 17px;
	margin: 0;
    
	color: #582B1D;
    font-weight: bold;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}
*html #hilight_a .post h2 { display:block; }


#hilight .post h3 {
font-size: 14px;
	padding: 4px 6px;
	
}


#hilight_b {
width: 48.1% !important;
width: 47.5%;
float: left;
margin: 0 0 10px;
padding: 0;


}

#hilight_b .post h2 {
font-size: 17px;
	padding: 8px 10px;
	margin: 0;
	color: #582B1D;
    font-weight: bold;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
	display: block;
}
#hilight_b .post h3 {
font-size: 14px;
	padding: 4px 6px;
	
}


.entryad {
background:transparent url(images/bg_dotted_b.gif) repeat-x scroll 0 0;
font-size:12px;
line-height:20px;
padding:0 0 10px 10px;
}

.entryad p{
padding:5px 0;
}
#vidtopper {
background-color:#E5E9FF;
color:#582B1D;
font-style:italic;
font-weight:bold;
margin:5px 0 2px;
padding:5px 0 4px 7px;
}


.entryvidtop {
background-color:#717C72;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
padding:5px 0 4px 7px;
width:250px;
}

.entryvidtop h3 {
color:#FFF;
font-style:italic;
font-weight:bold;
font-size: 12px;
letter-spacing:0.05em;
}
.entryvidtop h3 a {
color:#C3CC95;
font-size:12px;
font-style:italic;
font-weight:bold;
}

.entryvid {
font-size:12px;
line-height:20px;
padding:0 0 10px 10px;
width:100%;
}

.entryvid p{
padding:5px 1px 10px;
width:100%;
}

#content-home {
margin:8px 0 0;
width:960px;
}

/*--- 6-4-09 test page--- */




<!--#hilight_lft .post h2 {
font-size: 17px;
	margin: 0;
    
	color: #582B1D;
    font-weight: bold;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}-->
*html #hilight_a .post h2 { display:block; }



#hilight_rt {
width: 49%;

float: left;
}

#hilight_rt .post h3 {
font-size: 14px;
	padding: 4px 6px;
	
}


.entryad {
background:transparent url(images/bg_dotted_b.gif) repeat-x scroll 0 0;
font-size:12px;
line-height:20px;
padding:0 0 10px 0px;
}

.entryad p{
padding:5px 0;
}
#vidtopper2 {
background-color:#717C72;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
padding:5px 10px 4px 7px;
}


.entryvidtop2 {
background-color:#717C72;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
padding:5px 0 4px 7px;
}

.entryvidtop2 h3 {
color:#FFF;
font-style:italic;
font-weight:bold;
font-size: 12px;
letter-spacing:0.05em;
}
.entryvidtop2 h3 a {
color:#C3CC95;
font-size:12px;
font-style:italic;
font-weight:bold;
}

.entryvid2 {
font-size:12px;
line-height:20px;
padding:0 0 0 10px;
}

.entryvid2 p{
padding:5px 0 3px;
background:#CCC;
text-align:center;
}

#hilight_wrapper {
float: left;
margin: 0 0 10px;
padding: 0;
width: 100%;
_width: 98%;
display: block;
}
.bot_banner{
background:#E8F0A1 url(images/grad_botban.gif) repeat-x top left;
border:1px solid #859406;
float:left;
margin:10px 0 0 10px;
}

*html .bot_banner {
width:100%;
margin:10px 0 0 0;
}


.hilightContainer2 {
float: left;
padding: 0;
width: 100% 
display: block;
}
.sidebar ul li#search form input#s {
width:135px;
}

.entryad2 {
font-size:12px;
line-height:20px;
padding:10px;
}

.entryad2 .post {
text-align:center;
}
.entryad2 .post h2{
background:transparent none repeat scroll 0 0;
color:#292185;
font-size:19px;
font-style:italic;
font-weight:bold;
padding:0;
}

.entryad2 .post h2 a{
color:#292185;
}

.entryad2 p{
padding:5px 0;
text-align:left;
}

.entryad2 img.alignright {
margin:0 0 2px 20px;
padding:4px;
}


#hilight_top{
margin:0 0 5px 10px;
_margin:0 0 5px;


}

#hilight_top .postwrap{
display: block;
margin:0;
padding:0;
width:100%;
overflow: hidden;
}

#hilight_top .postwrapin{
background:#DFE992 url(images/grad_topentry.jpg) repeat-x 0 0;
height:100%;
display: block;
margin:0 0 1px;
padding:0;
width:100%;
position:relative;
overflow: hidden;
}



#hilight_top .post{
margin:0;
padding:0;
border:0 none;
display:block;
}



#hilight_top h1{
background:#717C72;
font-size: 15px;
font-weight:bold;
padding: 6px 10px;
color: #DDE9AE;}



#hilight_lft .post h2 {
font-size: 15px;
	margin: 0px 0 0;
    padding:6px 10px;
	color: #DDE9AE;
    font-weight: bold;
    font-style:italic;
	background: #582B1D;
    display:block;
}
#hilight_lft #hilight_top .post h2{
margin:0;
background:transparent;
font-size: 14px;
line-height:17px
padding: 5px 0px;
color: #582B1D;
}


#hilight_lft #hilight_top .post h2 a{
color: #582B1D;}
#hilight_lft #hilight_top .post h2 a:hover{
color: #21100B;}

#hilight_top .entry{
background:none;
line-height:17px;
color:#666666;
padding:0 10px 10px 0;
_padding:0 10px 11px;
margin:0 0 0 10px;
_margin:0 5px 0px 5px;
}

#hilight_lft {
width: 49%;
_width: 48%;
float: left;
clear:both;
padding: 0 10px 0 0;
_padding-right: 10px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999999;

}

<!--*html #hilight_lft { display:inline; }  
*html #hilight_lft .post { display:inline; }  -->



#hilight_rt .post h2  {
font-size: 15px;
	margin: 10px 0 0;
    padding:6px 10px;
    
	color: #DDE9AE;
    font-weight: bold;
    font-style:italic;
	background: #582B1D;
}



#hilight_lft .post h2 a, #hilight_rt .post h2 a{
	color: #DDE9AE;
}
#hilight_lft .post h2 a:hover, #hilight_rt .post h2 a:hover{
	color: #F6FFE0;
}
.entry span.pgee-read-more {
font-size:11px;
font-weight:bold;
}
ul.events_list {
margin-left:5px;
}
.entry img.aligncenter {
text-align:center;
}

.pullout {
float:right;
padding: 10px;
margin: 3px 0 2px 15px;
display: inline;
width:220px;
background:#E3EC9C;
font-size:13px;
font-style:italic;
border:solid 3px #6F8A58;
text-align:center;
}

ul li.teleconf p {
padding:2px 0 3px;
}

.share {
float:right;
margin:10px 0 3px 5px;
}

.insetbox {
background-color:#EAF2C9;
border:1px dotted #666666;
float:right;
font-size:0.95em;
line-height:1.5em;
margin:10px 0 10px 5px;
padding:10px 5px 10px 10px;
width:200px;
}
.insetbox p{
padding:4px 0;
}

#servsidebar .addthis_container {
display:none;
}


#missionpad .addthis_container {
display:none;
}

#biopad .addthis_container {
display:none;
}

.wp-caption{background-color:#EAF2C9;
border:1px dotted #666666;
font-size:0.95em;
line-height:1.5em;
margin:10px 0 10px 5px;
padding:10px 0 10px 10px;
}
ul.events_list {font-weight:bold;}
.d img{
margin-bottom:6px;}

.sharebut{ height: 22px;
    margin-top: 10px;
}

.sidebar .prodmenu ul li
{line-height:10px;
margin-bottom:0px;
background:#E5E9FF url(images/bg_dotted_a.gif) repeat-x left bottom;
}
.sidebar .prodmenu ul li li
{line-height:10px;
margin-top:2px;
background:#E5E9FF none scroll 0 0;
}
.more3{font-size: 11px;
    font-weight: bold;
    disppay:inline;}


.entry ul.socialwrap li {   background-image: none;
    list-style-image: none !important;
    list-style-type: none !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;}
    
ul.socialwrap {
    list-style-type: none !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: 0 !important;
}
.excerpts h3, .excerpts h4 { font-size:12px;  font-weight: normal;}
.excerpts iframe {display:none;}
.excerpts img {display:none;}
p table.closeSpace{padding-top:0;padding-bottom:0}
