﻿body 
{
	background: #ffffff url(images/bg_grad_alt.png) repeat-x fixed;
	font-size:12px;
	font-family:Veranda;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}

div#wrapper
{
	background-color:#0033cc;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	width:800px;
	
	left: 0px;
	height: 1200px;
	
}

div#innerwrapper
{
	position:relative;
	width:768px;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	bottom:-5px;
	background-color:white;
	height: 1190px;
	left: 0px;
}


h3
{
	margin-top:0px;
	padding-top:0px;
}


h2
{
	margin-top:0px;
	padding-top:0px;
}

div#head
{
	background-color:white;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height:200px;
	border:0px;
	top:0px;
	text-align: left;
	
}

div#spacer
{
	position: absolute; 
	background:url(images/menu-background.png) no-repeat center top;
	width: 800px; 
	height: 50px; 
	z-index: 1; 
	left: 0px; 
	top: 150px
}

div#menuSide
{
	background:url(images/top-side-back.png) no-repeat center top;
	position: absolute; 
	width: 210px; 
	height: 157px; 
	z-index: 2; 
	left: 590px; 
	top: 0px
}
	

div#menu
{
	position: absolute; 
	width: 756px; 
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/ic_056_navpng.png');
	background-repeat:no-repeat; 
	background-color:transparent;
	z-index: 4; 
	left: 0px; 
	top: 153px
}


div#columns
{
	position:absolute;
	width:768px;
	top:200px;
	background-color:white;
	left: 0px;
	height: 984px;
	
}

div#side1
{
	position:absolute;
	width:150px;
	top:200px;
	left:0px;
	height: 278px;
}

div#content
{
	position:relative;
	width:760px;
	height:425px;
	top:2px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

table#content
{
	position:relative;
	width:595px;
	height:350px;
	background-color:White;
}


div#side2
{
	position:absolute;
	width:150px;
	top:0px;
	left:600px;
}

div#foot
{
	position:absolute;
	width:768px;
	height:35px;
	top:954px;
	left: 1px;
}

div#contentHeader
{
	width:768px;
	top:250px;
	height:200px;
}

div#leftContent
{
	position:absolute;
	width:250px;
	font-family:Trebuchet MS ;
	font-size:12px;
}

div#rightContent
{
	position:absolute ;
	width:568px;
	height:518px;
	left:200px;
	text-align:right;
}

li{
	color:white;
}

label 
{
	color:#000000;
	font-family:  Century Gothic;
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color:#F2EFE9;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float:left;
	clear:left;
	width:100%;	
	padding-bottom: 1em;
}

legend {
	margin-left: 1em;
	padding: 0;
	color:#000000;
	font-weight: bold;
}

fieldset.submit 
{
	float: none;
	width: auto;
	border-style: none;
	border: 0 none #FFF;
	padding-left: 12em;
	background-color: transparent;
}

.wireFrame 
{
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}


.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#000;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(images/corners/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(images/corners/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(images/corners/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(images/corners/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#fff url(images/corners/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/corners/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(images/corners/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

#container
{
	background-color:#000000;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	width:100%;
	
	left: 0px;
	
	
}

#loader
{
    background-color: black;
    
    overflow: hidden;
    margin-left: auto;
    margin-right:auto;
    width: 768px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 768px;
    height: 512px;
}
.loading
{
    background: url( './images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 400px;
}

#imageOptions
{
    background-color: transparent;
    width:868px;
    height: 70px;
    margin-left: auto;
    margin-right:auto;
    padding: 3;
    list-style-type: none;
}

#loader h3
{
    line-height: 480px;
}
