/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
h2 {
	color: #fff;
	margin: 0;
	font-size: 14px;
}
h3 {
	margin: 0 0 12px;
	color: #af2941;
	font-size: 20px;
	font-weight: normal;
}
h4 {
	border: solid #ccc;
	border-width: 1px 0;
	line-height: 26px;
	color: #666;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
/*MAIN CONTAINER*/
#main {
	margin: 100px auto 0;
	width: 968px;
	border: 1px solid #ccc;
}
/*HEADER*/
#header {
	height: 199px;
	//background: url(../images/bg-header.gif) repeat-x;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: -85px;
	left: 20px;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 70px;
	width: 197px;
}
/*language-menu*/
.language-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 8px;
	top: -25px;
}
.language-menu li {
	display: inline;
	color: #858585;
	font-size: 12px;
	padding-left: 6px;
	line-height: 13px;
}
/*header-box*/
.header-box {
	width: 575px;
	height: 129px;
	padding: 10px 16px 0 356px;
	margin: 0 auto;
	background-color: #858585;
	background-repeat: no-repeat;
	position: absolute;
	left: 11px;
	top: 10px;
	overflow: hidden;
}
.header-box p {
	color: #f8f8f8;
	font-size: 13px;
	line-height: 18px;
	padding: 6px 0 0 13px;
	margin: 0;
	background: url(../images/bg-quot.gif) no-repeat;
}
.header-box span {
	display: block;
	text-align: right;
	font-size: 13px;
}
.header-box span a {color: #fff;}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	top: 159px;
	background: #af2941;
}
.main-nav li {
	float: left;
	
}
.main-nav li a {
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 10px 11px 0;
	border-right: 1px solid #fff;
	height: 30px;
	background: url(../images/img-main-nav-active-state.gif) no-repeat -9999px 0;
	text-decoration: none !important;
}
.main-nav li a:hover, .main-nav li a.selected {background-position: 50% 100%;}
/*CONTAINER*/
#container {
	padding-top: 10px;
}
/*redbox*/
.redbox {
	background: url(../images/bg-red-box.gif) no-repeat;
	margin: 0 10px 10px;
	padding-top: 11px;
	color: #fff;
}
.redbox .box-holder {
	background: url(../images/bg-red-box.gif) no-repeat 0 100%;
	padding: 0 11px;
	overflow: hidden;
	height: 1%;
}
.redbox p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 18px;
}
/*two-boxes*/
.two-boxes {
	margin: 0 10px 10px;
	padding-top: 10px;
	background: url(../images/bg-two-box.gif) no-repeat;
}
.two-boxes .box-holder {
	background: url(../images/bg-two-box.gif) no-repeat 0 100%;
	padding: 0 10px 10px;
	height: 1%;
	overflow: hidden;
}
.left-box {
	float: left;
	width: 440px;
}
.right-box {
	float: right;
	width: 440px;
}
.two-boxes p {
	color: #2f5e8c;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 0px;
}
.two-boxes p.circle1 {background: url(../images/img-circle1.gif) no-repeat;min-height:20px;}
.two-boxes p.circle2 {background: url(../images/img-circle2.gif) no-repeat;min-height:20px;}
.two-boxes p.circle3 {background: url(../images/img-circle3.gif) no-repeat;min-height:20px;}
.two-boxes p.circle4 {background: url(../images/img-circle4.gif) no-repeat;min-height:20px;}
.left-box p {padding-left: 45px;}
.right-box p {
	padding-right: 45px;
	background-position: 100% 0 !important;
}
.two-boxes .more {
	display: block;
	text-align: right;
}
.two-boxes .more a {
	color: #2f5e8c;
	font-size: 12px;
}
.two-boxes a {
	color: #2f5e8c;
}
/*FOOTER*/
#footer {
	clear: both;
	background: url(../images/bg-footer.gif) no-repeat;
	height: 54px;
	width: 970px;
	margin: 0 auto;
	padding-bottom: 0px;
}
#footer p {
	margin: 0;
	font-size: 14px;
}
#footer p.white {
	width: 780px;
	color: #fff;
	float: right;
	padding: 18px 30px 30px 0;
}
#footer p.copy-right {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #d7d7d7;
}
#footer a, #footer a:hover {
	color: white;
	text-decoration: underline;
}
/*SUB PAGE*/



.sub-page #container {padding-top: 0;}
/*sub navigation*/
.sub-nav {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
}
.sub-nav li {
	border-left: 1px solid #ccc;
	float: left;
	padding: 0 10px;
	line-height: 23px;
}
.sub-nav li:first-child {border: 0;}
.sub-nav li a {
	line-height: 23px;
	font-size: 14px;
	color: #af2941;
	text-decoration: none !important;
}
.sub-nav li a:hover, .sub-nav li a.selected {color: #3f3f3f;}
.c-text {
	padding: 10px 12px;
}
.c-text p {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin: 0 0 12px;
}
.c-text a {
	color: #2f5e8c;
	text-decoration: underline;
}
.c-text a:hover {text-decoration: none;}
/*list*/
.list {
	padding: 0;
	margin: 0 0 40px;
}
.list li {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
