@font-face {  
  font-family: HelveticaRoman ;  
  src: url( ../fonts/HelveticaNeueLTStd-Roman.otf );  
}

@font-face {  
  font-family: HelveticaLight ;  
  src: url( ../fonts/HelveticaNeueLTStd-Lt.otf );  
} 

@font-face {  
  font-family: HelveticaBold ;  
  src: url( ../fonts/HelveticaNeueLTStd-Bd.otf );  
} 

body {
	margin:0;
	padding:0;
	background-image:url(../images/BG.png);
	background-repeat:repeat-x;
	background-color:#000000;
}

.outercontainer {
	background-image:url(../images/BGsplat.png);
	background-repeat:no-repeat;
	background-position: 39px 0;
	width:1292px;
	margin: 20px auto 0 auto;
}

.innercontainer {
	margin: 0px auto 0 auto;
	width:1000px;
	padding-top:99px;
}

.NAVbar {
	width:1000px;
	height:37px;
	background-image:url(../images/alpha.png);
	background-repeat:repeat;
}

.NAVbar ul { 
	list-style:none;
	margin:0;
	padding:0;
}

.NAVbar li { float:left; }

.NAVbar li a {
	font-family: HelveticaLight, Arial;
	color:#FFF;
	font-size:19px;
	line-height: 19px;
	text-decoration:none;
	padding: 8px 20px 10px 20px;
	display: block;
	height: 19px;
}

.NAVbar li a:hover {
	background-image:url(../images/NAVroll.png);
	background-repeat:repeat-x;
}

.logBTN {
	font-family: HelveticaLight, Arial;
	color:#1cc8dc;
	font-size:12px;
	margin-top:12px;
	margin-right:12px;
	float:right;
}

.logBTN:hover {
	color:#21adbd
}
	
.title {
	background-image:url(../images/alpha.png);
	background-repeat:repeat;
	width:1000px;
	height:88px;
	margin-top:10px;
}

.title span {
	font-family: HelveticaRoman, Arial;
	font-size:50pt;
	letter-spacing:-.075em;
	color:#FFF;
	position:relative;
	left:15px;
}

.main {
	background-color:#FFF;
	margin-top:10px;
	width:1000px;
}

h1 {
	font-family: HelveticaBold, Arial;
	color:#1cc8dc;
	font-size:25px;
	letter-spacing:-.05em;
	margin:0 0 0 0;
	padding:10px 0 15px 20px;
}

h2 {
	font-family: HelveticaBold, Arial;
	color:#FFF;
	font-size:25px;
	letter-spacing:-.05em;
	display:block;
	background-image:url(../images/bannerBGshort.png);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:6px 0 8px 20px;
	position:relative;
}

h2 span {
	color:#1cc8dc;
	position:absolute;
	left:540px;
}

.innercontainer p {
	font-family: HelveticaRoman, Arial;
	color:#544f4f;
	font-size:14px;
	line-height:18px;
	letter-spacing:-.025em;
	margin:0 0 0 0;
	padding:10px 0 15px 20px;
	max-width:700px;
}

p { font-family: HelveticaRoman, Arial; }

a {
	text-decoration:none;
	border:none;
}

img {
	border:none;
}

.altNAVbar {
	width:1000px;
	height:45px;
	background-image:url(../images/altNAVBARbg.png);
	background-repeat:no-repeat
}

.altNAVbar ul { 
	list-style:none;
	margin:0;
	padding:0;
}

.altNAVbar li { float:left; }

.altNAVbar li a {
	font-family: HelveticaBold, Arial;
	letter-spacing:-.05em;
	color:#FFF;
	font-size:19px;
	line-height:19px;
	text-decoration:none;
	padding: 13px 20px 13px 20px;
	display: block;
	height: 19px;
}

.altNAVbar li a:hover {
	background-color:#504c4c;
}

.gallery {
	background-color:#0F6;
	width:1000px;
	min-height:200px;
}

.galleryITEM {
	float:left;
	background-color:#c6c7c7;
	width:200px;
	height:230px;
	margin-top:40px;
	margin-left:40px;
}

.galleryITEM:hover {
	background-color:#b6bcbd;
}

.galleryITEM img {
	margin-left:15px;
	margin-top:15px;
	cursor:pointer;
}

.galleryITEM span {
	font-family: HelveticaLight, Arial;
	font-size:14px;
	color:#666;
	position:relative;
	top:15px;
	left:15px;
}

.galleryITEM span:hover {
	color:#21adbd;
}

.post {
	margin-bottom:30px;
}

.contactform {
	background-color:#d4d6d8;
	width:920px;
	height:340px;
	padding:40px 40px 40px 40px;
}

input, textarea {
	font-size:14px;
	font-family: Light, Arial;
	font-style:normal;
	font-weight:lighter;
	color:#1b6890;
	padding:3px 5px 0px 5px;
	width:325px !important;
}

.BIOpic {
	float:left;
	display:inline;
	padding:10px 25px 0px 25px;
}

.footer {
	background-color:#1cc8dc;
	width:100%;
	height:40px;
	margin-top:25px;
}

.footer span {
	font-family: HelveticaBold, Arial;
	color:#FFF;
	font-size:14px;
	position:relative;
	top:13px;
	left:13px;
}
	
.clear {
	clear:both;
}
