@charset "UTF-8";
/* CSS Document */

Body {
	overflow-x:hidden;
	overflow-y:hidden;
}

DIV.FullPageMain {
	position:absolute;
	top:0;
	left:0px;
	background-image:url(images/bkgd/Bkgd05.jpg);
	width:2400px;
	height:1200px;
	margin:0px;
	margin-left:0px;
	padding:0;
	overflow:auto;
	overflow-x:hidden;
}

DIV.IndexContent {
	position:top:0px;  
	width:775px;
	height:auto;
	margin:0px;
	margin-left:250px;
	margin-top:103px;
	padding:0;
}

DIV.VidContent {
	position:top:0px;  
	width:775px;
	height:auto;
	margin:0px;
	margin-left:250px;
	margin-top: 75px;
	padding:0;
}

DIV.VidContentBorder {
	position:top:0px;  
	width:auto;
	height:auto;
	margin:0px;
	padding:5px;
	margin-right:116px;
	background-color:#EDF2F6;
}

DIV.ContentPod {
	background-color:#EDF2F6;
	position:top:0;  
	width:455px;
	height:auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

DIV.TransPod {
	position:top:0;  
	width:auto;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
	padding-top:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#655;
}

 DIV.Menu {
	position:absolute; top:0; left:0;
	margin:0px;
	width:175px; 
	height:auto; 
	padding-left:75px; 
	/*background-image:url(images/MainLogo.png); */
	background-repeat:no-repeat;
	}
	
  DIV.Footer {
	position:fixed;
	margin-left:0px;
	bottom:0px;
	height:20px;
	width:100%;
	background-color:#003;
	text-align:center;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#496782;
  }
  
#ContentArea {
	 margin-top:125px;
	 margin-right:125px;
	 width:900px;
	 height:auto;
	 background:#FFF;
	 float:inherit;
	 margin:50px;
	 }
	 
#ImageDive {
	margin:10px;
	padding-top:75;
	text-align:left;
	}

/* BTN_Reel */

a.BTN_reel {
	border:none;
	margin-top:50px;
	background:url(images/BTN_Reel.png) no-repeat 0 0;
	background-image:url(images/Reel.png) no-repeat 0 0;
	width:175px;
	height:26px;
	display:block;
	text-indent:-9999px;
}

a.BTN_reel:hover { background-position: 0 -26px; border:none; }

a.BTN_reel:active { background-position: 0 -26px; border:none; }

/* BTN_Work */

a.BTN_work {
	border:none;
	margin-top:10px;
	background:url(images/BTN_Work2.png) no-repeat 0 0;
	background-image:url(images/button.png) no-repeat 0 0;
	width:175px;
	height:26px;
	display:block;
	text-indent:-9999px;
}

a.BTN_work:hover { background-position: 0 -26px; border:none; }

a.BTN_work:active { background-position: 0 -26px; border:none; }

/* BTN_Contact */

a.BTN_contact {
	border:none;
	margin-top:10px;
	margin-bottom:20px;
	background:url(images/BTN_Hello.png) no-repeat 0 0;
	background-image:url(images/button.png) no-repeat 0 0;
	width:175px;
	height:26px;
	display:block;
	text-indent:-9999px;
}

a.BTN_contact:hover { background-position: 0 -26px; border:none; }

a.BTN_contact:active { background-position: 0 -26px; border:none; }

#textOne {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36C;
	}

#textTwo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	}

#textThree {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	color:#36C;
	}
	
.textOne {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36C;
	}

.textTwo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	}

.textThree {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	color:#36C;
	}
	
	
a:link {
	color:#36C;
	text-decoration: none;
}
a:visited {
	color:#006;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color:#36C;
	text-decoration: none;
}
