/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #000000;
	font-size: 0.8em;
	background: white;
	font-family: arial, 'trebuchet ms', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-family: arial black, arial, 'trebuchet ms', sans-serif;
	font-size: 1.8em;
    margin: 0px 0px 15px 0px;
    font-weight: 800;
}

h2 {
	font-size: 1.3em;
    margin: 0px 0px 15px 0px;
    font-weight: 800;
}

h3 {
    font-size: 1em;
    font-weight: 800;
}

p {
    margin: 0px 0px 15px 0px;
	line-height: 1.5em;
	word-spacing: -0.10em;
	
}

a:link, a:visited {
	text-decoration: none;
    color: red;
    /*background: url(link.gif) left center no-repeat;
    padding-left: 10px;*/
}

a:hover {
    text-decoration: none;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #d6f0f6;
    border: 1px solid #d6f0f6;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #d6f0f6;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #2092aa;
}

/*
General page layout
*/

#wrapper_outer {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
}

#header {
    position: relative;
    width: 700px;
    height: 200px;
    margin: 0px auto;
}

#header_home {
    position: relative;
    width: 700px;
    height: 200px;
    margin: 0px auto;
}


#body {
    position: relative;
    width: 700px;
    padding: 50px 0px 50px 0px;
    margin: 0px auto;
}

#body div.main { 
    padding: 20px 80px 0px 40px;
}


#body a, #body a:link, #body a:visited {
    color: white;
}

#body a:hover {
    text-decoration: underline;
}

#body p {
    text-align: justify;
}

#body ul {
    margin: 0px 30px 10px 30px;
}

#body ul li {
    list-style: square;
    line-height: 1.3em;
}


#footer {
    position: relative;
    width: 700px;
    margin: 50px auto 15px auto;
    border-top: 1px solid #888888;
    background: url(logo_small.png) center right no-repeat;
}


/* Header */

#logo {
    position: absolute;
    right: 0px;
    top: 56px;
    width: 128px;
    height: 140px;
}

#flash {
    display: none;
}

#navigation {
    display: none;
}



/* Navigation */

ul.nav {
   display: none;
}

ul.nav li {
   display: none;
}


ul.nav li a:link, ul.nav li a:visited {
  display: none;
}

ul.nav ul.v {
   display: none;
}

ul.nav ul.v li {
   display: none;
}




ul.nav ul.v li a:link, ul.nav ul.v li a:visited {
   display: none;
}

ul.nav li:hover > ul.v {
  display: none;
}

ul.nav li ul.v li a:hover {
     display: none;
}




/* Body items */

div.block_red {
    width: 190px;
    height: 130px;
	padding: 0px;
    float: left;
    margin: 0px 15px 15px 0px;
}

div.block_green {
    width: 190px;
    height: 130px;
	padding: 0px;
    float: left;
    margin: 0px 15px 15px 0px;
}

div.block_blue {
    width: 190px;
    height: 130px;
	padding: 0px;
    float: left;
    margin: 0px 0px 15px 0px;
}

div.block_blue p {
	font-family: arial black, sans-serif;
	font-weight: 400;
	margin: 0px;
}


div.block_green p {
	font-family: verdana, sans-serif;
	margin: 0px;
	font-weight: 900;
}

div.block_red p {
	font-family: arial black, sans-serif;
	font-weight: 400;
	margin: 0px;
	
}




/* Footer */

#footer p.contact {
    font-size: 1.3em;
    color: grey;
    font-weight: 800;
    margin: 15px 0px 0px 0px;
}

#footer p.legal {
    font-size: 9px;
    color: grey;
    font-weight: 800;
    margin: 15px 0px 0px 0px;
}

#footer a, #footer a:link, #footer a:visited {
    color: grey;
}

#footer a:hover {
    color: red;
}








#NewsTicker{
border:solid 1px #cccccc;
background:#eaf5e0;
width:300px;
height:344px;
}
#NewsTicker h1{
padding:6px; margin:0; border:0;
background:#dfe9d5;
color:#000000;
font-size:11px;
font-weight:bold;
}
#NewsVertical {
width:300px;
height:300px;
display:block;
overflow:hidden;
position:relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
width:300px;
height:300px;
display:block;
list-style:none;
margin:0;
padding:0;
}

#TickerVertical li {
display:block;
width:288px;
color:#333333;
text-align:left;
font-size:11px;
margin:0;
padding:6px;
float:left;
}
#TickerVertical li .NewsTitle{
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
text-decoration:underline;
}
#TickerVertical li .NewsImg{
float:left;
margin-right:10px;
}
#TickerVertical li .NewsFooter{
display:block;
color:#000000;
font-size:10px;
margin:6px 0 14px 0;
}
