/* @charset "utf-8"; */
/* CSS Document */
body {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #663333;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/common/bg-02.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	color: #542a00;
	line-height:12px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 12px;
	color: #999900;
	line-height:12px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top: 15px;
}
.lead-in {
	font-size: 11px;
	color: #999900;
	font-weight: bold;
}
#nav-menu {
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top:40px;
	
}
#wrap {
	width: 737px;
	height: 845px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap1 {
	width: 737px;
	height: 535px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap2 {
	width: 737px;
	height: 575px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap3 {
	width: 737px;
	height: 1025px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap4 {
	width: 737px;
	height: 1225px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap-home {
	width: 737px;
	height: 490px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #663333;
	background-image: url(../images/common/home-bg.gif);
	background-repeat: no-repeat;
}
#wrap5 {
	width: 737px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#wrap6 {
	width: 737px;
	height: 920px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #bea900;
	margin-top: 0px;
	background-color: #fff;
}
#logo-flags {
	width: 700px;
	
}
.logo {
	margin-bottom: 50px;
	margin-top:0px;
	width: 318px;
	height: 106px;
}
#flags {
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}
.flag-img {
	margin-left: 10px;
	cursor: pointer;
}
.flag-img2 {
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
#content {
	width: 718px;
	display: block;
}
#left-nav {
	float: left;
	width:318px;
	height: 375px;
	background-image: url(../images/common/nav-bg.jpg);
	background-repeat: no-repeat;
}
#right-copy {
	float: right;
	width: 385px;
}
.h2 {
	font-size : 12px;
	color : #999900;
	font-weight : bold;
	line-height : 12px;
}
ul.copy, li.copy {
	list-style-type: square;
	margin-bottom: 5px;
}
/* general links */
a:link, a:visited {
	font-size: 11px;
	color: #663333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-size : 11px;
	color : #663333;
	font-weight : normal;
	text-decoration : underline;
}
a.navbody:link, a.navbody:visited {
	font-size : 11px;
	color : #663333;
	font-weight : normal;
	text-decoration: underline;
}
a.navbody:hover{
	font-size : 11px;
	color : #999900;
	font-weight : normal;
	text-decoration: underline;
}
/* for left side navigation */
#navigation {
padding-left:170px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: none;
}
#navigation li a:link, #navigation li a:visited  {
 font-size: 11px;
 display: block;
 padding: 2px 0 2px 5px;
 background-color: transparent;
 color: #663333;
 text-decoration: none;
 font-weight: normal;
}
#navigation li a:hover  {
 font-size: 11px;
 display: block;
 padding: 2px 0 2px 5px;
 background-color: transparent;
 color: #663333;
 text-decoration: underline;
 font-weight: normal;
}
#navigation li a.section:link, #navigation li a.section:visited  {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding-top:20px;
	text-decoration: none;
}
 #navigation li a.section:hover  {
	font-size: 11px;
	color: #663333;
	font-weight: bold;
	padding-top:20px;
	text-decoration: none;
}
.off {
 font-size: 11px;
 display: block;
 padding: 3px 0 2px 5px;
 background-color: transparent;
 color: #fff;
 text-decoration: none;
 font-weight: normal;
 font-style: italic;
}
/* footer section */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 735px;
	height: 30px;
}
.copyright {
	font-size: 9px;
	color: #999900;
	font-weight: bold;
	margin-left:5px;
	padding-right: 425px;
}
a.navfooter:link, a.navfooter:visited{
	font-size : 10px;
	color : #663333;
	font-weight : bold;
	text-decoration: none;
}
a.navfooter:hover{
	font-size : 10px;
	color : #999900;
	font-weight : bold;
	text-decoration: none;
}
