@charset "UTF-8";
/* CSS Document */

html {
	width: 900px;
	height: 600px;
	margin: -20px auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #161616;
	overflow: auto;

}

body {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	background: black;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

}

img {
	border: none;
}

#header {
	width: 800px;
	height: 161px;
	position: relative;
	margin: 0 auto;
	border: none;
}


/* dropdown menu*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 799px;
background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
	font-family: "Hemi Head 426";
	font-weight: normal;
	font-size: 80%;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 100px;
	margin-left: -60px;
	z-index: 100;
border: 1px solid #BBB; /*ThEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px/18px "Hemi Head 426";
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #494949;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* end of navbar*/

#homepic {
	margin-top: -10px;
}



#content {
	background-color: #002b2e;
	width: 800px;
	height: 500px;
	margin: 25px auto;
	overflow: auto;
}

h2 {
	font-size: 170%;
	margin-left: 70px;
	margin-top: 40px;
	color: #e2e2e2;
	font-family: "Hemi Head 426";
	font-weight: lighter;
	letter-spacing: 1px;
}

.bullet {
	margin-left: 30px;
	margin-top: -15px;
	margin-bottom: 40px;
}

.bulletreverse {
	float: right;
	margin-top: -10px;
	margin-right: 80px;
}

#content h3 {
	font-size: 110%;
	margin-left: 50px;
	margin-top: 10px;
	color: #ffc700;
	font-family: "Hemi Head 426";
	font-weight: normal;
	z-index: -100;
}

#content p {
	font-size: 80%;
	margin: 0 70px;
	line-height: 1.2em;
	color: #d9d9d9;
}

.pindent  {
	font-size: 80%;
	margin: 10px 70px;
	margin-right: 100px;
	line-height: 1.2em;
	color: #d9d9d9;
	margin-left: 100px;
	list-style-type: lower-roman;
}

.imagelogo {
	background-color: white;
	width: 130px;
	height: 150 px;
	padding: 20px;
	margin-left: 70px;
	border: thin solid #505050;
}

.picnolb img {
	margin-bottom: -80px;
	margin-left: 50px;
}

.picnolb {
	margin-top: 15px;
	margin-left: 70px;
}

.picnolba img{
	margin-top: 0px;
	margin-left: 70px;
}

.founders {
	margin-left: 300px;
	margin-top: -50px;
	margin-bottom: 50px;
	width: 400px;
	background-color: white;
	padding: 5px;
	border-style: ridge;
}

.founders p{
	color: black;
}


.picnolbcentre {
	margin-top: 15px;
	margin-left: 160px;
}

.imagethumbvert {
	width: 150px;
	margin-left: 70px;
	padding: 5px;
	background-color: white;
	border: thin solid #3e3e3e;
	margin-top: 20px;

}

.imagethumbvert a img {
	width: 150px;
}

.imagethumbhor {
	width: 201px;
	margin-left: 70px;
	padding: 5px;
	background-color: white;
	border: thin solid #3e3e3e;
	margin-top: 20px;
	margin-bottom: 0px;

}

.imagethumbhor a img {
	width: 200px;
}

p.caption {
	margin-left: 70px;
	width: 306px;
	text-align: left;
	border: none;
	font-size: 50%;
	line-height: .4em;
}

h5 {
	margin-left: 70px;
	color: #ffb200;
}

.youtube {
	width: 400px;
	margin: 0 auto;
}

.youtube embed{
	width: 400px;
}

/*footer*/

#footer {
	position:relative;
	width: 800px;

	margin: -26px auto;
}
	
#footer ul {
	text-align: right;
}

#footer ul li {
	margin-right: 25px;
}
