/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bg_gradient4.jpg);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	text-align: center;
}
.photo-page-title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
}


#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	visibility: visible;
	color: #ffffff;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	min-height: 200px;
	float: left;
	padding-left: 65px;
}
.resume-photo img {
	float: left;
}
.contact-page-content {
	float: left;
	padding-left: 10px;
	margin-left: 250px;
	text-align: center;
	color: #000000;
	margin-bottom: 25px;
}
.contact-page-title {
	text-align: center;
}



html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 360px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.home-photo-1 {
	float: left;
	margin-left: 10px;
}
.home-photo-2 {
	float: left;
	margin-left: 10px;
}
.home-photo-3 {
	float: left;
	margin-left: 10px;
}
.home-photo-4 {
	float: left;
	margin-left: 10px;
}
.home-photo-5 {
	float: left;
	margin-left: 10px;
}
.home-photo-6 {
	float: left;
	margin-left: 10px;
}
.home-photo-7 {
	float: left;
	margin-left: 10px;
}
.home-photo-8 {
	float: left;
	margin-left: 10px;
}
.home-photo-9 {
	float: left;
	margin-left: 10px;
}
.home-photo-10 {
	float: left;
	margin-left: 10px;
}
.home-photo-11 {
	float: left;
	margin-left: 10px;
}.title-home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 20px;
	width: auto;
	margin-top: 20px;
	text-align: center;
	color: #000000;
}
.addison-video-cont {
	float: left;
	height: 320px;
	width: 480px;
	border: 3px solid #000000;
}
.addison-video-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 15px;
}
.resume-list-links {
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.res-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	float: left;
	width: 320px;
	margin-top: 60px;
	margin-left: 100px;
	text-align: center;
}
.regular-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 297px;
	text-align: center;
}
.divider-bar {
	background-color: #CCCCCC;
	height: 20px;
	width: 97.9%;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 20px;
	font-style: italic;
	color: #333333;
	display: inline;
}
.resume-highlights {
	float: left;
	width: 97%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-left: 5px;
}
.media-info-cont {
	float: left;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}


.resume-list-cont {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact-info-cont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 350px;
	line-height: 18pt;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.representation-info {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18pt;
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.credits-info-cont {
	float: left;
	width: 97%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.credits-category {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}
.details-info-cont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18pt;
	float: left;
	width: 97%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.languages-info-cont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14pt;
	float: left;
	width: 97%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.anchor-res {
	float: right;
	margin-right: 10px;

}
.divider-bar-title {
	float: left;
}
.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.cari-image-box {
	float: left;
	width: 97.9%;
	clear: left;
	margin-bottom: 10px;
}
.cari-image-box img {
	border: 1px solid #999999;
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.c3photo {
	float: left;
}
.home-photo-12 {
	float: left;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
}
.home-photo-16 {
	float: left;
	margin-left: 10px;
}
.home-photo-15 {
	float: left;
	margin-left: 10px;
}

.home-photo-14 {
	float: left;
	margin-left: 10px;
}
.home-photo-13 {
	float: left;
	margin-left: 10px;
}

.credits-info-text {
	float: left;
}
.homepage-content {
	float: left;
	width: 800px;
	padding-left: 10px;
	text-align: center;
}
.homepage-text {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
.name-tag2 {
	color: #000000;
	width: 198px;
	font-size: 14px;
	text-align: right;
	padding-top: 4px;
}
.homepage-foto {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}

.name-tag {
	clear: left;
	float: left;
	width: 148px;
	text-align: center;
	color: #000000;
}
