body {
	margin:0;
	padding:0;	
	font-size:10px;
	font-size:small;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	background:#bbc597;
}

/***************   COMMON ELEMENTS                      
############################################*/

abbr {
	cursor:help;
}	
blockquote 
{
    margin:1em;
    background:url(img/blockquote.gif) no-repeat left top;
    padding:0 0 1em 4em;
}
a {
	font-family: Tahoma, Arial, Verdana;
    	color:#042A82;
	text-decoration:none;
}

a:hover,a:active {
	font-family: Tahoma, Arial, Verdana;
    	color:#475749;	
	text-decoration:none;
}	

p {
	line-height:1.5em;
	margin-top: 0;
}	

ul {
	list-style:none;
}

li 
{
	margin:5px 0 0 0;
	padding:0;
}	
ul li 
{
	
	padding-left:15px;
	list-style:none;
	background:url(img/parl_bullet.png) no-repeat top left;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, san-serif; 
	font-size:12pt; 
	color:#5B6D54; 
	padding:0px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, san-serif; 
	font-size:12px; 
	color:#6A030D; 
	padding:0px;
}
fieldset 
{
	border:none;
}
dl dt 
{
	font-weight:bold;
	margin:5px 0;	
}
dl dd 
{
	padding-left:20px;
	display:inline;
}
img.left
{
float: left;
margin: 0 1em 1em 0;
}
img.right
{
float: right;
margin: 0 0 1em 1em;
}
#container 
{
	background:#FFFFFF;	
	margin:0 auto;
	width:766px;
	font-size:95%;		
}

#header {
	width:766px;
	height:220px;
	margin:0;
	padding:0;
	background:#62777C;	
	position:relative;	
}
#header h1{
	position:absolute;
	font-size:200%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing:0.1ex;
	color:#000;
	background:none;
	margin:-30px 0 0 0;	
}
#header h1 a 
{
	font-size:12pt; 
	color:#483D8B;
	font-weight:bold;
	border-bottom:none;
}
#header h1 span
{
    margin:-20px 0 0 0;
    padding:0;
    float:right;
    font-weight:normal;
    font-family:Arial, Verdana, Tahoma, Serif;
    font-size:0.45em;    
}
#content {
	float:right;
	color:#333;
	width:73%;
	margin:0 0 10px 0;
	padding:0 1% 0 0;	
}
.post 
{
    margin:0 0 0 0.5em;
    padding:0;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	margin:0.5em 0;
	padding:0;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}

.post-title 
{
	font-size:12pt; 
	color:#5B6D54;
	font-weight:bold;
    border:none;
    margin:0.5em 0;      
}
.post-title a 
{
    color:#5B6D54;
    border-bottom:none;
}
.post-info 
{
    color:#999;
    font-size:0.9em;
    border-top:#ddd 1px solid;
}
.post-info2 
{
    color:#999;
    font-size:0.9em;
    font-style:normal;
}
.post-info em 
{
    color:#999;
    font-style:normal;
}
.post-info em.date
{
	margin:0;
	padding:3px 0 3px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
.post-info em.user
{
	background:url(img/user.png) no-repeat left center;
	padding-left:15px;
}
.post-info em.cat
{
	background:url(img/star.png) no-repeat left center;
	padding-left:15px;
}
.post-info a:link, .post-info a:visited
{
    color:#285375;
    border:none;
}
.post-info a:hover, .post-info a:active
{
    color:#FD912E;
    border-bottom:1px solid;
}
.post-content 
{
    margin:0;
    padding:0.2em 0;
}
.post-comments 
{
   float:right;
}
.post-comments a 
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;   
}
#sidebar {
	float:left;
	width:24.6%;
	margin:0;
	padding:0 0;
	padding-left:5px;
	font-size:90%;
	background:#FD912E;
}
#sidebar h2 
{
    margin:1em 0 0 0;       
    font-size:140%;
    font-family:Arial, Verdana, Tahoma, Serif;
    text-transform:uppercase;
}
#sidebar ul 
{
	margin:0;
	padding:2px 0;
	list-style:none;
}
#sidebar ul li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:0 0 0 0;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:2px 0;
}
#sidebar li li li
{
	margin:0;
	padding:3px 0 0 0;
}
#sidebar li li a:link
{
    color:#504C45;
    font-weight:bold;
    border:none;
    text-decoration:underline;
}
#sidebar li li a:hover
{
    color:#C9CBB8;
    font-weight:bold;
    border:none;
    text-decoration:underline;
}
#sidebar li li a:visited,#sidebar li li a:active
{
    font-weight:bold;
    text-decoration:underline;
}
#sidebar li li 
{
    padding:0 0 0 0;
    margin:0 0;
}
#footer {
	clear:both;
	width:760px;
	padding:2px 0;
	margin:0 auto;
	text-align:center;
	font-size:90%;
	background:#fff url(img/con_top.gif) repeat-x top;
	border-top:1px solid #ccc;
}
/*Comments Style*/
#comments, #respond{
	margin: 2em 0 0 5px;
}

#commentform 
{
	margin:10px 0;
	padding:10px;
	background:#E8F2F7;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
.commentnum 
{
	font-size:200%;
}
#container .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;	
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom:#ddd 1px solid;	
}
.commentlist li.alt 
{
	background:#E8F2F7;	
}
.commentlist li.highlighted 
{
	border:#bdb76b 1px solid;	
}
.commentlist li .cmtinfo 
{
	color:#285375;
    	font-size:1em;	
}
.cmtinfo  a:link, .cmtinfo  a:visited
{
    color:#285375;
    border:none;
}
.cmtinfo  a:hover, .cmtinfo  a:active
{
    color:#FD912E;
    border-bottom:1px solid;
}
.commentlist li cite 
{
	color:#285375;
    	font-style:normal;
	font-weight:bold;
}
.commentlist li cite a:link, .commentlist li cite a:visited
{
    color:#285375;
    border:none;
}
.commentlist li cite a:hover, .commentlist li cite a:active
{
    color:#FD912E;
    border-bottom:1px solid;
}
.edit_comment_link a:link, .edit_comment_link a:visited
{
    color:#285375;
    border:none;
}
.edit_comment_link a:hover, .edit_comment_link a:active
{
    color:#FD912E;
    border-bottom:1px solid;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#comments 
{
	border-bottom:none;
}
input.textbox
{
	background:#E8F2F7 url(img/shadow_top.gif) repeat-x top;
	border:1px solid #ccc;
	margin:2px 0;
	width:150px;
	padding:3px;
	font-family:Arial, Verdana, Tahoma, Serif;
	font-size:1em;
}
textarea{
	background:#FFFFFF url(img/shadow_top.gif) repeat-x top;
	border:1px solid #ccc;
	width:90%;
	height:20em;
	padding:3px;
	font-size:1em;
	font-family:Arial, Verdana, Tahoma, Serif;
}
.textbox:focus, textarea:focus
{
	background:#E8F2F7 url(img/shadow_top.gif) repeat-x top;
	border:#669 1px solid;
}
.nocomments 
{
	font-size:0.9em;
	color:#999;
}
/***************   NAVIGATION                         
############################################*/

ul#navigation {
	list-style:none;
	margin:0px auto 0 auto;	
	padding:6px 0 4px 0;
	width:100%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;	
	font: bold 1em Arial, Verdana, Tahoma, Serif;
	text-transform:uppercase;	
	text-align:right;
}

ul#navigation li {	
	padding:0 5px;
	display:inline;
	background:none;
	list-style:none;
	margin:0;
}	

ul#navigation li a {
	text-decoration:none;	
	padding:3px 5px;
	margin:0;
	color:#456d39;
	background-color:inherit;
	border-bottom:none;
}	 	
ul#navigation li a:hover, #navigation li.current_page_item a
{
	border-bottom:#483d8b 2px solid;
	color:#483d8b;
}
/***************   TEXT ELEMENTS                   
############################################*/
#s 
{
	background:#f3f3fc url(img/find.gif) no-repeat left center;
	padding-left:18px;
	width:62%;
}
#sidebar ul.feeds li
{
	background:url(img/icon_feed.gif) no-repeat left top;
	padding:2px 18px;
}
#content ul.asides 
{
	margin:0 1em;
	padding:0;
	list-style:none;
}
#content ul.asides li 
{
	margin:1em 0;
	padding:0;
	background:none;
}
#content, #sidebar, #footer, .widget {
    overflow: hidden;
}
a.main:link {
    color:#504C45;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10pt;
    text-decoration:underline;
    cursor:hand;
}
a.main:visited {
    color:#504C45;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10pt;
    text-decoration:underline;
    cursor:hand;
}
a.main:hover {
    color:#fba03e;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10pt;
    text-decoration:underline;
    cursor:hand;
}
a.main:active {
    color:#504C45;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10pt;
    text-decoration:underline;
    cursor:hand;
}
a.navColumn:link {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.navColumn:visited {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.navColumn:hover {
    color:#000000;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
    cursor:hand;
}
a.navColumn:active {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.top:link {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.top:visited {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.top:hover {
    color:#FBF7DB;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
    cursor:hand;
}
a.top:active {
    color:#FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.footer:link {
    color:#285375;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline;
    cursor:hand;
}
a.footer:visited {
    color:#285375;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline;
    cursor:hand;
}
a.footer:hover {
    color:#FD912E;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration:none;
    cursor:hand;
}
a.footer:active {
    color:#285375;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline;
    cursor:hand;
}
h1 {
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-size : 11pt;
	border-bottom: solid 1px #d88d34;
}
h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-size : 9pt;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #c74b07;
	font-size : 12pt;
}
td.footer {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#000000;
	padding:3px;
}
td.main {
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
	color:#000000;
	padding:10px;
}
td.chart {
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
	color:#000000;
	padding:2px;
}

td.navColumn {
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:none;
	padding:5px;
	color:#000000;
}
td.phone {
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:none;
	padding:0px;
	color:#000000;
}

li 	{
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
	font-size : 10pt;
}
