/* CSS Document */

/* CSS Document */

body{
	background-color: #2d2a29;
	margin: 0;
	padding: 0;
	text-align: center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #a3d068;
	font-weight: bold;
}

.endorse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #a3d068;
	font-weight: bold;
}

.press{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}

.engage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #FFFFFF;
}

blockquote{
	line-height: 12pt;
	margin-left: 25px;
}

.indent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
	list-style-type: circle;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #208ec0;
	text-decoration: none;
	outline: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #208ec0;
	text-decoration: underline;
}

.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.news:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	text-decoration: underline;	
}

/* DIV TAGS */

#top{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	border: 0px solid red;
	background-color: #208ec0;
}

#container{
	position: relative;
	width: 842px;
	margin: 0 auto;
	border: 0px solid blue;
}

#nav{
	position: relative;
	top: 13px;
	left: 0px;
	width: 782px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid white;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#logo a{
	display: block;
	width: 214px;
	height: 19px;
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#about a{
	display: block;
	width: 80px;
	height: 19px;
	background-image: url(Images/nav_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#experience a{
	display: block;
	width: 170px;
	height: 19px;
	background-image: url(Images/nav_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#productions a{
	display: block;
	width: 112px;
	height: 19px;
	background-image: url(Images/nav_productions.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#press a{
	display: block;
	width: 131px;
	height: 19px;
	background-image: url(Images/nav_press.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#contact a{
	display: block;
	width: 75px;
	height: 19px;
	background-image: url(Images/nav_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#subnav{
	position: absolute;
	top: 252px;
	left: 30px;
	width: 188px;
	height: 100px;
	text-align: left;
	border: 0px solid red;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headerAbout {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerExperience {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerProductions {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_productions.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerPress {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_press.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#line {
	display: block;
	width: 187px;
	height: 18px;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#list a{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: none;
}

#list a:hover{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: underline;
}

#close a{
	display: block;
	margin: 6px 0 0 240px;
	width: 80px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: none;
}

#close a:hover{
	display: block;
	margin: 6px 0 0 240px;
	width: 80px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: underline;
}

#bar{
	position: absolute;
	top: 68px;
	left: 245px;
	width: 568px;
	height: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #a3d068;
}

#movieBox{
	position: relative;
	margin: 0 auto;
	width: 525px;
	height: 700px;
	border: 0px solid white;
	text-align: left;
}

#movie{
	width: 525px;
	height: 250px;
	border: 0px solid white;
	text-align: center;
}

#body{
	position: absolute;
	top: 114px;
	left: 245px;
	width: 568px;
	height: 900px;
	border: 0px solid blue;
	text-align: left;
}

#videobody{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 700px;
	border: 0px solid red;
	text-align: left;
}

#navConsult{
	position: relative;
	top: 13px;
	left: 0px;
	width: 540px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid white;
}

#navConsult ul {
	margin: 0;
	padding: 0;
}

#navConsult li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#consult{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 525px;
	height: 100%;
	border: 0px solid white;
	text-align: left;
}

#textConsult{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 525px;
	height: 100%;
	border: 0px solid white;
	text-align: left;
}

#text{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	border: 0px solid white;
}
	
#image{
	position: absolute;
	top: 12px;
	left: 456px;
	width: 112px;
	height: 112px;
	border: 0px solid white;
}	

#lineConsult{
	width: 525px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#consult1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 135px;
	border: 0px solid red;
	text-align: left;
}

#consult2{
	position: absolute;
	top: 135px;
	left: 0px;
	width: 568px;
	height: 135px;
	border: 0px solid white;
	text-align: left;
}

#consult3{
	position: absolute;
	top: 270px;
	left: 0px;
	width: 568px;
	height: 135px;
	border: 0px solid white;
	text-align: left;
}

#consult4{
	position: absolute;
	top: 405px;
	left: 0px;
	width: 568px;
	height: 135px;
	border: 0px solid white;
	text-align: left;
}

#consult5{
	position: absolute;
	top: 540px;
	left: 0px;
	width: 568px;
	height: 136px;
	border: 0px solid white;
	text-align: left;
}

#consult6{
	position: absolute;
	top: 675px;
	left: 0px;
	width: 568px;
	height: 136px;
	border: 0px solid white;
	text-align: left;
}

#headerEndorse{
	position: absolute;
	top: 93px;
	left: 261px;
	width: 200px;
	height: 10px;
	border: 0px solid red;
	text-align: left;
}

#pressBody{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 1880px;
	border: 0px solid red;
	text-align: left;
}

#press1{
	width: 530px;
	height: 135px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press2{
	width: 530px;
	height: 100px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press3{
	width: 530px;
	height: 150px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press4{
	width: 530px;
	height: 105px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press5{
	width: 530px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press6{
	width: 530px;
	height: 135px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press7{
	width: 530px;
	height: 150px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press8{
	width: 530px;
	height: 150px;
	border: 0px solid white;
	margin: 0 0 0 15px;;
}

#press9{
	width: 530px;
	height: 120px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press10{
	width: 530px;
	height: 165px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press11{
	width: 530px;
	height: 130px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press12{
	width: 530px;
	height: 120px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#press13{
	width: 530px;
	height: 95px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 2450px;
	border: 0px solid red;
	text-align: left;
}

#engage1{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage2{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage3{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage4{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage5{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage6{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage7{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage8{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage9{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage10{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage11{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage12{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage13{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage14{
	width: 550px;
	height: 80px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage15{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage16{
	width: 550px;
	height: 140px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage17{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage18{
	width: 550px;
	height: 155px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage19{
	width: 550px;
	height: 110px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage20{
	width: 550px;
	height: 110px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage21{
	width: 550px;
	height: 90px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage22{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#engage23{
	width: 550px;
	height: 75px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#lineRight{
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#lineBottom{
	position: absolute;
	top: 1410px;
	left: 0px;
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#lineC{
	position: absolute;
	top: 810px;
	left: 0px;
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}



#textPress{
	position: absolute;
	top: 5px;
	left: 15px;
	width: 538px;
	border: 0px solid white;
}

#test{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 500px;
	border: 0px solid red;
	text-align: left;
}

#award1{
	width: 530px;
	height: 133px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#award2{
	width: 530px;
	height: 145px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#award3{
	width: 530px;
	height: 86px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#award4{
	width: 530px;
	height: 100px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article1{
	width: 535px;
	height: 45px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article2{
	width: 535px;
	height: 45px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article3{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article4{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article5{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article6{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article7{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article8{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article9{
	width: 535px;
	height: 45px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#article10{
	width: 535px;
	height: 32px;
	border: 0px solid white;
	margin: 0 0 0 15px;
}

#footer{
	position: relative;
	top: 750px;
	border: 0px solid red;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484544;
	text-align: center;
}
