/* basic elements */

body {
	border		: 0px;
	padding		: 0px;
	margin		: 0px;
	background	: #000000 url('images/bg/lottie2.jpg') no-repeat scroll center top;
	color		: #ebebeb;
	font		: 10pt tahoma, verdana, sans-serif;
	text-align	: justify;
}

a {
	color : #c1c1c1;
}

img {
	border	: 0px;
	margin	: 0px auto;
	display	: block;
}

h2 {
	margin-top	: 0px;
	padding-top	: 0px;
}

h3 {
	margin-top	: 0px;
	padding-top	: 0px;
	text-align	: left;
}

h5 {
	font-size: 15pt;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	padding-top: 10px;
	border-top: 1px solid white;
	clear: both;
}

h6 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

/* specific divs */
#container {
	width			: 800px;
	margin			: 0px auto;
	position		: relative;
	padding			: 300px 0px 0px 0px;
	margin-bottom	: 0px;
}

.mainLink
{	
	color: Blue; 	
	font-family: Arial; 
	text-decoration: none; 
	font-weight: bold;
}
.mainLink:hover 
{
	color: Gray;
}

.supportingTextIndex {
	width			: 565px;
	padding			: 10px;
	margin-bottom	: 10px;
	border			: 1px solid #666666;
	float			: right;
	color			: #000000;
	background-color: #FFFFFF;
}
.supportingText {
	width			: 565px;
	background-image: url('images/box_bg.gif');
	padding			: 10px;
	margin-bottom	: 10px;
	border			: 1px solid #666666;
	float			: right;
}


h1{
	color				: #ffbf33;
	text-align			: right;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #666666;
	height				: 35px;
	padding				: 0px;
	display				: block;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 20px;
	margin-left			: 0px;
}

#side {
	margin		: 0px;
	padding		: 0px;
	visibility	: inherit;
	z-index		: 100;
	float		: left;
}

#menu {
	border		: 1px solid #666666;
	background-image	: url('images/box_bg.gif');
	width				: 200px;
	margin-bottom		: 10px;
	font-size			: 16px;
	font-weight			: bold;
}

#menu ul{
	width		: 200px;
	margin		: 0px auto;
	padding		: 0px;
	position	: relative;
}

#menu li{
	margin			: 0px;
	padding			: 0px;
	padding-bottom	: 0px;
	list-style		: none;
	position		: relative;
	border			: 0px solid green;
}

#menu a{
	display			: block;
	width			: 165px;
	margin			: 0px;
	padding			: 0px;
	padding-left	: 35px;
	padding-top		: 5px;
	padding-bottom	: 4px;
	color			: #c1c1c1;
	text-decoration	: none;
}

#menu a:hover{
	color : #ffbf33;
}



#menu ol {
	background		: none;
	padding			: 0px;
	margin-bottom	: 0px;
	font-size		: 10pt;
	display			: none;
	display			: block;
}

#menu ol a{
	display			: block;
	width			: 155px;
	margin			: 0px;
	padding			: 2px 0px;
	padding-left	: 45px;
	color			: #c1c1c1;
	text-decoration	: none;
	background		: none;
}

#menu ol a:hover{
	color 				: #ffbf33;
	background-image	: url('images/box_bg2.gif');
	background-repeat	: repeat;
}



.gallery {
	border			: 1px solid #666666;
	background-image: url('images/box_bg.gif');
	padding			: 10px;
	width			: 180px;
	margin-bottom	: 10px;
}

.gallery ul {
	list-style	: none;
	margin		: 0px auto;
	padding		: 0px 0px;
}

.gallery li {
	margin : 1px;
}

.gallery img {
	margin	: 5px 0px;
	display	: inline;
}


.video li {
	height : 75px;
}

.video img {
	float		: left;
	margin-right: 5px;
	display		: inline;
}

.left{
	float		: left;
	margin		: 0px;
	margin-right: 5px;
	display		: inline;
}

.right{
	float		: right;
	margin		: 0px;
	margin-left	: 5px;
	display		: inline;
}

.rightText {
	text-align : right;
}

#centerText {
	text-align	: center;
	margin		: 0px;
}

sup {line-height : 0px;}

#footer {
	display			: block;
	clear			: both;
	margin-left		: auto;
	margin-right	: auto;
	width			: 700px;
	text-align		: left;
	padding			: 10px 0px 0px 5px;
	margin-bottom	: 0px;
}

#footer img {
	margin : 0px;
	display: inline;
}

#home	a 	{background:url(images/menu.gif) 0px -2px  no-repeat;}
#news	a 	{background:url(images/menu.gif) 0px -30px no-repeat;}
#media	a 	{background:url(images/menu.gif) 0px -58px no-repeat;}
#jobs	a 	{background:url(images/menu.gif) 0px -86px no-repeat;}
#about	a 	{background:url(images/menu.gif) 0px -114px no-repeat;}

#home	a:hover 	{background:url(images/menu.gif) -228px -2px  no-repeat;}
#news	a:hover 	{background:url(images/menu.gif) -228px -30px no-repeat;}
#media	a:hover 	{background:url(images/menu.gif) -228px -58px no-repeat;}
#jobs	a:hover 	{background:url(images/menu.gif) -228px -86px no-repeat;}
#about	a:hover 	{background:url(images/menu.gif) -228px -114px no-repeat;}
