/*
Theme Name: OutOfDebtChristian2
Theme URI: http://www.outofdebtchristian.com
Version: 1.0
Description: 2 Column theme
Author: Lemuel Pasiderio
Author URI: http://www.outofdebtchristian.com
*/



#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}



#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}
#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
.columnFull {
   padding-left: 50px;
}
#prompt {
	visibility: hidden;
	display: block;
	position: absolute;
}
#porm {
	visibility: visible;
	display: block;
}
.content-body
{
    display: block;
    width: 740px;
	clear: both;
}
.thide {
    display: none;
}
.nt{
   ldeft:350px;
   top:100px;
   height:390px;
   width:490px;
   position: absolute;
   margin-left: 245px; /*160 */
   margin-top: 100px;
   clear: both;
}
.ntb{
   leift:100px;
   top:0px;
   height:390px;
   width:517px;
   position: absolute;
   margin-left: 235px;
   margin-top: 200px;
}
.ntb{
   background-color:#ffffff;
   height:4px;
   position: absolute;
}
.ntc{
   background-color:#ffffff;
   leift:92px;
   top:100px;
   height:350px;
   width:12px;
   float:left;
   position: absolute;
   margin-top: 100px;
   margin-left: 235px;  /*405px */
}
.ntcc{
   background-color:#ffffff;
   leift:92px;
   top:100px;
   height:350px;
   width:10px;
   float:left;
   position: absolute;
   margin-top: 100px;
   margin-left: 235px;  /*405px */
}
.ntc1{
   background-color:#ffffff;
   left:92px;
   top:100px;
   height:450px;
   width:10px;
   float:left;
	position: absolute;
	margin-top: 100px;
	margin-left: 805px;
}
#boxtrapper {
	display: block;
	width: 750px;
	height: 380px;
	border-left: none;
	border-top:3px;
	border-bottom: 3px;
	border-right: 3px;
}
#iframer {
      display: block;
      width: 500px;
      height: 480px;
      float: left;
}
.iframetop {
      display: block;
      width: 500px;
      height: 10px;
      float: left;
      background-color: #ffffff;
}
/* Links */
a:link { text-decoration: underline; color: #549AD8; font-size:12px; font-family:"Arial", Helvetica, sans-serif;}
a:visited { text-decoration: underline; color: #549AD8; font-size:12px; 	font-family:"Arial", Helvetica, sans-serif;}
a:hover, a:active { text-decoration: underline; color: #769E21; font-size:12px; font-family:"Arial", Helvetica, sans-serif;}
/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; padding-bottom: 0px; }
h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px; font-family: Georgia, "Times New Roman", Times, serif;	}
h2 { font-size: 28px; 	font-family: Georgia, "Times New Roman", Times, serif;}
h3 { font-size: 20px;  	}
h4, h5, h6 { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;}
/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 20px; text-decoration: none; underline: none; font-family: Georgia, "Times New Roman", Times, serif;}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	underline: none;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #345A86; 
}

#tagline {
 	width: 400px;
	color:#112d44;
	font-size: 16px;
	margin-left: 20px;
	padding-top: 59px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	font-family:"Georgia", Times New Roman, Times, serif;
	clear: both;
}
.titles a:hover {
	text-decoration: none;
	underline: none;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8EB5C8; 
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}
pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}
pre { padding-top: 10px; padding-bottom: 10px; }
code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }
ul, ol { line-height: 2.0em; }
ul { list-style-image: url(images/bullet.gif); }
abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }
del { text-decoration: line-through; color: #999999; }
ins { text-decoration: none; color: #009977; }
/* Structure */
body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font: normal 80% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}
.post-wrapper1 {
	width: 750px;
    padding-top: 0px;
    margin-top: 0px;
}

#wrapper2
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	height: 168px;
}
#header
{
	float: left;
	width: 768px;
	padding-bottom: 8px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 0px; <!--48 -->
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header1
{
	float: left;
	width: 768px;
	padding-b5ottom: 8px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header2
{
	float: left;
	width: 768px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 168px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	dsplay: block;
}
#header_ad
{
	float: left;
	width: 768px;
	padding-bottom: 8px;
	background: #FFFFFF;
	clear: right;
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    padding-top: 3px;
}
#header-quint
{
	float: left;
	width: 768px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header-quint.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 168px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navigation
{
	clear: both;
	float: left;
	width: 100%;	
	display:block;
	margin-top: 0px;
	padding-top: 0px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
	border-left: solid #EDEDED 1px;
	border-right: solid #EDEDED 1px;
}

#wrapper-quin
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
	background-repeat: repeat-y;
	border-left: solid #EDEDED 1px;
	border-right: solid #EDEDED 1px;
}

#wrapper_body
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
	background-repeat: repeat-y;
	border-left: solid #EDEDED 1px;
	border-right: solid #EDEDED 1px;
	padding-top: 0px;
	margin-top: 0px;
}

#content-wrapper
{
	width: 75%;
	float: right;
}
#content-wrapper2
{
	width: 100%;
	float: right;
	margin-top: 0px;
	padding-right: 0px;
}

#content
{
	float: right;
	padding: 0 0px 10px 30px;
    padding-right: 50px;
    padding-left: 0px; 
}
#content2
{
	float: left;
	padding: 0 0px 0px 0px;
    padding-right: 50px;
	padding-left: 10px; 	
	margin-left: 0px; 
    padding-top: 0px;
	width: 650px;
	margin-right: 100px;
	padding-right: 100px;
	margin-top:0px;
}
#sidebar-wrapper
{
	width: 25%;
	float: left;
	padding-top: 10px;
}




#sidebar
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	margin-right: 0px;
	margin-top: 0px;
    margin-left: 0px;
}

#sidebar_pop
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	margin-right: 0px;
	margin-top: 0px;
    margin-left: 0px;
}




#footer
{
	float: left;
	width: 768px;
	text-align: left;
	background: #F6F7F9;
	color: #AAAAAA;
	font-size: 11px;
	display:block;
	border-top:solid 2px #E3E3E3;
}




#footer a {
	color: #549AD8;
	font-size: 11px;
	}
#footer a: visited {
	color: #549AD8;
	}
#footer a:hover {
	color: #49AF61;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
/* Header */

#header h1 { padding-left: 30px; }
/* Navigation */
#navigation ul { list-style-type: none; list-style-image: none; float: right; margin-top: -42px; padding: 0 0px 0 0; margin-bottom: 0px; padding-bottom: 0px;}
#navigation li { float: left; }
#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #565656;
	display: block;
	padding: 5px 10px;
	margin-right: 1px;
	border: 1px dashed transparent;
	height: 24px;
	font-size: 14px;
	margin-top: 4px;
}
#navigation li a:hover,
#navigation li a:active
{
	color: #6D9CC7;
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	background-repeat: repeat-x;
	font-size: 14px;
	margin-top: 4px;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}
/* Wrapper */
#wrapper a:link { font-weight: bold; }
#wrapper a:visited { font-weight: bold; }
#wrapper a:hover, #wrapper a:active { }
/* Content */
#post1 {
	display: block;
	width: 65%;
	clear: left;
	width: 500px;
}
#content .post-title a { border-bottom-width: 0; font-family: Georgia, "Times New Roman", Times, serif; color:#345A86; font-size: 18px; }
#content .post-title { border-bottom-width: 0; font-family: Georgia, "Times New Roman", Times, serif; color:#345A86; font-size: 20px; font-weight: strong; }
#content .post p.img { float: left; margin: 0 15px 0 0; }
#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }
#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #F7FFF0;
	border: 1px solid #E2FFCC;
}
/*content2 */
#content2 .post-title a { border-bottom-width: 0; font-family: Georgia, "Times New Roman", Times, serif; color:#345A86; font-size: 26px; font-weight:bold; padding-bottom: 0px; margin-bottom: 0px; }
#content2 .post-title  { border-bottom-width: 0; font-family: Georgia, "Times New Roman", Times, serif; color:#345A86; font-size: 26px; font-weight:bold; padding-bottom: 0px; margin-bottom: 0px; }
#content2 .post p.img { float: left; margin: 0 15px 0 0;  padding-top: 0px; margin-top: 0px;}
#content2 .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }
#content2 .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #F7FFF0;
	border: 1px solid #E2FFCC;
}
/* Sidebar */
.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #F7FFF0;
	border: 1px solid #C9E9AD;
}

.sideblock ul { }
.sideblock h3 { margin-top: 5px; font-size: 14px; color: #739B41; font-weight: bold; }
.sideblock_white
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.sideblock_white ul { }
#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }
#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }
#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}
#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }
#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}
/* Extras */
#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }
#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}
#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}
#about
{	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }
#links dl, #links dt, #links dd { margin: 0; padding: 0; }
#links dt { font-weight: bold; padding-top: 5px; }
#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }
	/* Comments Styling */

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}
#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}
#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
h2 { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; }
.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #E1F6BC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #105E99;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 13px;
color: #6F6F6F;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;
}
#jump_base {
  overflow-y:hidden;
  width: 145px;
  height: 100px;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  padding: 5px 10px;
  background-color: #F6FAFF;
  font-weight: normal;
}
#jump_base a:link, #jump_base a:hover  {
  color: #549AD8;
  background-color: inherit;
  text-decoration: none;  
  font-weight: normal;
}
#jump_base a:visited {
  color: #549AD8;
  background-color: inherit;
  text-decoration: none;  
  font-weight: normal;
}
.news {
  background-color: #F6FAFF;
  color: inherit;
  font-weight: normal;
}
/* The Sidebar0 */
.sidebar {
        display: block;
        float:left;
        width:180px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        margin-top: 0px;
        padding-top: 0px;
	    font-weight:normal;
        }
.sidebar_pop {
        display: block;
        float:left;
        width:180px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        margin-top: 0px;
        padding-top: 0px;
	    font-weight:normal;
        }
.sidebar h2{
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_cat.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar h3{
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_arc.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar h4{
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_writ.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar h5{
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_blog.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar h6{
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_calc.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar ul {
        display: block;
        list-style-type: none;
		list-style-image:none;
        float: top;
        margin: 0 ;
        padding: 0;
        margin-top: 0px;
	    font-weight:normal;
        }

.sidebar ul ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 0 5px 0;
        background:url(images/bottom.jpg) bottom;
        background-repeat:no-repeat;
        margin-top: 0px;
		font-weight:normal;
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
.sidebar ul ul ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border:0;
	    font-weight:normal;
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #79A5BB;
        margin: 0px;
        background-color: #79A5BB;
        background: #79A5BB url(images/li1.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
	    font-weight:normal;     
		text-decoration: none;
	    font-family:"Arial", Helvetica, sans-serif;
	    font-size: 11px;
    }
.sidebar ul li ul li a:hover{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #8EB5C8;
        margin: 0px;
        background-color: #F8FFF1;
        background: #8EB5C8 url(images/li2.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
		font-weight:normal;   
		text-decoration: none;		
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
/*popular*/		
.sidebar ul li ul li .popular a:link, .sidebar ul li ul li .popular a:visited{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #9de272;
        margin: 0px;
        background-color: #9de272;
        background: #9de272 url(images/li1.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
	    font-weight:normal;     
		text-decoration: none;
	    font-family:"Arial", Helvetica, sans-serif;
	    font-size: 11px;
    }
.sidebar ul li ul li .popular a:hover{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #b8f692;
        margin: 0px;
        background-color: #b8f692;
        background: #b8f692 url(images/li2.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
		font-weight:normal;   
		text-decoration: none;		
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
		
		
.sidebar p {
        padding: 7px 10px;
        background:#79A5BB;
        margin:0;
	    font-weight:normal;
        }
.sidebar  a:link, .sidebar  a:visited{
        color:#79A5BB;
	    font-weight:normal;
}
.sidebar  a:hover {
        color:#729DC6;
	    font-weight:normal;
}
.sidebar table {
        width:100%;
        text-align:center;
        background-color:#5581AC;
}
.homelinks a{
	color: #345A86;
}
a.left:link {
	color: #345A86;  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; padding-top: 10px; text-decoration: none
}
a.left:visited {
	color: #345A86;  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; padding-top: 10px; text-decoration: none
}

a.left:active {
	color: #345A86;  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; padding-top: 10px; text-decoration: none
}
a.left:hover {
	color: #A2B5C8;  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; padding-top: 10px; text-decoration: none
}
.homelinks a{
	color: #345A86;
}
a.lefty:link {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 28px; padding-top: 10px; text-decoration: underline
}
a.lefty:visited {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 28px; padding-top: 10px; text-decoration: underline
}
a.lefty:active {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 28px; padding-top: 10px; text-decoration: underline
}
a.lefty:hover {
	color: #769E21;  font-family:"Arial", Helvetica, sans-serif; font-size: 28px; padding-top: 10px; text-decoration: underline
}
.homelinks a{
	color: #345A86;
}
a.leftt:link {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 12px; padding-top: 10px; text-decoration: underline
}
a.leftt:visited {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 12px; padding-top: 10px; text-decoration: underline
}
a.leftt:active {
	color: #345A86;  font-family:"Arial", Helvetica, sans-serif; font-size: 12px; padding-top: 10px; text-decoration: underline
}
a.leftt:hover {
	color: #769E21;  font-family:"Arial", Helvetica, sans-serif; font-size: 12px; padding-top: 10px; text-decoration: underline

}









































.sidebar_pop ul {
        display: block;
        list-style-type: none;
		list-style-image:none;
        float: top;
        margin: 0 ;
        padding: 0;
        margin-top: 0px;
	    font-weight:normal;
        }

.sidebar_pop ul ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 0 5px 0;
        background:url(images/bottom.jpg) bottom;
        background-repeat:no-repeat;
        margin-top: 0px;
		font-weight:normal;
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
.sidebar_pop ul ul ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border:0;
	    font-weight:normal;
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
.sidebar_pop ul li ul li a:link, .sidebar_pop ul li ul li a:visited{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #487992;
        margin: 0px;
        background-color: #487992;
        background: #487992 url(images/li11.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
	    font-weight:normal;     
		text-decoration: none;
	    font-family:"Arial", Helvetica, sans-serif;
	    font-size: 11px;
    }
.sidebar_pop ul li ul li a:hover{
        float: top;
        display: block;
        list-style-type:none;
        border-bottom:thin solid #609cba;
        margin: 0px;
        background-color: #609cba;
        background: #609cba url(images/li22.gif) no-repeat;
        padding: 3px 3px 3px 25px;
        color: #ffffff;
		font-weight:normal;   
		text-decoration: none;		
	    font-family:"Arial", Helvetica, sans-serif;
        font-size: 11px;
        }
.sidebar_pop h7.popular {
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_pop.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }
.sidebar_pop h7.recent {
        display: block;
        float: top;
        height:27px;
        line-height:27px;
        font-size:16px;
        color:#eee ;
        margin:0;
        background: #555555 url(images/ul_top_pop_recent.gif) no-repeat;
        padding:0px 0 0 10px;
        font-family:"Arial", Helvetica, sans-serif;
        font-size: 12px;
        font-weight:normal;
        margin-top: 0px;
        }

				
.sidebar_pop p {
        padding: 7px 10px;
        background:#9de272;
        margin:0;
	    font-weight:normal;
        }
.sidebar_pop  a:link, .sidebar  a:visited{
        color:#79a5bb;
	    font-weight:normal;
}
.sidebar_pop  a:hover {
        color:#95cae5;
	    font-weight:normal;
}
.sidebar_pop table {
        width:100%;
        text-align:center;
        background-color:#5581AC;
}
