﻿
.sf-menu, .sf-menu ul { 
padding: 0; 
margin: 0; 
list-style: none; 
line-height:28px; 
z-index:101;
} 

.sf-menu a { 
display: block; 
width: 149.37px; 
} 

.sf-menu li { 
float: left; 
width: 149.37px;
font-family: verdana; 
font-size: 15pt; 
font-weight: bold; 
color: #FFFFFF; 
} 


.smaller_text{
	font-size:13pt;
}

.sf-menu li ul { 
position:absolute;
 width:149.37px; 
left: -999em; 
background: rgb(72, 167, 203);
background: rgba(72, 167, 203, 0.90);
background-image:none;
-webkit-transition: opacity .10s linear 0s,  height .10s linear 0s;
-moz-transition: opacity .10s linear 0s,  height .10s linear 0s;
-o-transition: opacity .10s linear 0s,  height .10s linear 0s;
transition: opacity .10s linear 0s,  height .10s linear 0s; 

} 

.sf-menu li:hover ul,.sf-menu li.sfhover ul{ 
left:auto;
} 
.top {
background-image: url('images/backgrounds/menu_sprite.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px; 
font-size: 15pt; 
position:relative;
	}

.drop {
	-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
border-radius: 0px 0px 5px 5px;
z-index:100;

}
.top a:link, .top a:visited{
	color: #FF9933;
	text-decoration: none;
}
.top a:hover {
	color: #FF9933;
    text-decoration:none;
    	-webkit-transition: background-color .7s ease; 
    	-moz-transition: background-color .7s ease; 
    	-o-transition: background-color .7s ease; 
transition: background-color .5s ease; 

}

.top:hover, .ie {
	color: #FF9933;
	background-image: url('images/backgrounds/menu_sprite.png');
	background-repeat: repeat-x;
		background-position: 0px -40px;
	}
	
.top_orange {
background-image: url('images/backgrounds/menu_sprite.png');
background-repeat: repeat-x; 
background-position: 0px -80px; 
height: 30px; 
font-size: 15pt; 
position:relative;


}
.top_orange:hover, .ie_orange {
background-image: url('images/backgrounds/menu_sprite.png');
	background-repeat: repeat-x;
		background-position: 0px -120px;
}
.top_orange a:link, .top_orange a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.top_orange a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.drop li {
	border-style: solid;
	font-size:13pt;
	border-width: 0px 0px 1px 0px;
	border-color: #C0C0C0;
	height: 30px;
	z-index: 100;
}

.drop a:hover {
	background-color: #00678E;
	height: 100%;
	width: 100%;
	color: #FF9933;
	
	text-decoration:none
}
.drop li:last-child{
border-bottom-width:0px;

	}
.drop li:last-child a:link{
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-radius: 0px 0px 5px 5px;

}

.drop li:last-child a:hover {
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
border-radius:0px 0px 5px 5px;

}

#nav a {
	text-align: center;
}
#nav {
z-index:105;	
}

a:link {
	font-family: Arial;
	color: #0C93BA;
	text-decoration: underline;
}
.small_margin {
	margin: 1px 30px 1px 30px;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color: #0C93BA;
}
a:hover {
	font-family: Arial;
	text-decoration: underline;
	color: #ED770A;
}
h1 {
	font-size: 19pt;
	font-family: verdana;
	font-weight: bold;
	color: #0C93BA;
}
.style2 {
	border-width: 0px;
	text-align: center;
}
@-webkit-keyframes reset {
0% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}

@-moz-keyframes  reset {
0% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}


@-webkit-keyframes fade-in {
0% {
	opacity: 0;
}
60% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@-moz-keyframes fade-in {
0% {
	opacity: 0;
}
60% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}


body{
	    -webkit-animation-name: reset, fade-in;
	    -moz-animation-name: reset, fade-in;

	   -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
       
       -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
       
       -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
      
	   -webkit-animation-delay: 0, 0;
	   -moz-animation-delay: 0, 0;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/backgrounds/header_background_new_logo.png');
	background-repeat: no-repeat;
	width: 904px;
	height: 170px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	z-index: 100;
}
#text_background {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/backgrounds/text_background2.png');
	background-repeat: repeat-y;
	width: 904px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	top: 144px;
	z-index:1;
	}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 904px;
	height: 200px;
	right: auto;
	left: auto;
	clear: both;
	background-image: url('images/backgrounds/footer.png');
	z-index: 1;
	position: relative;
	bottom: -1px;
	font-family: verdana;
	text-align: center;
	background-repeat: no-repeat;
}
.footer_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	clear: both;
	width: 850px;
	height: 33px;
	top: 29px;
	position: relative;
}
.footer_li{
	padding-left: 1.4em;
	display: inline;
	float: none;
	position: relative;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer_list a:link {
	font-family: verdana;
	font-size: 12pt;
	color: #6D7072;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
.footer_list a:visited {
	font-family: verdana;
	font-size: 12pt;
	color: #6D7072;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
.style5 {
	text-align: left;
}
.footer_list a:hover {
	font-family: verdana;
	font-size: 12pt;
	color: #ED770A;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}

#large_footer {
	margin-right: auto;
	margin-left: auto;
	width: 904px;
	height: 235px;
	right: auto;
	left: auto;
	clear: both;
	background-image: url('images/backgrounds/grey_footer_background.png');
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	bottom: -1px;
	font-family: verdana;
}
#top_of_footer {
	position: relative;
	height: 29px;
	width: 904px;
	background-image: url('images/backgrounds/large_footer_background.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#footer_end {
	background-position: bottom;
	position: relative;
	width: 904px;
	height: 155px;
	background-image: url('images/backgrounds/large_footer_background.png');
	background-position: -909px 0px;
	background-repeat: no-repeat;
	bottom: -49px;
	left:0px
}
#body_text {
	border-color: #C0C0C0;
	padding: 2px 2px 2px 10px;
	width: 672px;
	min-height: 582px;
	height: auto !important;
	height: 582px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	text-indent: 2px;
	max-width: 686px;
	font-family: verdana;
	font-size: 10.2pt;
	color: #4C4C4C;
	margin-left:8px;
}
#right_colum {
	float: right;
	height: auto;
	width: 202px;
	font-family: Arial;
	color: #4C4C4C;
	top: -5px;
	position: relative;
	z-index: 2;
	right: 1px;
}
body {

	background-image: url('images/backgrounds/main_gradient.png');
	background-repeat: repeat-x;

	background-color: #036BB0;
}
.red {
	color: #FF0000;
}
.style5 {
	text-align: left;
}

.gallery_background {
	width: 521px;
	height: 375px;
	background-image: url('images/backgrounds/gallery_background.png');
	background-repeat: no-repeat;
}

h2 {
	font-size: 15pt;
	font-family: verdana;
	font-weight: bold;
	color: #0C93BA;
	margin-top: 10px;
	margin-bottom: 10px;
}
.smaller_text {
	font-size: 11.5pt;
}
.top_menu {
	top: 135px;
	left: 5.4px;
	position: relative;
}
.border_0 {
	border-width: 0;
}
#subscribe {
	text-align: center;
	height: auto;
}
#breadcrumbs {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D7072;
	text-shadow: 1px 1px 0px #F0F0F0;
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	top: -18px;
	left: 1px;
	*top: 2.5px;
	padding-left: 3px;
	margin-left: 5px;
}
#breadcrumbs li {
	display: inline;
	text-align: left;
	padding-right: 2px;
	padding-left: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#6D7072;
	text-decoration:none;

}
#breadcrumbs a:hover{
	text-decoration:underline;
	color:#6D7072;
}
.arrow {

	width: 22.5px;
	height: 25.75px;
	background-position:center;
	background-image: url('images/breadcrumb_arrow.png');
	*background-image:url('images/breadcrumb_ie.png.png');
	background-repeat: no-repeat;
	display:inline;
}

#twitter_div {
	background-image: url('images/backgrounds/twitter_background.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 30px;
	height:250px;
	padding-right: 5px;
	padding-left: 1px;
	width: 190px;
	
		margin-left:2px;
		text-align:center;

}
#twitter_update_list {
	margin-left: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
	width: 190px;

}

#twitter_div ul li {
    left:1px;
  width:180px;
  overflow:hidden;
  padding-top:10px;
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
	list-style-type: none;
	margin-left:2px;

}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #ED770A;
}
 
#twitter_div ul li a:hover {
	text-decoration: underline;
	color: #D78E42;
}
 
#follow_me {
	border: 1px solid #C0C0C0;
	height: 18px;
	left: 1px;
	width: 190px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0px 0px 5px 5px;


	}

#follow_me a{
	
	font-weight:bold;
	text-decoration: none;
	color: #0C93BA;

}
#follow_me a:hover{
	
	font-weight:bold;
	text-decoration: underline;
	color: #ED770A;

}
.dash {
	background-position: 0 0;
	width: 45px;
	height: 39px;
	background: transparent url('images/backgrounds/countdown_background.png') no-repeat 0 0;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash .digit {
   font-size: 17pt;
   font-weight: bold;
   float: left;
   width: 55px;
   text-align: center;
   font-family: Times;
   color: #555;
   position: relative;
}	

#newsletter {
	width: 190px;
	height: 187px;
	background-image: url('images/backgrounds/subscribe_background.png');
	background-repeat: no-repeat;
}
#form {
	height: 85px;
	position: relative;
	top: 43px;
	text-align:center;
}
.footer_links {
	
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	clear:both;


}
.footer_links li {
	list-style-type: none;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	
}


.footer_links a:link, .footer_links a:visited {
	color: #0C93BA;
}
.footer_links a:hover {
	color: #ED770A;
}




