body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 760px;
	height: 100%;
	margin: auto;
	font: 90%/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-repeat: no-repeat;
	height: auto;
}

#body_ {
	background-color: white;
	color: #333;
	padding: 2px;
	border: 2px solid #ccc;
	margin: 15px 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	height: 1024px;
	width: 760px;
	background-image: url(../img/bg.jpg);
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#resHeader {
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	
}

#resHeader a {
	color: black;
	text-decoration: underline;
}
#resHeader a:hover {
color:#ad4; 
}
.header_ {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 20px;
	font-style: italic;
}

.sub-header {
	padding-left: 40px;
	font-size: 15px;
}

.company {
	padding-left: 40px;
	font-size: 15px;
	font-style: italic;
}

.duties {
	line-height: 20px;
	padding-left: 15px;
	padding-right: 40px;
	font-size: 15px;
}

#list li a:hover {
	color:#ad4; 
	
	
}

#name {
	letter-spacing: 20px;
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
	color: black;
	
	background-color: #123;
	color: #fff;
	border: 1px double silver;
	padding-top: 40px;
	padding-bottom: 20px;
}

pre {
	color: #2e1500;
	font-size: 11px;
}

.extars {
	padding-left: 40px;
}

#showAppApple {
	text-align: center;
}

a{
	color: #fffeff;
}

#list a{
	text-transform: none;
	font-family: monospace;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.duties a:hover{
	color: #b8128f;
}
#showAppApple img {
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 15px 2px;
	cursor: pointer;
}

button {
	outline: 1px outset #999;
	border: 1px solid #fff;
	background-color: #222;
	color: #fff;
	height: 24px;
	cursor: pointer;
	font-size: 11px;
}

#gallery .info {
	color: #fff !important;
	font-size: 12px !important;
	padding: 10px 15px !important;
}

/* the thumbnails */

#triggers {
	text-align: center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */

#triggers a.active img {
	outline: 1px solid #000;


/* show on top of the expose mask */
	z-index: 9999;
	position: relative;
}

#footer{
	position: absolute;
	color: #fffeff;
	text-align: right;
	width: 760px;
	text-transform: none;
	font-variant: small-caps;
	font-size: x-small;
	font-weight: bold;
	top: 95%;
}
/* simple css-based tooltip */ 
div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px; 
    width:150px; 
    display:none; 
    color:#fff; 
    text-align:center; 
    font-size:12px; 
}
#tooltips2{
	display:none;
	background:transparent url(../img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}


#tooltips3{
	display:none;
	background:transparent url(../img/tooltip/black_arrow.png);
	font-size:12px;
	height:80px;
	width:170px;
	padding:20px;
	color:#fff;	
	 text-align:center; 
}



#tooltips{
	display:none;
	background:transparent url(../img/tooltip/black_arrow.png);
	font-size:12px;
	height:80px;
	width:170px;
	padding:20px;
	color:#fff;	
}


/* tooltip styling */ 
.tooltip2 { 
    display:none; 
    background:url(../img/tooltip/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
} 
 
/* a .label element inside tooltip */ 
.tooltip2 .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip2 a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}

#workexp{
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


