/*
------------------------------------------------------
STRUCTURE
------------------------------------------------------
*/
/* Font Adjustment & Body Background
---------------------------------------*/
body {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background:#c5dfff url(../images/background.png) repeat-x center top;
	font-weight:normal;
}

/* Generic styles
---------------------------------------*/
img{border:none;}
.no-wrap{ white-space: nowrap; }
a{text-decoration: none; color:#fff; }
a:hover{text-decoration:none; color:#eee;}
a img, a:focus, fieldset{ border: none;}
strong { font-weight: bold;}
p{font-size:11px; line-height:16px;}
.floatLeft{float:left;}
.floatRight{float:right;}
a:active{outline:none;}
a:focus{-moz-outline-style:none;}
.center{text-align:center;}
.right{text-align:right}
.marginTop{margin-top:15px;}
.marginBottom{margin-bottom:15px;}
.clear{clear:both}
.imgLeft{float:left; margin:0 20px 0 0}
.imgRight{float:right; margin:0 0 0 20px}
/* Header Tags Styles
---------------------------------------*/
h1 {font-size:2.5em;}
h2 {font-size:1.6em;}

/* Form Tags Styles
---------------------------------------*/

/*
------------------------------------------------------
Layout
------------------------------------------------------
*/
#pageWrapper{
	width:100%;
	min-width:960px;
	min-height:650px;
	margin:0;
	padding:0;
	position:relative;
	top:250px;
}
#innerpageWrapper{
	width:100%;
	min-width:960px;
	min-height:650px;
	margin:0;
	padding:0;
	position:relative;
	top:0px;
}

#page{
	width:990px;
	margin:0 auto;
	position:relative;
}
.banner{
	width:100%;
	height:420px;
	margin:0 auto;
	z-index:5;
	position:absolute;
	top:-5px;
}


/*--------------- Content -----------------*/
.none{display:none}
#content{
	width:990px;
	background:url(../images/middle.png) no-repeat center top;
	position:relative;
	z-index:6;
	top:380px;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.row_1{
	width:990px;
	height:99px;
	color:#fff;
	position:relative;
	
}
.column1{
	width:250px;
	height:30px;
	line-height:30px;
	float:left;
	margin:45px 0px 0px 72px;
	position:relative;
	padding:10px 0 0 0;
}
.column2{
	width:270px;
	height:30px;
	line-height:30px;
	float:left;
	margin:45px 0px 0px 45px;
	position:relative;
	padding:10px 0 0 0;
}
.column3{
	width:240px;
	height:30px;
	line-height:30px;
	float:left;
	margin:45px 0px 0px 45px;
	position:relative;
	padding:10px 0 0 0;
}
.row_2{
	width:990px;
	height:170px;
	display:block;
	clear:both;
	color:#fff;
	margin:0px 0 0 0;
	float:left;
}
a.more{
	clear:both;
	position:absolute;
	bottom:10px;
	right:0;
	line-height:18px;
	color:#333;
}
a.more:hover{
	color:#000;
}
a.readmore{
	line-height:18px;
	color:#fff;
	float:right;
	background:#315f9b;
	padding:3px 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.readmore:hover{
	color:#FC0;
	background:#5d8dc9;
}

/*
------------------------------------------------------
Slide Down
------------------------------------------------------
*/
.main{
	margin:0px auto;
	position:relative;
}

.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	padding:5px;
	top:0;
	left:0;
	font-size:13px;
	color:#fff;
	overflow:hidden;
	height:22px;
	background:url(../images/w20.png) repeat left top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.slideOutTip:hover{
	/* Applying a CSS3 outer glow on hover 
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;*/
}

/* The holder for the title and the icon: */
.tipVisible{ cursor:pointer; height:22px; }
.tipVisible p{ line-height:22px }
.tipVisible p:hover{ text-decoration:underline }

.tipTitle{
	float:left;
	white-space:nowrap;
	padding-right:5px;
	color:#fff;
}

.tipIcon{
	width:20px;
	height:20px;
	float:right;
	margin-right:8px;
	
	/* CSS3 Rounded corners */
	
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}

/* Three color themes */
.green .tipIcon{ background-color:#61b035; border:1px solid #70c244; }
.blue .tipIcon{ background-color:#1078C7; border:1px solid #1e82cd; }
.red .tipIcon{ background-color:#CD3A12; border:1px solid #da421a; }

.plusIcon{
	/* The plus icon */
	width:16px;
	height:16px;
	background:url('../images/plus.gif') no-repeat center center;
	margin:4px;
	
	/* Defining a CSS3 animation. Currently only works in Chrome and Safari */
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.slideOutTip.isOpened{ z-index:10000; }

.slideOutTip.isOpened .plusIcon{
	/* Applying a CSS3 rotation  to the opened slideouts*/
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}

/* Special rules for the left and top - opening versions */

.openLeft .tipIcon{
	/* Floating the title and the icon to the right */
	margin:0 0 0 8px;
	float:right;
}
.openLeft .tipTitle{ float:right; padding:0 0 0 5px; }
.openLeft .slideOutContent{ margin-top:22px;

 }
.openLeft.openTop .slideOutContent{	margin-top:0; }


.slideOutContent{
  /* Hiding the div with the slide out content: */
  display:none;
  padding:10px;
  margin:0 0 10px 0;
  background-color:#eee;
  color:#333 !important;
  line-height:22px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* Hiding the original paragraphs if they have not been replaced (JS disabled): */
.main > p{ display:none; }



/*
------------------------------------------------------
FOOTER
------------------------------------------------------
*/
.footer{
	height:1100px;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	overflow:hidden;
}
.footer-anim{
	width:100%;
	height:1100px;
	margin:auto;
	position:fixed;
	z-index:2;
}
/*
------------------------------------------------------
Inner Content
------------------------------------------------------
*/
.inner_banner{
	width:100%;
	height:420px;
	margin:0 auto;
	position:relative;
	z-index:6;
	clear:both;
}

.inner_page{
	width:990px;
	margin:-40px auto 0px auto;
	position:relative;
	z-index:5;
	display:block;
	background:url(../images/top.png) no-repeat center top;
	min-height:180px;
}
.bottom_page{
	width:990px;
	margin:0px auto 0px auto;
	position:relative;
	z-index:5;
	display:block;
	background:url(../images/bottom.png) no-repeat center top;
	height:114px;
	}
.inner_content_img{
	width:946px;
	height:80px;
	padding: 0;
	margin:0 auto;
}
.inner_content{
	width:846px;
	padding:50px 50px 0px 50px;
	margin:0 auto;
}
.inner_content h2{
	color:#d42a30;
	font-size:30px;
	font-family: 'Federo', cursive;
	margin:0 0 20px 0;
}
.inner_content h3{
	color:#d42a30;
	font-size:21px;
	font-family: 'Federo', cursive;
	margin:0 0 10px 0;
	font-weight:normal;
}
.inner_content p{
	color:#333;
	font-size:12px;
	line-height:21px;	
}
.full_width{
	width:100%;
	padding:30px 0;
}
.full_width p{
	color:#000;
	font-size:12px !important;
	font-family:Tahoma;
	padding:10px 0;
}
.block{
width:368px;
display:inline-block;
*display:inline;
ZOOM:1;
margin:0 48px 0 0;

}
.block1{
	border:2px solid #477abc;
	width:100%;
}


