@charset "utf-8";
/* CSS Document */

.main {
width: 932px;
margin-left: auto ;
margin-right: auto ;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #333;
}

H3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #aaa;
margin-bottom: 2px;
text-align:left;
}

A:link {text-decoration: none; color:#aaa}
A:visited {text-decoration: none; color:#aaa}
A:active {text-decoration: none; color:#aaa}
A:hover {text-decoration: underline; color: #000;}

img
{  border-style: none;
}

.left {
width: 454px;
height: 416px;
float: left;
background-image:url(orly.png);
background-repeat: no-repeat;
}

.right {
width: 478px;
float: right;	
}

.logo {
width: 190px;
height: 52px;
background-image:url(logo.png);
background-repeat: no-repeat;
}

/* --info box-- */

.info{
width: 461px;
margin-left: auto ;
margin-right: auto ;
}

.top{
width: 461px;
height: 11px;
background-image:url(top.png);
background-repeat: no-repeat;
}

.content{
width: 439px;
background-image:url(boxbg.png);
padding-left: 11px;
padding-right: 11px;
}

.bottom{
width: 461px;
height: 11px;
background-image:url(bottom.png);
background-repeat: no-repeat;
}

/* --projects-- */

.projects{
width: 133px;
height: 40px;
margin-left: 2px;
background-image:url(projects.png);
background-repeat: no-repeat;
}

.lasuni{
width: 478px;
height: 63px;
}

.scroodler{
width: 478px;
height: 63px;
}

.omgboom{
width: 478px;
height: 63px;
}

/* --nav-- */

#nav{
	margin: 0;
	padding: 0;
	height: 18px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li{
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
		}
	
#nav a:hover {
	background-position: 0 -18px;;
	}
	
#nav a:active, #nav a.selected {
	background-position: 0 -18px;
	}

#about a {
	width: 48px;
	background: url(about.png) top left no-repeat;
	margin-left: 10px;
	margin-right: 15px;
}

#contact a {
	width: 60px;
	background: url(contact.png) top left no-repeat;
	margin-right: 98px;
}

#apply a {
	width: 234px;
	background: url(apply.png) top left no-repeat;
}

/* Pop */

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(body_bg.gif);
	position: relative;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  background:#eeeeee}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #c1c1c1;
  border-right:1px solid #c1c1c1;
  background:#f2f2f2}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2;}
.corner4{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.corner5{
  border-left:1px solid #eeeeee;
  border-right:1px solid #eeeeee}
.cornerfg{
  background:#FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
}
