@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../img/bg_pattern.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

html, body{
height:100%;
}

h1, h2, h3, h4, p{
	margin:0;
	padding:0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:22px;
}
p a{
	color:#C63;
	text-decoration:underline;
}
p a:visited{
	color:#C63;
	text-decoration:underline;
}
p a:hover{
	color:#066;
	text-decoration:underline;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:24px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}
h2 a{
	color:#006666;
	text-decoration:none;
}
h2 a:visited{
	color:#006666;
	text-decoration:none;
}
h2 a:hover{
	color:#FFF;
	text-decoration:none;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	line-height:22px;
	font-weight:bold;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FC0;
	padding:5px 0px;
	font-weight:bold;
	font-style: italic;
}
h4 a{
	color:#FC0;
	text-decoration:none;
}
h4 a:visited{
	color:#FC0;
	text-decoration:none;
}
h4 a:hover{
	color:#FFF;
	text-decoration:none;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

/************** CONTAINER **************/

.gcrg2 .container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	z-index: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-bottom: -160px;
	position: relative;
}
#bghome{
	background-image: url(../img/bg_home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#bgabout{
	background-image: url(../img/bg_about.jpg);
	background-position: center top;
}
#bgpress{
	background-image: url(../img/bg_press.jpg);
	background-position: center top;
}

/****************** HEADER **************/

.gcrg2 #header {
	height: 300px;
	float: left;
	width: 960px;
	position: relative;	
}
.gcrg2 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#header.index_height{
	height:560px;
}
#header .header_intro{
	float:left;
	padding:200px 0px 120px 350px;
	width:290px;
}

/************* NAVI ****************/
.navi{
	float:left;
	height:60px;
	width:960px;
}
.navi ul {
list-style: none;
padding: 0;
margin: 0;
}
.navi li {
	width:137px;
	float:left;

	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#069;
	text-transform: uppercase;
	font-weight: bold;
	height:30px;
	padding:20px 0px 0px 0px;
	text-align:center;
	text-decoration: none;
}
.navi li a {
	color:#069;	
	text-decoration: none;	

}
.navi li a:hover {
	text-decoration: none;
	color:#FFF;
}
.navi li#active a{
	color:#FFF;
}

/********* MAIN CONTENT *******/

.gcrg2 #mainContent {
	float: left;
	width: 960px;
	position: relative;
	padding: 20px 0px 20px 0px;

}

/*********INDEX**********/
.index_intro{
	float:right;
	width: 460px;
	padding: 0px 150px 0px 0px;
}
.index_info{
	float:left;
	width:280px;
	padding: 0px 0px 0px 50px;
}

/*******FOOOTER********/

.gcrg2 #footer {
	height:160px;
	position: relative;
	
}
#footer_box{
	width:920px;
	text-align:left;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
.gcrg2 #footer p {
	float:right;
	margin: 0;
	text-align: right;
	color: #399;
	font-size: 11px;
}
#footer p a{
	color: #399;
	text-decoration:none;
}
#footer p a:hover{
	color: #FFF;
	text-decoration:none;
}

.clearfooter {
	height: 175px;
	clear: both;
}

