
body {
	margin:0;
	background-color:#fff;
	background-repeat:repeat-x;
	background-image:url(../images/global/body-bg.gif);
	background-position:top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}

#body-container {
	width:1024px;
	background-color:#fff;
}

#header {
	height:113px;
}

#header img {
	display:block;
}


#content-top {
	background-image:url(../images/global/top-content-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:224px;
}

#nav, #subnav {
	padding:0;
	margin:0;
	list-style:none;
	width:240px;
	font-size:11px;
	float:left;
	height:224px;	
}

#subnav {
	width:250px;
}

#nav a, #subnav a {
	color:#fff;
	text-decoration:none;
	padding-left:10px;
}

#nav a:hover, #subnav a:hover {
	font-weight:bold;
}
#nav li {
	border-bottom:1px solid #000;
	background-image:url(../images/global/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#492193;
	height:31px;
	line-height:30px;
	position:relative;
}

#nav li ul {
	position:absolute;
	top:0;
	left:240px;
	padding:0;
	margin:0;
	list-style:none;
	width:170px;
	display:none;
	border-left:1px solid #000;
}

#nav li:hover ul, #nav li.over ul {
	display:block;
}

#subnav li {
	border-bottom:1px solid #707070;
	background-image:url(../images/global/subnav-bg.gif);
	background-repeat:repeat-x;
	background-position:50% bottom;
	background-color:#707070;
	height:24px;
	line-height:23px;
	position:relative;
}

#subnav li ul {
	position:absolute;
	top:0;
	left:250px;
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
	display:none;
	border-left:1px solid #707070;
}

#subnav li:hover ul, #subnav li.over ul {
	display:block;
}

#content {
	clear:both;
	width:775px;
	margin-left:30px;
	padding:15px 0;
}

#footer {
	background-color:#000;
	color:#fff;
	font-size:11px;
	padding:3px 5px;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

h1, h2, p {
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	border-bottom:1px solid #000;
	padding:3px 0;
}

h2 {
	font-size:14px;
	text-transform:uppercase;
}

p {
	padding-bottom:1em;
}

#content .headline {
	color:#492194;
	font-weight:normal;
	font-size:14px;
}

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

#content ul li {
	padding:0.25em 1.25em;
	background-image:url(../images/home/li-bg.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
}

td {
	vertical-align:top;
	padding:10px 0;
}

.clear {
	clear:both;
}

.hide {
	display:none;
}

.show {
	display:block;
}

hr {
	clear:both;
	border:none;
	border-bottom:1px dotted #000;
}

a img {
	border:none;
}



/* HIGHSLIDE */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    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;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
