BODY {
	background: #4d3605 url(/images/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height:16px;
}

/* link styles */

A {
	COLOR: #0077dc; TEXT-DECORATION: none
}
A:link {
	COLOR: #0077dc; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0077dc; TEXT-DECORATION: none
}
A:hover {
	COLOR: #49abff; TEXT-DECORATION: underline
}

TD {
	font-size:12px;
	line-height:1.2;
}

/* LIST STYLES */

ul.list_left {
	list-style-type:    none;
	clear:              both;
	margin:             0 1px;
	padding:0;
}

ul.list_left li {
	background-image:	url(/images/li_blue.gif);
	padding-left:       10px;
	background-repeat:  no-repeat;
	background-position: 0px 2px;
	margin:             0 0 3px 0;
	vertical-align:		top;
	padding-bottom:2px;
	line-height:		13px;
	border-bottom: 1px #b7c5cd dotted;
}


/* LAYOUT STYLES */
#page_content {
	padding: 18px 12px 18px 12px;
width: 500px;
}

.div_dots {
	border-bottom: 1px #b4bacb dotted;
	margin: 3px 6px;
}

#tbl_main {
	width:787px;
	padding:0px;
	margin:0px;
	background: #fff url(/images/bg_main.gif) top left repeat-y;
	border: 2px #c9b68d solid;
	font-size:12px;
	line-height:16px;
}

#td_left {
	width:180px;
	padding:0px;
	padding-top:9px;
	margin:0px;
	background: #4369b1 url(/images/bg_left.gif) top left repeat-y;
}
#td_right {
	width:199px;
	padding:0px;
	padding-top:9px;
	margin:0px;
	background: #ecf0f7 url(/images/bg_right.gif) top left repeat-y;
}
#td_right_int {
	width:16px;
	padding:0px;
	padding-top:9px;
	margin:0px;
	background: #ecf0f7 url(/images/bg_right_int.gif) top left repeat-y;
}

#hd_top {
	background: #fff url(/images/bg_header.gif) top left repeat-x;
	height:37px;
}

#hd_top h2 {
	font-size:21px;
	color: #02399f;
	margin:0;
	padding:0;
	padding-top:12px;
	padding-left: 6px;
}

#hd_section {
	background: #fff url(/images/bg_header2.gif) top left repeat-x;
	height:37px;
}

#hd_section h2 {
	font-size:21px;
	color: #02399f;
	margin:0;
	padding:0;
	padding-top:12px;
	padding-left: 6px;
}

.box_welcome {
	margin-left: 8px;
	margin-bottom:8px;
	width: 164px;
	background: url(/images/bg_welcome.jpg) bottom left no-repeat;
}

.box_left {
	margin-left: 8px;
	margin-bottom:8px;
	padding-bottom:6px;
	width: 164px;
	background: url(/images/bg_box.jpg) bottom left no-repeat;
}
.box_content {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
	font-size:11px;
	line-height:13px;
	color: #234178;
}

#wrapper {
	margin: 0 auto 50px auto;
	width: 787px;
	text-align: left;
}

#page_contact {
width: 560px;
padding: 10px 10px 10px 10px;
}
/* NAV */

#nav_top {
	background: #c81413 url(/images/bg_nav.gif) top left repeat-x;
	border-bottom: 1px #000 solid;
	border-top: 1px #eb1411 solid;
	width:781px;
	height:26px;
	
} 


/* FEATURES */

.feature_entry {
	padding: 6px 24px 13px 10px;
	clear: left;
}
.feature_noimage {
	padding: 6px 24px 13px 10px;
	clear: left;
}
.feature_entry .feature_image{
float: left;
width: 108px;
}
* html .feature_entry p{ /* IE 3px jog hack*/
height: 1%;
}
.feature_entry p {
margin-top: 5px;
margin-left: 106px;
}









/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 26px; /* I'm using ems rather than px to allow people to zoom their font */
 left:0px;
 width:90px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #c71413 url(/images/bg_nav.gif) top left repeat-x;
 margin-right: 0px;
 text-align:center;
 border-right: 1px #cb1917 solid;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: 0px;
 background-color: #dde6ed;
 width:110px;
 border-left: 1px #000 solid;
 border-right: 1px #000 solid;
 border-bottom: 1px #000 solid;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px 14px 3px 14px;
 font: normal 14px/1.3 Arial;
 color: #ffffff;
 text-decoration:none;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background: #73090b url(/images/bg_nav2.gif) top left repeat-x;
 color: #ffff26;
}
.menulist  a.highlighted {
 background: #73090b url(/images/bg_nav2.gif) top left repeat-x;
 color: #ffff26;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

.menulist a#menu2 {
	background: #c71413 url(/images/bg_nav.gif) top left repeat-x;	color: #fff;
	font-size:11px;
	padding:3px;
	text-decoration: none;
}
.menulist a#menu2:hover, .menulist a.highlighted#menu2, .menulist a:focus {
	background: #73090b url(/images/bg_nav2.gif) top left repeat-x;
	color: #ffff26;
	text-decoration:none;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/* Press App styles */
.pressappHeaderRow {
	background: #b7c7d0 url(/images/global/bg_title.gif) repeat-x bottom left;
	padding:6px;
}
.pressappRow1 {
	border-bottom: 1px #b4bacb dotted;
	padding: 3px 6px 3px 6px;
}
.pressappRow2  {
	border-bottom: 1px #b4bacb dotted;
	padding: 3px 6px 3px 6px;
	background: #e4ebf0;
}

#myGallery
{
	width: 410px;
	height: 230px;
	z-index:5;
	display: none;
	font-size: 120%;
    margin-top: 2px;
    margin-bottom: 2px;
	}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 243px;
	margin: 0px;
	left: 83;
	bottom: 3;
	height: 70px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	


/* PRESS APP */

.pressappTitle {
	color: #fff;
}

