
body {
	margin: 70px 0 0 0;
	padding: 0;
	background: #FFFFFF url('../images/img01_1.jpg') repeat-x;
	font-family: sans-serif,"Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #333333;
	text-align: center;
	min-height:100%; 
	min-width:1100px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Sans-Serif;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #006F24;
}

a:hover, a:active {
	text-decoration: none;
	color: #003287;
}

a:visited {
	color: #333333;
}

img {
	border:none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: sans-serif,"Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 100%;
	/* height: 172px; */
	margin: 0 auto 10px auto;
	/*background: url('../images/img03.gif') repeat-x left bottom; */
}

#logo 
{
    text-align: left;
	float: left; 
	width: 100%;
	height:60px;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu 
{
    background: #EEEEEE url('../images/img02.jpg') repeat-x left bottom;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    border-top: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1; 
    font-family: "sans-serif";
    z-index:1000;
}

#menu ul 
{
	list-style-type: none;
    margin: 8px 0 8px 0;
	padding: 0;
    text-align:right;
    z-index:1000;
}

#menu ul li {
	display: inline;
	text-align:right;
	background-color:#EEEEEE;
	z-index:1000;
	
}

#menu ul ul
{
	border:solid 1px black;
	z-index:1000;
}

#menu ul li a {
	/*background: #F5F5F5 url('../images/img02.jpg') repeat-x left bottom;*/
	padding: 7px 20px;
	text-decoration: none;
	font-size: 14px;
    color: #717171;
	text-align:right;
	font-family: "sans-serif";
	font-weight:bolder;
	z-index:1000;
}

#menu ul li li {
	border:none;
	z-index:1000;
	
}

#menu ul li li a {
	background-color:#EEEEEE;
	font-size: small;
	text-align:left;
	font-family: "sans-serif";
	font-weight:bolder;
	text-decoration: underline;
	padding:0;
	margin:0;
	z-index:1000;
	
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #212121;
	z-index:1000;
}

#menu .active a 
{
	z-index:1000;
}



/* Page */

.page {
	width: 98%;
	margin: 0 auto;
}

/* Content */

.content {
	float: left;
	width: 79%;
	margin-right:-220px;
}

/* Post */

.post 
{
}


.post .headline {
	margin-bottom: 25px;
	padding-bottom: 5px;
	background: url('../images/img11.gif') no-repeat right 50%;
	border-bottom: 1px solid #d1d1d1;
	
}

.post .title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url('../images/img11_1.gif') no-repeat right 50%;
	border-bottom: 1px solid #D1D1D1;
}

.post .entry 
{
    border: 1px solid #D1D1D1;
    padding: 6px;
	background-color:#f3f3f3;
    
}

.post .meta {
	padding: 15px 0 45px 0;
	background: url('../images/img03.gif') repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url('../images/img06.gif') no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url('../images/img07.gif') no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 195px;
	border: solid 1px #d1d1d1;
	padding: 10px;
	background-color: #F3FFFF;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url('../images/img12.gif') no-repeat left 50%;
}

.sidebar h2 {
	margin-bottom: 10px;
	background: url('../images/img11.gif') no-repeat right 50%;
	border-bottom: 1px solid #D1D1D1;
	font-size: 12px;
}

.sidebar h3 {
	margin-bottom: 10px;
	background: url('../images/img11.gif') no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 12px;
}

/* Search */

.search 
{
}

.search h2 {
	margin-bottom: 10px;
}

.searchbox {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px dotted #CCCCCC;
}

.radius {
	width: 20px;
	margin: 0 0 0 0;
	border: 1px dotted #CCCCCC;
	padding: 0 0 0 0;
}

.x {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 3px;
	background: #ECECEC url('../images/img08.gif') repeat-x left bottom;
	font-size: 11px;
		color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url('../images/img05.gif') no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url('../images/img10.gif') repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

.footer {
	height: 74px;
	padding: 10px 0 0 0;
	background: #44648A url('../images/img09.jpg') repeat-x;
 

}

html>body #footer {
	height: auto;
}

.legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #8ADE3C;
}

.legal a {
		clear: both;
	padding-top: 20px;
	text-align: center;
	color: #8ADE3C;
}

.popupmenu 
{
    background-color: #EEEEEE;
    border: 1px solid #D1D1D1;
    width: auto;
    text-align: left;
    padding: 0px 7px 7px 7px;
    color: #cccccc;
    font-size:small;
}

.popupmenu .popupitem 
{

}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	border: 3px solid Gray;
	background-color:#F3F3F3;
		padding:3px;
		overflow-x: hidden; 
		overflow-y: auto; 
		height:95%;
	text-align: left;
	width:auto;
}



.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:sans-serif,Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:sans-serif,Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:sans-serif,Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:sans-serif,Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:sans-serif,Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

    .hiddencol
    {
        display:none;
    }
    .viscol
    {
        display:block;
    }




/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #b1b1b1;
background: #fee; 
height: 27px; 
margin-bottom: 10px; 
margin-right: 6px;
margin-top: 15px;
padding: 0;
float:right;
overflow: hidden; 
width:500px;

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 8px;
min-width:350px;
width: 500px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
background-color: #fee; 
}
ul.newsticker li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background-color: #fee; 
width: 550px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px sans-serif;
margin: 0 50px 0 0;
background-color: #fee; 
} 
ul.newsticker span {
margin: 0 10px 0 0;
background-color: #fee; 
} 

/* End liScroll style declarations */

