/* ************* MAIN PAGE ***************** */

body{
font-size: 62.5%;
font-family: verdana, helvetica, arial, sans-serif;
margin:0;
color: #000;
background: url(/images/bg.gif) center top no-repeat;
}

#container{
margin:auto;
width:700px;
}

#main{
width:700px;
background: url(/images/bodybg.gif) 120px 104px no-repeat;
}

#header{
background: #6bb0d4 url(/images/header.gif) left no-repeat;
width:700px;
height:70px;
margin-top:10px;
}

#header img{
margin-top:8px;
margin-left:10px;
}

#contentleft{
float:left;
width:529px;
margin:10px 0;
padding-left:10px;
border-right:1px solid #0087c0;
}

#maincontent{
width:520px;
}

#maincontent img{
border:0;
margin-bottom:10px;
width:520px;
}

#contentright{
float:left;
width:140px;
margin-left:10px;
}

#submenu{
width:140px;
border-bottom:1px solid #0087c0;
color:#000;
font-style: italic;
margin: 10px 0;
}

#submenu ul{
margin:5px 0 10px 15px;
padding:0;
list-style:none;
list-style-image: url(/images/bullet.gif);
}

#submenu ul li{
padding:2px 0 0px 0;
line-height: 150%;
/*white-space:nowrap;*/
}

#submenu ul li a{
color:#0087c0;
font-style: normal;
}

#submenu ul li a:hover{
color:#000;
font-style: italic;
}

#contactbutton{
width:140px;
height:57px;
padding:0px;
margin: 10px 0;
}

#contactbutton a{
display: block;
width:140px;
height:57px;
background: url(/images/moreinfobg.gif) left top no-repeat;
}

#contactbutton a:hover{
background-position:0% -57px;
}
/**/
#contactbutton a span{
display: none;
}

#footer{
clear:both;
font-size:90%;
padding:1px 10px;
color:#fff;
background-color: #6bb0d4;
}

#footer a{
text-decoration:none;
color:#fff;
}

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

a{
text-decoration:none;
}

/* ************* MAIN PAGE ***************** */



/* **************** MENU ********************* */
#menu {
float:left;
width:100%;
background:#6bb0d4 url(/images/menubg.gif) repeat-x bottom;
font-size:140%;
/*letter-spacing: -1px;*/
line-height:normal;
border-top:4px solid #fff;
}
#menu ul {
margin:0;
padding:5px 10px 0;
list-style:none;
}
#menu li {
display:inline;
margin:0;
padding:0;
}
#menu a {
float:left;
background:url(/images/menubgl.gif) no-repeat left top;
margin:0;
padding:0 0 0 7px;
border-bottom:1px solid #0087c0;
text-decoration:none;
white-space:nowrap;
}
#menu a span {
float:left;
display:block;
background:url(/images/menubgr.gif) no-repeat right top;
padding:4px 10px 4px 0;
color:#fff;
margin-right: .6em;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#000;
}
#menu #current a {
background-position:0 -150px;
border-width:0;
}
#menu #current a span {
background-position:100% -150px;
padding-bottom:5px;
color:#000;
}
#menu a:hover {
background-position:0% -150px;
}
#menu a:hover span {
background-position:100% -150px;
}
/* **************** MENU ********************* */

hr{
display:none;
}

h1	{
font-size: 2em;
font-weight: normal;
color:#0087c0;
line-height: 1em;
padding: .2em;
border-top: 1px solid #0087c0;
border-bottom: 1px solid #0087c0;
margin: 0;
letter-spacing: -1px;
}

h2	{
font-size: 1.7em;
letter-spacing: -1px;
font-weight: normal;
color:#0087c0;
}