@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-home.gif);
	background-repeat: repeat-x;
}
.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;
}
#wrap-home {
	width: 737px;
	height: 500px; /* change height depending on copy */
	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;
}

#logo-flags {
	width: 700px;
	
}
.logo {
	margin-bottom: 50px;
	margin-top:0px;
	width: 318px;
	height: 106px;
}

#flags {
	margin-top: 10px;
	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;
}
/* 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;
}
/* 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;
}

/* specifically for home page */
#nav-menu-home {
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top:10px;
	
}
.copy-yellow {
	font-size: 11px;
	color: #CCCC66;
	font-weight: normal;
}

.flag-img3 {
	margin-right: 15px;
	margin-left: 10px;
	cursor: pointer;
}
#footer-home {
	margin-left: auto;
	margin-right: auto;
	width: 735px;
	height: 60px;
}
a.navhome:link, a.navhome:visited {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a.navhome:hover{
	font-size : 11px;
	color : #bea900;
	font-weight : bold;
	text-decoration: underline;
}
