
/* Wrappers
----------------------------------------------------------------------------------------------------*/

.wrapper_1,
.wrapper_2 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.block_1,
.block_2,
.block_3,
.block_4,
.block_5 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.wrapper_1 .block_1 {
	width: 280px;
}

.wrapper_1 .block_2 {
	width: 640px;
}

.wrapper_1 .block_3 {
	width: 520px;
}

.wrapper_1 .block_4 {
	width: 400px;
}

.wrapper_1 .block_5 {
	width: 220px;
}

.wrapper_2 .block_1 {
	width: 380px;
}

.wrapper_2 .block_2 {
	width: 860px;
}

.wrapper_2 .block_3 {
	width: 920px;
}

.wrapper_2 .block_4 {
	width: 540px;
}

.wrapper_2 .block_5 {
	width: 300px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Global Reset
--------------------------------------------------------------------------------------------------*/
body	{  
	margin: 0;
	padding: 0;
	font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: #dadada url(../images/grey/bg1.gif);
	color: #515151;
}

* html	{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1	{
	font: bold 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	padding: 0;
	margin: 0;
	color: #800033;
}

/* topbar
--------------------------------------------------------------------------------------------------*/
.topbar	{
	height: 115px;
	width: 100%;
	background-color: #252525;
	border-bottom: 1px solid #4b4b4b;
}

.logo {
	padding: 5px 0px 10px 0px;
}


/* index Cu3er
--------------------------------------------------------------------------------------------------*/

.sliderbg {
	overflow: hidden;
	height: 310px;
	background:#474747 url(images/sliderbg.jpg) no-repeat bottom center;
}
 	
.slider_text {
	margin: 0;
	padding: 0;
	text-align: center;	
}

.slider_text h1 {
	margin: 40px 0 0 10px;
	font: normal bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
	 
.slider_text p	{
	margin: 15px 0 0px 10px;
	color: #fff;
}

.slider_text span	{
	font-size: 18px;
	font-weight: bold;
}

/* topbox
--------------------------------------------------------------------------------------------------*/
.topbox	{
	overflow: hidden;
	height: 100%;
	margin: 0px;
	text-align: center;
}
	
.topimg {
	margin: 0px;
	margin-top: -5px;
}
			
.topbox p	{ 
	text-align: left;
	padding: 20px;
	padding-top: 0px;
}

.topbox h3 {
	margin-top: 20px;
}

.topbox h3 a {
	margin-top: 100px;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold; 
	color: #800033;
}

.topbox h3 a:hover { 
	font-weight: bold; 
	color: #000000;
}
					
.sep	{
	background: url(images/sep.gif) no-repeat center right;
}
								
/* midcontent
--------------------------------------------------------------------------------------------------*/
.midcontent {
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px;
	background: url(images/bg_body.jpg) repeat-y top center;			
	border-top: 1px solid #d5d5d5;
}

.midcontent p {
	margin-top: 13px;
	margin-bottom: 0px;
}


.mission {
	margin: 0px;
	padding: 20px;
	padding-left: 90px;
	padding-right: 80px;
	overflow: hidden;
	height: 100%;
	text-align: justify;
}

/* footer styling
--------------------------------------------------------------------------------------------------*/
.footerbg {
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: #474747;
	color: #FFFFFF;
	text-align: center;	
}

.footernav {
	margin: 0;
	padding: 30px 0;
	font-size: 12px;
}

.footernav a {
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
}

.footernav a:hover { 
	font-weight: bold; 
	color: #FF3333;
	text-decoration: underline;
}

.copyright {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 11px;
}

/* 
------------------------------------- E N D  S T Y L I N G ---------------------------------------*/
