/* CSS Document */

body{
margin:0px;
background:url(images/bg-top.jpg) no-repeat  top center #62b5f9;
}
.nav-shadow{
background:url(images/nav-shadow.jpg) repeat-x center;
height:20px;
}
.page-title{
font-family: "Trebuchet MS";
font-size:15px;
color:#333333;
font-weight:bold;
}
.inner-page-title{
font-family: "Trebuchet MS";
font-size:15px;
color: #990000;
font-weight:bold;
line-height:30px;
padding-bottom:15px;
}
.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#333333;
}
.imag-style{
padding:5px;
border: #999999 solid 1px;
background-color:#CCCCCC;
}

.bg-shadow{
background:url(images/bg-shadow.jpg) repeat-y top center;
}
.event{
border:#CCCCCC solid 1px;
}
.event-subheading{
background: url(images/sub-heading.jpg) no-repeat;
width:206px;
height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:30px;
font-weight:bold;
text-indent:10px;
}
.event-text{
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:18px;
}

.footer-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#012d51;
line-height:18px;
}
.footer-copyright{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ece7af;
line-height:18px;
}

/*-------top Menu--------------------------*/

#chromemenu{
width: 733px;
font-weight: bold;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
background: url(images/menu-bg.jpg) center center repeat-x;
padding: 7px 0;
margin: 0;
text-align: left;

 /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #ffffff;
padding-right: 8px;
padding-left: 8px;
padding-top:8px;
padding-bottom:8px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(images/menu-bg-over.jpg) center center repeat-x;
}

