@charset "UTF-8";
/* CSS Document */

/*------------------------------------*\
	Body
\*------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #1c1c1c;
}
html {height: 100%;}
body {height: 100%;}



/*------------------------------------*\
	Ids
\*------------------------------------*/

#NavContainer{
	width:800px;
	height:30px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-400px;
}
#ResumeContainer{
	width:736px;
	height:500px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-368px;
	background-image:url(images/resumeBack.jpg);
}
#AboutContainer{
	width:736px;
	height:500px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-368px;
	background-image:url(images/aboutBack.jpg);}




/*------------------------------------*\
	CLASSES
\*------------------------------------*/

.Body_about {
	font:12px/12px 'AvenirLTStd55Roman', Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #000;
	text-align:left;
	display: block;
}
.Body_allworks {
	font:9px/9px 'AvenirLTStd85HeavyOblique', Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
.Resume_header {
	font:19px/19px 'AvenirLTStd95Black', Arial, Helvetica, sans-serif;
	color: #f6881f;
	font-weight: normal;
	display:block;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:6px;
}
.Resume_header2 {
	font:19px/19px 'AvenirLTStd95Black', Arial, Helvetica, sans-serif;
	color: #f6881f;
	font-weight: normal;
	display:block;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:6px;
}
.Resume_2ndLevel {
	font:15px/14px 'AvenirLTStd95Black', Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	display:block;
	margin-bottom:3px;
}
.Resume_3rdLevel {
	font:12px/12px 'AvenirLTStd55Oblique', Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	display:block;
	line-height:14px;
}
.Resume_Body {
	font:13px/13px 'AvenirLTStd55Roman', Arial, Helvetica, sans-serif;
	display:block;
	line-height: 17px;
	color: #000;
	font-weight: normal;
}
.Resume_Body_bold {
	font:13px/13px 'AvenirLTStd95Black', Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000;
	font-weight: normal;
}






/*------------------------------------*\
	ROLLOVER LINKS
\*------------------------------------*/

a.linksResume:active { 
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left bottom;
}
a.linksResume:link {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left bottom;
}
a.linksResume:visited {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left bottom;
}
a.linksResume:hover {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left top;
}



a.linksBio:active { 
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left bottom;
}
a.linksBio:link {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left bottom;
}
a.linksBio:visited {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left bottom;
}
a.linksBio:hover {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left top;
}



a.linksTV:active { 
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left bottom;
}
a.linksTV:link {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left bottom;
}
a.linksTV:visited {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left bottom;
}
a.linksTV:hover {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left top;
}



a.linksBrand:active { 
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left bottom;
}
a.linksBrand:link {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left bottom;
}
a.linksBrand:visited {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left bottom;
}
a.linksBrand:hover {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left top;
}



a.linksWeb:active { 
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left bottom;
}
a.linksWeb:link {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left bottom;
}
a.linksWeb:visited {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left bottom;
}
a.linksWeb:hover {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left top;
}



a.linksPrint:active { 
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left bottom;
}
a.linksPrint:link {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left bottom;
}
a.linksPrint:visited {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left bottom;
}
a.linksPrint:hover {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left top;
}



a.linksResume2:active { 
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left top;
}
a.linksResume2:link {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left top;
}
a.linksResume2:visited {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left top;
}
a.linksResume2:hover {
	width:61px;
	height:30px;
	display:block;
	background-image:url(images/nav/resume.jpg);
	background-position:left bottom;
}



a.linksBio2:active { 
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left top;
}
a.linksBio2:link {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left top;
}
a.linksBio2:visited {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left top;
}
a.linksBio2:hover {
	width:43px;
	height:30px;
	display:block;
	background-image:url(images/nav/bio.jpg);
	background-position:left bottom;
}



a.linksTV2:active { 
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left top;
}
a.linksTV2:link {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left top;
}
a.linksTV2:visited {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left top;
}
a.linksTV2:hover {
	width:81px;
	height:30px;
	display:block;
	background-image:url(images/nav/TV.jpg);
	background-position:left bottom;
}



a.linksBrand2:active { 
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left top;
}
a.linksBrand2:link {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left top;
}
a.linksBrand2:visited {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left top;
}
a.linksBrand2:hover {
	width:66px;
	height:30px;
	display:block;
	background-image:url(images/nav/brand.jpg);
	background-position:left bottom;
}



a.linksWeb2:active { 
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left top;
}
a.linksWeb2:link {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left top;
}
a.linksWeb2:visited {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left top;
}
a.linksWeb2:hover {
	width:68px;
	height:30px;
	display:block;
	background-image:url(images/nav/web.jpg);
	background-position:left bottom;
}



a.linksPrint2:active { 
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left top;
}
a.linksPrint2:link {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left top;
}
a.linksPrint2:visited {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left top;
}
a.linksPrint2:hover {
	width:53px;
	height:30px;
	display:block;
	background-image:url(images/nav/print.jpg);
	background-position:left bottom;
}






/*----------------------------------------------------------*\
	FONT FACE
\*----------------------------------------------------------*/

@font-face {
    font-family: 'AvenirLTStd55Roman';
    src: url('avenirltstd-roman.eot');
    src: url('avenirltstd-roman.eot') format('embedded-opentype'),
         url('avenirltstd-roman.woff') format('woff'),
         url('avenirltstd-roman.ttf') format('truetype'),
         url('avenirltstd-roman.svg#AvenirLTStd55Roman') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd85HeavyOblique';
    src: url('avenirltstd-heavyoblique.eot');
    src: url('avenirltstd-heavyoblique.eot') format('embedded-opentype'),
         url('avenirltstd-heavyoblique.woff') format('woff'),
         url('avenirltstd-heavyoblique.ttf') format('truetype'),
         url('avenirltstd-heavyoblique.svg#AvenirLTStd85HeavyOblique') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd95Black';
    src: url('avenirltstd-black.eot');
    src: url('avenirltstd-black.eot') format('embedded-opentype'),
         url('avenirltstd-black.woff') format('woff'),
         url('avenirltstd-black.ttf') format('truetype'),
         url('avenirltstd-black.svg#AvenirLTStd95Black') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd55Oblique';
    src: url('avenirltstd-oblique.eot');
    src: url('avenirltstd-oblique.eot') format('embedded-opentype'),
         url('avenirltstd-oblique.woff') format('woff'),
         url('avenirltstd-oblique.ttf') format('truetype'),
         url('avenirltstd-oblique.svg#AvenirLTStd55Oblique') format('svg');
	font-weight: normal;
    font-style: normal;
}