@charset "UTF-8";
body {
	background-color: #000000;
}


#wrapper {
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	top: -10px;
	right: auto;
	height: 500px;
	background-image: url(support/top_background.jpg);
	background-repeat: repeat-x;
}

#logo {
	height: 141px;
	width: 434px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
}

#imagebody {
	height: 261px;
	width: 832px;
	position: relative;
	top: 25px;
	background-image: url(support/image_background.jpg);
	background-repeat: repeat-x;
	float: left;
}


#nav {
	height:35px;
	padding:5;
	position:relative;
	width: 800px;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	z-index: 100;
}


#content {
	background-image: url(support/content_background.jpg);
	background-repeat: repeat-y;
	width: 692px;
	position: relative;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #FFFFFF;
	padding-left: 70px;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 50px;
	font-weight: lighter;
	float: left;
}


{
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	color: #333;
	margin: 0;
	padding: 5px 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}
.container {width: 970px; margin: 0 auto;}



ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
	font-size: 10pt;
	background: #016587 url(support/topnav_active.jpg) repeat-x;
	top: 0px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007398;
	border-left-color: #007398;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #007398;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
}
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top:35px;
	display: none;
	background: #016587;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007398;
	border-left-color: #007398;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007398;
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {
	text-decoration: underline;
}






a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

.divider {font-size: 24px}
.contentitalic {
	font-style: italic;
}









/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 40px; /* space between thumbs. Don't change this to margin */
	padding-right: 60px;
	width: 150px;
	height: 110px;
	text-align: center;
}

.ienlarger a {
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-image: url(support/image_background.jpg);
	background-repeat: repeat-x;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span {
	display:block; /* means the pop-up's top is 50px away from thumb's top */
	left: -120px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	bottom: 25px;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}


.resize_thumb2 {
	width: auto; /* enter desired thumb width here */
	height : 110px;
}

/* smart image enlarger ends here */




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 14px;
	margin-bottom:2em;
}
.bright {
	font-style: italic;
	color: #FFFF00;
}

.darktext {
	color: #330000;
}
p {
	letter-spacing: .07em;
}

.p_story {
	letter-spacing: 0.07em;
	text-indent: 2em;
	margin-bottom:2em;
}


.blacktext {
	color: #000000;
	letter-spacing: 0.07em;
	font-weight: bold;
}

