body {
	margin:0px;
	background-image:url(../images/global/body-bg.gif);
	background-color:#7bb091;
	font-family:Tahoma, Arial, Verdana;
	background-repeat:repeat-x;
	background-position:top;

}

#body-container {
	width:736px;
	margin:0 auto;
	background-color:#fff;
}

#header {
	position:relative;
	background-image:url(../images/global/header-bg.gif);
	height:101px;
}

#navigation {
	width:533px;
	height:29px;
	background-image:url(../images/global/nav-bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	bottom:-1px;
	right:0px;
	text-align:right;
}

#navigation .wrapper {
	float:right;
}

#navigation img {
	vertical-align:bottom;
	float:left;
}

#content {
	background-image:url(../images/global/content-bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#left-col {
	width:222px;
	background-image:url(../images/global/left-col-bg.gif);
	float:left;
	color:#29382c;
	font-size:12px;
}

#left-col .wrapper {
	padding:18px;
}

#right-col {
	width:513px;
	float:right;
	color:#626262;
	font-size:11px;
	background-image:url(../images/global/right-col-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#right-col .wrapper {
	padding:25px 15px;
}

a img {
	border:none;

}

a {
	text-decoration:none;
	color:#44704d;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:21px;
	padding:0;
	margin:0;
	color:#44704d;
	font-weight:normal;
}

#footer {
	height:29px;
	background-image:url(../images/global/nav-bg.gif);
	font-size:10px;
	color:#fff;
	clear:both;
}

#footer a {
	color:#fff;
}

#footer-nav ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	padding-right:20px;
}

#footer-nav li {
	display:inline;
	line-height:29px;
}
#copyright {
	font-weight:bold;
	float:left;
	line-height:29px;
	padding-left:20px;
}

hr {
	height:1px;
	overflow:hidden;
	font-size:0;
	color:#e6e6e6;
	background-color:#e6e6e6;
	border:none;
	clear:both;
}

#right-col img {
	padding:5px;
}

#right-col p, #right-col li {
	line-height:20px;
}

#right-col ul {
	padding:0;
	margin:0;
	list-style:inside;
}

.left {
	float:left;
}

.right {
	float:right;
}

#request-box {
	width:700px;
	background-color:#fff;
	font-size:12px;
	color:#626262;	
}

#request-box strong {
	color:#44704d;
}

/* highslide */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	text-decoration: none;
	text-transform: uppercase;

}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}