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

/* ///////////////////////////////////////////////////
//////////////////////////////////////////////////////

===================================
Cascading Style Sheet for
Houston Metropolitan Dance Company
by Origin — September 2008
===================================

Key Colors: 
	Purple = #4b306f
	Orange = #cc6600
	Grey  = #666666
	
//////////////////////////////////////////////////////
//////////////////////////////////////////////////////

Begin Body and Text Styles

/////////////////////////////////////////////////// */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 40px 0px 10px 0px;
	padding: 0px;
}

p em {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #666666;
	letter-spacing: .05em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #4b306f;
	letter-spacing: .075em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #4b306f;
	letter-spacing: .05em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #cc6600;
	letter-spacing: .05em;
	margin: 0px 0px 0px -2px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #cc6600;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #cc6600;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #666666;
	text-decoration: underline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #cc6600;
	letter-spacing: .04em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

table {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	vertical-align: text-top;
}
#support table td {
	margin: 0px;
	padding: 0px;
	height: 24px;
	border-bottom: 1px solid #e8e8e8;
}




/* ///////////////////////////////////////////////////

Begin Header Styles

/////////////////////////////////////////////////// */

#header {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 122px;
	position: relative;
	border-bottom: 1px solid #4b306f;
	z-index: 1;
}

#home #header {
	background: #000000;
	height: 265px;
}

#about #header {
	background: #000000 url(/_img/hdr-BG-about.jpg) no-repeat center top;
}

#events #header {
	background: #000000 url(/_img/hdr-BG-events.jpg) no-repeat center top;
}

#news #header {
	background: #000000 url(/_img/hdr-BG-news.jpg) no-repeat center top;
}

#gallery #header {
	background: #000000 url(/_img/hdr-BG-gallery.jpg) no-repeat center top;
}

#support #header {
	background: #000000 url(/_img/hdr-BG-support.jpg) no-repeat center top;
}

#contact #header {
	background: #000000 url(/_img/hdr-BG-contact.jpg) no-repeat center top;
}




/* ///////////////////////////////////////////////////

Begin Navigation Styles

/////////////////////////////////////////////////// */

#navigationContainer {
	background: url(/_img/primaryNav-BG.gif) repeat-y center top;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	z-index: 999999;
}

#firstLevelNav {
	background: #4b306f;
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	height: 20px;
}

#firstLevelNav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
}

#firstLevelNav li a:link, #firstLevelNav li a:visited {
	background: none;
	display: block;
	padding: 0px 30px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}

#firstLevelNav li a:hover, #firstLevelNav li a:visited:hover {
	background: none;
	display: block;
	padding: 0px 30px 0px 0px;
	color: #cc6600;
	text-decoration: none;
}

#firstLevelNav #homeTab {
	background: url(/_img/tab-rightEdge.gif) no-repeat left top;
	padding-left: 60px;
}

#firstLevelNav #homeTab.selected {
	background: #ffffff;
	padding-left: 60px;
}

#firstLevelNav li.selected {
	background: #ffffff url(/_img/tab-leftEdge-selected.gif) no-repeat left top;
}

#firstLevelNav li.selected a:link, #firstLevelNav li.selected a:visited {
	background: #ffffff url(/_img/tab-rightEdge-selected.gif) no-repeat right top;
	padding: 0px 30px 0px 0px;
	color: #4b306f;
	text-decoration: none;
}

#secondLevelNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 0px;
}

#secondLevelNav li {
	float: none;
	font-size: 11px;
	line-height: 15px;
	color: #cc6600;
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px;
	white-space: nowrap;
	border: 1px solid white;
}

#firstLevelNav li.selected #secondLevelNav a:link, #firstLevelNav li.selected #secondLevelNav a:visited {
	background: none;
	color: #999999;
	text-decoration: none;
}

#firstLevelNav li.selected #secondLevelNav a:hover, #firstLevelNav li.selected #secondLevelNav a:visited:hover {
	color: #4b306f;
	text-decoration: none;
}




/* ///////////////////////////////////////////////////

Begin Content Styles

/////////////////////////////////////////////////// */

#contentContainer {
	background: #ffffff;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 75px 0px 0px 0px;
	position: relative;
	z-index: 1;
	float: left;
}

#content {
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#contentLeft {
	background: #ffffff url(/_img/contentWatermark.gif) no-repeat left top;
	width: 400px;
	padding: 0px 0px 0px 210px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#contentLeft h1 {
	margin: 0px 0px 0px -120px;
}

#contentLeft a img{
	position: relative;
	top: 10px;
	left: 2px;
}

#contentRight {
	width: 250px;
	float: right;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#contentRight #rightHeader {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	background: url(/_img/rightHeader-BG.gif) no-repeat left bottom;
}

#contentRight #rightMain {
	margin: 0px 0px 0px 19px;
	padding: 10px 0px 10px 15px;
	background: url(/_img/rightMain-BG.gif) repeat-y left top;
}

#contentRight #rightMain ul.linkList {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contentRight #rightMain ul.linkList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #cc6600;
}

#contentRight #rightMain ul.linkList li a:link, #contentRight #rightMain ul.linkList li a:visited {
	color: #666666;
	padding: 0px 0px 0px 15px;
	background: url(/_img/linkHoverArrow-purple.gif) no-repeat left center;
	text-decoration: none;
}

#contentRight #rightMain ul.linkList li a:hover, #contentRight #rightMain ul.linkList li a:visited:hover {
	color: #4b306f;
	padding: 0px 0px 0px 15px;
	background: url(/_img/linkHoverArrow-purple.gif) no-repeat left center;
	text-decoration: none;
}

#contentRight #rightFooter {
	margin: -20px 0px 0px 19px;
	padding: 0px 0px 0px 15px;
	background: url(/_img/rightFooter-BG.gif) no-repeat left top;
}

#content #gallery #hdr {
	width: 42px;
	height: 30px;
	background: url(/_img/contentR_t.gif);
	background-repeat: no-repeat;
}

#content #gallery #player {
	height: 100%;
	background: url(/_img/contentR_m.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 42px;
}

#content #gallery #ftr {
	width: 42px;
	height: 30px;
	background: url(/_img/contentR_b.gif);
	background-repeat: no-repeat;
}

#content #gallery {
	background: #ffffff url(/_img/contentWatermark.gif) no-repeat left top;
	width: 400px;
	padding: 0px 0px 0px 160px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#content h1 {
	margin: 0px;
	margin-left: -70px;
}




/* ///////////////////////////////////////////////////

Begin Footer Styles

/////////////////////////////////////////////////// */

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	width: 1004px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 90px 0px 0px 0px;
	background: #ffffff;
	text-align: right;
}

#footerNav {
	color: #cccccc;
	width: 1004px;
	margin: 0px auto 90px auto;
	overflow: hidden;
}

#footerNav li {
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

#footerNav li a:link, #footerNav li a:visited {
	padding: 0px 28px 0px 0px;
	background: url(/_img/footerNav-Divider.gif) no-repeat right center;
	color: #FF9900;
}



/* !!!!!!!!!!!!

I don't know what the stuff below this line does.
It was leftover from a Joe test I think...

!!!!!!!!!!!!!!! */

/* menu/submenu */

.subMenu {
	background-color: #ffffff;
	background-image: none;
	position: absolute;
	width: 150px;
	z-index: 10000;
	display: none;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	xborder: 1px solid red;
}

#firstLevelNav .selected .subMenu{
	display: block;
}

.subMenu ul {
	margin: 0px;
	padding: 0px;
	width: 100%
}

.subMenu li {
	float: none;
	margin: 0px;
	padding: 0px !important;
	list-style: none;
	width: 100%
}

.subMenu a, .subMenu a:link, .subMenu a:visited {
	margin: 0px;
	padding: 0px;
	background-image: none !important;
	color: #999999 !important;
	text-decoration: none;
}

.subMenu a:hover {
	margin: 0px;
	padding: 0px;
	background-image: none !important;
	color: #4b306f !important;
	text-decoration: none;
}

#subMenuAbout{
	;
}

#subMenuEvents {
	width: 200px;
}

#subMenuNews {
	;
}

#subMenuGallery {
	;
}

#subMenuSupport {
	width: 200px;
}

#subMenuContact {
	width: 200px;
}

a:link .copyCalloutImage, a:visited .copyCalloutImage {
	margin: 0px 20px 10px 0px;
	padding: 0px;
	float: left;
	border: 2px solid #cccccc;
}


a:hover .copyCalloutImage, a:visited:hover .copyCalloutImage {
	margin: 0px 20px 10px 0px;
	padding: 0px;
	float: left;
	border: 2px solid #cc6600;
}
