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

body{
	margin:0;
	padding:0;
	font-size: 76%;
	font-family: Arial, sans-serif;
	line-height: 18px;
	background-attachment: fixed;
	background-color: #1B002F;
	background-image: url(images/bg/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#header {
	margin: auto;
	height: 145px;
	width: 1024px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/header/bg_header2.png);
	background-repeat: repeat-y;
	}
#navigation {
	margin: auto;
	height: 35px;
	width: 1024px;
	background-image: url(images/navigation/nav_bg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	}
#container {
	margin: auto;
	width: 800px;
	padding-top: .5em;
	padding-right: 6em;
	padding-bottom: 2em;
	padding-left: 6em;
	}
#content {
	height: auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(images/content_bg.png);
	margin: auto;
	padding: 10px;
	}
#content_auto {
	height: auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(images/content_bg.png);
	margin: auto;
	padding: 10px;
	}
#content_index {
	height: 408px;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/home/home_topbg.png);
	}
#content2 {
	height: auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(images/home/content_home_bg.png);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	}
#footer_index {
	height: 170px;
	width: 800px;
	background-image: url(images/home/footer/footer_home.png);
	padding-top: 110px;
	padding-right: 50px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	float: none;
	}
#footer {
	height: 170px;
	width: 800px;
	background-image: url(images/footer.png);
	padding-top: 110px;
	padding-right: 50px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	float: none;
	clear: both;
	}
/*...............................span*/
span.titlebar2 {
	padding: 0px;
	float: left;
	margin-bottom: 10px;
	margin-left: -10px;
	}
span.headshot {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	float: right;
	margin-bottom: 0px;
	}
span.floatright {
	margin-top: 10px;
	margin-right: 150px;
	margin-left: 30px;
	float: right;
	margin-bottom: 50px;
	}
span.choreographyphoto {
	margin-top: 50px;
	margin-right: 50px;
	margin-left: -30px;
	float: right;
	margin-bottom: 0px;
	}
span.jumping {
	float: left;
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
span.titlebar {
	padding: 0px;
	margin-left: -50px;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
	}
span.videoimage {
	float: right;
	margin-top: 35px;
	margin-right: 60px;
	margin-left: 0px;
	}
span.mainimage {
	float: right;
	padding: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 45px;
	}
	
span.companyphotos {
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
/*..............................typography*/

.copy_text {color: #999999}
.grey_text {
	color: #CCCCCC;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #FFFFFF;
	line-height: normal;
	}
h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	line-height: normal;
	}

img {
	border: 0 solid #000000;
	}
ol, ul, li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: circle;
	}
p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 6em;
	margin-bottom: 1.2em;
	margin-left: 0em;
	}
hr {
	margin-right: 80px;
}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
