html {
    background: #567A9A url('/modules/site/themes/lanner/images/sw_if2_bg.png') repeat-x;
}
body {
    color: black;
    margin:0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    text-shadow: #000 0px 0px 0px;
    font-size:12px;
    line-height:1.5em;
}

a {color:#1d4e6d;}
a.link {display:inline; color:#1d4e6d; padding:0px 1px 0px 1px;}
a:hover {}



#yui-main input[type=text] {
    background:transparent;
    background-color: #555 !important;
    color: white;
    
    padding:2px;
}

h1{ 
    color:#013567;
    padding:0 !important;
    margin:0 !important;
    font:20px/36px Georgia, "Times New Roman";
}

h1.pagetitle {
    font:20px/36px "Lucida Grande", Georgia, "Times New Roman";
    border-bottom:1px #ccc solid;
    font-weight:bold;
}


#hd {
    width: 872px;
    height: 111px;
    margin:0;
    padding:0;
    background-image: url('/modules/site/themes/lanner/images/sw_if2_02.jpg');
}



.menu_linear{
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 34px;
    width: 864px !important;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%; 
	background-image: url('/modules/site/themes/lanner/images/sw_if2_04.jpg');     
}

.menu_linear ul{
	margin: 0;
	padding: 0;
	padding-left:8px;
	float: left;
	width: 860px; /*width of menu*/
}

.menu_linear ul li
{
    display: inline;
}

.menu_linear ul li a
{
	margin-top:8px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:2px;
    float: left;
	margin-right:5px;
    width: auto;

    color: #fff; /*text color*/
    text-align: center;
    text-decoration: none;
    border:0;
}


.menu_linear ul li a.current
{
    background-color: #003366;

}


.menu_linear ul li:hover a.current 
{
    background-color: #003366;
}


.menu_linear ul li a:hover
{              
    background-color: #003366;
}

/* Menu Section */

.menu_section{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 34px;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%;
        position:relative;
        top: 67px;

}

.menu_section ul{
	margin: 0;
	padding: 0;
	padding-left:16px;
	float: left;
	width: 860px; /*width of menu*/
}

.menu_section ul li
{
    display: inline;
}

.menu_section ul li a
{
	margin-top:7px;
        margin-right:2px;
        
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom:5px;
        
        float: left;
        width: auto;

        color: #fff;
        text-align: center;
        text-decoration: none;
        border:0;
        

        
        background-color: #222;
}


.menu_section ul li a.current
{
    background-color: #003366;
}


.menu_section ul li:hover a.current 
{
    background-color: #567A9A;
}


.menu_section ul li a:hover
{              
    background-color: #003366;
}


#splash{
    width: 872px;
    height: 141px;
    margin:0;
    padding:0;
}

#bd {
    background: #FFF;
    height:100%;
    width: 828px;
    padding:22px !important;
}

#yui-main b{
    font-weight: bolder;
  
}

.yui-b img {
    margin:4px;
    padding:2px;
    border:1px solid #334A5D;
}



#ft {
    font-size:75%;
    padding-top:30px;
}

#ft li {
    list-style-type:none;
}

#ft a{border-bottom:0;}

#ft copyright {
    float:left;
}


#ft #powered {
    color: #222;
}
#ft #chirp {
    color:#2f5093;
}

#ft #umoya {
    color:#2e6c80;
}






/* News Listall Posts */
div.post {
    margin-bottom: 40px;
    padding-right: 20px;
}


div.post div.date {
    text-align: left;
    width: 230px;                
    white-space: nowrap;
    font: Normal 34px Helvetica, sans-serif;
    letter-spacing: -2px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 35px;
}

div.post div.date div.date_brick {
    float: left;
    height: 30px;
    width: 45px;
    background-color: #6498cc;
    color: #bbd5f1;
    font: Bold 12px Verdana, Sans-Serif;
    text-align: center;
    line-height: 12px;
    margin-left: 0px;
    padding-top: 5px;
    letter-spacing: 0px;
    overflow: hidden;
}


div.post h2 {
    font-size: 18px;
    font-weight: Bold;
    color: #6498cc;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
}

div.post h2 a {
    color: #6498cc;
    text-decoration: none;
}



div.post div.regular {
    font-size: 12px;
    color: #444;
    line-height: 17px;
    margin-left:60px;
}

div.post div.regular blockquote {
    font-style: italic;
    border-left: solid 2px #444;
    padding-left: 10px;
}



/* Image Slideshow */

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:400px;
	height:365px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

