@charset "utf-8";
/* CSS Document */
body, form {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
body {background: #0E1431;}
a img {border-width: 0;}
a:link,a:visited { color: blue;}
a:hover,a:active { color:#0E1431;}
h2 {
	color: #666;
	font-size: 22px;
	margin: 5px 0 5px 70px;
	text-transform: uppercase;
}
/*
	CLASS STYLES
*/
.site-center {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 920px;
}
/*
	HEADER STYLES
*/
#gcicr-header {
	border-bottom: 2px solid yellow;
	color: yellow;
	padding: 10px 0 0 0;
}
	#gcicr-header h1 { display: none;visibility: hidden;}
	#gcicr-header h2 {
		color: yellow;
		font-size: 1.25em;
		font-weight: normal;
		height: 28px;
		letter-spacing: 2px;
		line-height: 30px;
		margin: 10px 0;
		text-align: center;
		text-transform: uppercase;
	}
	#gcicr-header .telephone {
			font-size:30px;
			height: 30px;
			line-height: 30px;
			position: absolute;
			right: 25px;
			top: 30px;
			width: auto;
			z-index: auto;
	}
	#gcicr-header .language {
		height: 25px;
		left: 430px;
		letter-spacing: 5px;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 100px;
		z-index: auto;
	}
/*
	MENU STYLES
*/
#gcicr-menu {
	background: white url(../img/site/menu_bg.jpg) repeat-x center center;
	padding: 0;
	height: 30px;
	text-align: center;
}
	#gcicr-menu ul,#gcicr-menu li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#gcicr-menu .translate {font-style:normal;}
	#gcicr-menu a {
		border: 1px solid transparent;
		border-width: 0 0px 0 0px;
		color: #2c3247;/*#5B5F76;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	#gcicr-menu a:link,#gcicr-menu a:visited {background: transparent;}
	#gcicr-menu a:hover,#gcicr-menu a:active,#gcicr-menu .active {background: transparent;border-color: #EEE;color: #0E1431;}
/*
	FOOTER STYLES
*/
#gcicr-footer {
	border-top: 2px solid yellow;
	color: white;
	font-size: 1.1em;
	text-align: center;
}
	#gcicr-footer h2 {
		color: yellow;
		font-size: 20px;
		font-variant: small-caps;
		margin: 0;
		padding: 0;
	}
	#gcicr-footer p {
		margin: 0;
		padding: 0;
	}
	#gcicr-footer a { color: white;}
	#gcicr-footer .language {
		line-height: 20px;
		text-align: center;
	}
	#gcicr-footer a.link1:link,#gcicr-header a.link1:visited { color: gold;}
	#gcicr-footer a.link1:hover,#gcicr-header a.link1:active { color: yellow;}
/*
	CONTENT STYLES
*/
#gcicr-splash, #gcicr-content {
	background: white;
}
