
/* Generic Selectors */ 
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 10px;
	margin:  10px 100px 10px 10px;
}

h1 {
	font-family: "Century Gothic", "Arial", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: "Century Gothic", "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: "Century Gothic", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	margin-right: 100px;
}

ul li {
	background-image: url(images/perseverence_small.png);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 32px;
	padding-bottom: 6px;
}

ol li {
	background-image: url('');
	padding-left: 5px;
	padding-bottom: 6px;
}

hr {
	width: 40%;
}

/**************** Classes ***********************/

p.foot {
	font-size: .6em;
	font-family: "Century Gothic", "Arial", sans-serif;
	color: #c0c0ff;
	background-image: none;
}

p.box {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	margin:  0;
}

div.galleryItem {
	position: relative;
	background-color: #c0c0f0;
	background-image: url('images/npc_image_translucent.png');
	background-repeat:no-repeat;
	background-position: center bottom;
	z-index: 16;
	width: 230px;
	height: 200px;
	margin: 10px;
	padding: 10px 10px 10px 10px; /*top right bottom left*/
	border: 2px solid #808080;
}

div.galleryImage {
	position: relative;
	background-color: #c0c0f0;
	background-image: url('images/npc_image_translucent_small.png');
	background-repeat:no-repeat;
	background-position: center;
	z-index: 16;
	width: 150px;
	height: 113px;
	margin: 0;
	padding: 0; /*top right bottom left*/
	border: 2px solid #808080;
	text-align: center;
}

div.wideGalleryImage {
	position: relative;
	background-color: #c0c0f0;
	background-image: url('images/npc_image_translucent_small.png');
	background-repeat:no-repeat;
	background-position: center;
	z-index: 16;
	width: 150px;
	height: 100px;
	margin: 0;
	padding: 0; /*top right bottom left*/
	border: 2px solid #808080;
	text-align: center;
}

div.videoItem {
	position: relative;
	background-color: #c0c0f0;
	background-image: url('images/npc_image_translucent.png');
	background-repeat:no-repeat;
	background-position: center top;
	z-index: 16;
	width: 230px;
	height: 153px;
	margin: 10px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	border: 2px solid #808080;
}

div.videoText {
	position: relative;
	background-color: #c8c8ff;
	z-index: 16;
	width: 230px;
	min-height: 130px;
	margin: 10px;
	margin-top: 0;
	padding: 2px 4px 4px 4px; /*top right bottom left*/
	border: 1px solid #c0c0ff;
}

.trans-off-button
{
//	height: 100%;
}

.trans-on-button
{
//	height: 100%;
	opacity: 0.40;
	-ms-filter: "alpha (opacity=40)";
	filter: alpha (opacity=40);
}

table.standard
{
	border-collapse: collapse;
	border: 1px solid #8080f0;
	background-color: #c0c0f0;
	margin-left: 80px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.standard td
{
	font-size: 1em;
	border: 1px solid #8080f0;
	padding: 3px 7px 2px 7px;
	background-color: #c0c0f0;
}

table.standard th
{
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left:5px;
	padding-right: 5px;
	border: 1px solid #8080f0;
	background-color: #b8b8f0;
}

table.standard tr.alt td
{
	font-size: 1em;
	border: 1px solid #8080f0;
	padding: 3px 7px 2px 7px;
	background-color: #c8c8f0;
}

/**************** Pseudo classes ****************/ 
a:link {
	color: #508ed7; 
	text-decoration: underline;
	font-weight: bold;
	width: 90%;
} 

li a:link {
	color: #508ed7; 
	text-decoration: underline;
	font-weight: bold;
	width: 90%;
} 

a:visited {
	color: #508ed7; 
	text-decoration: underline;
	font-weight: bold; 
} 

li a:visited {
	color: #508ed7;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover {
	color: rgb(200, 25, 6);
	text-decoration: underline;
	font-weight: bold;
} 

li a:hover {
	color: rgb(200, 25, 6);
	text-decoration: underline;
	font-weight: bold;
} 

a:active {
	color: rgb(255, 0, 102);
	font-weight: bold;
	text-decoration: underline;
} 

a img {
	border: none;
}

/************************* ID's *************************/ 

#banner {
	position: relative;
	background-image: url('images/banner.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	z-index: 10;
	width: 1024px;
	height: 130px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#navigation {
	position: relative;
	background-image: url('images/roathcardiff.png');
	background-repeat:no-repeat;
	background-position: right;
	z-index: 20;
	width: 1022px;
	height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	border: 1px solid #000000;
}

#mainContent {
	position: relative;
	background-color: #d0d0ff;
	background-image: url('images/NPC_chinese_hires_pale.png');
	background-repeat:no-repeat;
	background-position: top right;
	z-index: 15;
	width: 940px;
	min-height:589px;
	padding: 20px 60px 40px 20px; /*top right bottom left*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
}

#mainTextBox {
	position: relative;
//	background-color: #ccccff;
//	background-image: url('images/paper.jpg');
//	background-repeat:repeat;
	z-index: 16;
//	width: 862px;
	width: 970px;
	min-height: 570px;
	padding: 5px 5px 5px 5px; /*top right bottom left*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
//	border: 1px solid #c0c0ff;
}

#copyright {
	position: absolute;
	z-index: 16;
	margin-top: 0;
	margin-left: 10px;
	padding: 10px 20px 0px 20px; /*top right bottom left*/
	bottom: 0;
	width: 400px;
}

#footer {
	position: relative;
	background-image: url('images/npc_image_small.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	z-index: 5;
	width: 1024px;
	height: 130px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}


#mediaplayer {
	background-color: #c0c0f0;
	z-index: 16;
	width: 480px;
	height: 360px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	border: 2px solid #808080;
}

#imageviewer {
	background-color: #c0c0f0;
	z-index: 16;
	width: 800px;
	height: 600px;
	margin: 10px;
	margin-left: 20px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	border: 2px solid #808080;
	text-align: center;
}

#wideimageviewer {
	background-color: #c0c0f0;
	z-index: 16;
	width: 800px;
	height: 531px;
	margin: 10px;
	margin-left: 20px;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	border: 2px solid #808080;
	text-align: center;
}