@charset "UTF-8";
/* CSS Document */


/* ---------------------------------------TEXT STYLES------------------------------------------- */

.main{
font-size:13px;
line-height:20px;
color:#ddd;
text-align:left;
padding: 0px 60px 10px 60px;
}
.mainbold{
font-size:13px;
font-weight:bold;
text-transform: uppercase;
color:#00CCFF;
color:#fff;
text-align:left;
}
.contact{
font-size:13px;
line-height:20px;
color:#ddd;
text-align:left;
padding: 0px 0px 10px 0px;
}
.small{
font-size:10px;
text-align:center;
color: #36b9b1;
padding-top:18px;
}

ul, li {
list-style-type: none;
margin-left: -8px;
}

/* ---------------------------------------NAVSTYLES------------------------------------------- */

a{
outline: none;
text-decoration:none;
}
a:link{
font-size:13px;
line-height:20px;
color:#00CCFF;
}
a:visited{
color:#00CCFF;
}
a:hover{
color:#00CCFF;
text-decoration:underline;
}
a:active{
color: #063e60;
}

#navbar a {
font-size: 13px;
color: #00CCFF;
line-height: 140%;
display: block; 
width:150px;
border-bottom: 1px solid #333;
border-top: 1px solid #333;
margin: -1px;
padding: 5px 10px 5px 20px; 
text-decoration: none;
}
#navbarhorz a {
outline: none;
font-size: 12px;
color: #00CCFF;
padding:0px 15px ; 
text-decoration: none;
}
#navbar a:link, #navbarhorz a:link{ 
}
#navbar a:visited, #navbarhorz a:visited{
} 
 #navbar a:hover, #navbarhorz a:hover {
 color: #fff;
}
 #navbar a:active, #navbarhorz a:active {
 	color: #063e60;
}