@charset "UTF-8";
@import url("css/scbwi_index.css");
/* CSS Document */

                            /*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { }
h2 { }

p {	}

/*  Layout
----------------------------------------------- */

body {
    background-color: #78d8ef;
    padding:0;
    margin:0;
	text-align:center;
    
}

img {border:none;}
#container
{
    margin:25px auto;
    width:850px;
    background:white;
	}

#header
{
    position:relative;
top:0px;
left:0;
}

#content
{
	width:850px;
    background-color:white;
    
}
#map 
{float:left; 

padding-left:20px;

}

#navbuttons {
	
	float:right;
	padding-right:15px;
}
#message {
clear:both;
padding:20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.3em;

}
#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none;  }






#footer
{
    clear:both;
    margin-top:25px;
    
    min-height:50px;
background-color:#423a90;
color:white;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.8em;
color:white;
}



#footer a:link {color:white; text-decoration:underline;}
#footer a:visited {color:white; text-decoration:underline;}
#footer a:hover {color:white; text-decoration:none;}

