/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: white;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }



/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #525963;
	margin-left: 100px;
	margin-right: 35px;
}

/* horizontal menu */
table.pill {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

td.pill_m {
  background: url(../images/topmenubg.jpg) repeat-x;
  padding: 0;
  margin: 0;
}

#pillmenu {
  white-space: nowrap;
  height: 41px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: right;
	background: url(../images/topmenuseparator.jpg) top right no-repeat;
	margin: 0;
	padding: 0 20 0 20;
	height: 41px;	
}

#pillmenu a {
	font-family: Trebuchet MS;
	font-size: 14px;
	float:left;
	display:block;
	height: 21px;
	padding: 15px 18px 30px 20px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#pillmenu a#active_menu-nav {
	height: 21px;
	padding: 15px 18px 30px 20px;
	background-position: 0 0;
	color: #66a0bb;
}

#pillmenu a:hover {
	color: #66a0bb;
}

/* right menu with grey background */
div.moduletable-right td {
	background: url(../images/rightmenubg.jpg) top left no-repeat;
	height: 30px;
}

a.mainlevelrightmenu {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: white;
	text-decoration: none;
	margin-left: 10px;
}

a.mainlevelrightmenu:hover {
	color: #336699;
}

a#active_menurightmenu {
	color: #336699;
}

div.moduletable-destination td {
	background: url(../images/rightsubmenupos.jpg) top left no-repeat;
	height: 15px;
}

a.mainleveldestinationmenu {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin-left: 40px;
}

a.mainleveldestinationmenu:hover {
	color: #66a0bb;
}

a#active_menudestinationmenu {
	color: #66a0bb;
}

div.moduletable-destination {
	background: url(../images/rightsubmenutitlebg.jpg) top left no-repeat;
}

div.moduletable-destination h3 {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: white;
	text-decoration: none;
	margin-left: 10px;
	font-weight: normal;
	height: 30px;
	display: inline; /*table-header-group*/
	border: 0;
}

div.moduletable-contact {
	background: url(../images/contactbg.jpg) top left no-repeat;
	height: 81px;
}

div.moduletable-contact table {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 40px;
	border: 0;
}

a.mainlevelcontactmenu {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #66a0bb;
	text-decoration: none;
	margin-left: 60px;
}

#topmenutext {
  white-space: nowrap;
  height: 26px;
  float: left;
}

#topmenutext ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#topmenutext li {
	float: left;
	background: url(../images/highmenuseparator.jpg) top right no-repeat;
	margin: 15px 0 0 0;
	padding: 10px;
	height: 26px;	
}

#topmenutext a {
	color: #70767e;
	text-decoration: underline;
}

#topmenutext a:hover {
	color: #68a1bc;
}

/* content */
table.contentpaneopen, table.contentpane {
	margin-left: 35px;
	margin-right: 35px;
	padding: 0;
	width: auto;
	font-family: Verdana;
}

table.contentpaneopen ul {
	list-style-image: url(../images/bullet_content.gif) ;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h1 {
	font-size: 11px; 
	font-family: verdana; 
	text-align: right; 
	margin-top: 20px
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

table.contentpaneopen a {
	color: #98c84d;
	text-decoration: underline;
}

table.contentpaneopen img {
	border: solid 5px #727681;
}
