@charset "utf-8";
@import url("reset.css");
/* CSS Document */
body {
	background:#5e71ae url(../images/bg-body.gif) repeat-x
}
#wrap {
	width:958px;
	margin:0 auto;
	border:1px solid #999;
	border-top:none
}
/*--------------------------------------*/


/*Animation-------------------------------*/

	#animation_back {
	position: absolute;
	width: 958px;
	height: 140px;
	background-color: transparent;
	background-image: url(../images/ani_clouds.jpg);
	background-repeat: repeat-x;
		}
	


		
	#banner {

	height: 140px;

		}

/*--------------------------------------*/


/*
 * jQuery Nivo Slider v1.8
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*Header-------------------------------*/
#header {
	height:98px;
	background:url(../images/bg-header.gif) repeat-x
}
.logo {
	margin-top:30px;
	padding-left:10px;
	width:281px;
	height:48px;
	float:left
}
#flag {
	background:url(../images/img-flag.jpg) no-repeat;
	width:416px;
	height:98px;
	float:right
}
#nav {
	background:url(../images/bg-menu.gif) repeat-x
}
#nav ul {
	position:relative;
	float:right;
	right:50%
}
#nav ul li {
	float:left;
	position:relative;
	float:left;
	left:50%;
}
#nav ul li a:link, #nav ul li a:visited {
	color:#fff;
	font-family:arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-left:1px solid #fff;
	padding:0 10px
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration:underline
}
#heading {
	background:url(../images/bg-heading.gif) repeat-x;
	height:44px;
	padding-left:20px
}
#heading h1 {
	line-height:44px;
	font-size:23px;
	margin:0
}
/*--------------------------------------*/

/*Content------------------------------*/
.home {
	background:#fff url(../images/bg-content.gif) top repeat-x;
	padding:14px 7px 0 7px
}
.block {
	width:288px;
	background:url(../images/bg-block.gif) repeat-y;
	padding:52px 10px 15px 12px;
	position:relative;
	float:left;
	margin-right:7px
}
.b1 p, .b2 p {
	padding-right:27px
}
.b2 p {
	margin-bottom:5px
}
.b3 p {
	margin-bottom:15px
}
.head-block h1 {
	margin:0;
	line-height:52px
}
.head-block {
	background:url(../images/bg-block-heading.gif) no-repeat;
	height:52px;
	width:300px;
	position:absolute;
	top:0;
	left:0;
	padding-left:10px
}
.content-bottom {
	background:url(../images/bg-bottom-block.gif) no-repeat;
	height:14px;
	width:310px;
	position:absolute;
	bottom:0;
	left:0
}
#content ul {
}
#content ul li {
}
#content.home ul li a:link, #content.home ul li a:visited {
	font-size:12px;
	background:url(../images/bg-link.gif) center left no-repeat;
	padding-left:20px
}
a.button:link, a.button:visited {
	width:110px;
	height:28px;
	background:url(../images/button.gif) no-repeat;
	display:block;
	line-height:24px;
	color:#fff;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:tahoma, sans-serif;
	font-size:12px;
	z-index:10
}
a.button:hover {
	color:#000;
}
a.button span {
	background:url(../images/right.gif) center left no-repeat
}
a.button:hover span {
	background:url(../images/right_hover.gif) center left no-repeat
}
.block a.button:link, .block a.button:visited {
	position:absolute;
	right:10px;
	bottom:10px
}
.b2 a.button:link, .b2 a.button:visited {
	float:right;
	position:relative;
	right:0px;
	bottom:0;
	margin-bottom:5px
}
.img {
	text-align:center
}
.b3 img {
	display:block;
	margin-bottom:28px
}
/*--------------------------------------*/
/*About-------------------------------*/
.about {
	background:#fff;
	padding:14px 25px 0 22px
}
.underline {
	background:url(../images/underline.jpg) no-repeat left bottom;
	padding-bottom:3px;
}
span.underline {
	display:block;
	height:1px;
	background:url(../images/underline.jpg) no-repeat left bottom;
	padding-bottom:3px;
}
#left_content {
	width:610px;
	float:left;
	padding-right:25px;
	font-family:Georgia, serif;
}
.block_info {
	margin-bottom:20px;
}
.block_info img {
	float:right;
	padding-left:13px;
	padding-bottom:15px;
}
.block_info h3 {
	margin:0px;
}
.block_info h3 a {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
}
.info {
	padding-bottom:15px;
}
.info p {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:16px;
}
.info {
	overflow:hidden;
}
.info li {
	margin:8px 0px 8px 20px;
	list-style:none;
	background:url(../images/bullet_text.gif) no-repeat left;
	padding:0px 0px 0px 15px;
	font-family:Georgia, Times New Roman, Times, serif;
	line-height:16px;
}
a.back:link, a.back:active, a.back:visited {
	background:url(../images/bullet_back.gif) no-repeat left;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 0px 0px 15px;
	float:right;
}
#right_content {
	float:right;
	width:275px;
}
#sidebar {
	background:url(../images/bg-sidebar_2.gif) no-repeat left bottom;
	padding-bottom:30px;
	margin-bottom:15px;
	width:265px;
}
#sidebar_title {
	background:url(../images/bg-sidebar-title.gif) no-repeat left top;
	height:29px;
	color:#fff;
	line-height:28px;
	padding-left:17px;
	margin:0px;
}
#sidebar_text {
	padding-top:12px;
	padding-left:18px;
	font-family:Georgia, serif;
}
#sidebar_text li {
	padding-left:13px;
	background:url(../images/bg-interior-links.gif) no-repeat left 5px;
	line-height:18px;
	font-family:Georgia, serif;
}
#sidebar_text li a:link, #sidebar_text li a:active, #sidebar_text li a:visited {
	color:#9A0002;
	text-decoration:none;
}
#sidebar_text li a:hover {
	text-decoration:underline;
}
#bottom {
	padding-left:25px;
	padding-bottom:15px;
}
#big {
	display:block;
	font-size:18px;
}
.big {
	display:block;
	font-size:18px;
	padding-left:30px;
}
.caps14 {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-left:30px;
	text-transform:uppercase;
}
a.request:link, a.request:visited {
	width:160px;
	height:28px;
	background:url(../images/button_request.gif) no-repeat;
	display:block;
	line-height:24px;
	color:#fff;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:tahoma, sans-serif;
	font-size:12px;
	z-index:10;
	margin:15px auto;
}
a.request:hover {
	color:#000;
}
a.request span {
	background:url(../images/right.gif) center left no-repeat
}
a.request:hover span {
	background:url(../images/right_hover.gif) center left no-repeat
}
.subhead {
	font-family:Georgia, serif;
}
#wwisp_img {
	width:223px;
	float:right;
}
/*--------------------------------------*/
/*Footer-------------------------------*/
#footer {
	height:23px;
	background:#fff;
	padding-left:10px
}
#footer p {
	font-size:9px;
	font-family:tahoma, sans-serif;
	color:#7f7f7f;
	text-transform:uppercase;
	margin:0;
	line-height:23px
}
#footer_menu {
	float:right;
	padding-right:4px;
}
#footer_menu li {
	float:left;
	padding-left:11px;
	padding-right:10px;
	background:url(../images/footer_menu_li_div.gif) left 7px no-repeat;
}
#footer_menu a:link, #footer_menu a:active, #footer_menu a:visited {
	font-size:9px;
	font-family:tahoma, sans-serif;
	color:#7f7f7f;
	text-transform:uppercase;
	margin:0;
	line-height:23px;
	text-decoration:none;
}
#footer_menu a:hover {
	text-decoration:underline;
}
.pad {
	padding-left:30px;
}

