body{
padding:0px;
margin:0px;
font-family: Georgia, "Times New Roman", Times, serif;
background:#A7682A;
behavior:  url("/includes/csshover.htc");
}

p, ol, ul, li td, tr{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height: 14px;
}

.table-bg{
background-image: url(../images/bg.jpg);
background-repeat: repeat-y;
background-position: center;
}
.table-bg-bottom{
background-image: url(../images/bg-bottom.jpg);
background-repeat: repeat-y;
background-position: center;
}

#content {
  clear: left;
  width:475px;
}

#content li {
	padding-bottom: 10px;
}

.table-photo{
padding:25px 15px 15px 15px;
font-size:13px;
}

.table-content{
padding:25px 15px 0px 15px;
font-size:13px;
line-height: 14px;
background: url(../images/bg-content.jpg) repeat;
}

.table-content-bottom{
padding:15px;
font-size:11px;
line-height: 14px;
color:#fff;
}
.table-menu{
padding: 0 15px;
font-size:12px;
}

a, a:link, a:active, a:visited{
color:#678293;
text-decoration:none;
}

a:hover{
color:#A7682A;
text-decoration:underline;
}

.headline{
	color:#FFFFFF;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

.headline-black{
	color:#000;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

.white:link, .white:active, .white:visited{
color:#FFFFFF;
text-decoration:none;
}

.white:hover{
color:#efefef;
text-decoration:underline;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width:100px;
}

.tablebd {
	margin: 0px 0px 20px 40px;
	padding: 0px 0px 0px 20px;
}


/* THIS IS THE MENU 
---------------------------------------------------------*/
#menu {
	width: 730px;
	margin: 0;
	padding: 0;
	float: left;
}

#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 7px 10px 9px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

* html #menu ul li a {
	padding: 7px 10px 9px 10px;
	}

#menu ul li ul {
	position: absolute;
	display: none;
}

#menu ul li:hover {
	background: url(../images/bg-blue-light.jpg) repeat #678293;  
	position: relative;
	color: #fff;
}

#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 8px 9px 8px 11px;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #000;
}

* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #415b68;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 3px 0px 3px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	float: none;
}

#menu ul li ul li:hover { 
	background: #678293; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 4px 0px 2px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 4px 0px 2px 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
