
body {
    font-family: arial;
    font-size: 11px;
    text-align: left;
	background: grey;
	color: #ffffff;
}	
h1 {
	font-size:13px;
	font-style:bold;
	
}
h2 {
	color:#EFEA72;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

/* nav*/
-
#nav {

	width: 1200px;
	height: 30px;
	margin: 0 auto;
	background: #4D7865;
}

/* Header */

#header {


	width: 1200px;
	height: 125px;

	background:#4D7865;
}
/* Page */

#page {
	float: centre;
	width: 1200px;
	margin: 0 auto;
background:  black;
}

/* Footer */

#footer {
	clear: both;	
	height: 75px;
	background: url(structure/cardimage.png) repeat-x;

}


#info_1_left {
	float:left;
	width:380px;
	height: 560px;
background:   url(structure/info1.png) no-repeat;
margin:5px 0px 0px 25px;


}
#info_1_text1 {
	width:360px;
	height: 280px;
		margin: 0px 5px 0px 10px;

}
#info_1_text1video {
	width:360px;
	height: 280px;
		margin: 2px 0px 0px 2px;
				background: black;

}


#info_1_text3video {
	width:360px;
	height: 280px;
		margin: 4px 0px 0px 2px;
		background: black;

}
#info_1_text2 {
	width:370px;
	height: 280px;
	margin: 0px 5px 0px 10px;

}
#info_1_text2video {
	width:370px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	

}
#info_2_right {
	float:right;
	width:385px;
	height: 300px;
background:   url(structure/info2.png) no-repeat;
	margin:5px 10px 0px 00px;
}
#info_2_text {
	width:380px;
	height: 300px;
	margin:0px 0px 0px 5px;
	padding:0px 5px 0px 0px;
}

#picture_large_right{
	float:right;
	width:385px;
	height: 300px;
	background: white no-repeat;
	margin:5px 0px 5px 00px;
}


#info_3_right{
	float:right;
	width:770px;
	height: 154px;
	margin:5px 10px 5px 00px;


}
#info_3_right_ref{
	float:right;
	width:770px;
	height: 154px;
	margin:5px 10px 5px 00px;
background:   url(structure/info3.png) no-repeat;
	padding: 0px 0px 0px 5px;
}
#smpict1 {
	width:77px;
	height:77px;

	float: left;
	}
	


#info_4_mid{
float:right;
	width:380px;
	height: 420px;
background:   url(structure/info4.png) no-repeat;
		margin:5px 10px 0px 5px;
}
#info_4_text{

	width:360px;
	height: 400px;
	margin:0px 0px 0px 10px;

}


#info_5_right {
	float:right;
	width:380px;
	height: 420px;
background:   url(structure/info5.png) no-repeat;
	margin:5px 5px 0px 00px;
}
#info_5_text{

	width:360px;
	height: 400px;
	margin:0px 0px 0px 10px;

}
#info_5_textvideo{

	width:360px;
	height: 400px;
	margin:5px 0px 0px 3px;

}
#info_6_left {
	float:left;
	width:380px;
	height: 330px;
	background:   url(structure/info6b.png) no-repeat;
	margin:5px 0px 0px 25px;

}

#info_6_text{

	width:360px;
	height: 100px;
	margin:0px 0px 0px 10px;

}

#box1{

	width:598px;
	height: 150px;
background: url(structure/box1.png) no-repeat;
float : right;
padding: 3px 8px 5px 5px;

}
#box2{

	width:599px;
	height: 150px;
background: url(structure/box1.png) no-repeat;
padding: 3px 8px 5px 5px;

}
#imgbox1{

	width:120px;
	height: 100px;
background: pink;
float : right;

}
#imgbox2{

	width:598px;
	height: 150px;
background: green;

}
#spacer{

	width:1200px;
	height: 1px;


}


/* MENU*/
#myslidemenu{
background:  #4D7865;
width: 1200px;



}

.jqueryslidemenu{
font: bold 12px arial;
background:  #4D7865;
width: 100%;
float: left;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background:  #4D7865;

}

/*Top level list items*/
.jqueryslidemenu ul li {
position: relative;
display: inline;
float: left;
background:  #4D7865;



}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background:  #4D7865; /*background of tabs (default state)*/
padding: 8px 10px;
border-left: 1px solid #4D7865;

text-decoration: none;
align: right;
width: 168px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background:  #4D7865;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px arial;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*form*/

#form {
	font: bold 12px arial;
	width: 770px;
	float:right;

	color: black;
	
	
}
.STYLE 20 {
	COLOR: #000000;
	}