/**************** Body and tag styles ****************/



body{
font: .8em tahoma, verdana, sans-serif;
line-height:1.4em;
text-align: center;
color:#303030;
background:#e8eaec;
}
#content{
float:right;
width:530px;
font-size:0.9em;
padding: 10px 15px 0 15px;
text-align: justify;
}


#container{
width:760px;
margin:20px auto;
padding: 1px;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:114px;
width:758px;
margin:0 1px 1px 1px;
background-image: url(images/miamiback.jpg);
color:#ffffff;
}
#subcontent{
float:left;
width:170px;
padding: 20px 10px 10px 10px;
line-height:1.4em;
}
#sidenav{
float:left;
width:170px;
padding: 20px 10px 20px 0px;
}
a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
a:visited img{
	color: inherit;
	border: none;
}

img {padding: 1em;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
/**************** Header styles ****************/

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}
h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

h1, h2, h3, h4 {
	color: #0000cc;
	
font: Georgia;
}

/**************** Menublock styles ****************/
.menublock ul { 
margin-left: -25px;
padding: 0;
list-style-type: none;
}

.menublock ul a {
width: 150px;
display: block;
color: #036;
padding: .2em .8em;

 }
.menublock ul a:hover
{
 color: Black;
 background: url(images/buffthumb.gif) no-repeat 0px;
}
.menublock ul li { margin: 0 0 .2em 0; 
}
#sidenav .rightcurrent{
 background: url(images/buffthumb.gif) no-repeat 0px;
color: Black;
text-decoration:none;
}

/**************** Searchbar styles ****************/


#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color: Black;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:9px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-align: left;
}
/******* TOP Nav ********/

#navigation{
height:2.2em;
line-height:2.2em;
font-weight: bold;
width:758px;
margin:0 1px;
background:#0000cc;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.9em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}


* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background-color: #282AFF;
color: White;
text-decoration:none;
}