@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
    line-height: 18px;
    font-family: arial, sans-serif;
    color: #575757;

}
#content { display: inline; float: left; width: 475px; }
.link {
	color: #03C;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
}
.link:hover {
	color: #09F;
}
a img { border: 0; }
.bredcram { color:#06F; font-size: 9px; font-family: verdana, arial, sans-serif; font-weight:normal; padding:10px;}
.textcolor { color:#06F; }
.textcolor1 {
	color:#06C;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
}
.textcolor3 {
	color:#007095;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
}
.textcolor2 { color:#fff; font-size: 15px; font-family: verdana, arial, sans-serif; font-weight:bold;}
.textcolor4 {
	color:#039;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
}
.contentfont { font-size: 13px; font-family: verdana, arial, sans-serif; }

#bottom-nav {
	line-height: 19px;
	font-size: 12px; font-family: verdana, arial, sans-serif; text-align:left;
	color: #ECFCFF;
}
#bottom-nav a {
	color: #FFF;
}
#bottom-nav span { padding: 0 9px; }


/*=================================*/
/* Nivo Slider Demo
/*=================================*/


#slider-wrapper {
    background:url(images/top.jpg) no-repeat;
    width:989px;
    height: 246px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 980px;
    height: 246px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#footer { padding: 9px 39px 20px 39px; }
.copy {
	display: inline;
	float: right;
	color: #FFF;
}
.copy span { color: #008097; padding: 0 10px; }
.copy a { color: #52e3fe;  }
.copy a:hover { text-decoration: none; }

#bottom-nav {
	line-height: 19px;
	color: #ECFCFF;
	text-decoration: none;
}
#bottom-nav a {
	color: #fff;text-decoration: none;
}
#bottom-nav a:hover {
	color: #CF0;
	text-decoration: none;
}
#bottom-nav span { padding: 0 9px; }


#search { 
	float: right; 
	display: inline; 
	width: 160px; 
	height: 25px; 
	margin: 3px 7px 0 0;
	background: url(../images/search-field.gif) no-repeat 0 0;
}

#search .field { 
	font-size: 10px; 
	float: left; 
	display: inline; margin: 6px 0 0 5px;
	width: 120px; 
	border: 0;
	background: none;
	color: #616b63;
}

#search .btn { 
	float: right; 
	display: inline; 
	height: 13px; 
	width: 12px; 
	background: url(../images/icon-search.gif) no-repeat 0 0; 
	border: 0;
	margin: 6px 7px 0 0; 
	cursor: pointer;
}
.post { padding: 0 0 15px 10px; } 
.post h2 { font: 20px "Trebuchet MS", Arial, sans-serif; color: #404040; margin-bottom: 7px; }
.post h2 span { color: #be3f24; }
.post p { padding-bottom: 10px; }
.post ul { list-style: none outside; padding: 20px 0 0 0; }

.post li { 
	background: url(../images/latest-news-actions.gif) no-repeat 0 5px; 
	padding-left: 25px; 
	padding-bottom: 8px; 
}

.post li a {
	font-size: 12px;
	line-height: 11px;
	color: #039;
	text-decoration: none;
	
	
}

.post li a:hover { text-decoration: underline; color:#0C0; }
.column { float: left; display: inline; width: 310px; }

.post a img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}


